@charset "UTF-8";
/* CSS Document */
/* Body Html Fonts
------------------------------------------------------------*/
html {
  font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 13px;
  }
}

body {
  display: -moz-inline-box;
  display: inline-block;
  width: 100%;
  overflow-x: hidden;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  color: #2f2f2f;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
  margin-bottom: -10px;
}

body.fixed {
  position: fixed;
}

body a {
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body a:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

body a img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

body a img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

body img {
  max-width: 100%;
  height: auto;
}

body .wrap {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body ::selection {
  background: rgba(9, 82, 171, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(9, 82, 171, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
header {
  position: relative;
  background-color: #fff;
  margin-bottom: 45px;
}

header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  height: 18px;
  bottom: -18px;
  background: #ececec;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f8f8f8), color-stop(0, #ececec));
  background: -webkit-linear-gradient#ececec, #f8f8f8;
  background: -moz-linear-gradient#ececec, #f8f8f8;
  background: -ms-linear-gradient#ececec, #f8f8f8;
  background: -o-linear-gradient#ececec, #f8f8f8;
  background: linear-gradient#ececec, #f8f8f8;
}

header .h-inner {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 1240px) {
  header .h-inner .logo {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

header .h-inner .logo {
  line-height: 0;
  margin-top: -10px;
}

header .h-inner .h-r {
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left:80px;
}

header .h-inner .h-r .item-search {
  border-top: solid 1px #ebebeb;
  width: 500px;
  text-align: center;
  padding: 15px 18px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.item-search input[type="text"]{
  width: 100%;
  border:solid 2px #5f5f5f;
  font-size:16px;
  font-weight: bold;
  border-radius:20px;
}
.item-search input[type="text"]:placeholder-shown {
    color: #d3d3d3;
}
.item-search input[type="text"]::-webkit-input-placeholder {
    color:#d3d3d3;
}
.item-search input[type="text"]:-moz-placeholder {
    color:#d3d3d3;
    opacity: 1;
}
.item-search input[type="text"]::-moz-placeholder {
    color:#d3d3d3;
    opacity: 1;
}
.item-search input[type="text"]:-ms-input-placeholder {
    color:#d3d3d3;
}

.item-search form{
  position: relative;
}
.item-search input[type="submit"]{
  border:none;
  text-indent: -9999px;
}
.item-search input[type="submit"]{
  background:url(../img/common/icon-search.png) no-repeat center center;
  width: 27px;
  height: 24px;
  background-size:27px auto; 
  position: absolute;
  right:6px;
  top:8px;
}
header .h-inner .h-r .s-bnr.data {
  margin-right: 20px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
 .item-search input[type="submit"]{
  background-image:url(../img/common/icon-search@2x.png);
  background-size:27px auto;
 } 
}
header .h-inner .h-r .item-search .title {
  line-height: 1.2;
  padding-bottom: 5px;
}

header .h-inner .h-r .item-logo {
  width: 200px;
  line-height: 0;
  text-align: right;
}

header .menu, header .sp-menu {
  display: none;
}

@media screen and (max-width: 750px) {
  header {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 23px 20px 23px 0px;
    /* aside{
      background: #FFF;
      @include coverBG(false,250px,100%,0,0px);
      .item{
        &-title{
          color:#FFF;
          @include rem(18);
          padding:10px 6px 10px 13px;
          @include fb;
          position: relative;
          letter-spacing: 0.1em;
          span{
            @include ib;
            padding-left: 28px;
            position: relative;
            &:before{
              @include coverBG(true,20px,20px,0,50%);
              @include transformY;
              background:url(../img/common/icon-data.svg) no-repeat center center;
              //margin-top:-2px;
            }
          }
          .close-btn{
            position: absolute;
            right:10px;
            top:50%;
            margin-top:-13px;
          }
        }
        &-txt{
          display: none;
        }
      }
      .data-bnr{
        background:url(../img/common/bg-side_01.jpg) no-repeat center center;
        background-size:cover;
        padding:6px 6px 12px;
        margin-bottom: 20px;
        @include opacity(1);
        @include transition;
        .close-btn{
          cursor: pointer;
        }
        &.hide{
          height: 0;
          margin-bottom: 0px;
          visibility: hidden;
          @include opacity(0);
        }
        .item{
          &-txt{
            position: relative;
            background-color: #fff;
            padding: 5px 10px 5px;
            text-align: center;
            @include b_box;
            .tag-block{
              text-align: center;
              p{
                vertical-align: middle;
                @include ib;
                font-weight: normal;
                @include rem(18);
                small{
                  @include rem(14);
                }
              }
              .tag{
                @include rem(14);
                color:#FFF;
                background-color: #ea254a;
                line-height: 1.2;
                padding:2px 10px;
                @include radius;
              }
            }
            .txt{
              @include rem(15);
              line-height: 1.5;
              span{
                @include rem(20);
                color:#ea254a;
              }
            }
          }
        }
      }
      .side-menu{
        border:solid 1px #e9e9e9;
      }
      .bnr{

      }
      .tyousa,.investigation{
        .item{
          &-title{
            background-color: #243861;
            span{
              &:before{
                background-image:url(../img/common/icon-employment.svg);
              }
            }
          }
        }
      }
      .white-paper{
        .item{
          &-title{
            background-color: #568cdc;
            span{
              &:before{
                background-image:url(../img/common/icon-chart.svg);
              }
            }
          }
        }
        .item{
          &-txt{
            ul{
              padding:15px 12px 18px;
              @include b_box;
              background-color: #fff;
              li{
                position: relative;
                line-height: 1.2;
                padding-left: 14px;
                &:not(:last-child){
                  margin-bottom: 16px;
                }
                &:before{
                  @include coverBG(true,5px,2px,0,50%);
                  background-color: #828282;
                  margin-top:0px;
                }
              }
            }
          }
        }
      }
      .side-menu{
        margin-bottom: 20px;
      }
      .s-bnr{
        margin-bottom: 20px;
        line-height: 0;
      }
    } */
  }
  header .h-inner {
    width: 180px;
    margin: 0;
  }
  header .h-inner .logo {
    padding-left: 20px;
    margin-top: 0;
    width: 180px;
  }
  header .h-inner .logo img {
    width: 250%;
    height: auto;
    max-width: 250%;
  }
  header .h-inner .h-r {
    width: 0;
  }
  header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    height: 45px;
    width: 45px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    left: -55px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  header .menu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 0 auto;
    background-color: #0952ab;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .menu span:last-child {
    margin-bottom: 0;
  }
  header .menu span.top {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  header .menu span.middle {
    margin-top: -2px;
    left: 0;
    position: relative;
  }
  header .menu span.bottom {
    margin-top: -2px;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  header .sp-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 2;
  }
  header .sp-bg:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
  }
  header .sp-menu {
    background-color: #fff;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    top: 0px;
    width: 250px;
    height: 100%;
    display: block;
    left: auto;
    right: -250px;
    position: fixed;
    padding-bottom: 15px;
    z-index: 3;
    top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .sp-menu .item-search{
    margin-bottom: 20px;
  }
  header.actice .menu {
    border: solid 1px #FFF;
    background-color: transparent;
  }
  header.actice .menu span {
    background-color: #fff;
  }
  header.actice .menu .middle {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    left: 20px;
  }
  header.actice .menu .top {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.actice .menu .bottom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.actice .sp-menu {
    right: 0px;
  }
  header.actice .sp-bg {
    visibility: visible;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 2;
  }
  header.actice:after {
    z-index: 2;
    visibility: visible;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  header .h-r .item-search {
    display: none;
  }
  header .h-r .item-logo {
    display: none;
  }
  header aside {
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    overflow: scroll;
  }
  header aside .inside {
    overflow: scroll;
    width: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    padding: 20px 20px 0px 20px;
  }
  header aside .inside .s-inside {
    height: 200px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header aside .inside .s-bnr.data {
    margin-bottom: 20px;
  }
  header aside .inside .item-txt ul li {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 7px;
  }
  /* sidebar for accordion */
  header aside .inside .accordion__content ul li {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 7px;
  }
}

/* footer
------------------------------------------------------------*/
footer {
  background-color: #e5e7eb;
  width: 100%;
  padding: 19px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

footer.sp {
  display: none;
}

footer .f-inner {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

footer .f-l .logo {
  padding-bottom: 15px;
}

footer .f-l .copyright {
  line-height: 1.2;
  font-size: 0.8571428571rem;
}

footer .f-l .copyright .link-txt {
  padding-top: 4px;
  font-size: 0.8571428571rem;
}

footer .f-l {
  display: inline-block;
  font-size: 0.8571428571rem;
}

footer .f-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  font-size: 0.8571428571rem;
}

footer .f-nav ul li {
  line-height: 1.2;
  padding: 0 15px;
  border-right: solid 1px #576067;
}

footer .f-nav ul li:last-child {
  padding-right: 0;
  border-right: none;
}

@media screen and (max-width: 750px) {
  footer {
    padding: 20px 10px 10px;
  }
  footer .f-inner {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .f-l {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    text-align: center;
  }
  footer .f-l .logo {
    padding-bottom: 5px;
  }
  footer .f-l .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .f-l .copyright p {
    width: 100%;
  }
  footer .f-l .copyright p:first-child {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  footer .f-l .copyright br {
    display: none;
  }
  footer .f-nav {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 15px;
  }
  footer .f-nav ul {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .f-nav ul li {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    padding: 5px;
  }
  footer .f-nav ul li:not(:last-child) {
    border-right: none;
  }
}

/* mainimg
------------------------------------------------------------*/
#mainimg .slick-slider {
  margin-bottom: 0px;
}

#mainimg .slick-dots {
  bottom: 20px;
  width: 470px;
  right:0;
}

#mainimg .slick-dots li {
  height: 8px;
  margin: 0 5px;
}

#mainimg .slick-dots li.slick-active button {
  background-color: black;
}

#mainimg .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0px;
  background-color: black;
}

#mainimg #main-slider {
  margin-bottom: 30px;
}

#mainimg #main-slider li .m-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 300px;
}

#mainimg #main-slider li .m-inner .item-bg {
  width: 450px;
  background: no-repeat center center;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#mainimg #main-slider li .m-inner .item-bg a{
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
#mainimg #main-slider li .m-inner .item-txt {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 35px 35px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/top/bg-slide-txt@2x.jpg) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; 
}

#mainimg #main-slider li .m-inner .item-txt .date {
  font-size: 11px;
  font-size: 0.7857142857rem;
  color: #8d8d8d;
  padding-bottom: 22px;
}

#mainimg #main-slider li .m-inner .item-txt .txt {
  font-size: 20px;
  font-size: 1.4285714286rem;
  line-height: 1.5;
  font-weight: bold;
}

#mainimg #main-slider li .m-inner .item-txt .more {
  margin-top: auto;
  text-align: right;
  font-size: 10px;
  font-size: 0.7142857143rem;
}

#mainimg #main-slider li .m-inner .item-txt .more a {
  color: #0952ab;
}

#mainimg #main-slider li.slider1 .m-inner .item-bg {
  background-image: url(../img/top/bg-slider_01.jpg);
}

#mainimg #main-slider li.slider2 .m-inner .item-bg {
  background-image: url(../img/top/bg-slider_02.jpg);
}

