@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i");
/* Body Html Fonts
------------------------------------------------------------*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  background-color: #f5f5f5; }
  @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: #333;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em; }
  body.fixed {
    position: fixed; }
  body a {
    color: #333;
    text-decoration: 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; }
    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: 1170px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  body ::selection {
    background: rgba(66, 63, 109, 0.2);
    /* Safari */ }
  body ::-moz-selection {
    background: rgba(66, 63, 109, 0.2);
    /* Firefox */ }
  @media screen and (max-width: 750px) {
    body .sp-hide {
      display: none; } }

/* header
------------------------------------------------------------*/
header {
  background-color: #423f6d;
  text-align: center;
  z-index: 7;
  position: fixed;
  width: 100%; }
  header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    padding: 15px 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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  header .logo {
    text-align: center;
    line-height: 0; }
  @media screen and (min-width: 751px) and (max-width: 1170px) {
    header .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
    header .logo {
      text-align: center;
      line-height: 0; }
    header .search-area {
      width: 200px; } }
  @media screen and (max-width: 750px) {
    header .inner {
      padding: 10px 15px; }
    header .logo img {
      height: 25px;
      width: auto; } }

.search-area {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 324px; }
  .search-area input.s {
    padding-right: 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;
    background-color: #716f92;
    width: 100%;
    line-height: 34px;
    height: 34px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    padding-left: 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;
    border: none;
    color: #FFF; }
  .search-area input.searchsubmit {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -9px;
    width: 16px;
    height: 17px;
    line-height: 30px;
    text-indent: -9999px;
    background: url(../img/common/search-btn.png) no-repeat center center;
    border: none;
    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; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      .search-area input.searchsubmit {
        background-image: url(../img/common/search-btn@2x.png);
        background-size: 16px auto; } }
    .search-area input.searchsubmit:hover {
      -ms-filter: "alpha( opacity=$number*100 )";
      filter: alpha(opacity=70);
      opacity: 0.7;
      cursor: pointer; }

nav {
  background-color: #dcdcdc; }
  nav.active {
    position: fixed;
    width: 100%;
    top: 75px;
    left: 0; }
  nav .inside {
    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%;
    background-color: #e5e3ed; }
  nav ul {
    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: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    nav ul li {
      line-height: 1.2; }
      nav ul li:not(:last-child) {
        margin-right: 0px; }
      nav ul li.current a, nav ul li.current-menu-item a {
        -ms-filter: "alpha( opacity=$number*100 )";
        filter: alpha(opacity=100);
        opacity: 1;
        color: #423f6d; }
        nav ul li.current a:before, nav ul li.current-menu-item a:before {
          -ms-filter: "alpha( opacity=$number*100 )";
          filter: alpha(opacity=100);
          opacity: 1; }
      nav ul li a {
        padding: 10px 32px;
        display: block;
        color: #423f6d;
        font-weight: bold;
        position: relative;
        color: #333;
        height: 60px;
        -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;
        -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;
        font-size: 14px;
        font-size: 1rem;
        -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; }
        nav ul li 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: auto;
          width: 100%;
          height: 3px;
          bottom: 0;
          background-color: #423f6d;
          -ms-filter: "alpha( opacity=$number*100 )";
          filter: alpha(opacity=0);
          opacity: 0; }
        nav ul li a:hover {
          -ms-filter: "alpha( opacity=$number*100 )";
          filter: alpha(opacity=100);
          opacity: 1;
          color: #423f6d; }
          nav ul li a:hover:before {
            -ms-filter: "alpha( opacity=$number*100 )";
            filter: alpha(opacity=100);
            opacity: 1; }

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

@media screen and (min-width: 751px) and (max-width: 1170px) {
  nav .inside {
    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%; }
  nav ul li a {
    padding: 10px;
    font-size: 14px;
    font-size: 1rem; } }

@media screen and (max-width: 750px) {
  .menu-sp {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: auto;
    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: 46px;
    width: 46px;
    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: 2;
    cursor: pointer; }
    .menu-sp span {
      display: block;
      width: 26px;
      height: 2px;
      margin: 0 auto;
      background-color: #FFF;
      -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; }
      .menu-sp span:last-child {
        margin-bottom: 0; }
      .menu-sp span.top {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px); }
      .menu-sp span.middle {
        margin-top: -2px;
        left: 0;
        position: relative; }
      .menu-sp span.bottom {
        margin-top: -2px;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px); }
  .sp-menu {
    -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;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #FFF;
    z-index: 2;
    padding-bottom: 20px;
    border-bottom: solid 1px #423f6d; }
    .sp-menu nav {
      display: block; }
    .sp-menu .search-area {
      display: block;
      position: relative;
      right: auto;
      top: auto;
      margin-top: 20px;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  .search-area {
    display: none; }
  .actice .menu .middle {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    left: 20px; }
  .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; }
  .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; }
  .actice .sp-menu {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible; }
  nav {
    position: relative;
    z-index: 1;
    left: auto;
    top: auto;
    padding-top: 0;
    margin-top: 0;
    display: none;
    padding-left: 0px;
    padding-right: 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;
    width: 100%; }
    nav.active {
      position: relative;
      width: 100%;
      top: auto;
      left: auto; }
    nav .inside {
      padding-left: 0;
      padding-right: 0; }
    nav ul {
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
      nav ul li {
        width: 50%;
        background-color: #FFF;
        border-bottom: solid 1px #423f6d;
        -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; }
        nav ul li:not(:last-child) {
          margin-right: 0px; }
        nav ul li:nth-child(2n+1) {
          border-left: solid 1px #423f6d; }
        nav ul li:first-child {
          -ms-flex: 1 0 auto;
          -webkit-flex-grow: 1;
          flex-grow: 1;
          width: 100%;
          border-left: none; }
        nav ul li.current a:before {
          display: none; }
        nav ul li.current a:hover:before {
          -ms-filter: "alpha( opacity=$number*100 )";
          filter: alpha(opacity=100);
          opacity: 1; }
        nav ul li a {
          color: #423f6d;
          padding: 10px 5px;
          height: 50px;
          font-size: 14px;
          font-size: 1rem;
          font-weight: bold; }
          nav ul li a:hover:before {
            -ms-filter: "alpha( opacity=$number*100 )";
            filter: alpha(opacity=0);
            opacity: 0; } }

/* footer
------------------------------------------------------------*/
footer {
  background-color: #333;
  margin-bottom: -20px; }
  footer .f-logo {
    border-bottom: 1px solid #444;
    padding: 30px 0 30px 0;
    text-align: center;
    line-height: 0; }
  footer .nav-block {
    padding: 30px 0; }
    footer .nav-block .f-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin-bottom: 28px; }
      footer .nav-block .f-menu li {
        color: white;
        border-right: 1px solid white;
        line-height: 1;
        padding: 0 20px;
        font-size: 15px;
        font-size: 1.0714285714rem; }
        footer .nav-block .f-menu li a {
          color: #FFF; }
        footer .nav-block .f-menu li:last-child {
          border-right: none; }
    footer .nav-block .sns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -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; }
      footer .nav-block .sns li:not(:last-child) {
        margin-right: 25px; }
  footer .copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-size: 0.9285714286rem;
    color: #FFF;
    background-color: #444;
    text-align: center;
    padding: 7px 10px; }
  @media screen and (max-width: 750px) {
    footer .f-logo {
      padding: 20px 0 20px 0; }
    footer .nav-block {
      padding: 0px; }
      footer .nav-block .f-menu {
        margin-bottom: 0px;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%; }
        footer .nav-block .f-menu li {
          line-height: 1;
          padding: 0px;
          width: 50%;
          -ms-flex: 1 0 auto;
          -webkit-flex-grow: 1;
          flex-grow: 1;
          font-size: 14px;
          font-size: 1rem;
          -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-color: #444;
          border-bottom: solid 1px #444;
          /* &:first-of-type{
						display: none;
					} */ }
          footer .nav-block .f-menu li a {
            display: block;
            padding: 15px;
            text-align: center; }
          footer .nav-block .f-menu li:nth-child(2n) {
            border-right: none; }
          footer .nav-block .f-menu li:last-child {
            border-right: none; }
      footer .nav-block .sns {
        padding: 15px 10px; }
        footer .nav-block .sns li:not(:last-child) {
          margin-right: 25px; } }

/* mainimg
------------------------------------------------------------*/
#mainimg {
  padding-top: 125px;
  padding-bottom: 20px;
  position: relative;
  z-index: 5; }
  #mainimg .inside {
    width: 1170px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    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; }
    #mainimg .inside .top-article-block {
      width: 850px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      height: 100%; }
  #mainimg .item-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 6px; }
    #mainimg .item-date .date {
      color: #FFF; }
  #mainimg .txt a {
    color: #FFF;
    font-size: 28px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5; }
  #mainimg .item-mainimg {
    background: no-repeat center center;
    background-size: cover;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 1px; }
    #mainimg .item-mainimg .inside {
      height: 380px; }
  #mainimg .sub-mainimg-list {
    width: 300px;
    margin-bottom: -20px; }
    #mainimg .sub-mainimg-list 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;
      background: no-repeat center center;
      background-size: cover;
      position: relative;
      line-height: 0; }
      #mainimg .sub-mainimg-list li:nth-child(3) {
        display: none; }
      #mainimg .sub-mainimg-list li:not(:last-child) {
        padding-bottom: 20px; }
      #mainimg .sub-mainimg-list li a {
        position: relative;
        overflow: hidden;
        display: block; }
        #mainimg .sub-mainimg-list li a .bg {
          width: 100%;
          position: relative; }
          #mainimg .sub-mainimg-list li a .bg:before {
            z-index: 1;
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); }
          #mainimg .sub-mainimg-list li a .bg img {
            -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; }
        #mainimg .sub-mainimg-list li a:hover {
          -ms-filter: "alpha( opacity=$number*100 )";
          filter: alpha(opacity=100);
          opacity: 1; }
          #mainimg .sub-mainimg-list li a:hover .bg img {
            -ms-filter: "alpha( opacity=$number*100 )";
            filter: alpha(opacity=100);
            opacity: 1;
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
            -webkit-transform-origin: center center;
            -moz-transform-origin: center center;
            -ms-transform-origin: center center;
            -o-transform-origin: center center;
            transform-origin: center center; }
      #mainimg .sub-mainimg-list li:not(:last-child) {
        border-right: solid 1px #FFF; }
      #mainimg .sub-mainimg-list li .inside {
        line-height: 1.5;
        position: relative;
        z-index: 2; }
      #mainimg .sub-mainimg-list li .pick-up-box {
        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;
        padding: 15px;
        bottom: 0; }
      #mainimg .sub-mainimg-list li .txt {
        color: #FFF;
        font-size: 16px;
        font-size: 1.1428571429rem;
        font-weight: bold;
        line-height: 1.5; }
  @media screen and (min-width: 751px) and (max-width: 1170px) {
    #mainimg .inside {
      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; }
      #mainimg .inside .top-article-block {
        width: 72.8%; }
      #mainimg .inside .sub-mainimg-list {
        width: 25.1%; }
        #mainimg .inside .sub-mainimg-list:not(:last-child) li {
          padding-bottom: 7%; }
    #mainimg .tag-pickup {
      padding: 5px 10px;
      font-size: 14px;
      font-size: 1rem;
      margin-right: 10px; }
    #mainimg .txt a {
      font-size: 22px;
      font-size: 1.5714285714rem;
      font-weight: bold; }
    #mainimg .item-mainimg {
      padding: 15px; }
      #mainimg .item-mainimg .inside {
        height: 350px; }
    #mainimg .sub-mainimg-list li .item-date {
      margin-bottom: 2px;
      font-size: 12px;
      font-size: 0.8571428571rem; }
    #mainimg .sub-mainimg-list li .tag-pickup {
      padding: 5px;
      font-size: 10px;
      font-size: 0.7142857143rem;
      margin-right: 10px; }
    #mainimg .sub-mainimg-list li .pick-up-box {
      padding: 5px; }
    #mainimg .sub-mainimg-list li .txt {
      color: #FFF;
      font-size: 12px;
      font-size: 0.8571428571rem;
      font-weight: bold;
      line-height: 1.5; } }
  @media screen and (max-width: 750px) {
    #mainimg {
      padding-top: 45px;
      padding-bottom: 10px; }
      #mainimg .tag-pickup {
        line-height: 1;
        padding: 3px 5px;
        font-size: 12px;
        font-size: 0.8571428571rem;
        margin-right: 10px; }
      #mainimg .item-date {
        margin-bottom: 6px;
        line-height: 1.2; }
      #mainimg .txt a {
        font-size: 20px;
        font-size: 1.4285714286rem;
        font-weight: bold; }
      #mainimg .item-mainimg {
        padding: 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;
        position: relative;
        margin-bottom: 1px; }
        #mainimg .item-mainimg .inside {
          height: 300px; }
        #mainimg .item-mainimg .pick-up-box {
          padding: 10px; }
      #mainimg .sub-mainimg-list {
        display: none;
        /* @include f_wrap;
      li{
        width: 100%;
        padding: 15px;
        @include b_box;
        &:not(:last-child){
          border-right:none;
          border-bottom:solid 1px #FFF;
        }
        .inside{
          height: 180px;
        }
        .pick-up-box{
          bottom:0;
        }
        .txt{
          a{
            @include remb(18);
          }
        }
      } */ } }

