@import url(/css/blog.css);
.tab-label a, .tab-label span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 35px; }

.tab-label.current {
  background: #003762;
  color: #fff; }

.p-sidebarTitle__archive {
  text-align: left;
  background: #eff9ff;
  font-size: 14px;
  padding: 5px 10px;
  margin: 15px 0;
  line-height: 1.8; }

.error .p-page2column__main {
  margin: 50px auto; }

.pager {
  text-align: center;
  margin: 20px auto;
  font-family: sans-serif; }

.pager a, .pager span {
  display: inline-block;
  margin: 0 5px; }

.pager a {
  color: #003762; }

.pager a:hover {
  text-decoration: underline; }

div.pager {
  width: 860px;
  position: relative;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 18px;
  line-height: 1.6; }
  @media screen and (max-width: 1280px) {
    div.pager {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    div.pager {
      padding-top: 40px; } }
  div.pager .pglist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 30px 0; }
    div.pager .pglist a, div.pager .pglist span {
      display: block;
      padding: 3px 12px;
      border: 1px solid #ff9300;
      margin: 0 5px; }
    div.pager .pglist span {
      background: #ff9300;
      color: #fff; }
      div.pager .pglist span.dots {
        background: transparent;
        color: #333;
        border: 0;
        padding: 3px 1px; }
    div.pager .pglist a.prev, div.pager .pglist a.next {
      display: block;
      padding: 3px 15px;
      background: #ff9300;
      color: #fff;
      width: 140px;
      text-align: center;
      position: absolute;
      border: 0; }
    div.pager .pglist a.prev {
      top: 0;
      left: 0; }
      @media screen and (max-width: 768px) {
        div.pager .pglist a.prev {
          top: -50px; } }
    div.pager .pglist a.next {
      top: 0;
      right: 0; }
      @media screen and (max-width: 768px) {
        div.pager .pglist a.next {
          top: -50px; } }

.news__img--half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .news__img--half img {
    padding: 10px 10px 10px 0;
    max-width: 50%;
    width: 100%; }
  @media screen and (max-width: 768px) {
    .news__img--half {
      display: block;
      text-align: center; }
      .news__img--half img {
        max-width: 100%; } }

.news__img {
  text-align: center;
  margin-bottom: 20px; }

.p-page1column__main {
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .p-page1column__main {
      margin-bottom: 8vw; } }

.p-informationArticle__content a:not(.c-button) {
  text-decoration: underline; }
  .p-informationArticle__content a:not(.c-button):hover {
    text-decoration: none; }

.blog h2.c-pageTitle__item {
  width: 100%;
  position: relative; }
  .blog h2.c-pageTitle__item img.h2_word {
    max-width: 720px;
    width: 90%;
    position: absolute;
    top: calc(50% - 61px);
    left: calc(50% - 360px); }
    @media screen and (max-width: 768px) {
      .blog h2.c-pageTitle__item img.h2_word {
        top: 5vw;
        left: 5vw; } }
  .blog h2.c-pageTitle__item img.h2_image {
    width: 100%; }
.blog form {
  max-width: 960px;
  margin: auto;
  text-align: right;
  position: relative; }
  @media screen and (max-width: 768px) {
    .blog form {
      width: 90%;
      margin: 5vw 0; } }
  .blog form::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 4px;
    right: 0;
    border: 1px solid #333;
    border-radius: 50%;
    z-index: -1; }
  .blog form::after {
    content: "";
    width: 10px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 20px;
    right: 12px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    z-index: -1; }
  .blog form input[type="text"] {
    border-bottom: 1px solid #eee;
    text-align: left;
    padding: 5px 0;
    margin-left: 15px;
    width: 250px;
    font-size: 1.2rem; }
    .blog form input[type="text"]::-webkit-input-placeholder {
      color: #666;
      letter-spacing: .1em; }
    .blog form input[type="text"]:-ms-input-placeholder {
      color: #666;
      letter-spacing: .1em; }
    .blog form input[type="text"]::-ms-input-placeholder {
      color: #666;
      letter-spacing: .1em; }
    .blog form input[type="text"]::placeholder {
      color: #666;
      letter-spacing: .1em; }
  .blog form input[type="submit"] {
    width: 20px;
    height: 20px; }
.blog .p-sec-newsList__item {
  border: 0;
  margin-bottom: 40px;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .blog .p-sec-newsList__item {
      margin-bottom: 0; } }
  .blog .p-sec-newsList__item .p-sec-newsList__inner {
    width: 55%; }
    @media screen and (max-width: 768px) {
      .blog .p-sec-newsList__item .p-sec-newsList__inner {
        width: 52%; }
        .blog .p-sec-newsList__item .p-sec-newsList__inner .p-sec-newsList__new {
          position: relative; } }
    .blog .p-sec-newsList__item .p-sec-newsList__inner .c-newsList__date {
      font-size: 0.9rem; }
    .blog .p-sec-newsList__item .p-sec-newsList__inner .text {
      font-size: 1rem;
      line-height: 1.6; }
      @media screen and (max-width: 768px) {
        .blog .p-sec-newsList__item .p-sec-newsList__inner .text {
          display: none; } }
  .blog .p-sec-newsList__item .blog__title {
    font-size: 1.625rem;
    display: inline-block;
    -webkit-transform: scale(0.85, 1);
            transform: scale(0.85, 1);
    letter-spacing: .25em;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    width: 117.6470588235294%;
    line-height: 1.53846; }
    @media screen and (max-width: 768px) {
      .blog .p-sec-newsList__item .blog__title {
        font-size: 4vw; } }
  .blog .p-sec-newsList__item .p-informationArticle__hdg {
    border: 0;
    padding: 0;
    margin: 0 auto 1.2rem; }
    @media screen and (max-width: 768px) {
      .blog .p-sec-newsList__item .p-informationArticle__hdg {
        margin-bottom: 0; } }
.blog .c-newsList__date {
  margin-right: 1rem; }
.blog .p-sec-newsList__img {
  width: 42%;
  max-height: 264px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .blog .p-sec-newsList__img {
      max-height: 92px; } }
  .blog .p-sec-newsList__img img {
    width: 100%; }
.blog .su-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0; }
  @media screen and (max-width: 768px) {
    .blog .su-row {
      display: block;
      margin: 3vw 0; } }
  .blog .su-row .su-column {
    max-width: 49%;
    margin-right: 1%; }
    .blog .su-row .su-column:nth-child(2n) {
      margin-right: 0;
      margin-left: 1%; }
      @media screen and (max-width: 768px) {
        .blog .su-row .su-column:nth-child(2n) {
          margin-left: 0; } }
    @media screen and (max-width: 768px) {
      .blog .su-row .su-column {
        max-width: none;
        width: 100%;
        margin: 3vw auto; }
        .blog .su-row .su-column .su-column-inner {
          margin: auto;
          text-align: center; } }
.blog .blog-top__btn {
  margin: 80px auto; }
  @media screen and (max-width: 768px) {
    .blog .blog-top__btn {
      margin: 8vw auto; } }

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