@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i");
/* Body Html Fonts
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900");
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  background-color: #FFF; }
  @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: #070707;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.13em; }
  body.fixed {
    position: fixed; }
  body a {
    color: #202f7b;
    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: 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.sp {
      display: none !important; }
    body a.underline {
      text-decoration: underline; }
    @media screen and (max-width: 750px) {
      body a.pc {
        display: none !important; }
      body a.sp {
        display: inline !important; } }
    body a:hover {
      text-decoration: none;
      -ms-filter: "alpha( opacity=$number*100 )";
      filter: alpha(opacity=70);
      opacity: 0.7; }
    body a.tel {
      pointer-events: none; }
      @media screen and (max-width: 750px) {
        body a.tel {
          pointer-events: auto; } }
    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; }
  @media screen and (max-width: 750px) {
    body span.sp-fw-b {
      font-weight: bold; } }
  @media screen and (max-width: 750px) {
    body span.txt-pc {
      display: none; } }
  body .img.sp {
    display: none !important; }
  @media screen and (max-width: 750px) {
    body .img.pc {
      display: none !important; }
    body .img.sp {
      display: inline !important; } }
  body img {
    max-width: 100%;
    height: auto; }
    body img.sp {
      display: none; }
    @media screen and (max-width: 750px) {
      body img.pc {
        display: none; }
      body img.sp {
        display: inline; } }
  body span.sp {
    display: none; }
    @media screen and (max-width: 750px) {
      body span.sp {
        display: inline; } }
  body br.sp {
    display: none; }
  body a.tel, body a.tel-link {
    pointer-events: none; }
    @media screen and (max-width: 750px) {
      body a.tel, body a.tel-link {
        pointer-events: auto; } }
  @media screen and (max-width: 750px) {
    body br.sp {
      display: inline; }
    body span.pc {
      display: none !important; } }
  body a.underline {
    text-decoration: underline; }
  body .wrap {
    width: 980px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  body ::selection {
    background: rgba(32, 47, 123, 0.2);
    /* Safari */ }
  body ::-moz-selection {
    background: rgba(32, 47, 123, 0.2);
    /* Firefox */ }

/* header
------------------------------------------------------------*/
header {
  width: 100%;
  z-index: 10;
  position: relative;
  width: 100%;
  padding: 20px 20px 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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }
  header .logo {
    margin-right: 17px;
    line-height: 0; }
  @media screen and (max-width: tablet) {
    header .logo {
      line-height: 0; }
    header .hr > p, header .hr > div {
      line-height: 0; }
    header .hr .tel {
      margin-right: 18px; }
      header .hr .tel img {
        height: 35px;
        width: auto; }
    header .hr .h-btn {
      margin: 0 -5px; }
      header .hr .h-btn p {
        margin: 0 5px; } }
  @media screen and (max-width: 750px) {
    header {
      padding: 20px 20px 30px; }
      header .logo img {
        width: 75px;
        height: auto; } }