#mainimg #main-slider li.slider3 .m-inner .item-bg {
  background-image: url(../img/top/bg-slider_03.jpg);
}s

#mainimg .slick-dots {
  width: 470px;
  right: 0;
}

#mainimg #main-slider .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#mainimg #main-slider .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #b3b3b3;
}

#mainimg #main-slider .slick-dots li button:before {
  display: none;
}

#mainimg #main-slider .slick-dots li.slick-active button {
  background-color: #78adf0;
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  #mainimg #main-slider li .m-inner .item-bg {
    width: 55%;
  }
  #mainimg #main-slider li .m-inner .item-txt {
    width: 45%;
    padding: 20px 20px 40px;
  }
  #mainimg #main-slider .slick-dots {
    width: 55%;
    right: 0;
  }

  #mainimg #main-slider li .m-inner .item-txt .date {
    padding-bottom: 10px;
  }
  #mainimg #main-slider li .m-inner .item-txt .txt {
    font-size: 16px;
    font-size: 1.1428571428571rem;
  }
  #mainimg #main-slider li .m-inner .item-txt .more {
    font-size: 10px;
    font-size: 0.7142857143rem;
  }
}

@media screen and (max-width: 750px) {
  #mainimg #main-slider li .m-inner {
    height: auto;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mainimg #main-slider li .m-inner .item-bg {
    width: 100%;
    /*height: 270px;*/
    height: 0;
    padding-top: 30%;
    padding-bottom: 30%;
    /*padding-top: 35%;
    padding-bottom: 35%;*/
  }
  #mainimg #main-slider li .m-inner .item-txt {
    width: 100%;
    /*padding: 20px 20px 40px;*/
    padding: 10px 10px 20px;
    height: 150px;
  }
  #mainimg #main-slider li .m-inner .item-txt .date {
    /*padding-bottom: 10px;*/
    padding-bottom: 5px;
  }
  #mainimg #main-slider li .m-inner .item-txt .txt {
    /*font-size: 18px;*/
    /*font-size: 1.2857142857rem;*/
    font-size: 15px;
    font-size: 1.0714285714286rem;
  }
  #mainimg #main-slider li .m-inner .item-txt .more {
    font-size: 10px;
    font-size: 0.7142857143rem;
  }
  #mainimg #main-slider .slick-dots {
    width: 100%;
    right: 0;
  }
}

#mainimg #main-slider li .m-inner .item-txt {
    border-bottom: 0px;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
}

/* main
------------------------------------------------------------*/
main .container {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  margin-bottom: 100px;
}

main .content {
  margin-bottom: 0;
  width: 920px;
}

main .keytag {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

main .keytag p {
  color:#0b51aa;
  font-family:Arial;
  font-size:18px;
  font-weight:bold;
  text-align: center;
  margin-bottom: 10px;
}

main .keytag a {
  margin-bottom: 7px;
  background-color:#ffffff;
  border-radius:6px;
  display:inline-block;
  cursor:pointer;
  color:#0b51aa;
  font-family:Arial;
  font-size:15px;
  padding:5px 10px;
}

main .keytag a:hover {	
  background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);	
        background-color:#f9f9f9;	
}	

main .keytag a:active {	
  position:relative;	
  top:1px;	
}	

main a .post-img{
  max-width: 100%;
  height: 100%;
  object-fit: scale-down;
}

main a .post-img{
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

main .content .c-inner {
  padding-bottom: 0px;
}

/*column bnr start */
main .content .c-inner .col_bnr_box{
  padding-top: 10px;
  padding-bottom: 20px;
}

main .content .c-inner .col_bnr_box .column_bnr{
	display: flex;
	flex-wrap:nowrap;
}

main .content .c-inner .col_bnr_box .column_bnr li {
  padding-left: 10px;
  padding-right: 10px;
}

main .content .c-inner .col_bnr_box .column_bnr li img {
	max-width:100%;
	height: auto;
  margin-top: 20px;
  margin-right: 20px;
}

main aside {
  width: 250px;
}

main aside .inside {
  width: 250px;
  /*position: -webkit-sticky;*/
  /*position: sticky;*/
  top: 10px;
  right: 0;
}

main aside .inside.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  right: 50%;
  margin-right: -590px;
}

main aside .inside.sticky-fixed.is-sticky:not([style*="margin-top"]) {
  margin-top: 0 !important;
}

main aside .inside.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
  margin-bottom: 0 !important;
}

main aside .inside.sticky-fixed.is-absolute {
  position: absolute;
}
.tag-cloud{
  padding:25px 12px 30px;
  background-color: #fff;
}
.tag-cloud .title{
  font-size:16px;
  color:#313131;
  padding-bottom: 12px;
  line-height: 1.2;
}
.tag-cloud .tag-block{
  margin-left:-5px;
  margin-right:-5px;
  margin-bottom:-10px;
  font-size:0; 
}
.tag-cloud .tag-block a{
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1.2;
  color:#29363b;
  font-size:13px !important;
  background-color: #f2f2f2;
  padding:5px 8px;
  margin:5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.tag-cloud .tag-block a:hover{
  text-decoration: none;
}
main .article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px -26px;
}

main .article-list li {
  width: 30%;
  margin: 0 12px 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
/*  height: 500px; */
}

main .article-list li .a-inner {
  padding: 20px;
  background-color: #fff;
  margin-top: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 90%;
  flex-direction: column;  
}
main .article-list li.no-term .a-inner {
  margin-top: 17px;
}