/* main
------------------------------------------------------------*/
.tag-pickup {
  line-height: 1;
  padding: 5px 13px;
  border: solid 1px #feed18;
  color: #feed18;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-family: 'Roboto', sans-serif;
  display: -moz-inline-box;
  display: inline-block;
  margin-right: 12px; }

.pick-up-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  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;
  color: #FFF; }
  .pick-up-box.bg {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px; }
  .pick-up-box .item-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .pick-up-box .item-date .tag-new {
      margin-right: 14px; }
  .pick-up-box .txt {
    font-size: 26px;
    font-size: 1.8571428571rem;
    font-weight: bold; }

.hover-scale a .title {
  -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; }

.hover-scale a .txt {
  -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; }

.hover-scale a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1; }
  .hover-scale a:hover .bg img {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center; }
  .hover-scale a:hover .pick-up-box .txt {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1; }
  .hover-scale a:hover .title {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=70);
    opacity: 0.7; }
  .hover-scale a:hover .txt {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=70);
    opacity: 0.7; }

.hover-img {
  line-height: 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;
  position: relative;
  overflow: hidden;
  display: block;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1; }
  .hover-img .tag-new {
    position: absolute; }
  .hover-img .tag-pickup {
    display: -moz-inline-box;
    display: inline-block;
    padding: 5px;
    background-color: #feed18;
    color: #FFF;
    line-height: 1;
    z-index: 2;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    font-size: 14px;
    font-size: 1rem;
    letter-spacing: -0.01em;
    position: absolute;
    left: 0;
    top: 0; }
  .hover-img .tag-date {
    font-size: 14px;
    font-size: 1rem;
    padding: 5px 10px;
    line-height: 1;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    border-left: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: -0.01em; }
  .hover-img .bg {
    width: 100%; }
    .hover-img .bg img {
      -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; }