/* footer
------------------------------------------------------------*/
footer {
  background-color: #f39800;
  margin-bottom: -10px; }
  footer .f-top {
    padding: 30px 0 40px;
    max-width: 1200px;
    margin: 0 auto; }
    footer .f-top ul {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin: 0px; }
      footer .f-top ul li {
        width: 25%;
        color: #FFF; }
        footer .f-top ul li a {
          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; }
          footer .f-top ul li a:hover {
            -ms-filter: "alpha( opacity=$number*100 )";
            filter: alpha(opacity=70);
            opacity: 0.7;
            text-decoration: none; }
        footer .f-top ul li dl {
          margin-bottom: 30px; }
          footer .f-top ul li dl.insta-mb {
            margin-bottom: 20px; }
          footer .f-top ul li dl dt {
            font-weight: bold;
            margin-bottom: 8px;
            font-size: 16px;
            font-size: 1.1428571429rem; }
            footer .f-top ul li dl dt.insta a, footer .f-top ul li dl dt.line a, footer .f-top ul li dl dt.fb a {
              position: relative;
              padding-right: 33px; }
              footer .f-top ul li dl dt.insta a:before, footer .f-top ul li dl dt.line a:before, footer .f-top ul li dl dt.fb a:before {
                content: "";
                display: block;
                position: absolute;
                left: auto;
                top: 50%;
                width: 24px;
                height: 24px;
                right: 0;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                background: url(../img/common/icon-insta.png) no-repeat center center; }
                @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
                  footer .f-top ul li dl dt.insta a:before, footer .f-top ul li dl dt.line a:before, footer .f-top ul li dl dt.fb a:before {
                    background-image: url(../img/common/icon-insta@2x.png);
                    background-size: 24px auto; } }
              footer .f-top ul li dl dt.insta a:hover, footer .f-top ul li dl dt.line a:hover, footer .f-top ul li dl dt.fb a:hover {
                text-decoration: none; }
            footer .f-top ul li dl dt.tw a {
              position: relative;
              padding-right: 33px; }
              footer .f-top ul li dl dt.tw a:before {
                content: "";
                display: block;
                position: absolute;
                left: auto;
                top: 50%;
                width: 24px;
                height: 24px;
                right: 0;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                background: url(../img/common/f-icon-tw.png) no-repeat center center; }
            footer .f-top ul li dl dt.fb a:before {
              background-image: url(../img/common/f-icon-fb.png); }
              @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
                footer .f-top ul li dl dt.fb a:before {
                  background-image: url(../img/common/f-icon-fb@2x.png);
                  background-size: 24px auto; } }
          footer .f-top ul li dl dd a {
            position: relative;
            padding-left: 15px;
            line-height: 1.2; }
            footer .f-top ul li dl dd a:before {
              content: "";
              display: block;
              position: absolute;
              left: 0;
              top: 50%;
              width: 4px;
              height: 7px;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              left: 0;
              background: url(../img/common/arrow-rs.svg) no-repeat center center; }
  footer .f-middle {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    max-width: 1200px;
    margin: 0 auto;
    color: #FFF;
    margin-bottom: 30px;
    padding-top: 20px;
    text-align: center; }
    footer .f-middle .title {
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 16px;
      font-size: 1.1428571429rem; }
    footer .f-middle .txt {
      font-size: 14px;
      font-size: 1rem; }
    @media screen and (max-width: 1200px) {
      footer .f-middle {
        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; } }
  footer .f-bottom {
    padding: 6px 15px;
    border-top: solid 1px rgba(255, 255, 255, 0.3); }
    footer .f-bottom .inner {
      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; }
      footer .f-bottom .inner ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        footer .f-bottom .inner ul li {
          margin-right: 35px; }
          footer .f-bottom .inner ul li a {
            display: block;
            -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;
            padding-left: 15px;
            line-height: 1.2;
            width: 100%;
            color: #FFF; }
            footer .f-bottom .inner ul li a:before {
              content: "";
              display: block;
              position: absolute;
              left: 0;
              top: 50%;
              width: 4px;
              height: 7px;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              left: 0;
              background: url(../img/common/arrow-rs.svg) no-repeat center center; }
      footer .f-bottom .inner .copyright {
        color: #FFF;
        font-size: 12px;
        font-size: 0.8571428571rem; }
  footer.ebisu-footer .f-top {
    width: 100%;
    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-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    footer.ebisu-footer .f-top .title {
      font-size: 16px;
      font-size: 1.1428571429rem;
      font-weight: bold;
      color: #FFF;
      margin-right: 40px; }
    footer.ebisu-footer .f-top ul {
      -ms-flex: 1 0 auto;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      width: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      footer.ebisu-footer .f-top 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; }
        footer.ebisu-footer .f-top ul li dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          margin-bottom: 0; }
          footer.ebisu-footer .f-top ul li dl dd:not(:last-child) {
            margin-right: 40px; }
    @media screen and (max-width: 750px) {
      footer.ebisu-footer .f-top {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        footer.ebisu-footer .f-top .title {
          font-size: 16px;
          font-size: 1.1428571429rem;
          font-weight: bold;
          width: 100%;
          margin-right: 0px;
          text-align: center;
          margin-bottom: 15px; }
        footer.ebisu-footer .f-top ul {
          width: 100%;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center; }
          footer.ebisu-footer .f-top ul li {
            width: auto;
            padding-right: 0; }
            footer.ebisu-footer .f-top ul li dl {
              display: -webkit-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              margin-bottom: 0;
              -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; }
              footer.ebisu-footer .f-top ul li dl dd {
                margin-bottom: 10px; }
                footer.ebisu-footer .f-top ul li dl dd:not(:last-child) {
                  margin-right: 20px; }
                footer.ebisu-footer .f-top ul li dl dd:first-child {
                  text-align: center;
                  margin-right: 0;
                  width: 100%; }
                  footer.ebisu-footer .f-top ul li dl dd:first-child a {
                    display: -moz-inline-box;
                    display: inline-block; } }
  @media screen and (max-width: 750px) {
    footer.ebisu-footer {
      margin-bottom: 0px; }
      footer.ebisu-footer .f-bottom .inner ul {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; } }
  @media screen and (min-width: 751px) and (max-width: 980px) {
    footer .f-middle {
      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; }
    footer .f-top {
      padding-left: 20px;
      padding-right: 20px; }
      footer .f-top ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin: 0 20px; }
        footer .f-top ul li {
          width: calc(25% - 20px); }
          footer .f-top ul li dl dt {
            font-size: 14px;
            font-size: 1rem; }
          footer .f-top ul li dl dd a {
            display: block;
            font-size: 13px;
            font-size: 0.9285714286rem; }
    footer .f-bottom {
      padding: 6px 15px; }
      footer .f-bottom .inner ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        footer .f-bottom .inner ul li {
          margin-right: 25px; }
          footer .f-bottom .inner ul li a {
            padding-left: 10px;
            font-size: 14px;
            font-size: 1rem; }
      footer .f-bottom .inner .copyright {
        color: #FFF;
        font-size: 12px;
        font-size: 0.8571428571rem; } }
  @media screen and (max-width: 750px) {
    footer .f-top {
      padding: 20px 20px 40px;
      margin: 0 auto; }
      footer .f-top ul {
        width: 100%;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0; }
        footer .f-top ul li {
          width: 50%;
          padding-right: 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; }
          footer .f-top ul li dl {
            margin-bottom: 15px; }
            footer .f-top ul li dl dt {
              margin-bottom: 5px;
              font-size: 14px;
              font-size: 1rem; }
            footer .f-top ul li dl dd a {
              display: block;
              font-size: 13px;
              font-size: 0.9285714286rem;
              padding-left: 15px;
              line-height: 1.2; }
    footer .f-middle {
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 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;
      text-align: left; }
      footer .f-middle .title {
        font-size: 13px;
        margin-bottom: 5px; }
      footer .f-middle .txt {
        font-size: 12px;
        font-size: 0.8571428571rem; }
    footer .f-bottom {
      padding: 10px 20px; }
      footer .f-bottom .inner {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        footer .f-bottom .inner ul {
          -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; }
          footer .f-bottom .inner ul li {
            margin-right: 10px;
            margin-bottom: 5px; }
            footer .f-bottom .inner ul li:last-child {
              margin-right: 0; }
            footer .f-bottom .inner ul li a {
              padding-left: 8px;
              font-size: 13px;
              font-size: 0.9285714286rem; }
        footer .f-bottom .inner .copyright {
          width: 100%;
          color: #FFF;
          font-size: 11px;
          font-size: 0.7857142857rem;
          text-align: center;
          padding-top: 10px; } }

/* main
------------------------------------------------------------*/
main {
  font-family: 'Noto Sans JP', sans-serif; }
  main .main-content-column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 1085px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    main .main-content-column2 .content {
      -ms-flex: 1 0 auto;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      width: 10px;
      margin-bottom: 150px; }
    main .main-content-column2 aside {
      width: 320px;
      background-color: #f5f5f5;
      padding: 15px 15px 300px;
      -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-left: 40px; }
      main .main-content-column2 aside .heading-lv13 {
        margin-top: -15px;
        margin-left: -15px; }
      main .main-content-column2 aside .aside-list {
        margin-bottom: 50px; }
        main .main-content-column2 aside .aside-list li {
          padding: 15px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          main .main-content-column2 aside .aside-list li:not(:last-child) {
            padding-bottom: 20px;
            border-bottom: solid 1px #d6d7e0; }
          main .main-content-column2 aside .aside-list li .item-img {
            margin-right: 20px; }
            main .main-content-column2 aside .aside-list li .item-img a {
              display: block;
              line-height: 0; }
            main .main-content-column2 aside .aside-list li .item-img img {
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              border-radius: 50%; }
          main .main-content-column2 aside .aside-list li .item-txt {
            -ms-flex: 1 0 auto;
            -webkit-flex-grow: 1;
            flex-grow: 1;
            width: 10px; }
        main .main-content-column2 aside .aside-list.rank li .item-img a {
          position: relative; }
          main .main-content-column2 aside .aside-list.rank li .item-img a:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(132, 132, 132, 0.5);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%; }
          main .main-content-column2 aside .aside-list.rank li .item-img a:after {
            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;
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: no-repeat center center; }
        main .main-content-column2 aside .aside-list.rank li:nth-child(1) .item-img a:after {
          background-image: url(../img/next/blog/no-1.png); }
          @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            main .main-content-column2 aside .aside-list.rank li:nth-child(1) .item-img a:after {
              background-image: url(../img/next/blog/no-1@2x.png);
              background-size: auto 20px; } }
        main .main-content-column2 aside .aside-list.rank li:nth-child(2) .item-img a:after {
          background-image: url(../img/next/blog/no-2.png); }
          @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            main .main-content-column2 aside .aside-list.rank li:nth-child(2) .item-img a:after {
              background-image: url(../img/next/blog/no-2@2x.png);
              background-size: auto 20px; } }
        main .main-content-column2 aside .aside-list.rank li:nth-child(3) .item-img a:after {
          background-image: url(../img/next/blog/no-3.png); }
          @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            main .main-content-column2 aside .aside-list.rank li:nth-child(3) .item-img a:after {
              background-image: url(../img/next/blog/no-3@2x.png);
              background-size: auto 20px; } }
    main .main-content-column2 .top-article {
      margin-bottom: 35px; }
      main .main-content-column2 .top-article .item-img {
        line-height: 0;
        margin-bottom: 35px;
        overflow: hidden; }
        main .main-content-column2 .top-article .item-img a 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 .main-content-column2 .top-article .item-img a:hover {
          -ms-filter: "alpha( opacity=$number*100 )";
          filter: alpha(opacity=100);
          opacity: 1; }
          main .main-content-column2 .top-article .item-img a:hover img {
            -webkit-transform: scale(1.02);
            -moz-transform: scale(1.02);
            -ms-transform: scale(1.02);
            -o-transform: scale(1.02);
            transform: scale(1.02);
            -webkit-transform-origin: center center;
            -moz-transform-origin: center center;
            -ms-transform-origin: center center;
            -o-transform-origin: center center;
            transform-origin: center center;
            -ms-filter: "alpha( opacity=$number*100 )";
            filter: alpha(opacity=100);
            opacity: 1; }
      main .main-content-column2 .top-article .item-txt {
        color: #202f7b;
        font-size: 15px;
        font-size: 1.0714285714rem;
        padding-bottom: 15px; }
      main .main-content-column2 .top-article .item-date {
        color: #999999;
        letter-spacing: normal; }
    main .main-content-column2 .article-list {
      margin-bottom: 20px; }
      main .main-content-column2 .article-list ul {
        margin: 0 -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
      main .main-content-column2 .article-list li {
        margin: 0 20px 35px;
        width: calc(50% - 40px); }
        main .main-content-column2 .article-list li .item-img {
          line-height: 0;
          margin-bottom: 20px;
          overflow: hidden; }
          main .main-content-column2 .article-list li .item-img a 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 .main-content-column2 .article-list li .item-img a:hover {
            -ms-filter: "alpha( opacity=$number*100 )";
            filter: alpha(opacity=100);
            opacity: 1; }
            main .main-content-column2 .article-list li .item-img a:hover img {
              -webkit-transform: scale(1.02);
              -moz-transform: scale(1.02);
              -ms-transform: scale(1.02);
              -o-transform: scale(1.02);
              transform: scale(1.02);
              -webkit-transform-origin: center center;
              -moz-transform-origin: center center;
              -ms-transform-origin: center center;
              -o-transform-origin: center center;
              transform-origin: center center;
              -ms-filter: "alpha( opacity=$number*100 )";
              filter: alpha(opacity=100);
              opacity: 1; }
        main .main-content-column2 .article-list li .item-txt {
          color: #202f7b;
          font-size: 15px;
          font-size: 1.0714285714rem;
          padding-bottom: 10px;
          line-height: 1.5; }
        main .main-content-column2 .article-list li .item-date {
          color: #999999;
          letter-spacing: normal; }
    main .main-content-column2 .tag-block {
      font-size: 18px;
      font-size: 1.2857142857rem;
      margin-bottom: 35px;
      color: #202f7b; }
      main .main-content-column2 .tag-block a {
        font-size: 24px;
        font-size: 1.7142857143rem; }
    main .main-content-column2 .archive-list {
      margin-bottom: 20px; }
      main .main-content-column2 .archive-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
      main .main-content-column2 .archive-list li {
        margin: 0 0px 35px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        main .main-content-column2 .archive-list li .item-img {
          line-height: 0;
          overflow: hidden;
          width: 200px;
          margin-right: 25px; }
          main .main-content-column2 .archive-list li .item-img a 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 .main-content-column2 .archive-list li .item-img a:hover {
            -ms-filter: "alpha( opacity=$number*100 )";
            filter: alpha(opacity=100);
            opacity: 1; }
            main .main-content-column2 .archive-list li .item-img a:hover img {
              -webkit-transform: scale(1.02);
              -moz-transform: scale(1.02);
              -ms-transform: scale(1.02);
              -o-transform: scale(1.02);
              transform: scale(1.02);
              -webkit-transform-origin: center center;
              -moz-transform-origin: center center;
              -ms-transform-origin: center center;
              -o-transform-origin: center center;
              transform-origin: center center;
              -ms-filter: "alpha( opacity=$number*100 )";
              filter: alpha(opacity=100);
              opacity: 1; }
        main .main-content-column2 .archive-list li .item-txt-block {
          -ms-flex: 1 0 auto;
          -webkit-flex-grow: 1;
          flex-grow: 1;
          width: 10px;
          color: #202f7b;
          font-size: 15px;
          font-size: 1.0714285714rem;
          padding-bottom: 10px;
          line-height: 1.5; }
          main .main-content-column2 .archive-list li .item-txt-block .txt {
            padding-bottom: 8px; }
        main .main-content-column2 .archive-list li .item-date {
          color: #999999;
          letter-spacing: normal; }
    main .main-content-column2 .wp-pagenavi {
      padding: 0px 0 0;
      text-align: center;
      letter-spacing: -.4em;
      line-height: 1;
      color: #000;
      font-size: 15px; }
      main .main-content-column2 .wp-pagenavi .last {
        display: none; }
      main .main-content-column2 .wp-pagenavi .pages {
        display: none; }
      main .main-content-column2 .wp-pagenavi .first {
        display: none; }
      main .main-content-column2 .wp-pagenavi span {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        line-height: 34px;
        width: 34px;
        border: 1px solid transparent;
        margin: 0 4px;
        text-align: center;
        padding: 0; }
        main .main-content-column2 .wp-pagenavi span.extend {
          width: auto; }
      main .main-content-column2 .wp-pagenavi span.current {
        background-color: #d6d7e0;
        border-color: #d6d7e0;
        color: #FFF;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        font-weight: bold; }
      main .main-content-column2 .wp-pagenavi a {
        text-align: center;
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        line-height: 34px;
        width: 34px;
        margin: 0 4px;
        background-color: #f5f5f5;
        color: #202f7b;
        border: solid 1px #f5f5f5;
        -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: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        font-weight: bold;
        padding: 0; }
        main .main-content-column2 .wp-pagenavi a:hover {
          text-decoration: none;
          background-color: #d6d7e0;
          border-color: #d6d7e0;
          color: #FFF;
          -ms-filter: "alpha( opacity=$number*100 )";
          filter: alpha(opacity=100);
          opacity: 1; }
        main .main-content-column2 .wp-pagenavi a.previouspostslink, main .main-content-column2 .wp-pagenavi a.nextpostslink {
          text-indent: -9999px;
          background: no-repeat center;
          background-color: #2c4399;
          border-color: #2c4399; }
          main .main-content-column2 .wp-pagenavi a.previouspostslink:hover, main .main-content-column2 .wp-pagenavi a.nextpostslink:hover {
            -ms-filter: "alpha( opacity=$number*100 )";
            filter: alpha(opacity=70);
            opacity: 0.7; }
        main .main-content-column2 .wp-pagenavi a.previouspostslink {
          background-image: url(../img/next/blog/pager-arrow-l.svg); }
        main .main-content-column2 .wp-pagenavi a.nextpostslink {
          background-image: url(../img/next/blog/pager-arrow-r.svg); }
        main .main-content-column2 .wp-pagenavi a.dot {
          background: none; }
  main .breadcrumb {
    width: 980px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    main .breadcrumb ul {
      letter-spacing: -0.4em;
      line-height: 1.2;
      padding: 10px 0 30px;
      color: #999; }
      main .breadcrumb ul li {
        letter-spacing: normal;
        display: inline;
        vertical-align: middle;
        font-size: 13px;
        font-size: 0.9285714286rem; }
        main .breadcrumb ul li a {
          margin-right: 30px;
          position: relative;
          line-height: 1.2;
          color: #999;
          display: -moz-inline-box;
          display: inline-block;
          margin-bottom: 7px; }
          main .breadcrumb ul li a:after {
            content: '';
            display: block;
            width: 7px;
            height: 8px;
            position: absolute;
            background: url(../img/next/blog/arrow-bread.svg) no-repeat left center;
            right: -19px;
            top: 50%;
            margin-top: -4.5px;
            background-size: 4px auto; }
  main .related-box {
    padding-top: 35px;
    border-top: solid 1px #d6d7e0; }
  main .day-tag {
    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;
    margin-bottom: 20px; }
    main .day-tag .item-day {
      font-size: 15px;
      color: #999;
      letter-spacing: normal; }
  main .sns-list {
    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: 0 -5px 40px; }
    main .sns-list li {
      margin: 0 5px; }
      main .sns-list li:first-of-type {
        margin-top: 5px; }
      main .sns-list li .fb_iframe_widget {
        line-height: 0; }
  main .guideline-block {
    background-color: #FFF;
    padding: 20px 30px;
    margin-bottom: 45px;
    border: solid 1px #d6d7e0;
    -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 .guideline-block .mokuji {
      font-size: 16px;
      font-size: 1.1428571429rem;
      font-weight: bold;
      color: #202f7b;
      background-color: #fff;
      padding: 0px 0px 10px; }
    main .guideline-block h2, main .guideline-block .title {
      padding-left: 20px;
      font-size: 16px;
      font-size: 1.1428571429rem;
      margin-bottom: 5px;
      position: relative; }
      main .guideline-block h2:before, main .guideline-block .title:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        content: '・'; }
      main .guideline-block h2 a, main .guideline-block .title a {
        color: #202f7b;
        text-decoration: underline;
        -webkit-text-decoration-skip: none;
        text-decoration-skip-ink: none; }
    main .guideline-block ul {
      padding-left: 1.5em;
      margin-bottom: 10px; }
      main .guideline-block ul li {
        margin-bottom: 0px;
        position: relative;
        padding-left: 1em;
        font-size: 15px;
        font-size: 1.0714285714rem;
        line-height: 1.5;
        margin-bottom: 3px; }
        main .guideline-block ul li:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 0;
          height: 0;
          content: '・'; }
        main .guideline-block ul li a {
          color: #202f7b;
          text-decoration: underline;
          text-decoration-skip-ink: none; }
  main .blog-main .read-txt {
    font-size: 16px;
    font-size: 1.1428571429rem;
    color: #202f7b;
    margin-bottom: 35px; }
    main .blog-main .read-txt .pict {
      line-height: 0;
      margin-bottom: 25px; }
  main .blog-post {
    font-size: 16px;
    font-size: 1.1428571429rem;
    color: #202f7b;
    margin-bottom: 60px;
    word-break: break-all; }
    main .blog-post ul:not(:last-child) {
      margin-bottom: 25px; }
    main .blog-post ul li {
      list-style-type: none;
      text-indent: -1em;
      padding-left: 1em; }
      main .blog-post ul li:before {
        content: "\0030fb";
        margin-right: 0.5em; }
    main .blog-post ol {
      padding-left: 1.5em; }
      main .blog-post ol:not(:last-child) {
        margin-bottom: 25px; }
      main .blog-post ol li {
        list-style-type: decimal;
        padding-bottom: 5px; }
        main .blog-post ol li:last-child {
          padding-bottom: 0; }
    main .blog-post strong {
      font-weight: bold; }
    main .blog-post em {
      font-style: italic; }
    main .blog-post del {
      text-decoration: line-through;
      color: #f2f2f2; }
    main .blog-post .reference-block {
      padding: 30px;
      background-color: #f5f5f5;
      margin-bottom: 30px; }
      main .blog-post .reference-block p:not(:last-child) {
        margin-bottom: 5px; }
      @media screen and (max-width: 750px) {
        main .blog-post .reference-block {
          padding: 15px;
          margin-bottom: 20px; }
          main .blog-post .reference-block p {
            line-height: 1.5; }
            main .blog-post .reference-block p:not(:last-child) {
              margin-bottom: 6px; } }
    main .blog-post blockquote {
      display: block;
      padding: 30px 40px;
      border-top: solid 1px #d6d7e0;
      border-bottom: solid 1px #d6d7e0;
      position: relative;
      font-style: italic; }
      main .blog-post blockquote:before, main .blog-post blockquote:after {
        content: "";
        display: block;
        position: absolute;
        left: auto;
        top: auto;
        width: 24px;
        height: 19px;
        background: no-repeat center; }
      main .blog-post blockquote:before {
        top: 10px;
        left: 0px;
        background-image: url(../img/next/blog/icon-quout-top.svg); }
      main .blog-post blockquote:after {
        bottom: 10px;
        right: 0px;
        background-image: url(../img/next/blog/icon-quout-bottom.svg); }
      main .blog-post blockquote:not(:last-child) {
        margin-bottom: 25px; }
      @media screen and (max-width: 750px) {
        main .blog-post blockquote {
          padding: 20px 20px; }
          main .blog-post blockquote:before {
            top: 5px;
            left: 0px; }
          main .blog-post blockquote:after {
            bottom: 5px;
            right: 0px; } }
    main .blog-post .h, main .blog-post h1, main .blog-post h5, main .blog-post .post h1, .post main .blog-post h1, main .blog-post .post h2, .post main .blog-post h2, main .blog-post .post h3, .post main .blog-post h3, main .blog-post .post h4, .post main .blog-post h4, main .blog-post .post h5, .post main .blog-post h5 {
      line-height: 1.3;
      letter-spacing: 0.1em; }
      main .blog-post .h:not(:first-child), main .blog-post h1:not(:first-child), main .blog-post h5:not(:first-child), main .blog-post .post h1:not(:first-child), .post main .blog-post h1:not(:first-child), main .blog-post .post h2:not(:first-child), .post main .blog-post h2:not(:first-child), main .blog-post .post h3:not(:first-child), .post main .blog-post h3:not(:first-child), main .blog-post .post h4:not(:first-child), .post main .blog-post h4:not(:first-child), main .blog-post .post h5:not(:first-child), .post main .blog-post h5:not(:first-child) {
        margin-top: 25px; }
      main .blog-post .h:not(:last-child), main .blog-post h1:not(:last-child), main .blog-post h5:not(:last-child), main .blog-post .post h1:not(:last-child), .post main .blog-post h1:not(:last-child), main .blog-post .post h2:not(:last-child), .post main .blog-post h2:not(:last-child), main .blog-post .post h3:not(:last-child), .post main .blog-post h3:not(:last-child), main .blog-post .post h4:not(:last-child), .post main .blog-post h4:not(:last-child), main .blog-post .post h5:not(:last-child), .post main .blog-post h5:not(:last-child) {
        margin-bottom: 25px; }
    main .blog-post h1 {
      font-size: 27px;
      font-size: 1.9285714286rem;
      font-weight: bold;
      border-left: 3px solid #a7c000;
      padding: 5px 0 5px 15px; }
    main .blog-post h2 {
      font-size: 28px;
      font-size: 2rem;
      font-weight: bold;
      color: #202f7b;
      position: relative;
      padding-bottom: 15px;
      line-height: 1.5;
      margin-bottom: 30px;
      border-bottom: solid 4px #d6d7e0; }
      main .blog-post h2:after {
        content: "";
        display: block;
        position: absolute;
        left: 0px;
        top: auto;
        width: 200px;
        height: 4px;
        background-color: #f39800;
        bottom: -4px; }
      @media screen and (max-width: 750px) {
        main .blog-post h2 {
          padding-bottom: 7px;
          font-size: 22px;
          font-size: 1.5714285714rem;
          font-weight: bold; } }
    main .blog-post h3 {
      padding-left: 20px;
      font-size: 24px;
      font-size: 1.7142857143rem;
      font-weight: bold;
      position: relative;
      margin-bottom: 20px;
      margin-top: 35px;
      line-height: 1.5;
      color: #202f7b; }
      main .blog-post h3:after {
        content: "";
        display: block;
        position: absolute;
        left: 0px;
        top: auto;
        width: 6px;
        height: 100%;
        background-color: #f39800;
        bottom: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px; }
      @media screen and (max-width: 750px) {
        main .blog-post h3 {
          font-size: 20px;
          font-size: 1.4285714286rem;
          font-weight: bold; } }
    main .blog-post h5 {
      font-size: 17px;
      font-size: 1.2142857143rem;
      font-weight: bold; }
    main .blog-post iframe {
      max-width: 100%; }
    main .blog-post .aligncenter {
      text-align: center;
      display: block;
      margin: 25px auto 40px; }
    main .blog-post .alignright {
      text-align: right;
      float: right;
      display: block;
      margin: 0 0 10px 15px; }
    main .blog-post .alignleft {
      text-align: left;
      float: left;
      margin: 0 15px 10px 0; }
    main .blog-post .wp-caption:not(:last-child) {
      margin-bottom: 25px; }
    main .blog-post p:not(:last-child) {
      margin-bottom: 25px; }
    main .blog-post table {
      width: 100% !important; }
      main .blog-post table:not(:last-child) {
        margin-bottom: 25px; }
      main .blog-post table td {
        padding: 10px; }
        main .blog-post table td p {
          padding-bottom: 15px;
          line-height: 1.5; }
          main .blog-post table td p:last-child {
            padding-bottom: 0; }
    main .blog-post cite {
      border: 1px solid #b3b3b3;
      margin-top: 15px;
      padding: 10px;
      display: -moz-inline-box;
      display: inline-block; }
      main .blog-post cite:before, main .blog-post cite:after {
        content: "\00201d"; }
    main .blog-post small {
      font-size: 12px;
      font-size: 0.8571428571rem; }
    main .blog-post .video-container {
      max-width: 640px;
      margin: 25px auto 0; }
    main .blog-post .video {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      height: auto; }
      main .blog-post .video iframe, main .blog-post .video object, main .blog-post .video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    main .blog-post .post-bnr {
      margin-bottom: 30px; }
      @media screen and (max-width: 750px) {
        main .blog-post .post-bnr {
          margin-bottom: 20px; } }
    main .blog-post .btn-post a {
      -webkit-appearance: none;
      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: 80px;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 20px;
      font-size: 1.4285714286rem;
      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;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      border: none;
      color: #FFF;
      -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;
      top: 0;
      width: 100%;
      box-shadow: 0px 6px 0px 0px #c13f00;
      -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;
      margin-bottom: 6px;
      background: url(../img/next/blog/btn-arrow-r.svg) no-repeat right 30px center;
      background-color: #ff5000; }
      main .blog-post .btn-post a:active {
        box-shadow: 0px 0px 0px 0px #c13f00;
        margin-top: 6px;
        top: 6px;
        margin-bottom: 0px;
        -ms-filter: "alpha( opacity=$number*100 )";
        filter: alpha(opacity=100);
        opacity: 1; }
      main .blog-post .btn-post a:hover {
        -ms-filter: "alpha( opacity=$number*100 )";
        filter: alpha(opacity=100);
        opacity: 1;
        background-position: right 25px center; }
      @media screen and (max-width: 750px) {
        main .blog-post .btn-post a {
          height: 60px;
          font-size: 16px;
          font-size: 1.1428571429rem;
          font-weight: bold; } }
    @media screen and (max-width: 750px) {
      main .blog-post .alignright {
        max-width: 160px;
        height: auto;
        margin: 0 0 10px 10px; }
      main .blog-post .alignleft {
        max-width: 160px;
        height: auto;
        margin: 0 10px 10px 0; } }

.bottom-bnr {
  line-height: 0;
  right: 0; }

@media screen and (min-width: 751px) and (max-width: 980px) {
  /* main
------------------------------------------------------------*/
  main .main-content-column2 .content {
    margin-bottom: 100px;
    padding-left: 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 .main-content-column2 aside {
    width: 260px;
    padding: 15px 15px 50px;
    margin-left: 25px; }
    main .main-content-column2 aside .aside-list {
      margin-bottom: 40px; }
      main .main-content-column2 aside .aside-list li {
        padding: 10px 0; }
        main .main-content-column2 aside .aside-list li .item-img {
          margin-right: 20px; }
          main .main-content-column2 aside .aside-list li .item-img img {
            width: 50px; }
  main .main-content-column2 .top-article {
    margin-bottom: 35px; }
  main .main-content-column2 .article-list {
    margin-bottom: 50px; }
    main .main-content-column2 .article-list ul {
      margin: 0 -10px; }
    main .main-content-column2 .article-list li {
      margin: 0 10px;
      width: calc(50% - 20px); }
      main .main-content-column2 .article-list li .item-img {
        line-height: 0;
        padding-bottom: 25px; }
      main .main-content-column2 .article-list li .item-txt {
        font-size: 14px;
        font-size: 1rem; } }

/*sp*/
@media screen and (max-width: 750px) {
  /* main
------------------------------------------------------------*/
  /* main
------------------------------------------------------------*/
  main .main-content-column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    main .main-content-column2 .content {
      width: 100%;
      margin-bottom: 50px;
      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 .main-content-column2 aside {
      width: 100%;
      padding: 10px 10px 160px;
      -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-left: 0px; }
      main .main-content-column2 aside .heading-lv13 {
        margin-top: -10px;
        margin-left: -10px; }
      main .main-content-column2 aside .aside-list {
        margin-bottom: 40px; }
        main .main-content-column2 aside .aside-list li {
          padding: 10px 0; }
          main .main-content-column2 aside .aside-list li:not(:last-child) {
            padding-bottom: 20px; }
          main .main-content-column2 aside .aside-list li .item-img {
            margin-right: 20px; }
          main .main-content-column2 aside .aside-list li .item-txt {
            -ms-flex: 1 0 auto;
            -webkit-flex-grow: 1;
            flex-grow: 1;
            width: 10px; }
    main .main-content-column2 .top-article {
      margin-bottom: 20px; }
      main .main-content-column2 .top-article .item-img {
        margin-bottom: 20px; }
      main .main-content-column2 .top-article .item-txt {
        font-size: 14px;
        font-size: 1rem; }
    main .main-content-column2 .article-list {
      margin-bottom: 30px; }
      main .main-content-column2 .article-list ul {
        margin: 0 -10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
      main .main-content-column2 .article-list li {
        margin: 0 10px 35px;
        width: calc(50% - 20px); }
        main .main-content-column2 .article-list li .item-img {
          line-height: 0;
          margin-bottom: 15px; }
        main .main-content-column2 .article-list li .item-txt {
          font-size: 14px;
          font-size: 1rem; }
    main .main-content-column2 .tag-block {
      font-size: 16px;
      font-size: 1.1428571429rem;
      margin-bottom: 25px; }
      main .main-content-column2 .tag-block a {
        font-size: 20px;
        font-size: 1.4285714286rem; }
    main .main-content-column2 .archive-list {
      margin-bottom: 20px; }
      main .main-content-column2 .archive-list li {
        margin: 0 0px 15px;
        width: 100%;
        display: block; }
        main .main-content-column2 .archive-list li .item-img {
          line-height: 0;
          overflow: hidden;
          width: 120px;
          margin-right: 15px;
          margin-bottom: 6px;
          float: left; }
          main .main-content-column2 .archive-list li .item-img a 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 .main-content-column2 .archive-list li .item-img a:hover {
            -ms-filter: "alpha( opacity=$number*100 )";
            filter: alpha(opacity=100);
            opacity: 1; }
            main .main-content-column2 .archive-list li .item-img a:hover img {
              -webkit-transform: scale(1.02);
              -moz-transform: scale(1.02);
              -ms-transform: scale(1.02);
              -o-transform: scale(1.02);
              transform: scale(1.02);
              -webkit-transform-origin: center center;
              -moz-transform-origin: center center;
              -ms-transform-origin: center center;
              -o-transform-origin: center center;
              transform-origin: center center;
              -ms-filter: "alpha( opacity=$number*100 )";
              filter: alpha(opacity=100);
              opacity: 1; }
        main .main-content-column2 .archive-list li .item-txt-block {
          font-size: 14px;
          font-size: 1rem;
          padding-bottom: 0px;
          line-height: 1.5;
          width: auto; }
          main .main-content-column2 .archive-list li .item-txt-block:after {
            clear: both;
            display: block;
            content: ''; }
          main .main-content-column2 .archive-list li .item-txt-block .heading-lv15 {
            padding-bottom: 3px; }
          main .main-content-column2 .archive-list li .item-txt-block .txt {
            display: none;
            padding-bottom: 8px; }
        main .main-content-column2 .archive-list li .item-date {
          text-align: right;
          font-size: 13px;
          font-size: 0.9285714286rem; }
    main .main-content-column2 .wp-pagenavi {
      font-size: 13px; }
      main .main-content-column2 .wp-pagenavi span {
        line-height: 28px;
        width: 28px;
        margin: 0 2px; }
      main .main-content-column2 .wp-pagenavi a {
        line-height: 28px;
        width: 28px;
        margin: 0 2px; }
  main .breadcrumb ul {
    padding: 10px 0 15px; }
  main .day-tag .item-day {
    margin-right: 10px;
    font-size: 13px; }
  main .sns-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2px 25px; }
    main .sns-list li {
      margin: 0 2px; }
      main .sns-list li .fb_iframe_widget {
        line-height: 0; }
    main .sns-list.sp li:first-of-type {
      margin-top: -10px; }
  main .guideline-block {
    padding: 10px 10px;
    margin-bottom: 25px; }
    main .guideline-block .mokuji {
      font-size: 15px;
      font-size: 1.0714285714rem;
      font-weight: bold;
      padding: 0px 0px 5px; }
    main .guideline-block h2, main .guideline-block .title {
      font-size: 15px;
      font-size: 1.0714285714rem; }
    main .guideline-block ul {
      padding-left: 1.5em;
      margin-bottom: 10px; }
      main .guideline-block ul li {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 0px; }
  main .blog-main .read-txt {
    font-size: 14px;
    font-size: 1rem;
    margin-bottom: 25px; }
    main .blog-main .read-txt .pict {
      margin-bottom: 15px; }
  main .blog-post {
    font-size: 14px;
    font-size: 1rem;
    margin-bottom: 40px; } }

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

.mg {
  margin: 25px; }

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

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

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

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

.pt {
  padding-top: 25px; }
  .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: 25px; }
  .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: 25px; }
  .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: 25px; }
  .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: 25px; }
  .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: 25px; }
  .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: 25px; }
  .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: 25px; }
  .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: 16.6666666667px; }
  .mg {
    margin: 16.6666666667px; }
  .pt {
    padding-top: 16.6666666667px; }
    .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: 16.6666666667px; }
    .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: 16.6666666667px; }
    .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: 16.6666666667px; }
    .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: 16.6666666667px; }
    .pl5 {
      padding-left: 3px; }
    .pl10 {
      padding-left: 6px; }
    .pl15 {
      padding-left: 9px; }
    .pl20 {
      padding-left: 12px; }
    .pl25 {
      padding-left: 15px; }
  .pr {
    padding-right: 16.6666666667px; }
    .pr5 {
      padding-right: 3px; }
    .pr10 {
      padding-right: 6px; }
    .pr15 {
      padding-right: 9px; }
    .pr20 {
      padding-right: 12px; }
    .pr25 {
      padding-right: 15px; }
  .ml {
    margin-left: 16.6666666667px; }
    .ml5 {
      margin-left: 3px; }
    .ml10 {
      margin-left: 6px; }
    .ml15 {
      margin-left: 9px; }
    .ml20 {
      margin-left: 12px; }
    .ml25 {
      margin-left: 15px; }
  .mr {
    margin-right: 16.6666666667px; }
    .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: 980px) {
  br.pc {
    display: none; } }

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

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