main .article-list li .img {
  line-height: 0;
/*  min-width: 200px; */
  width: 250px;
  height: 180px;
}

main .article-list li .txt-block {
  width: auto;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main .article-list li .txt-block .date {
  font-size: 12px;
  font-size: 0.8571428571rem;
  padding-bottom: 2px;
  color: #313131;
}

main .article-list li .txt-block .txt {
  font-size: 15px;
  font-size: 1.1538461538462rem;
  line-height: 1.5;
  font-weight: bold;
}

main .article-list li .tag {
  line-height: 1.2;
  color: #FFF;
  display: -moz-inline-box;
  display: inline-block;
  z-index: 2;
}

main .article-list li .tag a {
  padding: 2px 10px 1px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  background-color: #0b51aa;
  /*background-color: #69a9f1;*/
  font-size: 12px;
  display: block;
  color: #FFF;
}

.article-tag-block a {
  color: #29363b;
  line-height: 1.2;
  font-size: 13px;
  padding: 3px;
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}


main .article-list li .tag.report a, main .article-list li .tag.yellow a {
  background-color: #f4b215;
}

main .article-list li .tag.colum a, main .article-list li .tag.green a {
  background-color: #63bb0f;
}

main .article-list li .tag.investigation a, main .article-list li .tag.navy a {
  background-color: #3f25a7;
}

main .article-list li .tag.white-paper a, main .article-list li .tag.blue a {
  background-color: #568cdc;
}

main .article-list li .tag.process a {
  background-color: #44ad5f;
}

main .article-list li .tag.activity-report a {
  background-color: #09a196;
}

main .article-list li .tag.purple a {
  background-color: #0b51aa;
}

main .article-list li .tag.purple_stu a {
  background-color: #0b51aa;
}

main .article-list li .tag.purple_com a {
  background-color: #0b51aa;
}

main .article-list li .tag.purple_acd a {
  background-color: #0b51aa;
}

main .article-list li .tag.purple_bus a {
  background-color: #0b51aa;
}

main .article-list li .tag.purple_col a {
  background-color: #0A89C2;
}
main .article-list li .tag.purple_evt a {
  background-color: #0D9EA6;
}

main .article-list li .tag.orange a {
  background-color: #e8b02d;
}
main .article-list li .tag.green a {
  background-color: #63bb0f;
}
main .article-list li .tag.light-blue a {
  background-color: #6c95d9;
}


main .white-box {
  background-color: #fff;
  padding: 40px;
}

main .rank-list li {
  padding-left: 85px;
  position: relative;
}

main .rank-list li:not(:last-child) {
  margin-bottom: 40px;
}

main .rank-list li .date {
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  padding-bottom: 2px;
}

main .rank-list li .txt {
  font-size: 18px;
  font-size: 1.2857142857rem;
  line-height: 1.5;
}

main .rank-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  width: 57px;
  height: 68px;
  background: no-repeat center bottom;
  bottom: 3px;
}

main .rank-list li:nth-child(1):before {
  background-image: url(../img/common/icon-rank_01.png);
  bottom: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main .rank-list li:nth-child(1):before {
    background-image: url(../img/common/icon-rank_01@2x.png);
    background-size: 57px auto;
  }
}

main .rank-list li:nth-child(2):before {
  background-image: url(../img/common/icon-rank_02.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main .rank-list li:nth-child(2):before {
    background-image: url(../img/common/icon-rank_02@2x.png);
    background-size: 42px auto;
  }
}

main .rank-list li:nth-child(3):before {
  background-image: url(../img/common/icon-rank_03.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main .rank-list li:nth-child(3):before {
    background-image: url(../img/common/icon-rank_03@2x.png);
    background-size: 42px auto;
  }
}

main .rank-list li:nth-child(4):before {
  background-image: url(../img/common/icon-rank_04.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main .rank-list li:nth-child(4):before {
    background-image: url(../img/common/icon-rank_04@2x.png);
    background-size: 39px auto;
  }
}

main .rank-list li:nth-child(5):before {
  background-image: url(../img/common/icon-rank_05.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main .rank-list li:nth-child(5):before {
    background-image: url(../img/common/icon-rank_05@2x.png);
    background-size: 39px auto;
  }
}

aside .item-title {
  color: #FFF;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  letter-spacing: 0.1em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

aside .item-title .icon-txt {
  width: 100%;
}

aside .item-title a {
  display: block;
  padding: 10px 25px 10px 13px;
  color: #FFF;
}

aside .item-title span {
  display: -moz-inline-box;
  display: inline-block;
  padding-left: 28px;
  position: relative;
}

aside .item-title span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon-data.svg) no-repeat center center;
}

aside .item-title .close-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
}

aside .item-txt ul {
  padding: 15px 12px 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

aside .item-txt ul li {
  position: relative;
  line-height: 2;
  padding-left: 15px;
  font-size: 15px;
}

aside .item-txt ul li:not(:last-child) {
  margin-bottom: 7px;
}

aside .item-txt ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 2px;
  background-color: #828282;
  margin-top: -2px;
}

/* -- accordion icon - */
aside .item-title::before{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #29363b 2px solid;
  border-right: #29363b 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45eg);
  position:absolute;
  right: 5%;
  top: 0;
  bottom: 15%;
  margin: auto; 
}
/* --- accordion start --- */
aside .accordion__title {
  color: #FFF;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  letter-spacing: 0.1em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
}

aside .accordion__title .icon-txt {
  width: 100%;
  display: block;
  padding: 10px 25px 10px 13px;
}

aside .accordion__title:hover .icon-txt {
  color: #FFF;
}

/*
aside .accordion__title a {
  display: block;
  padding: 10px 6px 10px 13px;
  color: #FFF;
}
*/

/* +/-　version */
/*
.accordion__title::before, .accordion__title::after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 25px;
}

.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: .3s;
}
*/

/* →/↑ version */
aside .accordion__title::before,
aside .accordion__title::after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #29363b 2px solid;
  border-right: #29363b 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position:absolute;
  right: 5%;
  top: 0;
  bottom: 15%;
  margin: auto;
  transition-duration: .3s;
}

.accordion__title::after {
  transform: rotate(135deg);
  transition-duration: .3s;
}

aside .accordion__title.is-active::before {
  opacity: 0;
}

aside .accordion__title.is-active::after {
  transform: rotate(135deg);
}

aside .accordion__title:hover::before,
aside .accordion__title:hover::after {
  border-top: #FFF 2px solid;
  border-right: #FFF 2px solid;
  color: #fff;
}

aside .accordion__title.is-active:hover::after {
  border-top: #FFF 2px solid;
  border-right: #FFF 2px solid;
  color: #fff;
}

aside .accordion__title:active,
aside .accordion__title.is-active { 
  background-color: #989fa1;
  color: #FFF;
}

aside .accordion__title.is-active::after {
  transform: rotate(135deg);
}

aside .accordion__title span {
  display: -moz-inline-box;
  display: inline-block;
  padding-left: 28px;
  position: relative;
}

aside .accordion__title span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon-data.svg) no-repeat center center;
}

aside .accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  /*padding: 15px 12px 18px;*/
  /*padding: 0 1.5em;*/
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
}

aside .accordion__content.is-open {
  border: 1px solid #c1c6c7;
  /*padding: 0.5em 0.5em;*/
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
  background-color: #fff;
}

aside .accordion__content ul {
  padding: 15px 12px 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

aside .accordion__content ul li {
  position: relative;
  line-height: 2;
  padding-left: 15px;
  font-size: 15px;
}

aside .accordion__content ul li:not(:last-child) {
  margin-bottom: 7px;
}

aside .accordion__content ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 2px;
  background-color: #828282;
  margin-top: -2px;
}
/* --- accordion end --- */

aside .data-bnr {
  /* background: url(../img/common/bg-side_01.jpg) repeat center center; */
  /* background-size: cover; */
  background-color: #0b51aa;
  padding: 6px 6px 6px;
  margin-bottom: 20px;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: solid 3px #d7d7d7;
  border-radius: 20px;
}

aside .data-bnr .close-btn {
  cursor: pointer;
  height: 20px;
  line-height: 0;
}

aside .data-bnr.hide {
  padding-bottom: 0;
}

aside .data-bnr.hide .item-txt {
  height: 0;
  margin-bottom: 0px;
  visibility: hidden;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  padding: 0;
}

aside .data-bnr.hide .item-title .close-btn {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  background: url(../img/common/icon-open-btn.png) no-repeat top center;
}