.hover-scale-bottom-txt {
  position: relative; }

main {
  position: relative;
  display: block; }
  main .breadcrumb {
    width: 1170px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; }
    main .breadcrumb ul {
      letter-spacing: -0.4em;
      line-height: 1.2;
      padding: 0 0 10px;
      border-bottom: solid 1px #eee; }
      main .breadcrumb ul li {
        letter-spacing: normal;
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle; }
        main .breadcrumb ul li a {
          margin-right: 25px;
          display: block;
          position: relative;
          line-height: 1.2;
          color: #aaaaaa; }
          main .breadcrumb ul li a:after {
            content: '/';
            display: block;
            width: 13px;
            height: 13px;
            position: absolute;
            right: -20px;
            top: 50%;
            margin-top: -8px; }
            @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
              main .breadcrumb ul li a:after {
                background-size: 13px auto; } }
  main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 1170px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 42px; }
    main .container .content {
      -ms-flex: 1 0 auto;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      width: 850px;
      margin-right: 20px; }
    main .container aside {
      width: 300px; }
  main .tag-new {
    display: -moz-inline-box;
    display: inline-block;
    padding: 5px 10px;
    background-color: #ff0078;
    color: #FFF;
    line-height: 1;
    z-index: 2;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    font-size: 14px;
    font-size: 1rem;
    letter-spacing: -0.01em; }
  main .article-list.sp {
    display: none; }
  main .article-list li {
    margin-bottom: 20px;
    box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.06);
    position: relative; }
    main .article-list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding: 20px;
      background-color: #fff; }
      main .article-list li a:hover {
        -ms-filter: "alpha( opacity=$number*100 )";
        filter: alpha(opacity=100);
        opacity: 1; }
        main .article-list li a:hover .bg {
          -ms-filter: "alpha( opacity=$number*100 )";
          filter: alpha(opacity=100);
          opacity: 1; }
          main .article-list li a:hover .bg img {
            -ms-filter: "alpha( opacity=$number*100 )";
            filter: alpha(opacity=100);
            opacity: 1; }
    main .article-list li:first-child {
      padding-top: 0; }
    main .article-list li:last-child {
      border-bottom: none; }
    main .article-list li.new {
      position: relative; }
    main .article-list li.date {
      position: relative; }
      main .article-list li.date:before {
        height: 30px;
        width: 90px;
        content: "";
        z-index: 101;
        position: absolute;
        top: 57px;
        left: 210px;
        background: url(../img/common/date.png) no-repeat center center; }
    main .article-list li .hover-img {
      width: 300px;
      margin-right: 25px; }
    main .article-list li .cat-tag {
      display: -moz-inline-box;
      display: inline-block;
      position: absolute;
      bottom: 20px;
      left: 345px; }
      main .article-list li .cat-tag a {
        font-size: 14px;
        font-size: 1rem;
        padding: 3px 10px;
        color: #FFF;
        background-color: #423f6d;
        display: block;
        line-height: 1.2;
        -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; }
        main .article-list li .cat-tag a:hover {
          -ms-filter: "alpha( opacity=$number*100 )";
          filter: alpha(opacity=70);
          opacity: 0.7; }
    main .article-list li .text {
      width: 10px;
      -ms-flex: 1 0 auto;
      -webkit-flex-grow: 1;
      flex-grow: 1; }
      main .article-list li .text .title {
        font-size: 20px;
        font-size: 1.4285714286rem;
        font-weight: bold;
        padding-bottom: 10px;
        margin-top: -10px;
        line-height: 1.5; }
      main .article-list li .text .txt {
        font-size: 15px;
        font-size: 1.0714285714rem;
        padding-bottom: 10px; }
  main .article-parallel-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  main aside .ad {
    padding-bottom: 30px;
    line-height: 0; }
  main aside .recommended ul {
    margin-bottom: 13px;
    background-color: #fff;
    box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.06); }
    main aside .recommended ul li {
      border-bottom: 1px dotted #e0e0e0; }
      main aside .recommended ul li:last-child {
        border-bottom: none; }
      main aside .recommended ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 13px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        main aside .recommended ul li a:hover .img img {
          -ms-filter: "alpha( opacity=$number*100 )";
          filter: alpha(opacity=100);
          opacity: 1; }
      main aside .recommended ul li .img {
        width: 120px;
        margin-right: 13px;
        line-height: 0; }
      main aside .recommended ul li .txt {
        width: 10px;
        -ms-flex: 1 0 auto;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.5; }
  main aside ul.wpp-list {
    box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.06); }
    main aside ul.wpp-list li {
      padding: 13px;
      background-color: #fff; }
      main aside ul.wpp-list li:not(:last-child) {
        border-bottom: 1px dotted #e0e0e0; }
      main aside ul.wpp-list li a {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.5; }
        main aside ul.wpp-list li a img {
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px; }
        main aside ul.wpp-list li a:first-of-type {
          /* width: 118px; */ }
        main aside ul.wpp-list li a.wpp-post-title {
          width: 100%; }
  main .wp-pagenavi {
    padding: 25px 0;
    text-align: center;
    letter-spacing: -.4em;
    line-height: 1;
    color: #000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif; }
    main .wp-pagenavi .pages {
      display: none; }
    main .wp-pagenavi span {
      display: -moz-inline-box;
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      line-height: 35px;
      width: 35px;
      border: 1px solid transparent;
      margin: 0 4px;
      text-align: center; }
      main .wp-pagenavi span.extend {
        background-color: #FFF;
        color: #333;
        border: solid 1px #ddd; }
    main .wp-pagenavi span.current {
      background-color: #423f6d;
      border-color: #423f6d;
      color: #FFF;
      text-align: center; }
    main .wp-pagenavi a {
      text-align: center;
      display: -moz-inline-box;
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      line-height: 35px;
      width: 35px;
      margin: 0 4px;
      background-color: #FFF;
      color: #333;
      border: solid 1px #ddd;
      -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; }
      main .wp-pagenavi a.first, main .wp-pagenavi a.last {
        display: none; }
      main .wp-pagenavi a:hover {
        text-decoration: none;
        background-color: #423f6d;
        border-color: #423f6d;
        color: #FFF;
        -ms-filter: "alpha( opacity=$number*100 )";
        filter: alpha(opacity=100);
        opacity: 1; }
      main .wp-pagenavi a.dot {
        background: none; }

@media screen and (min-width: 751px) and (max-width: 1170px) {
  /* main
------------------------------------------------------------*/
  .pick-up-box {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    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;
    color: #FFF; }
    .pick-up-box.bg {
      background-color: rgba(0, 0, 0, 0.7);
      padding: 20px; }
    .pick-up-box .item-date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .pick-up-box .item-date .tag-new {
        margin-right: 14px; }
    .pick-up-box .txt {
      font-size: 20px;
      font-size: 1.4285714286rem;
      font-weight: bold; }
  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;
    margin-bottom: 68px; }
    main .container .content {
      -ms-flex: 1 0 auto;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      width: 72.8%;
      margin-right: 0; }
    main .container aside {
      width: 25.1%;
      margin-left: 30px; }
  main .article-list li .hover-img {
    width: 200px;
    margin-right: 15px; }
  main .article-list li .cat-tag {
    bottom: 20px;
    left: 235px; }
  main .article-list li .text {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1; }
    main .article-list li .text .title {
      font-size: 16px;
      font-size: 1.1428571429rem;
      font-weight: bold; }
    main .article-list li .text .txt {
      font-size: 14px;
      font-size: 1rem;
      padding-bottom: 30px; }
  main aside .recommended ul {
    margin-bottom: 20px; }
    main aside .recommended ul li .img {
      width: 80px;
      margin-right: 10px; }
  main .wp-pagenavi {
    font-size: 14px; }
    main .wp-pagenavi span {
      line-height: 30px;
      width: 30px; }
    main .wp-pagenavi a {
      line-height: 30px;
      width: 30px;
      margin: 0 4px; } }

/*sp*/
@media screen and (max-width: 750px) {
  /* main
------------------------------------------------------------*/
  .tag-pickup {
    line-height: 1;
    padding: 5px;
    font-size: 14px;
    font-size: 1rem;
    margin-right: 10px; }
  .pick-up-box.bg {
    padding: 5px; }
  .pick-up-box .item-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .pick-up-box .item-date .tag-new {
      margin-right: 14px;
      font-size: 12px;
      font-size: 0.8571428571rem;
      font-weight: bold;
      margin-bottom: 5px; }
    .pick-up-box .item-date .date {
      font-size: 12px;
      font-family: 'Roboto', sans-serif; }
  .pick-up-box .txt {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold; }
  .hover-scale a .title {
    -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; }
  .hover-scale a .txt {
    line-height: 1.5; }
  .hover-img {
    line-height: 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; }
    .hover-img .tag-new {
      display: -moz-inline-box;
      display: inline-block;
      padding: 5px 5px;
      -ms-filter: "alpha( opacity=$number*100 )";
      filter: alpha(opacity=100);
      opacity: 1;
      font-size: 12px;
      font-size: 0.8571428571rem;
      font-weight: bold; }
    .hover-img .tag-pickup {
      padding: 5px 5px;
      -ms-filter: "alpha( opacity=$number*100 )";
      filter: alpha(opacity=100);
      opacity: 1;
      font-size: 12px;
      font-size: 0.8571428571rem;
      font-weight: bold; }
    .hover-img .tag-date {
      font-size: 12px;
      font-size: 0.8571428571rem;
      padding: 5px 5px;
      line-height: 1; }
    .hover-img .bg {
      width: 100%; }
      .hover-img .bg img {
        -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; }
  main {
    padding-top: 0px; }
    main .container {
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-top: 10px;
      margin-bottom: 50px;
      padding-left: 12px;
      padding-right: 12px;
      -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 .container .content {
        margin-right: 0px;
        width: 100%;
        -ms-flex: 1 0 auto;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        margin-bottom: 35px; }
      main .container aside {
        width: 100%;
        margin-left: 0px; }
    main .tag-new {
      padding: 5px;
      font-size: 12px;
      font-size: 0.8571428571rem; }
    main .article-list.sp {
      display: block; }
    main .article-list:first-of-type li:last-of-type {
      border-bottom: 1px dotted #e0e0e0; }
    main .article-list li {
      margin-bottom: 10px; }
      main .article-list li a {
        padding: 10px; }
      main .article-list li .hover-img {
        width: 130px;
        margin-right: 10px; }
      main .article-list li .cat-tag {
        bottom: 10px;
        left: 149px; }
        main .article-list li .cat-tag a {
          font-size: 12px;
          font-size: 0.8571428571rem;
          padding: 3px 10px; }
      main .article-list li .text .title {
        font-size: 14px;
        font-size: 1rem;
        font-weight: bold;
        margin-top: 0px; }
      main .article-list li .text .txt {
        display: none; }
    main aside .ad {
      width: 200px;
      margin: 0 auto;
      padding-bottom: 20px;
      text-align: center; }
    main aside .recommended ul {
      margin-bottom: 20px; }
      main aside .recommended ul li a {
        padding: 10px; }
      main aside .recommended ul li .img {
        width: 100px;
        margin-right: 10px; }
      main aside .recommended ul li .txt {
        font-size: 14px;
        font-size: 1rem; }
    main aside ul.wpp-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      box-shadow: 0px 0px 0px 0px transparent; }
      main aside ul.wpp-list li {
        padding: 20px 10px;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.45; }
        main aside ul.wpp-list li:nth-last-of-type(2), main aside ul.wpp-list li:last-of-type {
          border-bottom: none; }
    main .wp-pagenavi {
      padding: 10px 0; }
      main .wp-pagenavi span {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        line-height: 25px;
        width: 25px;
        margin: 0 2px;
        text-align: center; }
        main .wp-pagenavi span.extend {
          width: auto;
          border: none; }
      main .wp-pagenavi span.current {
        background-color: #423f6d;
        border-color: #423f6d;
        color: #FFF;
        text-align: center; }
      main .wp-pagenavi a {
        line-height: 25px;
        width: 25px; } }

/* 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: 1170px) {
  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: 1170px) {
    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: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background: #91c0a9;
    font-size: 18px;
    font-size: 1.2857142857rem;
    -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;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: #FFF;
    width: 250px;
    -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;
    background-color: #423f6d;
    top: 0;
    color: #FFF; }
    .btn a span, .btn input span {
      display: -moz-inline-box;
      display: inline-block;
      position: relative;
      padding-left: 24px;
      line-height: 1.2;
      -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; }
      .btn a span:before, .btn input span:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 9px;
        height: 15px;
        background: url(../img/common/arrow-r2.png) no-repeat center center;
        margin-top: -6px; }
        @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          .btn a span:before, .btn input span:before {
            background-image: url(../img/common/arrow-r2@2x.png);
            background-size: 9px auto; } }
    @media screen and (max-width: 750px) {
      .btn a, .btn input {
        width: 300px;
        height: 60px; } }
    .btn a:hover, .btn input:hover {
      text-decoration: none; }
      .btn a:hover span:before, .btn input:hover span:before {
        left: 5px; }
    .btn a.gray, .btn input.gray {
      background-color: #aaaaaa; }
  .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 #eee;
  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 {
    -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 #eee;
  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 #eee;
    -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 #333;
    border-bottom: 2px solid #333;
    -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 #eee;
    -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: #eee;
    -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;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #eee transparent transparent transparent;
    right: 10px;
    top: 50%;
    margin-top: -3px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  width: 100%;
  line-height: 40px;
  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 #eee;
  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: transparent;
  cursor: pointer;
  font-size: 14px;
  font-size: 1rem;
  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% !important;
  background-color: #FFF; }
  table th, table td {
    padding: 15px;
    border: 1px solid #eee;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  table th {
    background-color: #f2f2f2;
    font-weight: bold; }
  table thead th {
    background-color: #eee;
    color: #FFF; }

/* table */
/* text */
.heading, .heading-lv03 {
  margin-bottom: 20px; }
  .heading-lv01 {
    line-height: 1;
    padding: 15px 10px;
    text-align: center;
    background-color: #423f6d;
    color: #FFF;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-size: 1.2857142857rem; }
  .heading-lv02 {
    color: #333;
    padding-left: 20px;
    position: relative;
    font-size: 26px;
    font-size: 1.8571428571rem;
    line-height: 1.5;
    margin-bottom: 12px; }
    .heading-lv02:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 3px;
      height: 100%;
      background-color: #423f6d; }
    @media screen and (max-width: 750px) {
      .heading-lv02 {
        margin-bottom: 15px;
        font-size: 20px;
        font-size: 1.4285714286rem; }
        .heading-lv02:before {
          height: 23px; } }
  .heading-lv03 {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding-bottom: 7px;
    border-bottom: solid 1px #FFF;
    margin-bottom: 30px; }
  .heading-lv04 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    padding: 10px 16px;
    background-color: #ecebf0;
    margin-bottom: 15px; }
  .heading-lv05 {
    color: #333;
    position: relative;
    font-size: 26px;
    font-size: 1.8571428571rem;
    line-height: 1.5;
    margin-bottom: 25px;
    padding: 10px 20px;
    background-color: #eee; }
    @media screen and (max-width: 750px) {
      .heading-lv05 {
        font-size: 20px;
        font-size: 1.4285714286rem; }
        .heading-lv05:before {
          height: 23px; } }
  .heading-tag {
    padding: 3px 15px;
    display: -moz-inline-box;
    display: inline-block;
    background-color: #423f6d;
    line-height: 1.2;
    color: #FFF;
    margin-bottom: -15px;
    margin-left: 10px; }
    .heading-tag:not(:last-child) {
      margin-bottom: 0px !important;
      font-family: 'Roboto', sans-serif; }
  .heading-block {
    padding-bottom: 15px;
    border-bottom: solid 1px #eee;
    margin-bottom: 15px; }
    .heading-block .sponsor {
      padding-top: 20px;
      text-align: left;
      color: #666; }
    @media screen and (max-width: 750px) {
      .heading-block {
        padding-bottom: 20px;
        margin-bottom: 20px; } }

.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; }

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

.post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em; }
  .post ul li:before {
    content: "\0030fb";
    margin-right: 0.5em; }

.post ol {
  padding-left: 1.5em; }
  .post ol p:not(:last-child) {
    margin-bottom: 10px; }
  .post ol:not(:last-child) {
    margin-bottom: 30px; }
  .post ol li {
    list-style-type: decimal;
    padding-bottom: 10px; }
    .post ol li:last-child {
      padding-bottom: 0; }

.post ol.list1 {
  padding: 0 0 0 0em;
  margin: 0; }
  .post ol.list1 li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt; }
    .post ol.list1 li:before {
      display: marker;
      content: "(" counter(cnt) ") "; }

.post strong {
  font-weight: bold; }

.post em {
  font-style: italic; }

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

.post blockquote {
  margin-top: 30px;
  display: block;
  padding: 30px 60px;
  border: 1px solid #ddd;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #f7f7f7;
  position: relative; }
  .post blockquote:before, .post blockquote:after {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    top: auto;
    width: 41px;
    height: 31px;
    background: url(../img/next/article/icon-quout_l.png) no-repeat center center; }
  .post blockquote:before {
    left: 13px;
    top: 13px;
    background: url(../img/next/article/icon-quout_l.png) no-repeat center center; }
    .post blockquote:before mq(retina) {
      background-image: url(../img/next/article/icon-quout_l@2x.png);
      background-size: 41px auto; }
  .post blockquote:after {
    right: 13px;
    bottom: 13px;
    background: url(../img/next/article/icon-quout_r.png) no-repeat center center; }
    .post blockquote:after mq(retina) {
      background-image: url(../img/next/article/icon-quout_r@2x.png);
      background-size: 41px auto; }
  .post blockquote:not(:last-child) {
    margin-bottom: 30px; }

.post .h, .post h2, .post h3, .post h4, .post h5 {
  line-height: 1.3;
  letter-spacing: 0.1em; }
  .post .h:not(:first-child), .post h2:not(:first-child), .post h3:not(:first-child), .post h4:not(:first-child), .post h5:not(:first-child) {
    margin-top: 50px; }
  .post .h:not(:last-child), .post h2:not(:last-child), .post h3:not(:last-child), .post h4:not(:last-child), .post h5:not(:last-child) {
    margin-bottom: 30px; }

.post h2 {
  margin-top: 50px;
  font-size: 22px;
  font-size: 1.5714285714rem;
  font-weight: bold;
  line-height: 1.5;
  color: #FFF;
  background-color: #423f6d;
  padding: 10px 17px; }

.post h3 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  border-left: solid 3px #423f6d;
  line-height: 1.5;
  padding-left: 15px; }

.post h4 {
  font-size: 19px;
  font-size: 1.3571428571rem;
  font-weight: bold; }

.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: 30px auto 0; }

.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: 30px; }

.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 #eee;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block; }
  .post cite:before, .post cite:after {
    content: "\00201d"; }

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

.post img {
  margin-bottom: 30px;
  border: none !important; }

.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 h2 {
    margin-top: 30px;
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
    padding: 10px; }
    .post h2:not(:first-child) {
      margin-top: 30px; }
    .post h2:not(:last-child) {
      margin-bottom: 20px; }
  .post h3 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold; }
    .post h3:not(:first-child) {
      margin-top: 30px; }
    .post h3:not(:last-child) {
      margin-bottom: 20px; }
  .post h4 {
    font-size: 17px;
    font-size: 1.2142857143rem;
    font-weight: bold; }
    .post h4:not(:first-child) {
      margin-top: 30px; }
    .post h4:not(:last-child) {
      margin-bottom: 20px; }
  .post h5 {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold; }
    .post h5:not(:first-child) {
      margin-top: 30px; }
    .post h5:not(:last-child) {
      margin-bottom: 20px; }
  .post .alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 10px; }
  .post .alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 10px 10px 0; }
  .post blockquote {
    margin-top: 30px;
    display: block;
    padding: 30px 20px; }
    .post blockquote:before, .post blockquote:after {
      width: 30px;
      background-size: 20px auto; }
    .post blockquote:before {
      top: 5px; }
    .post blockquote:after {
      bototm: 5px; }
    .post blockquote:not(:last-child) {
      margin-bottom: 20px; } }

.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; }