/* etc */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .btn.w100p {
    width: 100%; }
  .btn.tar {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: center; }
  .btn.sp-tar {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: center;
    margin-left: auto; }
  .btn a, .btn input, .btn i, .btn button {
    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: 90px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    font-size: 1.4285714286rem;
    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;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: #FFF;
    -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: url(../img/arrow-r.png) no-repeat right 20px center;
    background-color: #f79a2f;
    top: 0;
    width: 440px; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      .btn a, .btn input, .btn i, .btn button {
        background-image: url(../img/arrow-r@2x.png);
        background-size: 12px auto; } }
    .btn a:hover, .btn input:hover, .btn i:hover, .btn button:hover {
      text-decoration: none;
      background-color: #f8a648; }
    .btn a.back, .btn input.back, .btn i.back, .btn button.back {
      background-color: #ccc; }
    .btn a.green, .btn input.green, .btn i.green, .btn button.green {
      background-color: #a7c000; }
    .btn a.fs28, .btn input.fs28, .btn i.fs28, .btn button.fs28 {
      letter-spacing: 0.1em;
      font-size: 28px;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.2; }
      .btn a.fs28 small, .btn input.fs28 small, .btn i.fs28 small, .btn button.fs28 small {
        font-size: 18px;
        font-size: 1.2857142857rem; }
      @media screen and (max-width: 750px) {
        .btn a.fs28, .btn input.fs28, .btn i.fs28, .btn button.fs28 {
          font-size: 18px;
          font-size: 1.2857142857rem;
          font-weight: bold; }
          .btn a.fs28 small, .btn input.fs28 small, .btn i.fs28 small, .btn button.fs28 small {
            font-size: 13px;
            font-size: 0.9285714286rem;
            font-weight: bold; } }
    .btn a.arrow:before, .btn input.arrow:before, .btn i.arrow:before, .btn button.arrow:before {
      content: "";
      display: block;
      position: absolute;
      left: auto;
      top: 50%;
      width: 12px;
      height: 18px;
      right: 20px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url(../img/common/arrow-r-white.svg) no-repeat center;
      -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.arrow:hover:before, .btn input.arrow:hover:before, .btn i.arrow:hover:before, .btn button.arrow:hover:before {
      right: 15px; }
    @media screen and (max-width: 750px) {
      .btn a.arrow:before, .btn input.arrow:before, .btn i.arrow:before, .btn button.arrow:before {
        right: 10px; }
      .btn a.arrow:hover:before, .btn input.arrow:hover:before, .btn i.arrow:hover:before, .btn button.arrow:hover:before {
        right: 5px; } }
    .btn a.shadow-green, .btn input.shadow-green, .btn i.shadow-green, .btn button.shadow-green {
      background: #a5e200;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #6fa300), color-stop(0, #a5e200));
      background: -webkit-linear-gradient#a5e200, #6fa300;
      background: -moz-linear-gradient#a5e200, #6fa300;
      background: -ms-linear-gradient#a5e200, #6fa300;
      background: -o-linear-gradient#a5e200, #6fa300;
      background: linear-gradient#a5e200, #6fa300; }
    .btn a.radius, .btn input.radius, .btn i.radius, .btn button.radius {
      height: 40px;
      width: 400px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      font-size: 18px;
      font-size: 1.2857142857rem;
      font-weight: bold;
      background-color: #fff;
      color: #202f7b;
      border: solid 1px #202f7b; }
      .btn a.radius:before, .btn input.radius:before, .btn i.radius:before, .btn button.radius:before {
        content: "";
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        width: 8px;
        height: 11px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../img/common/arrow-r.svg) no-repeat left top; }
      .btn a.radius.small, .btn input.radius.small, .btn i.radius.small, .btn button.radius.small {
        width: 200px;
        height: 30px;
        font-size: 13px;
        font-size: 0.9285714286rem; }
        .btn a.radius.small:before, .btn input.radius.small:before, .btn i.radius.small:before, .btn button.radius.small:before {
          left: auto;
          right: 20px; }
      .btn a.radius.transparent, .btn input.radius.transparent, .btn i.radius.transparent, .btn button.radius.transparent {
        background-color: transparent; }
      .btn a.radius.blue, .btn input.radius.blue, .btn i.radius.blue, .btn button.radius.blue {
        width: 200px;
        height: 30px;
        font-size: 13px;
        font-size: 0.9285714286rem;
        background-color: #3b4b99;
        color: #FFF; }
        .btn a.radius.blue:before, .btn input.radius.blue:before, .btn i.radius.blue:before, .btn button.radius.blue:before {
          background-image: url(../img/common/arrow-r-s-white.svg);
          left: auto;
          right: 10px; }
      .btn a.radius.gray, .btn input.radius.gray, .btn i.radius.gray, .btn button.radius.gray {
        background-color: #f5f5f5; }
      @media screen and (max-width: 750px) {
        .btn a.radius, .btn input.radius, .btn i.radius, .btn button.radius {
          height: 35px;
          width: 310px;
          max-width: 350px;
          font-size: 16px;
          font-size: 1.1428571429rem;
          font-weight: bold; }
          .btn a.radius:before, .btn input.radius:before, .btn i.radius:before, .btn button.radius:before {
            left: 15px; } }
    .btn a.radius2, .btn input.radius2, .btn i.radius2, .btn button.radius2 {
      height: auto;
      width: 420px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      font-size: 14px;
      background-color: #fff;
      color: #202f7b;
      border: solid 1px #202f7b;
      background-color: transparent;
      padding: 2px 30px; }
      .btn a.radius2:before, .btn input.radius2:before, .btn i.radius2:before, .btn button.radius2: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: 11px;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../img/common/arrow-r.svg) no-repeat right top; }
      .btn a.radius2:hover, .btn input.radius2:hover, .btn i.radius2:hover, .btn button.radius2:hover {
        -ms-filter: "alpha( opacity=$number*100 )";
        filter: alpha(opacity=100);
        opacity: 1; }
        .btn a.radius2:hover:before, .btn input.radius2:hover:before, .btn i.radius2:hover:before, .btn button.radius2:hover:before {
          right: 5px; }
      @media screen and (max-width: 750px) {
        .btn a.radius2, .btn input.radius2, .btn i.radius2, .btn button.radius2 {
          -webkit-border-radius: 40px;
          -moz-border-radius: 40px;
          -ms-border-radius: 40px;
          -o-border-radius: 40px;
          border-radius: 40px;
          width: auto;
          line-height: 1.4;
          padding: 2px 40px; } }
    .btn a.w100p, .btn input.w100p, .btn i.w100p, .btn button.w100p {
      width: 100%; }
    .btn a.h40, .btn input.h40, .btn i.h40, .btn button.h40 {
      height: 40px; }
      .btn a.h40:before, .btn input.h40:before, .btn i.h40:before, .btn button.h40:before {
        right: 20px;
        -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.h40:hover:before, .btn input.h40:hover:before, .btn i.h40:hover:before, .btn button.h40:hover:before {
        right: 15px; }
      @media screen and (max-width: 750px) {
        .btn a.h40, .btn input.h40, .btn i.h40, .btn button.h40 {
          height: 35px; }
          .btn a.h40:before, .btn input.h40:before, .btn i.h40:before, .btn button.h40:before {
            right: 10px; }
          .btn a.h40:hover:before, .btn input.h40:hover:before, .btn i.h40:hover:before, .btn button.h40:hover:before {
            right: 5px; } }
    .btn a.fs18, .btn input.fs18, .btn i.fs18, .btn button.fs18 {
      font-size: 18px; }
      @media screen and (max-width: 750px) {
        .btn a.fs18, .btn input.fs18, .btn i.fs18, .btn button.fs18 {
          font-size: 15px; } }
    .btn a.fw-n, .btn input.fw-n, .btn i.fw-n, .btn button.fw-n {
      font-weight: normal; }
    .btn a.h60, .btn input.h60, .btn i.h60, .btn button.h60 {
      height: 40px; }
    .btn a.aqua, .btn input.aqua, .btn i.aqua, .btn button.aqua {
      color: #202f7b;
      border: solid 1px #ddf3fa;
      background-color: #ddf3fa;
      font-size: 16px;
      font-size: 1.1428571429rem;
      height: 40px; }
      .btn a.aqua:before, .btn input.aqua:before, .btn i.aqua:before, .btn button.aqua:before {
        background-image: url(../img/common/arrow-r.svg); }
    .btn a.h60, .btn input.h60, .btn i.h60, .btn button.h60 {
      height: 60px;
      border: solid 1px #202f7b;
      background-color: #fff;
      padding: 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;
      color: #202f7b;
      -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;
      width: 100%; }
      .btn a.h60:hover, .btn input.h60:hover, .btn i.h60:hover, .btn button.h60:hover {
        -ms-filter: "alpha( opacity=$number*100 )";
        filter: alpha(opacity=70);
        opacity: 0.7;
        cursor: pointer; }
      .btn a.h60 span, .btn input.h60 span, .btn i.h60 span, .btn button.h60 span {
        padding-left: 35px;
        position: relative;
        line-height: 1.2;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px; }
        .btn a.h60 span:before, .btn input.h60 span:before, .btn i.h60 span:before, .btn button.h60 span:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          width: 32px;
          height: 32px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          background: no-repeat center center;
          margin-top: -2px; }
      .btn a.h60.tel, .btn input.h60.tel, .btn i.h60.tel, .btn button.h60.tel {
        pointer-events: none;
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        font-size: 1.7142857143rem;
        font-weight: bold;
        letter-spacing: 0.03em; }
        .btn a.h60.tel span, .btn input.h60.tel span, .btn i.h60.tel span, .btn button.h60.tel span {
          padding-left: 40px; }
          .btn a.h60.tel span:before, .btn input.h60.tel span:before, .btn i.h60.tel span:before, .btn button.h60.tel span:before {
            background-image: url(../img/next/service/flow/icon-tel.png); }
            @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
              .btn a.h60.tel span:before, .btn input.h60.tel span:before, .btn i.h60.tel span:before, .btn button.h60.tel span:before {
                background-image: url(../img/next/service/flow/icon-tel@2x.png);
                background-size: 32px auto; } }
      .btn a.h60.kengaku, .btn input.h60.kengaku, .btn i.h60.kengaku, .btn button.h60.kengaku {
        font-size: 20px;
        font-size: 1.4285714286rem;
        font-weight: bold;
        letter-spacing: normal;
        color: #FFF;
        background-color: #f79a2f;
        border-color: #f79a2f; }
        .btn a.h60.kengaku span:before, .btn input.h60.kengaku span:before, .btn i.h60.kengaku span:before, .btn button.h60.kengaku span:before {
          background-image: url(../img/next/service/flow/icon-pen.png); }
          @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            .btn a.h60.kengaku span:before, .btn input.h60.kengaku span:before, .btn i.h60.kengaku span:before, .btn button.h60.kengaku span:before {
              background-image: url(../img/next/service/flow/icon-pen@2x.png);
              background-size: 25px auto; } }
      .btn a.h60.siryou, .btn input.h60.siryou, .btn i.h60.siryou, .btn button.h60.siryou {
        font-size: 20px;
        font-size: 1.4285714286rem;
        font-weight: bold;
        color: #FFF;
        letter-spacing: normal;
        background-color: #a7c000;
        border-color: #a7c000; }
        .btn a.h60.siryou span:before, .btn input.h60.siryou span:before, .btn i.h60.siryou span:before, .btn button.h60.siryou span:before {
          background-image: url(../img/next/service/flow/icon-note.png); }
          @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            .btn a.h60.siryou span:before, .btn input.h60.siryou span:before, .btn i.h60.siryou span:before, .btn button.h60.siryou span:before {
              background-image: url(../img/next/service/flow/icon-note@2x.png);
              background-size: 21px auto; } }
      @media screen and (max-width: 750px) {
        .btn a.h60, .btn input.h60, .btn i.h60, .btn button.h60 {
          padding: 0;
          height: 75px;
          width: 90px; }
          .btn a.h60.tel, .btn input.h60.tel, .btn i.h60.tel, .btn button.h60.tel {
            pointer-events: auto; }
          .btn a.h60 span, .btn input.h60 span, .btn i.h60 span, .btn button.h60 span {
            display: none; }
          .btn a.h60 img, .btn input.h60 img, .btn i.h60 img, .btn button.h60 img {
            height: 45px;
            width: auto; } }
    @media screen and (max-width: 750px) {
      .btn a, .btn input, .btn i, .btn button {
        height: 50px;
        width: 100%;
        font-size: 18px;
        font-size: 1.2857142857rem;
        font-weight: bold; } }
  .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.w50p {
      width: 100%; }
      .btn-block.w50p > * {
        width: calc(50% - 20px); }
      @media screen and (max-width: 750px) {
        .btn-block.w50p {
          -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;
          width: 100%;
          margin: 0; }
          .btn-block.w50p > * {
            width: 100%;
            margin-bottom: 10px; } }
    .btn-block > * {
      margin: 0 10px 0px; }
      @media screen and (max-width: 750px) {
        .btn-block > * {
          margin: 0 10px 0px; } }

.btn2 a, .btn2 i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 0;
  -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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 300px;
  height: 110px;
  -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; }
  .btn2 a:before, .btn2 i:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 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;
    border: solid 1px #FFF;
    margin: 5px;
    -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: calc(100% - 10px);
    height: calc(100% - 10px);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  .btn2 a.small, .btn2 i.small {
    width: 220px;
    height: 90px; }
    @media screen and (max-width: 1050px) {
      .btn2 a.small, .btn2 i.small {
        height: 60px;
        width: 160px; }
        .btn2 a.small img, .btn2 i.small img {
          height: 40px;
          width: auto; }
        .btn2 a.small.tour img, .btn2 i.small.tour img {
          height: 19px;
          width: auto; } }
    @media screen and (min-width: 751px) and (max-width: 980px) {
      .btn2 a.small, .btn2 i.small {
        height: 60px;
        width: 160px; }
        .btn2 a.small img, .btn2 i.small img {
          height: 40px;
          width: auto; } }
  .btn2 a.large, .btn2 i.large {
    width: 380px;
    height: 110px; }
    @media screen and (max-width: 1100px) {
      .btn2 a.large, .btn2 i.large {
        width: 320px; } }
    .btn2 a.large.green2:after, .btn2 a.large.orange2:after, .btn2 i.large.green2:after, .btn2 i.large.orange2:after {
      width: 26px;
      height: 26px;
      margin-top: -13px; }
    .btn2 a.large.green2:after, .btn2 i.large.green2:after {
      background-image: url(../img/common/arrow-r-btn3.png); }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        .btn2 a.large.green2:after, .btn2 i.large.green2:after {
          background-image: url(../img/common/arrow-r-btn3@2x.png);
          background-size: 26px auto; } }
    .btn2 a.large.orange2:after, .btn2 i.large.orange2:after {
      background-image: url(../img/common/arrow-r-btn4.png); }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        .btn2 a.large.orange2:after, .btn2 i.large.orange2:after {
          background-image: url(../img/common/arrow-r-btn4@2x.png);
          background-size: 26px auto; } }
  .btn2 a.green, .btn2 i.green {
    background-color: #a7c000; }
  .btn2 a.orange2, .btn2 a.green2, .btn2 i.orange2, .btn2 i.green2 {
    padding-right: 5px; }
    .btn2 a.orange2:after, .btn2 a.green2:after, .btn2 i.orange2:after, .btn2 i.green2:after {
      -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: 20px;
      height: 20px;
      margin-top: -10px;
      right: 15px;
      background: url(../img/common/arrow-r-btn.png) no-repeat center center; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        .btn2 a.orange2:after, .btn2 a.green2:after, .btn2 i.orange2:after, .btn2 i.green2:after {
          background-image: url(../img/common/arrow-r-btn@2x.png);
          background-size: 20px auto; } }
  .btn2 a.green2, .btn2 i.green2 {
    background: #66ff00;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #00bd24), color-stop(0, #66ff00));
    background: -webkit-linear-gradient#66ff00, #00bd24;
    background: -moz-linear-gradient#66ff00, #00bd24;
    background: -ms-linear-gradient#66ff00, #00bd24;
    background: -o-linear-gradient#66ff00, #00bd24;
    background: linear-gradient#66ff00, #00bd24; }
  .btn2 a.orange, .btn2 i.orange {
    background-color: #f79a2f; }
  .btn2 a.orange2, .btn2 i.orange2 {
    background: #ffa200;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ff4800), color-stop(0, #ffa200));
    background: -webkit-linear-gradient#ffa200, #ff4800;
    background: -moz-linear-gradient#ffa200, #ff4800;
    background: -ms-linear-gradient#ffa200, #ff4800;
    background: -o-linear-gradient#ffa200, #ff4800;
    background: linear-gradient#ffa200, #ff4800; }
    .btn2 a.orange2:after, .btn2 i.orange2:after {
      background-image: url(../img/common/arrow-r-btn2.png); }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        .btn2 a.orange2:after, .btn2 i.orange2:after {
          background-image: url(../img/common/arrow-r-btn2@2x.png);
          background-size: 20px auto; } }
  .btn2 a.white, .btn2 i.white {
    background-color: #fff; }
  .btn2 a:hover, .btn2 i:hover {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=70);
    opacity: 0.7; }
    .btn2 a:hover img, .btn2 i:hover img {
      -ms-filter: "alpha( opacity=$number*100 )";
      filter: alpha(opacity=100);
      opacity: 1; }
    .btn2 a:hover.orange2:after, .btn2 a:hover.green2:after, .btn2 i:hover.orange2:after, .btn2 i:hover.green2:after {
      right: 10px; }
  @media screen and (min-width: 751px) and (max-width: 980px) {
    .btn2 a, .btn2 i {
      width: 100%;
      height: 90px; }
      .btn2 a.large, .btn2 i.large {
        width: 100%;
        height: 80px; }
        .btn2 a.large img, .btn2 i.large img {
          height: 40px;
          width: auto; }
        .btn2 a.large:before, .btn2 i.large:before {
          border: solid 1px #FFF; }
        .btn2 a.large.green2 img, .btn2 i.large.green2 img {
          height: 18px;
          width: auto; } }

@media screen and (max-width: 750px) {
  .btn2 {
    width: 100%; }
    .btn2 a, .btn2 i {
      width: 100%;
      height: 65px; }
      .btn2 a:before, .btn2 i:before {
        border: none; }
      .btn2 a.orange2:after, .btn2 a.green2:after, .btn2 i.orange2:after, .btn2 i.green2:after {
        display: none; }
      .btn2 a img, .btn2 i img {
        height: 32px;
        width: auto; }
      .btn2 a.large, .btn2 i.large {
        width: 100%;
        height: 60px; }
        .btn2 a.large:before, .btn2 i.large:before {
          border: solid 1px #FFF; }
        .btn2 a.large.green2:after, .btn2 a.large.orange2:after, .btn2 i.large.green2:after, .btn2 i.large.orange2:after {
          display: block;
          width: 14px;
          height: 14px;
          margin-top: -7px;
          background-size: 14px auto;
          right: 8px; }
        .btn2 a.large.green2 img, .btn2 i.large.green2 img {
          height: 14px;
          width: auto; }
        .btn2 a.large.orange2:after, .btn2 i.large.orange2:after {
          background-size: 14px auto; }
        .btn2 a.large.orange2:after, .btn2 i.large.orange2:after {
          background-size: 14px auto; } }

.btn3 a, .btn3 input, .btn3 i {
  width: 300px;
  position: relative;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  margin-bottom: 25px;
  color: #202f7b;
  border: solid 1px #202f7b;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 8px 70px;
  -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;
  font-style: normal; }
  .btn3 a.w100p, .btn3 input.w100p, .btn3 i.w100p {
    width: 100%;
    display: block; }
  .btn3 a.bg-none, .btn3 input.bg-none, .btn3 i.bg-none {
    background-color: transparent; }
  .btn3 a span, .btn3 input span, .btn3 i span {
    font-style: normal; }
  .btn3 a:after, .btn3 input:after, .btn3 i:after {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    top: 50%;
    width: 8px;
    height: 11px;
    margin-top: -6px;
    right: 15px;
    -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;
    background: url(../img/common/arrow-r.svg) no-repeat center center; }
  @media screen and (max-width: 750px) {
    .btn3 a, .btn3 input, .btn3 i {
      width: 200px;
      display: block;
      font-size: 16px;
      font-size: 1.1428571429rem;
      font-weight: bold;
      line-height: 1.2;
      padding: 8px 15px;
      margin: 0 auto; } }

.btn4 a, .btn4 input, .btn4 i, .btn4 button {
  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: 25px;
  width: 200px;
  padding-left: 27px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1rem;
  letter-spacing: 0em;
  -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;
  -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: #f39800;
  -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/next/blog/arrow-r.svg) no-repeat left 10px center;
  background-color: #f79a2f;
  -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; }
  .btn4 a:hover, .btn4 input:hover, .btn4 i:hover, .btn4 button:hover {
    text-decoration: none;
    background-position: left 5px center; }
  @media screen and (max-width: 750px) {
    .btn4 a, .btn4 input, .btn4 i, .btn4 button {
      font-size: 13px;
      font-size: 0.9285714286rem;
      padding-left: 18px;
      padding-right: 10px;
      width: 160px;
      font-size: 12px;
      height: 20px; } }

.btn5 a, .btn5 i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 0;
  -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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 300px;
  height: 55px;
  -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;
  background: #66ff00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #00bd24), color-stop(0, #66ff00));
  background: -webkit-linear-gradient #66ff00, #00bd24;
  background: -moz-linear-gradient #66ff00, #00bd24;
  background: -ms-linear-gradient #66ff00, #00bd24;
  background: -o-linear-gradient #66ff00, #00bd24;
  font-size: 22px;
  font-size: 1.5714285714rem;
  font-weight: bold;
  color: #FFF;
  position: relative; }
  .btn5 a:after, .btn5 i:after {
    -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: 20px;
    height: 20px;
    margin-top: -10px;
    right: 15px;
    -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;
    background: url(../img/common/arrow-r-btn.png) no-repeat center center; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      .btn5 a:after, .btn5 i:after {
        background-image: url(../img/common/arrow-r-btn@2x.png);
        background-size: 20px auto; } }
  @media screen and (max-width: 750px) {
    .btn5 a, .btn5 i {
      width: 100%;
      height: 50px;
      font-size: 20px;
      font-size: 1.4285714286rem;
      font-weight: bold; } }
  .btn5 a:hover:after, .btn5 i:hover:after {
    right: 10px; }

.tel-btn {
  margin-right: 20px; }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"] {
  -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 #e0e0e0;
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  padding-left: 10px;
  background: #FFF;
  font-family: inherit; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="number"]: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, input[type="number"].lg {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-size: 1.2857142857rem; }
  @media screen and (max-width: 750px) {
    input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"] {
      height: 30px;
      line-height: 30px; }
      input[type="text"].w250, input[type="text"].w300, input[type="text"].w100p, input[type="email"].w250, input[type="email"].w300, input[type="email"].w100p, input[type="tel"].w250, input[type="tel"].w300, input[type="tel"].w100p, input[type="password"].w250, input[type="password"].w300, input[type="password"].w100p, input[type="number"].w250, input[type="number"].w300, input[type="number"].w100p {
        width: 100%; }
      input[type="text"].w400, input[type="email"].w400, input[type="tel"].w400, input[type="password"].w400, input[type="number"].w400 {
        width: 100%; } }

textarea {
  -webkit-appearance: none;
  height: 280px;
  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 #e0e0e0;
  background: #FFF;
  font-size: 14px;
  font-size: 1rem;
  padding: 10px;
  font-family: inherit; }
  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; }
  @media screen and (max-width: 750px) {
    textarea {
      max-width: 100%;
      height: 150px; } }

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

.mwform-tel-field input[type="tel"], .mwform-zip-field input[type="tel"] {
  display: inline-block;
  width: auto; }

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 #e0e0e0;
    -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 #070707;
    border-bottom: 2px solid #070707;
    -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 {
  line-height: 1.2;
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative; }
  @media screen and (max-width: 750px) {
    label.radio {
      padding-left: 20px;
      font-size: 13px;
      font-size: 0.9285714286rem;
      line-height: 1.2; } }
  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 #e0e0e0;
    -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: #000;
    -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; }
  @media screen and (max-width: 750px) {
    label.radio:before {
      width: 16px;
      height: 16px; }
    label.radio:after {
      width: 8px;
      height: 8px; } }