aside .data-bnr.hide .item-title .close-btn img {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}

aside .data-bnr .item-txt {
  position: relative;
  background-color: #fff;
  padding: 5px 10px 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
}

aside .data-bnr .item-txt .data-inside {
  display: -moz-inline-box;
  display: inline-block;
}

aside .data-bnr .item-txt .tag-block {
  max-width: 180px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #ea254a;
}

aside .data-bnr .item-txt .tag-block p {
  vertical-align: middle;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.4285714286rem;
}

aside .data-bnr .item-txt .tag-block p small {
  font-size: 14px;
  font-size: 1rem;
}

aside .data-bnr .item-txt .tag-block .tag {
  margin-top: -6px;
}

aside .data-bnr .item-txt .tag-block .tag span {
  font-size: 14px;
  font-size: 1rem;
  color: #FFF;
  background-color: #ea254a;
  line-height: 1.2;
  padding: 3px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

aside .data-bnr .item-txt .txt {
  max-width: 180px;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: 1.5;
}

aside .data-bnr .item-txt .txt > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

aside .data-bnr .item-txt .txt .year {
  padding-right: 10px;
}

aside .data-bnr .item-txt .txt span {
  font-size: 20px;
  font-size: 1.4285714286rem;
  color: #6f6f6f;
}

aside .data-bnr .item-txt .txt small {
  font-size: 14px;
  font-size: 1rem;
}

aside .side-menu {
  border: solid 1px #e9e9e9;
}

aside .side-menu .no-cat {
  padding: 15px;
  background-color: #fff;
}

aside .tyousa .item-title, aside .investigation .item-title {
  background-color: #3f25a7;
}

aside .tyousa .item-title span:before, aside .investigation .item-title span:before {
  background-image: url(../img/common/icon-employment.svg);
}

aside .white-paper .item-title span:before {
  background-image: url(../img/common/icon-chart.svg);
}

aside .white-paper .item-txt ul {
  padding: 15px 12px 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

aside .white-paper .item-txt ul li {
  position: relative;
  line-height: 1.2;
  padding-left: 15px;
}

aside .white-paper .item-txt ul li:not(:last-child) {
  margin-bottom: 16px;
}

aside .white-paper .item-txt ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 2px;
  background-color: #828282;
  margin-top: 0px;
}

aside .report .item-title {
  background-color: #63bb0f;
}

/* -- new sidebar icon -- */
aside .student-report .item-title, aside .investigation .item-title {
  background-color: #0b51aa;
}
aside .student-report .item-title span:before, aside .investigation .item-title span:before {
  background-image: url(../img/common/icon-user_col.svg);
}

aside .white-paper .item-title span:before {
  background-image: url(../img/common/icon-chart_col.svg);
}


aside .report .item-title span:before {
  background-image: url(../img/common/icon-employment_col.svg);

}

aside .company-report .item-title span:before {
  background-image: url(../img/common/icon-company_col.svg);

}

aside .academy-report .item-title span:before {
  background-image: url(../img/common/icon-academic-cap_col.svg);

}

aside .businessman-report .item-title span:before {
  background-image: url(../img/common/icon-briefcase_col.svg);

}

aside .column .item-title span:before {
  background-image: url(../img/common/icon-column_col.svg);
}

aside .activity-report .item-title span:before {
  background-image: url(../img/common/icon-activity-report_col.svg);
}

/* hover */
aside .tyousa .item-title:hover span:before, aside .investigation .item-title:hover span:before {
  background-image: url(../img/common/icon-employment.svg);
  color: #fff
}
aside .tyousa .item-title:hover:before {
  border-top: #FFF 2px solid;
  border-right: #FFF 2px solid;
  color: #fff;
}

aside .student-report .item-title:hover span:before {
  background-image: url(../img/common/icon-user.svg);
  color: #fff
}
aside .student-report .item-title:hover:before {
  border-top: #FFF 2px solid;
  border-right: #FFF 2px solid;
  color: #fff;
}

aside .white-paper .item-title:hover span:before {
  background-image: url(../img/common/icon-chart.svg);
  color: #fff
}
aside .white-paper .item-title:hover:before {
  border-top: #FFF 2px solid;
  border-right: #FFF 2px solid;
  color: #fff;
}

aside .report .item-title:hover span:before {
  background-image: url(../img/common/icon-employment.svg);
  color: #fff
}
aside .report .item-title:hover:before {
  border-top: #FFF 2px solid;
  border-right: #FFF 2px solid;
  color: #fff;
}

aside .company-report .item-title:hover span:before {
  background-image: url(../img/common/icon-company.svg);
  color: #fff
}
aside .company-report .item-title:hover:before {
  border-top: #FFF 2px solid;
  border-right: #FFF 2px solid;
  color: #fff;
}

aside .academy-report .item-title:hover span:before {
  background-image: url(../img/common/icon-academic-cap.svg);
  color: #fff
}
aside .academy-report .item-title:hover:before {
  border-top: #FFF 2px solid;
  border-right: #FFF 2px solid;
  color: #fff;
}

aside .businessman-report .item-title:hover span:before {
  background-image: url(../img/common/icon-briefcase.svg);
  color: #fff
}
aside .businessman-report .item-title:hover:before {
  border-top: #FFF 2px solid;
  border-right: #FFF 2px solid;
  color: #fff;
}

aside .column .item-title:hover span:before {
  background-image: url(../img/common/icon-column.svg);
  color: #fff
}
aside .column .item-title:hover:before {
  border-top: #FFF 2px solid;
  border-right: #FFF 2px solid;
  color: #fff;
}

aside .activity-report .item-title:hover span:before {
  background-image: url(../img/common/icon-activity-report.svg);
  color: #fff
}
aside .activity-report .item-title:hover:before {
  border-top: #FFF 2px solid;
  border-right: #FFF 2px solid;
  color: #fff;
}
/* -- new sidebar icon end -- */

/* -- icon url for accordion start -- */
aside .tyousa .accordion__title span:before, aside .investigation .accordion__title span:before
{
  background-image: url(../img/common/icon-employment_col.svg);
}

aside .student-report .accordion__title span:before
{
  background-image: url(../img/common/icon-user_col.svg);
}

aside .white-paper .accordion__title span:before {
  background-image: url(../img/common/icon-chart_col.svg);
}

aside .report .accordion__title span:before {
  background-image: url(../img/common/icon-employment_col.svg);
}

aside .company-report .accordion__title span:before {
  background-image: url(../img/common/icon-company_col.svg);
}

aside .academy-report .accordion__title span:before {
  background-image: url(../img/common/icon-academic-cap_col.svg);
}

aside .businessman-report .accordion__title span:before {
  background-image: url(../img/common/icon-briefcase_col.svg);
}

aside .column .accordion__title span:before {
  background-image: url(../img/common/icon-column_col.svg);
}

aside .activity-report .accordion__title span:before {
  background-image: url(../img/common/icon-activity-report_col.svg);
}


/* hover */
aside .tyousa .accordion__title:hover span:before, aside .investigation .accordion__title:hover span:before {
  background-image: url(../img/common/icon-employment.svg);
  color: #fff
}

aside .student-report .accordion__title:hover span:before {
  background-image: url(../img/common/icon-user.svg);
  color: #fff
}

aside .white-paper .accordion__title:hover span:before {
  background-image: url(../img/common/icon-chart.svg);
  color: #fff
}

aside .report .accordion__title:hover span:before {
  background-image: url(../img/common/icon-employment.svg);
  color: #fff
}

aside .company-report .accordion__title:hover span:before {
  background-image: url(../img/common/icon-company.svg);
  color: #fff
}

aside .academy-report .accordion__title:hover span:before {
  background-image: url(../img/common/icon-academic-cap.svg);
  color: #fff
}

aside .businessman-report .accordion__title:hover span:before {
  background-image: url(../img/common/icon-briefcase.svg);
  color: #fff
}

aside .column .accordion__title:hover span:before {
  background-image: url(../img/common/icon-column.svg);
  color: #fff
}

aside .activity-report .accordion__title:hover span:before {
  background-image: url(../img/common/icon-activity-report.svg);
  color: #fff
}
/* -- sidebar iconURL for accordion end --*/


aside .purple .item-title {
  background-color: #0b51aa;
}


aside .light-blue .item-title {
  background-color: #6c95d9;
}

aside .green .item-title {
  background-color: #63bb0f;
}

aside .orange .item-title {
  background-color: #e8b02d;
}

aside .light-green .item-title {
  background-color: #09a196;
}

/* -- new sidebar bnr start -- */
aside .sidebgrey .item-title {
  background-color: #f2f2f2;
  color: #29363b;
  border: 1px solid;
  border-color: #c5c5c5;
}

aside .sidebgrey .item-title a {
  display: block;
  padding: 10px 25px 10px 13px;
  color: #29363b;
}

/*hover*/
aside .sidebgrey .item-title:hover {
  background-color: #555151;
  color: #29363b;
  border: 1px solid;
  border-color: #5d6669;
}
aside .sidebgrey .item-title:hover a {
  color: #fff;
}

/* for accordion */
aside .sidebgrey .accordion__title {
  background-color: #f2f2f2;
  color: #29363b;
  border: 1px solid;
  border-color: #c5c5c5;
}
aside .sidebgrey .accordion__title a {
  display: block;
  padding: 10px 25px 10px 13px;
  color: #29363b;
}

/*hover*/
aside .sidebgrey .accordion__title:hover {
  background-color: #555151;
  color: #5d6669;
  border: 1px solid;
  border-color: #5d6669;
}
aside .sidebgrey .accordion__title:hover a {
  color: #fff;
}
/* -- new sidebar bnr end -- */

aside .side-menu {
  margin-bottom: 20px;
}

aside .s-bnr {
  margin-bottom: 20px;
  line-height: 0;
  /* a{
      background-color: #283597;
      color:#FFF;
      font-size:14px;
      height: 37px;
      @include fb;
      padding:10px;
      @include b_box;
      @include align(center);
      position: relative;
      &:hover{
        text-decoration: none;
      }
      &:after{
        @include coverBG(true,7px,12px,auto,50%);
        right:12px;
        background-image:url(../img/common/arrow-rw.png);
        margin-top:-5px;
        @include mq(sp){
          background-image:url(../img/common/arrow-rw@2x.png);
          background-size:7px auto;
        }
      }
      span{
        padding-left: 25px;
        position: relative;
        &:before{
          @include coverBG(true,15px,16px,0,50%);
          margin-top:-8px;
          background:url(../img/common/icon-time.png) no-repeat center center;
        }
      }
    }
    &.data{
      a{
        span{
          &:before{
            background-image:url(../img/common/icon-data.png);
          }
        }
      }
    } */
}

.bnr-block {
  padding: 30px 0px 35px;
  background-color: #e5e7eb;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.bnr-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.bnr-block ul li {
  width: 157px;
}

.bnr-block ul li .img {
  line-height: 0;
  padding-bottom: 10px;
}

.bnr-block ul li .title {
  text-align: center;
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.wp-pagenavi {
  padding: 25px 0;
  text-align: center;
  letter-spacing: -.4em;
  line-height: 1;
  color: #000;
  font-size: 15px;
}

.wp-pagenavi span {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 40px;
  width: 40px;
  border: 1px solid transparent;
  margin: 0 4px;
  text-align: center;
}

.wp-pagenavi span.extend {
  width: auto;
}

.wp-pagenavi span.current {
  background-color: #0b51aa;
  /*background-color: #243861;*/
  color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  border-color: #0b51aa;
  /* border-color: #243861; */
}

.wp-pagenavi a {
  text-align: center;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 40px;
  width: 40px;
  margin: 0 4px;
  background-color: #FFF;
  color: #0b51aa;
  border: solid 1px #0b51aa;
  /*color: #243861;*/
  /*border: solid 1px #243861;*/
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.wp-pagenavi a:hover {
  text-decoration: none;
  background-color: #0b51aa;
  /*background-color: #243861;*/
  color: #FFF;
}

.wp-pagenavi a.dot {
  background: none;
}

.wp-pagenavi {
  font-size: 14px;
}

.wp-pagenavi span {
  line-height: 40px;
  width: 40px;
  margin: 0 2px;
}

.wp-pagenavi a {
  line-height: 40px;
  width: 40px;
  margin: 0 2px;
}

.wp-pagenavi a.first {
  width: 110px;
}

.wp-pagenavi a.last {
  width: 110px;
}

.wp-pagenavi a.dot {
  background: none;
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  /* main
------------------------------------------------------------*/
  main .container {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .content {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main aside {
    margin-left: 20px;
    width: 210px;
  }
  main .keytag a {
    font-size:14px;
    padding:5px 10px;
  }
  main aside .inside {
    width: 100%;
  }
  main .article-list {
    margin: 0 -1% -26px;
  }
  main .article-list li {
    width: 48%;
    margin: 0 1% 26px;
  }
  main .article-list li .a-inner {
    padding: 15px;
    margin-top: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  /*
  main .article-list li .img {
    width: 250px;
    margin-right: 10px;
  }
  */
  main .article-list li .txt-block .date {
    padding-bottom: 2px;
  }
  main .article-list li .txt-block .txt {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }

  main a .post-img{
    max-width: 90%;
    height: 100%;
    object-fit: scale-down;
  }


  aside .item-title {
    color: #FFF;
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  aside .item-title a {
    padding: 6px 6px 6px 13px;
  }
  aside .item-title span {
    display: -moz-inline-box;
    display: inline-block;
    padding-left: 28px;
    position: relative;
  }
  aside .item-txt ul {
    padding: 15px 12px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
  }
  aside .item-txt ul li {
    padding-left: 14px;
  }
  aside .item-txt ul li:not(:last-child) {
    margin-bottom: 16px;
  }
  /* -- sidebar for accordion start -- */
  aside .accordion__title {
    color: #FFF;
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  aside .accordion__title a {
    padding: 6px 6px 6px 13px;
  }
  aside .accordion__title span {
    display: -moz-inline-box;
    display: inline-block;
    padding-left: 28px;
    position: relative;
  }
  aside .accordion__content ul {
    padding: 15px 12px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
  }
  aside .accordion__content ul li {
    padding-left: 14px;
  }
  aside .accordion__content ul li:not(:last-child) {
    margin-bottom: 16px;
  }
  /* -- sidebar for accordion end -- */

  aside .data-bnr {
    padding: 6px;
    margin-bottom: 20px;
  }
  aside .data-bnr .item-txt {
    padding: 5px 10px 5px;
  }
  aside .data-bnr .item-txt .tag-block p {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  aside .data-bnr .item-txt .tag-block p small {
    font-size: 14px;
    font-size: 1rem;
  }
  aside .data-bnr .item-txt .tag-block .tag {
    font-size: 14px;
    font-size: 1rem;
    background-color: #ea254a;
    padding: 2px 10px;
  }
  aside .data-bnr .item-txt .txt {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  aside .data-bnr .item-txt .txt span {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  aside .white-paper .item-txt ul {
    padding: 15px 12px 18px;
  }
  aside .white-paper .item-txt ul li {
    line-height: 1.2;
    padding-left: 14px;
  }
  aside .white-paper .item-txt ul li:not(:last-child) {
    margin-bottom: 16px;
  }
  aside .white-paper .item-txt ul li:before {
    background-color: #828282;
    margin-top: -2px;
  }
  .bnr-block {
    padding: 30px 14px 45px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bnr-block ul {
    margin: 0 -1%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .bnr-block ul li {
    text-align: center;
    width: 23%;
    margin: 0 1%;
  }
  .bnr-block ul li .title {
    font-size: 10px;
    font-size: 0.7142857143rem;
  }
  .bnr-block ul li .title br {
    display: none;
  }
}

/*sp*/
@media screen and (max-width: 750px) {
  /* main
------------------------------------------------------------*/
  main .container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  main .content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  main .content .c-inner .col_bnr_box .column_bnr{
    display: flex;
    flex-flow: column;
    text-align: center;
  }
  main .content .c-inner .col_bnr_box .column_bnr li img {
    width: 80%;
    height: auto;
    margin-top: 10px;
    margin-right: 10px;
    margin: auto;
  }
  main .keytag a {
    font-size:12px;
    padding:2px 6px;
  }
  main .content .c-inner {
    padding-bottom: 45px;
  }
  main .content .bnr-block {
    display: none;
  }
  main .content footer {
    display: none;
  }
  main aside {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  main aside .inside {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  .tag-cloud{
    margin-top:10px;
    padding:15px 10px 20px;
    background-color: #fff;
  }
  .tag-cloud .title{
    font-size:14px;
    padding-bottom: 5px;
  }
  .tag-cloud .tag-block{
    margin-left:-5px;
    margin-right:-5px;
    margin-bottom:-5px;
  }
  .tag-cloud .tag-block a{
    font-size:13px;
    padding:5px 10px;
    margin:5px;
  }
  .tag-cloud .tag-block a:hover{
    text-decoration: none;
  }
  main .article-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -15px;
  }
  main .article-list li {
    width: 100%;
    margin: 0 0px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .article-list li .a-inner {
    padding: 15px;
    margin-top: -12px;
  }
  main .article-list li .img {
    line-height: 0;
    /*min-width: 200px; */
    width: 100%;
    height: auto; 
  }

  /*
  main .article-list li .img {
    line-height: 0;
    width: 100px;
    margin-right: 10px;
  }
  */
  main .article-list li .txt-block .date {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  main .article-list li .txt-block .txt {
    font-size: 14px;
    font-size: 1rem;
  }
  main .white-box {
    padding: 20px 15px;
  }
  main .rank-list li {
    padding-left: 55px;
  }
  main .rank-list li:not(:last-child) {
    margin-bottom: 25px;
  }
  main .rank-list li .date {
    font-size: 14px;
    font-size: 1rem;
  }
  main .rank-list li .txt {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main .rank-list li:before {
    width: 48px;
    height: 55px;
    bottom: auto;
    top: 0;
  }
  main .rank-list li:nth-child(1):before {
    background-size: 48px auto;
  }
  main .rank-list li:nth-child(2):before {
    background-size: 44px auto;
  }
  main .rank-list li:nth-child(3):before {
    background-size: 44px auto;
  }
  main .rank-list li:nth-child(4):before {
    background-size: 40px auto;
  }
  main .rank-list li:nth-child(5):before {
    background-size: 40px auto;
  }
  aside {
    margin-bottom: 30px;
    width: 100%;
  }
  aside .inseide {
    width: 100%;
  }
  aside .item-title {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  aside .item-title a {
    padding: 6px 6px 6px 13px;
  }
  aside .item-txt ul {
    padding: 15px 12px 18px;
  }
  /* -- sidebar for accordion -- */
  aside .accordion__title {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  aside .accordion__title a {
    padding: 6px 6px 6px 13px;
  }
  aside .accordion__content ul {
    padding: 15px 12px 18px;
  } 
  /* -- sidebar for accordion end -- */
  aside .s-bnr {
    text-align: center;
    margin-bottom: 10px;
  }
  .bnr-block {
    padding: 20px 20px 25px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bnr-block.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .bnr-block ul {
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 1%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .bnr-block ul li {
    max-width: 157px;
    width: 48%;
    margin: 0 -1% 2%;
  }
  .bnr-block ul li .img {
    line-height: 0;
    padding-bottom: 10px;
  }
  .bnr-block ul li .title {
    text-align: center;
    font-size: 10px;
    font-size: 0.7142857143rem;
  }
}

/* padding & margin */
.pd {
  padding: 30px;
}

.mg {
  margin: 30px;
}

.nomb {
  margin-bottom: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nopt {
  padding-top: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.pt {
  padding-top: 30px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pb {
  padding-bottom: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb170 {
  padding-bottom: 170px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb190 {
  padding-bottom: 190px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt {
  margin-top: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mb {
  margin-bottom: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.pl {
  padding-left: 30px;
}

.pl-a {
  padding-left: auto;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pr {
  padding-right: 30px;
}

.pr-a {
  padding-right: auto;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.ml {
  margin-left: 30px;
}

.ml-a {
  margin-left: auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mr {
  margin-right: 30px;
}

.mr-a {
  margin-right: auto;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 750px) {
  .pd {
    padding: 20px;
  }
  .mg {
    margin: 20px;
  }
  .pt {
    padding-top: 20px;
  }
  .pt5 {
    padding-top: 3px;
  }
  .pt10 {
    padding-top: 6px;
  }
  .pt15 {
    padding-top: 9px;
  }
  .pt20 {
    padding-top: 12px;
  }
  .pt25 {
    padding-top: 15px;
  }
  .pt30 {
    padding-top: 18px;
  }
  .pt35 {
    padding-top: 21px;
  }
  .pt40 {
    padding-top: 24px;
  }
  .pt45 {
    padding-top: 27px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt60 {
    padding-top: 36px;
  }
  .pt70 {
    padding-top: 42px;
  }
  .pt80 {
    padding-top: 48px;
  }
  .pt90 {
    padding-top: 54px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pt110 {
    padding-top: 66px;
  }
  .pt120 {
    padding-top: 72px;
  }
  .pt130 {
    padding-top: 78px;
  }
  .pt140 {
    padding-top: 84px;
  }
  .pt150 {
    padding-top: 90px;
  }
  .pt160 {
    padding-top: 96px;
  }
  .pt170 {
    padding-top: 102px;
  }
  .pt180 {
    padding-top: 108px;
  }
  .pt190 {
    padding-top: 114px;
  }
  .pt200 {
    padding-top: 120px;
  }
  .pb {
    padding-bottom: 20px;
  }
  .pb5 {
    padding-bottom: 3px;
  }
  .pb10 {
    padding-bottom: 6px;
  }
  .pb15 {
    padding-bottom: 9px;
  }
  .pb20 {
    padding-bottom: 12px;
  }
  .pb25 {
    padding-bottom: 15px;
  }
  .pb30 {
    padding-bottom: 18px;
  }
  .pb35 {
    padding-bottom: 21px;
  }
  .pb40 {
    padding-bottom: 24px;
  }
  .pb45 {
    padding-bottom: 27px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .pb55 {
    padding-bottom: 33px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb65 {
    padding-bottom: 39px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb75 {
    padding-bottom: 45px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb85 {
    padding-bottom: 51px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb95 {
    padding-bottom: 57px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 3px;
  }
  .mt10 {
    margin-top: 6px;
  }
  .mt15 {
    margin-top: 9px;
  }
  .mt20 {
    margin-top: 12px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mt30 {
    margin-top: 18px;
  }
  .mt35 {
    margin-top: 21px;
  }
  .mt40 {
    margin-top: 24px;
  }
  .mt45 {
    margin-top: 27px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt55 {
    margin-top: 33px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt65 {
    margin-top: 39px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt75 {
    margin-top: 45px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt85 {
    margin-top: 51px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt95 {
    margin-top: 57px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb {
    margin-bottom: 20px;
  }
  .mb5 {
    margin-bottom: 3px;
  }
  .mb10 {
    margin-bottom: 6px;
  }
  .mb15 {
    margin-bottom: 9px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 18px;
  }
  .mb35 {
    margin-bottom: 21px;
  }
  .mb40 {
    margin-bottom: 24px;
  }
  .mb45 {
    margin-bottom: 27px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 33px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb65 {
    margin-bottom: 39px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb75 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb85 {
    margin-bottom: 51px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb95 {
    margin-bottom: 57px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .pl {
    padding-left: 20px;
  }
  .pl5 {
    padding-left: 3px;
  }
  .pl10 {
    padding-left: 6px;
  }
  .pl15 {
    padding-left: 9px;
  }
  .pl20 {
    padding-left: 12px;
  }
  .pl25 {
    padding-left: 15px;
  }
  .pr {
    padding-right: 20px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .pr10 {
    padding-right: 6px;
  }
  .pr15 {
    padding-right: 9px;
  }
  .pr20 {
    padding-right: 12px;
  }
  .pr25 {
    padding-right: 15px;
  }
  .ml {
    margin-left: 20px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .ml10 {
    margin-left: 6px;
  }
  .ml15 {
    margin-left: 9px;
  }
  .ml20 {
    margin-left: 12px;
  }
  .ml25 {
    margin-left: 15px;
  }
  .mr {
    margin-right: 20px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .mr10 {
    margin-right: 6px;
  }
  .mr15 {
    margin-right: 9px;
  }
  .mr20 {
    margin-right: 12px;
  }
  .mr25 {
    margin-right: 15px;
  }
}

/* padding & margin */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

@media screen and (max-width: 750px) {
  .w10-sp {
    width: 10px;
  }
}

@media screen and (max-width: 750px) {
  .w20-sp {
    width: 20px;
  }
}

@media screen and (max-width: 750px) {
  .w30-sp {
    width: 30px;
  }
}

@media screen and (max-width: 750px) {
  .w40-sp {
    width: 40px;
  }
}

@media screen and (max-width: 750px) {
  .w50-sp {
    width: 50px;
  }
}

@media screen and (max-width: 750px) {
  .w60-sp {
    width: 60px;
  }
}

@media screen and (max-width: 750px) {
  .w70-sp {
    width: 70px;
  }
}

@media screen and (max-width: 750px) {
  .w80-sp {
    width: 80px;
  }
}

@media screen and (max-width: 750px) {
  .w90-sp {
    width: 90px;
  }
}

@media screen and (max-width: 750px) {
  .w100-sp {
    width: 100px;
  }
}

@media screen and (max-width: 750px) {
  .w110-sp {
    width: 110px;
  }
}

@media screen and (max-width: 750px) {
  .w120-sp {
    width: 120px;
  }
}

@media screen and (max-width: 750px) {
  .w130-sp {
    width: 130px;
  }
}

@media screen and (max-width: 750px) {
  .w140-sp {
    width: 140px;
  }
}

@media screen and (max-width: 750px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 750px) {
  .w160-sp {
    width: 160px;
  }
}

@media screen and (max-width: 750px) {
  .w170-sp {
    width: 170px;
  }
}

@media screen and (max-width: 750px) {
  .w180-sp {
    width: 180px;
  }
}

@media screen and (max-width: 750px) {
  .w190-sp {
    width: 190px;
  }
}

@media screen and (max-width: 750px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 750px) {
  .w210-sp {
    width: 210px;
  }
}

@media screen and (max-width: 750px) {
  .w220-sp {
    width: 220px;
  }
}

@media screen and (max-width: 750px) {
  .w230-sp {
    width: 230px;
  }
}

@media screen and (max-width: 750px) {
  .w240-sp {
    width: 240px;
  }
}

@media screen and (max-width: 750px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 750px) {
  .w260-sp {
    width: 260px;
  }
}

@media screen and (max-width: 750px) {
  .w270-sp {
    width: 270px;
  }
}

@media screen and (max-width: 750px) {
  .w280-sp {
    width: 280px;
  }
}

@media screen and (max-width: 750px) {
  .w290-sp {
    width: 290px;
  }
}

@media screen and (max-width: 750px) {
  .w300-sp {
    width: 300px;
  }
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

@media screen and (max-width: 750px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 750px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 750px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 750px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 750px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 750px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 750px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 750px) {
  .w500-sp {
    width: 500px;
  }
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .w5p-sp {
    width: 5%;
  }
}

@media screen and (max-width: 750px) {
  .w10p-sp {
    width: 10%;
  }
}

@media screen and (max-width: 750px) {
  .w15p-sp {
    width: 15%;
  }
}

@media screen and (max-width: 750px) {
  .w20p-sp {
    width: 20%;
  }
}

@media screen and (max-width: 750px) {
  .w25p-sp {
    width: 25%;
  }
}

@media screen and (max-width: 750px) {
  .w30p-sp {
    width: 30%;
  }
}

@media screen and (max-width: 750px) {
  .w35p-sp {
    width: 35%;
  }
}

@media screen and (max-width: 750px) {
  .w40p-sp {
    width: 40%;
  }
}

@media screen and (max-width: 750px) {
  .w45p-sp {
    width: 45%;
  }
}

@media screen and (max-width: 750px) {
  .w50p-sp {
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  .w55p-sp {
    width: 55%;
  }
}

@media screen and (max-width: 750px) {
  .w60p-sp {
    width: 60%;
  }
}

@media screen and (max-width: 750px) {
  .w65p-sp {
    width: 65%;
  }
}

@media screen and (max-width: 750px) {
  .w70p-sp {
    width: 70%;
  }
}

@media screen and (max-width: 750px) {
  .w75p-sp {
    width: 75%;
  }
}

@media screen and (max-width: 750px) {
  .w80p-sp {
    width: 80%;
  }
}

@media screen and (max-width: 750px) {
  .w85p-sp {
    width: 85%;
  }
}

@media screen and (max-width: 750px) {
  .w90p-sp {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .w95p-sp {
    width: 95%;
  }
}

@media screen and (max-width: 750px) {
  .w100p-sp {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  br.sp {
    display: inline;
  }
}

br.tablet {
  display: none;
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  br.tablet {
    display: inline;
  }
}

/* etc */
/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.btn a, .btn input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 50px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  color: #29363b;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  /*border: solid 1px #000000;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  border-radius: 30px;
}

.btn a span, .btn input span {
  display: -moz-inline-box;
  display: inline-block;
  padding-right: 25px;
  position: relative;
  line-height: 1.2;
}

.btn a span:before, .btn input span:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 8px;
  height: 13px;
  right: 0;
  margin-top: -6px;
  background: url(../img/common/arrow-r_01.svg) no-repeat left top;
  background-size: 8px auto;
}

.btn a:hover, .btn input:hover {
  text-decoration: none;
}

.btn a:hover span:before, .btn input:hover span:before {
  right: -5px;
}

.btn a.gray, .btn input.gray {
  background-color: #8d8d8d;
}

@media screen and (max-width: 750px) {
  .btn a, .btn input {
    height: 45px;
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
  .btn a span:before, .btn input span:before {
    margin-top: -8px;
  }
}

.btn input {
  display: -moz-inline-box;
  display: inline-block;
}

.btn.tac a, .btn.tac input, .btn.tac span {
  margin-left: auto;
  margin-right: auto;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

.btn-block > * {
  margin: 0 10px 15px;
}

/* btn */
/* form */
input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
  -webkit-appearance: none;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  padding-left: 10px;
  background: #FFF;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

input[type="text"].lg, input[type="email"].lg, input[type="tel"].lg, input[type="password"].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

textarea {
  -webkit-appearance: none;
  height: 250px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: 1px solid #ebebeb;
  background: #FFF;
  font-size: 14px;
  font-size: 1rem;
  padding: 10px;
}

textarea:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

textarea.h100 {
  height: 100px;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + .checkbox:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + .radio:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

label.checkbox {
  padding-left: 30px;
  min-height: 20px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}

label.checkbox.single {
  width: 20px;
  padding-left: 0;
}

label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  display: -moz-inline-box;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #FFF;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

label.checkbox:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -7px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #2f2f2f;
  border-bottom: 2px solid #2f2f2f;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

label.radio {
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}

label.radio.single {
  width: 20px;
  padding-left: 0;
}

label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

label.radio:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ebebeb;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.check-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -5px;
}

.check-radios li {
  margin: 0 15px 5px 0;
}

label.select {
  position: relative;
  display: block;
  background-color: #FFF;
}

label.select:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/common/arrow-b.png) no-repeat left top;
  width: 11px;
  height: 7px;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  z-index: 2;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  label.select:before {
    background-image: url(../img/common/arrow-b@2x.png);
    background-size: 11px auto;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  width: 100%;
  line-height: 38px;
  max-width: 100%;
  padding: 0 40px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #f8f8f8;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: normal;
  position: relative;
}

select option {
  padding: 8px;
  border: none;
}

select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

/* form */
/* table */
table {
  width: 100%;
  background-color: #FFF;
}

table th, table td {
  padding: 15px;
  border: 1px solid #ebebeb;
  vertical-align: middle;
}

table th {
  background-color: #f8f8f8;
  font-weight: bold;
}

table thead th {
  background-color: #ebebeb;
  color: #FFF;
}

/* table */
/* text */
.heading {
  margin-bottom: 20px;
}

.heading-lv01 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  margin-bottom: 37px;
  text-align: center;
  line-height: 1.2;
  position: relative;
}

.heading-lv01 span {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  z-index: 2;
  background-color: #f8f8f8;
}

.heading-lv01:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #534f56;
}

.heading-lv01 span {
  display: -moz-inline-box;
  display: inline-block;
  padding-left: 17px;
  padding-right: 17px;
}

.heading-lv02 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  color: #0b51aa;
  line-height: 1.2;
  padding: 10px;
  margin-top: 50px;
  margin-bottom: 20px;
  /*background-color: #0b51aa;*/
  text-align: center;
  /*border-bottom: solid 3px #ececec;*/
  letter-spacing: 0.1em;
  border-radius: 30px;
}

@media screen and (max-width: 750px) {
  .heading-lv02 {
    font-size: 22px;
    font-size: 1.5714285714rem;
    letter-spacing: normal;
  }
}

.heading-lv03 {
  font-size: 26px;
  font-size: 1.8571428571rem;
  line-height: 1.5;
  padding-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .heading-lv03 {
    font-size: 22px;
    font-size: 1.5714285714rem;
    padding-bottom: 20px;
  }
}

.heading-block {
  padding: 30px 30px 30px 70px;
  position: relative;
  font-size: 26px;
  font-size: 1.8571428571rem;
  color: #FFF;
  background-color: #0b51aa;
}

/*
.heading-block {
  padding: 30px 30px 30px 70px;
  position: relative;
  font-size: 26px;
  font-size: 1.8571428571rem;
  color: #FFF;
  background-color: #243861;
}
*/

.heading-block:before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -18px;
  background: url(../img/next/icon-investigation.svg) no-repeat center center;
  background-size: 24px auto;
}
.heading-block.search{
  padding:30px;
}
.heading-block.search:before{
  display: none;
}

@media screen and (max-width: 750px) {
  .heading-block {
    padding: 15px 15px 15px 55px;
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
  .heading-block:before {
    left: 15px;
  }
  .heading-block.search{
    padding:15px;
  }
}

.heading-block2 {
  padding: 10px 35px;
  position: relative;
  height: 87px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  font-size: 1.5714285714rem;
  background: url(../img/next/bg-title@2x.jpg) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.heading-block2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}

@media screen and (max-width: 750px) {
  .heading-block2 {
    height: 60px;
    padding: 10px 20px;
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
}

.fs11 {
  font-size: 11px;
  font-size: 0.7857142857rem;
}

.fs12 {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.fs13 {
  font-size: 13px;
  font-size: 0.9285714286rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.0714285714rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.2142857143rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.2857142857rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.3571428571rem;
}

.fs20 {
  font-size: 20px;
  font-size: 1.4285714286rem;
}

.fs21 {
  font-size: 21px;
  font-size: 1.5rem;
}

.fs22 {
  font-size: 22px;
  font-size: 1.5714285714rem;
}

.fs23 {
  font-size: 23px;
  font-size: 1.6428571429rem;
}

.fs24 {
  font-size: 24px;
  font-size: 1.7142857143rem;
}

.fs25 {
  font-size: 25px;
  font-size: 1.7857142857rem;
}

.fs26 {
  font-size: 26px;
  font-size: 1.8571428571rem;
}

.fs27 {
  font-size: 27px;
  font-size: 1.9285714286rem;
}

.fs28 {
  font-size: 28px;
  font-size: 2rem;
}

.fs29 {
  font-size: 29px;
  font-size: 2.0714285714rem;
}

.fs30 {
  font-size: 30px;
  font-size: 2.1428571429rem;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.red {
  color: #ef4a36;
}

.link.pdf a {
  padding-right: 65px;
  position: relative;
}

.link.pdf a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 57px;
  height: 18px;
  left: auto;
  right: 0;
  top: 50%;
  margin-top: -9px;
  background: url(../img/common/icon-pdf.png) no-repeat center center;
}

.link a {
  padding-left: 22px;
  position: relative;
  font-size: 14px;
}

.link a:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url(../img/common/arrow-link.png) no-repeat center center;
  margin-top: -8px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .link a:before {
    background-image: url(../img/common/arrow-link@2x.png);
    background-size: 16px auto;
  }
}

.link a:hover {
  text-decoration: none;
}

.link a:hover:before {
  left: 5px;
}

/* text */
.post {
  font-size: 18px;
  font-size: 1.2857142857rem;
  /* h1{
  @extend .h;
  @include remb(27);
  border-left: 3px solid $green;
  padding: 5px 0 5px 15px;
} */
}

.post ul:not(:last-child) {
  margin-bottom: 30px;
}

.post ul li {
  list-style-type: none;
  padding-left: 1em;
  position: relative;
}

.post ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #534f56;
}

.post ol {
  padding-left: 1.5em;
}

.post ol:not(:last-child) {
  margin-bottom: 30px;
}

.post ol li {
  list-style-type: decimal;
  padding-bottom: 5px;
}

.post ol li:last-child {
  padding-bottom: 0;
}

.post strong {
  font-weight: bold;
}

.post small {
  font-size: 14px;
}

.post em {
  font-style: italic;
}

.post del {
  text-decoration: line-through;
  color: #f2f2f2;
}

.post blockquote {
  display: block;
  padding: 20px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -ms-border-radius: 6px 6px 6px 6px;
  -o-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  border: 2px solid #ebebeb;
  text-align: center;
}

.post blockquote:not(:last-child) {
  margin-bottom: 30px;
}

.post .h, .post h5 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.post .h:not(:first-child), .post h5:not(:first-child) {
  margin-top: 30px;
}

.post .h:not(:last-child), .post h5:not(:last-child) {
  margin-bottom: 30px;
}

.post h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 60px -35px 35px;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/common/bg-hd.jpg) no-repeat center center;
  background-size: cover;
  line-height: 1.2;
}

.post h3 {
  margin-bottom: 25px;
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  color: #63bb0f;
  /*color: #2f2f2f;
  margin-left: 300px;*/
}

.post h4 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  display: -moz-inline-box;
  display: inline-block;
  border-bottom: solid 3px #63bb0f;*/
  line-height: 1.2;
  margin-bottom: 15px;
/*  border-bottom:#2f2f2f;
  margin-left: 400px;
*/
}

.post h5 {
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: bold;
}

.post iframe {
  max-width: 100%;
}

.post .aligncenter {
  text-align: center;
  display: block;
  margin: auto;
/*margin: 55px auto 70px;*/
}

.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 10px 15px;
}

.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 15px 10px 0;
}

.post .wp-caption:not(:last-child) {
  margin-bottom: 30px;
}

.post p:not(:last-child) {
  margin-bottom: 15px;
}

.post table:not(:last-child) {
  margin-bottom: 15px;
}

.post table td p {
  padding-bottom: 15px;
  line-height: 1.5;
}

.post table td p:last-child {
  padding-bottom: 0;
}

.post cite {
  border: 1px solid #ebebeb;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}

.post cite:before, .post cite:after {
  content: "\00201d";
}

.post small {
  font-size: 14px;
  font-size: 1rem;
}

.post .video-container {
  max-width: 640px;
  margin: 30px auto 0;
}

.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.post .video iframe, .post .video object, .post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .post {
    font-size: 14px;
    font-size: 1rem;
  }
  .post small {
    font-size: 12px;
  }
  .post h2 {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
    margin: 60px -15px 35px;
    padding: 15px 10px;
  }
  .post h3 {
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
  }
  .post h4 {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .post h5 {
    font-size: 17px;
    font-size: 1.2142857143rem;
    font-weight: bold;
  }
  .post .aligncenter {
    text-align: center;
    display: block;
  /*  margin: 55px auto 70px;*/
  }
  .post .alignright {
    text-align: right;
    float: right;
    display: block;
    margin: 0 0 10px 15px;
  }
  .post .alignleft {
    text-align: left;
    float: left;
    margin: 0 15px 10px 0;
  }
  .post .wp-caption:not(:last-child) {
    margin-bottom: 30px;
  }
  .post p:not(:last-child) {
    margin-bottom: 15px;
  }
  .post table:not(:last-child) {
    margin-bottom: 15px;
  }
  .post table td p {
    padding-bottom: 15px;
    line-height: 1.5;
  }
  .post table td p:last-child {
    padding-bottom: 0;
  }
  .post cite {
    border: 1px solid #ebebeb;
    margin-top: 15px;
    padding: 10px;
    display: -moz-inline-box;
    display: inline-block;
  }
  .post cite:before, .post cite:after {
    content: "\00201d";
  }
  .post small {
    font-size: 14px;
    font-size: 1rem;
  }
  .post .video-container {
    max-width: 640px;
    margin: 30px auto 0;
  }
  .post .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
  .post .video iframe, .post .video object, .post .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .post .alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 10px;
  }
  .post .alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 10px 10px 0;
  }
}

.iv {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}

@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
  }
}

/*
.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
*/

.page-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-left: 140px;
}

.prev-link {
  font-size: 18px;
  font-size: 1.2857142857rem;

}

.next-link {
  font-size: 18px;
  font-size: 1.2857142857rem;
}

.prev-link .span {
  display: inline-block;
    padding-left: 30px;
    position: relative;
    line-height: 1.2;
}