/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a:link {
  color: #325BAE; }

a:visited {
  color: #325BAE; }

a:hover {
  color: #325BAE; }

a:active {
  color: #325BAE; }

.btn {
  width: 84.62vw;
  margin: 0 auto;
  padding: 3.21vw 0;
  font-size: 2.6rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  background-color: #325BAE;
  border-radius: 1.67vw; }
  .btn:link, .btn:hover, .btn:visited, .btn:active {
    color: #fff; }

.wrapper {
  width: 100%; }

.header {
  background-image: url("../img/head-bg@sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 53.85vw;
  position: relative;
  border-bottom: solid 0.38vw #325BAE; }
  .header .header-logo {
    width: 60.26vw;
    position: absolute;
    top: 5.38vw;
    left: 5.13vw; }
    .header .header-logo img {
      width: 100%; }
  .header h1 {
    font-size: 8vw;
    color: #325BAE;
    text-align: center;
    letter-spacing: 0.615vw;
    padding-top: 35.9vw; }
    .header h1 a {
      text-decoration: none; }
  .header dl {
    display: flex;
    position: absolute;
    align-items: center;
    top: 20.26vw;
    left: 5.13vw; }
    .header dl dt {
      font-size: 2.69vw;
      margin-right: 2.56vw; }
    .header dl dd button {
      width: 7.69vw;
      height: 7.69vw;
      border-radius: 50%;
      background-color: #fff;
      border: solid 0.13vw #325BAE;
      margin-right: 1.54vw;
      cursor: pointer;
      font-size: 2.69vw; }
      .header dl dd button.active {
        background-color: #325BAE;
        color: #fff; }
  .header a.btn {
    display: block;
    width: 39.74vw;
    margin: 0 auto;
    padding: 3.21vw 0;
    text-align: center;
    font-size: 2.69vw;
    text-decoration: none;
    background-color: #325BAE;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2em;
    position: absolute;
    top: 19.49vw;
    right: 5.13vw; }

#footer {
  background-color: #242424; }
  #footer .column {
    padding: 10.9vw 0;
    width: 71.79vw;
    margin: 0 auto; }
    #footer .column .logo {
      width: 57.69vw;
      margin: 0 auto 6.92vw; }
      #footer .column .logo img {
        width: 100%; }
    #footer .column a.btn {
      display: block;
      width: 57.69vw;
      margin: 0 auto;
      padding: 3.21vw 0;
      text-align: center;
      font-size: 2.69vw;
      text-decoration: none;
      background-color: #fff;
      color: #404040;
      font-weight: 700;
      letter-spacing: 0.2em;
      border-radius: 0; }
  #footer .copyright {
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 1.92vw;
    letter-spacing: 0.1em;
    padding: 5.13vw 0; }

.form-search {
  background-color: #E8EBF0;
  padding: 8.33vw 0;
  text-align: center; }
  .form-search .form-search-box {
    height: 7.69vw;
    width: 71.79vw;
    padding: 0 1.92vw;
    margin-right: 1.92vw;
    font-size: 2.5rem;
    border: 0.13vw solid #8393B2;
    background-color: #fff;
    box-shadow: 0 0 0 1px #8393B2 inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .form-search .form-search-box:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #E8EBF0 inset; }
  .form-search .form-search-submit {
    height: 7.69vw;
    width: 15.38vw;
    padding: 0 1.92vw;
    font-size: 2.7rem;
    border: 0.13vw solid #8393B2;
    background-color: #8393B2;
    box-shadow: 0 0 0 1px #8393B2 inset;
    color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }

main .contents .currentnumber {
  padding-top: 11.54vw;
  margin-bottom: 15.38vw; }
  main .contents .currentnumber h2 {
    font-size: 3.0rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #325BAE;
    text-align: center;
    padding: 5.13vw 0;
    margin-bottom: 11.54vw; }
  main .contents .currentnumber .column {
    width: 84.62vw;
    margin: 0 auto; }
    main .contents .currentnumber .column .left_c .cover {
      width: 80vw;
      margin: 0 auto 5.13vw; }
      main .contents .currentnumber .column .left_c .cover img {
        width: 100%; }
    main .contents .currentnumber .column .left_c .title {
      font-size: 3.0rem;
      font-weight: 700;
      text-align: center;
      letter-spacing: 0.03em;
      margin-bottom: 10.26vw; }
    main .contents .currentnumber .column .right_c .txt p {
      font-size: 2.5rem;
      line-height: 1.8;
      margin-bottom: 1em; }
  main .contents .currentnumber .btn {
    margin: 10.26vw auto 0; }
  main .contents .currentnumber .guideinfo {
    width: 84.62vw;
    margin: 10.26vw auto; }
    main .contents .currentnumber .guideinfo p {
      font-size: 2.4rem; }
    main .contents .currentnumber .guideinfo ul {
      margin-top: 5.77vw;
      text-align: center; }
      main .contents .currentnumber .guideinfo ul li {
        list-style: none;
        font-size: 2.7rem;
        margin-bottom: 1.92vw; }
  main .contents .currentnumber .pagenation {
    width: 84.62vw;
    margin: 0 auto; }
    main .contents .currentnumber .pagenation ul {
      display: flex; }
      main .contents .currentnumber .pagenation ul li {
        list-style: none;
        font-size: 2.2rem;
        position: relative; }
        main .contents .currentnumber .pagenation ul li a {
          display: flex;
          width: 29.49vw;
          height: 8.97vw;
          border: solid 0.26vw #325BAE;
          font-size: 2.0rem;
          font-weight: 700;
          letter-spacing: 0.05em;
          line-height: 8.97vw;
          text-decoration: none;
          align-items: center;
          justify-content: center;
         }
        main .contents .currentnumber .pagenation ul li.prev a::after {
          content: "";
          background-image: url("../img/sankaku-prev.png");
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute;
          left: 1.92vw;
          width: 1.79vw;
          height: 2.18vw;
          z-index: 2; }
        main .contents .currentnumber .pagenation ul li.next a::after {
          content: "";
          background-image: url("../img/sankaku-next.png");
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute;
          right: 1.92vw;
          width: 1.79vw;
          height: 2.18vw;
          z-index: 2; }
        main .contents .currentnumber .pagenation ul li.top {
          margin: 0 2.18vw; }
          main .contents .currentnumber .pagenation ul li.top a {
            width: 21.79vw;
            color: #fff;
            background-color: #325BAE; }
main .contents .backnumber {
  margin-bottom: 11.54vw; }
  main .contents .backnumber h2 {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #8393B2;
    text-align: center;
    padding: 5.13vw 0;
    margin-bottom: 11.54vw; }
  main .contents .backnumber .year_select_sec {
    position: relative;
    display: block;
    width: 84.62vw;
    margin: 0 auto 11.54vw; }
    main .contents .backnumber .year_select_sec select {
      border: solid 0.26vw #325BAE;
      color: #325BAE;
      font-size: 3.3rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      padding: 3vw 5.77vw;
      width: 100%; }
    main .contents .backnumber .year_select_sec::after {
      content: "";
      background-image: url("../img/sankaku-dd.png");
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: 5.13vw;
      right: 5.13vw;
      width: 3.33vw;
      height: 2.95vw;
      z-index: 2;
      pointer-events: none; }
  main .contents .backnumber .yearDiv {
    background-color: #E8EBF0;
    padding: 11.54vw 0; }
    main .contents .backnumber .yearDiv .wrap {
      width: 84.62vw;
      margin: 0 auto; }
      main .contents .backnumber .yearDiv .wrap h3 {
        font-size: 3.5rem;
        border-left: solid 1.03vw #325BAE;
        line-height: 1;
        padding-left: 1.79vw; }
      main .contents .backnumber .yearDiv .wrap ul {
        display: flex;
        flex-wrap: wrap; }
        main .contents .backnumber .yearDiv .wrap ul li {
          width: 33.333333%;
          font-size: 2.7rem;
          list-style: none;
          letter-spacing: 0.05em;
          margin: 8.72vw 0 0 0; }
          main .contents .backnumber .yearDiv .wrap ul li a {
            color: #325BAE; }
          main .contents .backnumber .yearDiv .wrap ul li:nth-child(3n) {
            margin: 8.72vw 0 0 0; }
main .contents .searchresultlist {
  padding-top: 11.54vw;
  margin-bottom: 15.38vw; }
  main .contents .searchresultlist h2 {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #325BAE;
    text-align: center;
    padding: 5.13vw 0;
    margin-bottom: 5.77vw; }
  main .contents .searchresultlist .entry {
    border-bottom: solid 2px #D9D9D9;
    padding-bottom: 5.77vw;
    margin: 0 auto 5.77vw;
    width: 84.62vw; }
    main .contents .searchresultlist .entry h3 {
      font-size: 2.8rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-align: center;
      margin-bottom: 5.77vw; }
    main .contents .searchresultlist .entry p {
      font-size: 2.4rem;
      line-height: 1.8; }
    main .contents .searchresultlist .entry .entry-footer .btn {
      margin-top: 6.41vw; }
    main .contents .searchresultlist .entry .entry-footer .entry-footer-sublink {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 6.41vw; }
      main .contents .searchresultlist .entry .entry-footer .entry-footer-sublink .txt {
        font-size: 2.4rem;
        color: #4D9ECB;
        font-weight: 700;
        padding-right: 5.13vw;
        position: relative; }
        main .contents .searchresultlist .entry .entry-footer .entry-footer-sublink .txt::after {
          content: "";
          background-image: url("../img/sankaku-result.png");
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute;
          top: 0.9vw;
          right: 0;
          width: 2.31vw;
          height: 2.56vw;
          z-index: 2; }
      main .contents .searchresultlist .entry .entry-footer .entry-footer-sublink ul {
        display: flex;
        justify-content: space-between;
        width: 23.59vw; }
        main .contents .searchresultlist .entry .entry-footer .entry-footer-sublink ul li {
          list-style: none; }
          main .contents .searchresultlist .entry .entry-footer .entry-footer-sublink ul li a {
            display: block;
            width: 6.67vw;
            border: solid 1px #4D9ECB;
            font-size: 2.3rem;
            text-align: center;
            line-height: 6.67vw;
            text-decoration: none;
            color: #4D9ECB; }
      main .contents .searchresultlist .entry .entry-footer .entry-footer-sublink .txt-other {
        font-size: 2.4rem; }
  main .contents .searchresultlist .btn {
    margin: 10.26vw auto 0; }
  main .contents .searchresultlist .searchresult-pagenation {
    width: 84.62vw;
    margin: 0 auto; }
    main .contents .searchresultlist .searchresult-pagenation ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      main .contents .searchresultlist .searchresult-pagenation ul li {
        list-style: none;
        font-size: 2.5rem;
        position: relative;
        margin: 1.03vw; }
        main .contents .searchresultlist .searchresult-pagenation ul li a {
          display: block;
          width: 8.97vw;
          border: solid 2px #325BAE;
          font-size: 2.5rem;
          font-weight: 700;
          letter-spacing: 0.05em;
          line-height: 8.97vw;
          text-decoration: none;
          text-align: center; }
        main .contents .searchresultlist .searchresult-pagenation ul li.active a {
          background-color: #325BAE;
          color: #fff; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */ }

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table; }

.clearfix::after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 781px) {
  a:link {
    color: #325BAE; }

  a:visited {
    color: #325BAE; }

  a:hover {
    color: #325BAE;
    text-decoration: none;
    opacity: 0.5; }

  a:active {
    color: #325BAE; }

  .btn {
    width: 320px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.05em;
    text-align: center;
    display: block;
    background-color: #325BAE;
    border-radius: 8px; }
    .btn:link, .btn:hover, .btn:visited, .btn:active {
      color: #fff; }

  .wrapper {
    width: 100%; }

  .header {
    background-image: url("../img/head-bg@pc.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 142px;
    position: relative;
    border-bottom: solid 2px #325BAE; }
    .header .wrap {
      width: 1100px;
      margin: 0 auto;
      position: relative; }
    .header .header-logo {
      width: 299px;
      position: absolute;
      top: 47px;
      left: 30px; }
      .header .header-logo img {
        width: 100%; }
    .header h1 {
      font-size: 42px;
      color: #325BAE;
      text-align: center;
      letter-spacing: 0.1em;
      padding-top: 48px; }
    .header dl {
      display: flex;
      position: absolute;
      align-items: center;
      top: 32px;
      left: auto;
      right: 30px; }
      .header dl dt {
        font-size: 13px;
        margin-right: 13px; }
      .header dl dd button {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #fff;
        border: solid 1px #325BAE;
        margin-right: 6px;
        cursor: pointer;
        font-size: 12px; }
        .header dl dd button.active {
          background-color: #325BAE;
          color: #fff; }
        .header dl dd button:hover {
          opacity: 0.5; }
    .header a.btn {
      display: block;
      width: 191px;
      margin: 0 auto;
      padding: 10px 0;
      text-align: center;
      font-size: 12px;
      text-decoration: none;
      background-color: #325BAE;
      color: #fff;
      font-weight: 700;
      letter-spacing: 0.2em;
      position: absolute;
      top: 77px;
      right: 30px;
      border-radius: 0; }

  #footer {
    background-color: #242424; }
    #footer .column {
      width: 560px;
      padding: 65px 0;
      display: flex;
      justify-content: space-between; }
      #footer .column .logo {
        width: 300px;
        margin: 0 auto 0; }
        #footer .column .logo img {
          width: 100%; }
      #footer .column a.btn {
        display: block;
        width: 220px;
        margin: 0 auto;
        padding: 15px 0;
        text-align: center;
        font-size: 14px;
        text-decoration: none;
        background-color: #fff;
        color: #404040;
        font-weight: 700;
        letter-spacing: 0.05em; }
    #footer .copyright {
      background-color: #000;
      text-align: center;
      color: #fff;
      font-size: 10px;
      padding: 20px 0; }

  .form-search {
    background-color: #E8EBF0;
    padding: 20px 0;
    text-align: center; }
    .form-search .form-search-box {
      height: 30px;
      width: 568px;
      padding: 0 15px;
      margin-right: 15px;
      font-size: 1.2rem;
      letter-spacing: 0.05em;
      border: 1px solid #8393B2;
      background-color: #fff;
      box-shadow: 0 0 0 1px #8393B2 inset;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none; }
    .form-search .form-search-box:focus {
      outline: 0;
      box-shadow: 0 0 0 2px #E8EBF0 inset; }
    .form-search .form-search-submit {
      height: 30px;
      width: 90px;
      padding: 0 30px;
      font-size: 1.4rem;
      letter-spacing: 0.05em;
      border: 0.13vw solid #8393B2;
      background-color: #8393B2;
      box-shadow: 0 0 0 1px #8393B2 inset;
      color: #fff;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none; }
      .form-search .form-search-submit:hover {
        opacity: 0.5; }

  main .contents .currentnumber {
    width: 1000px;
    margin: 0 auto 80px;
    padding-top: 60px; }
    main .contents .currentnumber h2 {
      font-size: 2.0rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      color: #fff;
      background-color: #325BAE;
      text-align: center;
      padding: 15px 0;
      margin-bottom: 50px; }
    main .contents .currentnumber .column {
      width: auto;
      margin: 0 auto;
      display: flex;
      justify-content: center;
    }
      main .contents .currentnumber .column .left_c .cover {
        width: 360px;
        margin: 0 0px 30px 0; }
        main .contents .currentnumber .column .left_c .cover img {
          width: 100%; }
      main .contents .currentnumber .column .left_c .title {
        width: 360px;
        font-size: 1.7rem;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.03em;
        margin-bottom: 0; }
      main .contents .currentnumber .column .right_c {
        margin-left: 60px;
      }
      main .contents .currentnumber .column .right_c .txt p {
        font-size: 1.4rem;
        line-height: 1.8; }
    main .contents .currentnumber .btn {
      margin: 45px auto 0; }
    main .contents .currentnumber .guideinfo {
      width: auto;
      margin: 50px auto; }
      main .contents .currentnumber .guideinfo p {
        font-size: 1.3rem;
        text-align: center;
        line-height: 1.8; }
      main .contents .currentnumber .guideinfo ul {
        margin-top: 50px;
        text-align: center;
        display: flex;
        justify-content: center; }
        main .contents .currentnumber .guideinfo ul li {
          list-style: none;
          font-size: 1.6rem;
          margin-bottom: 50px; }
    main .contents .currentnumber .pagenation {
      width: 456px;
      margin: 0 auto; }
      main .contents .currentnumber .pagenation ul {
        display: flex; }
        main .contents .currentnumber .pagenation ul li {
          list-style: none;
          font-size: 1.3rem;
          position: relative;
          display: inline; }
          main .contents .currentnumber .pagenation ul li a {
            display: block;
            width: 150px;
            height: 40px;
            border: solid 1px #325BAE;
            font-size: 1.2rem;
            font-weight: 700;
            letter-spacing: 0.05em;
            line-height: 38px;
            text-decoration: none;
            text-align: center; }
          main .contents .currentnumber .pagenation ul li.prev a::after {
            content: "";
            background-image: url("../img/sankaku-prev.png");
            background-repeat: no-repeat;
            background-size: cover;
            position: absolute;
            top: 14px;
            left: 12px;
            width: 10px;
            height: 12px;
            z-index: 2; }
          main .contents .currentnumber .pagenation ul li.next a::after {
            content: "";
            background-image: url("../img/sankaku-next.png");
            background-repeat: no-repeat;
            background-size: cover;
            position: absolute;
            top: 14px;
            right: 12px;
            width: 10px;
            height: 12px;
            z-index: 2; }
          main .contents .currentnumber .pagenation ul li.top {
            margin: 0 auto; }
            main .contents .currentnumber .pagenation ul li.top a {
              width: 130px;
              color: #fff;
              background-color: #325BAE; }
  main .contents .backnumber {
    width: 1000px;
    margin: 0 auto 80px; }
    main .contents .backnumber h2 {
      font-size: 2.0rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      color: #fff;
      background-color: #8393B2;
      text-align: center;
      padding: 15px 0;
      margin-bottom: 50px; }
    main .contents .backnumber .year_select_sec {
      position: relative;
      display: block;
      width: 310px;
      margin: 0 auto 45px; }
      main .contents .backnumber .year_select_sec select {
        border: solid 1px #325BAE;
        color: #325BAE;
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        padding: 15px 30px;
        width: 100%; }
      main .contents .backnumber .year_select_sec::after {
        content: "";
        background-image: url("../img/sankaku-dd.png");
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 22px;
        right: 15px;
        width: 14px;
        height: 12px;
        z-index: 2; }
    main .contents .backnumber .yearDiv {
      background-color: #E8EBF0;
      padding: 40px 0; }
      main .contents .backnumber .yearDiv .wrap {
        width: 100%;
        margin: 0 auto;
        padding: 40px 90px; }
        main .contents .backnumber .yearDiv .wrap h3 {
          font-size: 2.0rem;
          border-left: solid 5px #325BAE;
          line-height: 1;
          padding-left: 10px; }
        main .contents .backnumber .yearDiv .wrap ul {
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap; }
          main .contents .backnumber .yearDiv .wrap ul li {
            width: 16.666667%;
            font-size: 1.5rem;
            list-style: none;
            letter-spacing: 0.05em;
            margin: 24px 0 0 0; }
            main .contents .backnumber .yearDiv .wrap ul li a {
              color: #325BAE; }
            main .contents .backnumber .yearDiv .wrap ul li:nth-child(3n) {
              margin: 24px 0 0 0; }
            main .contents .backnumber .yearDiv .wrap ul li:nth-child(6n) {
              margin: 24px 0 0 0; }
  main .contents .searchresultlist {
    padding-top: 60px;
    margin: 0 auto 80px;
    width: 1000px; }
    main .contents .searchresultlist h2 {
      font-size: 2.0rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      color: #fff;
      background-color: #325BAE;
      text-align: center;
      padding: 15px 0;
      margin-bottom: 50px; }
    main .contents .searchresultlist .entry {
      border-bottom: solid 2px #D9D9D9;
      padding-bottom: 40px;
      margin: 0 auto 40px;
      width: 1000px; }
      main .contents .searchresultlist .entry h3 {
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-align: center;
        margin-bottom: 15px;
        text-align: left; }
      main .contents .searchresultlist .entry p {
        font-size: 1.4rem;
        line-height: 1.8; }
      main .contents .searchresultlist .entry .entry-footer {
        display: flex;
        justify-content: space-between;
        margin-top: 20px; }
        main .contents .searchresultlist .entry .entry-footer .btn {
          margin: 0;
          width: 220px;
          font-size: 1.4rem; }
        main .contents .searchresultlist .entry .entry-footer .entry-footer-sublink {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-top: 0; }
          main .contents .searchresultlist .entry .entry-footer .entry-footer-sublink .txt {
            font-size: 1.4rem;
            color: #4D9ECB;
            font-weight: 700;
            padding-right: 22px;
            position: relative; }
            main .contents .searchresultlist .entry .entry-footer .entry-footer-sublink .txt::after {
              content: "";
              background-image: url("../img/sankaku-result.png");
              background-repeat: no-repeat;
              background-size: cover;
              position: absolute;
              top: 4px;
              right: 0;
              width: 10px;
              height: 12px;
              z-index: 2; }
          main .contents .searchresultlist .entry .entry-footer .entry-footer-sublink ul {
            display: flex;
            justify-content: space-between;
            width: 95px;
            margin: 0 15px; }
            main .contents .searchresultlist .entry .entry-footer .entry-footer-sublink ul li {
              list-style: none; }
              main .contents .searchresultlist .entry .entry-footer .entry-footer-sublink ul li a {
                display: block;
                width: 27px;
                border: solid 1px #4D9ECB;
                font-size: 1.2rem;
                text-align: center;
                line-height: 2.7rem;
                text-decoration: none;
                color: #4D9ECB; }
          main .contents .searchresultlist .entry .entry-footer .entry-footer-sublink .txt-other {
            font-size: 1.4rem; }
    main .contents .searchresultlist .btn {
      margin: 10.26vw auto 0; }
    main .contents .searchresultlist .searchresult-pagenation {
      width: 1000px;
      margin: 0 auto; }
      main .contents .searchresultlist .searchresult-pagenation ul {
        display: flex;
        justify-content: center; }
        main .contents .searchresultlist .searchresult-pagenation ul li {
          list-style: none;
          font-size: 1.3rem;
          position: relative;
          margin: 3px; }
          main .contents .searchresultlist .searchresult-pagenation ul li a {
            display: block;
            width: 40px;
            border: solid 2px #325BAE;
            font-size: 1.3rem;
            font-weight: 700;
            letter-spacing: 0.05em;
            line-height: 40px;
            text-decoration: none;
            text-align: center; }
          main .contents .searchresultlist .searchresult-pagenation ul li.active a {
            background-color: #325BAE;
            color: #fff; } }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]::after {
    content: " (" attr(href) ")"; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

.magazine-thumbnail {
  border: 1px solid silver;
}