.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: -35px;
  margin-bottom: 10px; }
  .check-radios li {
    margin: 0 34px 15px 0; }
  @media screen and (max-width: 750px) {
    .check-radios {
      margin-bottom: -13px;
      margin-right: -5px; }
      .check-radios li {
        margin: 0 10px 0px 0; } }

label.select {
  position: relative;
  display: block;
  background-color: #FFF;
  max-width: 100%; }
  label.select:after {
    position: absolute;
    content: "";
    display: block;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #000 transparent transparent transparent;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    pointer-events: none; }

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 #e0e0e0;
  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; }
  select::-ms-expand {
    display: none; }
  @media screen and (max-width: 750px) {
    select {
      padding: 0 20px 0 5px;
      height: 30px;
      line-height: 30px; } }

/* table */
table {
  width: 100%; }
  table.tbl1 {
    margin-bottom: 50px; }
    table.tbl1 tr th, table.tbl1 tr td {
      font-size: 18px;
      font-size: 1.2857142857rem;
      padding: 17px 50px 17px 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;
      vertical-align: top;
      position: relative;
      font-weight: normal; }
    table.tbl1 tr td {
      font-weight: normal; }
    table.tbl1 tr .hissu {
      display: -moz-inline-box;
      display: inline-block;
      line-height: 1.2;
      font-size: 13px;
      font-size: 0.9285714286rem;
      font-weight: bold;
      color: #f79a2f;
      border: solid 1px #f79a2f;
      padding: 4px 8px;
      position: absolute;
      right: 0; }
    table.tbl1 tr .title .hissu {
      position: relative;
      margin-left: 30px; }
    table.tbl1 tr th {
      padding-top: 25px;
      line-height: 1.2;
      width: 260px; }
      table.tbl1 tr th.vat {
        vertical-align: top; }
    table.tbl1 tr:nth-child(odd) th, table.tbl1 tr:nth-child(odd) td {
      background-color: #f5f5f5; }
    table.tbl1 tr td {
      padding-left: 10px; }
      table.tbl1 tr td.how .title {
        margin-bottom: 25px; }
    @media screen and (max-width: 750px) {
      table.tbl1 {
        margin-bottom: 35px; }
        table.tbl1 tr th, table.tbl1 tr td {
          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;
          display: block;
          font-size: 16px;
          font-size: 1.1428571429rem;
          padding: 8px 10px 13px 10px; }
        table.tbl1 tr.sp-line1 th {
          width: auto; }
        table.tbl1 tr.sp-line1 th, table.tbl1 tr.sp-line1 td {
          display: table-cell; }
        table.tbl1 tr .selct-content {
          padding-bottom: 20px; }
        table.tbl1 tr .hissu {
          font-size: 12px;
          font-size: 0.8571428571rem;
          padding: 4px 8px;
          position: relative;
          right: auto;
          margin-left: 10px; }
        table.tbl1 tr .title .hissu {
          position: relative;
          margin-left: 10px; }
        table.tbl1 tr th {
          padding-top: 10px;
          line-height: 1.2;
          width: 100%;
          padding-bottom: 0px; }
        table.tbl1 tr td {
          padding-left: 10px; }
          table.tbl1 tr td.how {
            width: 100%;
            -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-bottom: 20px; }
            table.tbl1 tr td.how .check-radios {
              -ms-flex-wrap: wrap;
              -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
              width: 100%; }
            table.tbl1 tr td.how .title {
              margin-bottom: 10px; } }
  table.pt-pb-10 tr th, table.pt-pb-10 tr td {
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px; }
  table.pt-pb-10 tr th.vat {
    padding-top: 10px; }
  @media screen and (max-width: 750px) {
    table.pt-pb-10 tr th {
      padding-bottom: 0; } }
  table.schedule {
    margin-bottom: 20px; }
    table.schedule tr th, table.schedule tr td {
      color: #202f7b;
      padding: 15px 15px;
      letter-spacing: normal;
      line-height: 1.4;
      font-size: 14px;
      font-size: 1rem;
      font-weight: bold; }
      table.schedule tr th:not(:last-child), table.schedule tr td:not(:last-child) {
        border-right: solid 1px #cbe9f3; }
    table.schedule tr:nth-child(2n) {
      background-color: #eef9fc; }
    table.schedule tr th {
      text-align: center;
      font-size: 16px;
      font-size: 1.1428571429rem;
      font-weight: bold; }
      table.schedule tr th.time {
        width: 90px;
        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; }
    table.schedule tr td {
      letter-spacing: 0.13em;
      width: 155px; }
      table.schedule tr td:first-of-type {
        font-size: 16px;
        font-size: 1.1428571429rem;
        font-weight: bold;
        width: 90px; }
    @media screen and (max-width: 750px) {
      table.schedule tr th, table.schedule tr td {
        padding: 5px 2px;
        font-size: 10px;
        font-size: 0.7142857143rem;
        font-weight: bold; }
      table.schedule tr:nth-child(2n) {
        background-color: #eef9fc; }
      table.schedule tr th {
        text-align: center;
        font-size: 13px;
        font-size: 0.9285714286rem;
        font-weight: bold; }
        table.schedule tr th:not(:last-child) {
          width: 25px; }
        table.schedule tr th.time {
          width: 30px;
          padding: 5px; }
      table.schedule tr td {
        width: 45px; }
        table.schedule tr td br {
          display: none; }
        table.schedule tr td:first-of-type {
          width: 30px;
          font-size: 12px;
          font-size: 0.8571428571rem;
          font-weight: bold; } }

/* table */
/* text */
.heading, .heading-lv02 {
  margin-bottom: 20px; }
  .heading-lv01 {
    font-size: 0;
    margin-bottom: 60px;
    text-align: center; }
    .heading-lv01.mb35 {
      margin-bottom: 35px; }
    .heading-lv01.blue {
      color: #202f7b; }
    .heading-lv01.sp {
      display: none; }
      @media screen and (max-width: 750px) {
        .heading-lv01.sp {
          display: block; } }
    .heading-lv01.orange span {
      background-color: #f79a2f;
      color: #FFF; }
    .heading-lv01.white span {
      background-color: #a7c000;
      color: #FFF; }
    .heading-lv01.green span {
      color: #a7c000; }
    .heading-lv01 span {
      margin: 0 1.5px;
      font-size: 36px;
      font-size: 2.5714285714rem;
      font-weight: bold;
      display: -moz-inline-box;
      display: inline-block;
      vertical-align: top;
      line-height: 1.2;
      padding: 1px 3px;
      width: 40px;
      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;
      background-color: #fff;
      color: #202f7b;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      text-align: center; }
      .heading-lv01 span.tal {
        text-align: left; }
      .heading-lv01 span.tar {
        text-align: right; }
    .heading-lv01.fs-s span {
      font-size: 33px;
      font-size: 2.3571428571rem;
      font-weight: bold;
      height: 38px;
      line-height: 38px; }
    @media screen and (max-width: 750px) {
      .heading-lv01 {
        margin: 0 -10px 30px; }
        .heading-lv01.mb35 {
          margin-bottom: 20px; }
        .heading-lv01.sp-mb {
          margin-bottom: 50px; }
        .heading-lv01 span.pc {
          display: none; }
        .heading-lv01 span {
          margin: 0 1px;
          font-size: 24px;
          font-size: 1.7142857143rem;
          font-weight: bold;
          display: -moz-inline-box;
          display: inline-block;
          vertical-align: top;
          line-height: 1.2;
          padding: 1px 3px;
          width: 27px;
          height: 27px;
          margin-bottom: 3px; }
          .heading-lv01 span.tal {
            text-align: left; }
          .heading-lv01 span.tar {
            text-align: right; }
          .heading-lv01 span.pc {
            display: none; }
        .heading-lv01.fs-s span {
          font-size: 24px;
          font-size: 1.7142857143rem;
          font-weight: bold;
          width: 27px;
          height: 27px;
          line-height: 27px; } }
  .heading-lv02 {
    font-size: 32px;
    font-size: 2.2857142857rem;
    color: #202f7b;
    padding-bottom: 35px;
    line-height: 1.2;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 750px) {
      .heading-lv02 {
        font-size: 26px;
        font-size: 1.8571428571rem;
        padding-bottom: 25px; } }
  .heading-lv03 {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
    line-height: 1.5;
    color: #202f7b;
    margin-bottom: 25px;
    padding-left: 35px;
    position: relative; }
    .heading-lv03 span {
      font-size: 32px;
      font-size: 2.2857142857rem;
      position: absolute;
      left: 0;
      top: 50%;
      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;
      line-height: 1;
      padding-left: 2px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding-right: 20px;
      margin-right: 20px; }
    .heading-lv03 i {
      font-style: normal;
      padding-left: 15px;
      display: block;
      border-left: solid 1px #202f7b; }
    @media screen and (max-width: 750px) {
      .heading-lv03 {
        font-size: 16px;
        font-size: 1.1428571429rem;
        font-weight: bold;
        margin-bottom: 15px;
        padding-left: 30px; }
        .heading-lv03 span {
          width: 22px;
          height: 22px;
          font-size: 28px;
          font-size: 2rem; }
        .heading-lv03 i {
          padding-left: 10px; } }
  .heading-lv04 {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
    line-height: 1.5;
    color: #202f7b;
    margin-bottom: 25px;
    position: relative;
    letter-spacing: 0.12em; }
    .heading-lv04.mb5 {
      margin-bottom: 5px; }
    @media screen and (max-width: 750px) {
      .heading-lv04 {
        font-size: 18px;
        font-size: 1.2857142857rem;
        font-weight: bold;
        margin-bottom: 10px;
        letter-spacing: normal; } }
  .heading-lv05 {
    letter-spacing: 0.12em;
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
    line-height: 1.5;
    color: #f79a2f;
    margin-bottom: 25px;
    position: relative; }
    @media screen and (max-width: 750px) {
      .heading-lv05 {
        font-size: 19px;
        font-size: 1.3571428571rem;
        font-weight: bold;
        margin-bottom: 10px;
        letter-spacing: normal; } }
  .heading-lv06 {
    font-size: 28px;
    font-size: 2rem;
    font-weight: bold;
    color: #FFF;
    background-color: #f79a2f;
    padding: 3px 20px 3px 50px;
    height: 100px;
    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;
    position: relative;
    line-height: 1.2;
    -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-left: -50px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    .heading-lv06 span {
      width: 100%;
      font-size: 20px;
      font-size: 1.4285714286rem;
      font-weight: bold;
      display: block;
      padding-bottom: 5px; }
    .heading-lv06 .arrow {
      position: absolute;
      right: -50px;
      top: 0; }
    .heading-lv06.blue {
      background-color: #3b4b99; }
    @media screen and (max-width: 750px) {
      .heading-lv06 {
        margin-left: -40px;
        font-size: 19px;
        font-size: 1.3571428571rem;
        font-weight: bold;
        padding: 3px 0px 3px 30px;
        height: 75px;
        width: calc(100% - 0px); }
        .heading-lv06 span {
          font-size: 16px;
          font-size: 1.1428571429rem;
          font-weight: bold; }
        .heading-lv06 .arrow {
          right: -40px; }
          .heading-lv06 .arrow svg {
            width: 40px;
            height: 75px; } }
  .heading-lv07 {
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
    border-radius: 19px;
    margin-bottom: 25px;
    color: #FFF;
    background-color: #f79a2f;
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 6px 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;
    text-align: center; }
    .heading-lv07.blue {
      background-color: #202f7b; }
    .heading-lv07.green {
      background-color: #a7c000; }
    .heading-lv07 small {
      font-size: 20px;
      font-size: 1.4285714286rem; }
    @media screen and (max-width: 750px) {
      .heading-lv07 {
        padding: 5px 10px;
        font-size: 18px;
        font-size: 1.2857142857rem;
        font-weight: bold;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px; }
        .heading-lv07 small {
          padding-bottom: 3px;
          font-size: 17px;
          font-size: 1.2142857143rem; } }
  .heading-lv08 {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
    color: #202f7b;
    padding-bottom: 20px; }
    .heading-lv08.pb0 {
      padding-bottom: 0; }
    @media screen and (max-width: 750px) {
      .heading-lv08 {
        font-size: 16px;
        font-size: 1.1428571429rem;
        font-weight: bold;
        line-height: 1.5; }
        .heading-lv08.pb0 {
          padding-bottom: 10px; } }
  .heading-lv09 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    color: #202f7b;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.5;
    padding-left: 25px; }
    .heading-lv09:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: 5px;
      height: 100%;
      margin-top: -2px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #f79a2f; }
    .heading-lv09.mb0 {
      margin-bottom: 0; }
    @media screen and (max-width: 750px) {
      .heading-lv09 {
        font-size: 15.5px;
        font-size: 1.1071428571rem;
        font-weight: bold;
        padding-left: 15px; }
        .heading-lv09.pb0 {
          padding-bottom: 10px; } }
  .heading-lv10 {
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
    color: #FFF;
    padding: 20px 10px;
    padding-left: 50px;
    line-height: 1.2;
    background-color: #3c4d97;
    position: relative;
    text-align: center;
    position: relative; }
    .heading-lv10 span {
      margin-right: 15px; }
    .heading-lv10:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: auto;
      width: 0px;
      height: 0px;
      bottom: -12px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      border-style: solid;
      border-width: 12px 13px 0 13px;
      border-color: #3c4d97 transparent transparent transparent; }
    @media screen and (max-width: 750px) {
      .heading-lv10 {
        padding: 15px 10px;
        font-size: 24px;
        font-size: 1.7142857143rem;
        font-weight: bold; } }
  .heading-lv11 {
    line-height: 1.2;
    position: relative;
    padding-left: 31px;
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold; }
    .heading-lv11:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      background: url(../img/common/icon-circle.svg) no-repeat center center;
      background-size: 18px; }
    @media screen and (max-width: 750px) {
      .heading-lv11 {
        margin-bottom: 15px; } }
  .heading-lv12 {
    line-height: 1.2;
    position: relative;
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    margin-bottom: 15px; }
  .heading-lv13 {
    padding-bottom: 10px; }
  .heading-lv14 {
    padding-bottom: 10px; }
    .heading-lv14 a {
      font-size: 24px;
      font-size: 1.7142857143rem;
      font-weight: bold;
      color: #202f7b;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 750px) {
        .heading-lv14 a {
          font-size: 20px;
          font-size: 1.4285714286rem;
          font-weight: bold; } }
  .heading-lv15 {
    padding-bottom: 10px; }
    .heading-lv15 a {
      font-size: 18px;
      font-size: 1.2857142857rem;
      font-weight: bold;
      color: #202f7b;
      letter-spacing: 0.1em;
      line-height: 1.4; }
      @media screen and (max-width: 750px) {
        .heading-lv15 a {
          font-size: 15px;
          font-size: 1.0714285714rem;
          font-weight: bold; } }
  .heading-lv16 {
    padding-bottom: 35px;
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
    text-align: center;
    color: #202f7b; }
    @media screen and (max-width: 750px) {
      .heading-lv16 {
        font-size: 18px;
        font-size: 1.2857142857rem;
        font-weight: bold; } }
  .heading-lv17 {
    padding-bottom: 35px;
    font-size: 32px;
    font-size: 2.2857142857rem;
    font-weight: bold;
    color: #202f7b;
    line-height: 1.4; }
    @media screen and (max-width: 750px) {
      .heading-lv17 {
        font-size: 22px;
        font-size: 1.5714285714rem;
        font-weight: bold;
        padding-bottom: 15px; } }
  .heading-lv18 {
    font-size: 28px;
    font-size: 2rem;
    font-weight: bold;
    color: #202f7b;
    position: relative;
    padding-bottom: 15px;
    line-height: 1.5;
    margin-bottom: 40px;
    border-bottom: solid 4px #d6d7e0; }
    .heading-lv18:after {
      content: "";
      display: block;
      position: absolute;
      left: 0px;
      top: auto;
      width: 200px;
      height: 4px;
      background-color: #f39800;
      bottom: -4px; }
    @media screen and (max-width: 750px) {
      .heading-lv18 {
        padding-bottom: 7px;
        font-size: 22px;
        font-size: 1.5714285714rem;
        font-weight: bold; } }
  .heading-lv19 {
    padding-bottom: 13px;
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    color: #202f7b;
    line-height: 1.2;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
    background-color: #ffe400;
    text-align: center;
    padding: 5px 10px;
    margin-bottom: 13px; }
    @media screen and (max-width: 750px) {
      .heading-lv19 {
        font-size: 15px;
        font-size: 1.0714285714rem;
        font-weight: bold; } }
  .heading-lv20 {
    padding-bottom: 13px;
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    color: #202f7b;
    line-height: 1.2;
    text-align: left;
    padding: 5px 10px;
    background-color: #ddf3fa;
    margin-bottom: 20px; }
    @media screen and (max-width: 750px) {
      .heading-lv20 {
        font-size: 15px;
        font-size: 1.0714285714rem;
        font-weight: bold; } }
  .heading-lv_wp .green {
    background-color: #a7c000;
    color: #FFF;
    margin: 0 1.5px 7px;
    font-size: 2.5714285714rem;
    font-weight: bold;
    border-radius: 5px;
    padding: 3px 3px 2px 3px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: top; }
    @media screen and (max-width: 750px) {
      .heading-lv_wp .green {
        margin: 0 1px;
        font-size: 24px;
        font-weight: bold;
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: top;
        line-height: 1.2;
        padding: 1px 3px;
        width: 27px;
        height: 27px;
        margin-bottom: 3px; } }

.wp_center {
  text-align: center; }

.txt-lv01 {
  margin-bottom: 35px; }
  .txt-lv01 p:not(:last-child) {
    margin-bottom: 25px; }
  @media screen and (max-width: 750px) {
    .txt-lv01 {
      font-size: 13px;
      font-size: 0.9285714286rem; } }

.top-txt-block {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  margin-bottom: 30px; }
  .top-txt-block.mb0 {
    margin-bottom: 0; }
  @media screen and (max-width: 750px) {
    .top-txt-block {
      margin-bottom: 20px;
      font-size: 16px;
      font-size: 1.1428571429rem;
      font-weight: bold; }
      .top-txt-block br {
        display: none; } }

.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; }
a.external_link{
  position: relative;
}
a.external_link:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 14px;
  background: url(../img/common/icon-external-white.svg) no-repeat center / contain;
  margin-left: 5px;
  margin-right: 5px;
  flex-shrink: 0;
}
.link {
  text-align: right;
  font-weight: bold; }
  .link a {
    position: relative;
    padding-right: 22px;
    position: relative; }
    .link a.fw-n {
      font-weight: normal; }
    .link a.fw-b {
      font-weight: bold; }
    .link a:before {
      content: "";
      display: block;
      position: absolute;
      left: auto;
      top: 50%;
      width: 8px;
      height: 11px;
      right: 0;
      -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-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url(../img/common/arrow-r.svg) no-repeat center center; }
    .link a:hover:before {
      right: -5px; }
    .link a.arrow {
      padding-right: 30px; }
      .link a.arrow:before {
        width: 18px;
        height: 18px;
        background-image: url(../img/common/arrow-r-circle.svg); }
      @media screen and (max-width: 750px) {
        .link a.arrow {
          padding-right: 20px; } }
    .link a.small {
      font-size: 14px;
      font-size: 1rem;
      padding-right: 17px;
      font-weight: normal; }

.link-l {
  font-weight: normal; }
  .link-l a {
    position: relative;
    padding-left: 22px;
    position: relative;
    font-size: 14px; }
    .link-l a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: 8px;
      height: 11px;
      -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-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url(../img/common/arrow-r.svg) no-repeat center center; }
    .link-l a:hover:before {
      left: -5px; }

.tag-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 -5px -10px; }
  .tag-list.jsc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .tag-list.mb {
    margin-bottom: 22px; }
  .tag-list li {
    margin: 0 5px 10px; }
  @media screen and (max-width: 750px) {
    .tag-list {
      margin: 0 -3px -6px; }
      .tag-list li {
        margin: 0 3px 6px; } }

.b-tag a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 24px;
  padding: 3px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  font-size: 1rem;
  color: #202f7b;
  border: solid 1px #202f7b;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  line-height: 1.2;
  -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-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 (max-width: 750px) {
    .b-tag a {
      font-size: 12px;
      font-size: 0.8571428571rem;
      padding: 3px 6px;
      letter-spacing: normal; } }
  .b-tag a:hover {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    color: #fff;
    background-color: #202f7b; }
  .b-tag a.gray {
    border-color: #d6d7e0;
    color: #999; }
    .b-tag a.gray:hover {
      -ms-filter: "alpha( opacity=$number*100 )";
      filter: alpha(opacity=100);
      opacity: 1;
      color: #fff;
      background-color: #d6d7e0; }
    @media screen and (max-width: 750px) {
      .b-tag a.gray {
        font-size: 13px;
        font-size: 0.9285714286rem;
        padding: 3px 10px; } }

.radius-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 33px;
  padding: 5px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  color: #FFF;
  border: solid 1px #a7c000;
  background-color: #a7c000;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  line-height: 1.2;
  -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-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;
  letter-spacing: normal; }
  @media screen and (max-width: 750px) {
    .radius-tag {
      height: 25px;
      padding: 5px 8px;
      font-size: 14px;
      font-size: 1rem;
      font-weight: bold; } }

.bold {
  font-weight: bold; }

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

.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:not(:last-child) {
    margin-bottom: 25px; }
  .post ol li {
    list-style-type: decimal;
    padding-bottom: 5px; }
    .post ol li:last-child {
      padding-bottom: 0; }

.post strong {
  font-weight: bold; }

.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 #b3b3b3;
  text-align: center; }
  .post blockquote:not(:last-child) {
    margin-bottom: 25px; }

.post .h, .post main .blog-post h1, main .blog-post .post h1, .post main .blog-post h5, main .blog-post .post h5, .post h1, .post h2, .post h3, .post h4, .post h5 {
  line-height: 1.3;
  letter-spacing: 0.1em; }
  .post .h:not(:first-child), .post main .blog-post h1:not(:first-child), main .blog-post .post h1:not(:first-child), .post main .blog-post h5:not(:first-child), main .blog-post .post h5:not(:first-child), .post h1: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: 25px; }
  .post .h:not(:last-child), .post main .blog-post h1:not(:last-child), main .blog-post .post h1:not(:last-child), .post main .blog-post h5:not(:last-child), main .blog-post .post h5:not(:last-child), .post h1: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: 12.5px; }

.post h1 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  padding: 5px 0 5px 0px; }

.post h2 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  padding: 5px 0 5px 0px; }
  @media screen and (max-width: 750px) {
    .post h2 {
      font-size: 18px;
      font-size: 1.2857142857rem;
      font-weight: bold; } }

.post h3 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  padding: 0px 0 0px 15px;
  border-left: solid 3px #202f7b; }

.post h4 {
  padding-bottom: 10px;
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: bold;
  border-bottom: solid 1px #202f7b; }

.post h5 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold; }

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

.post .aligncenter {
  text-align: center;
  display: block;
  margin: 25px 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: 25px; }

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

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

.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 #b3b3b3;
  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 .video-container {
  max-width: 640px;
  margin: 25px 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 .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: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0); } }

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

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