@charset "UTF-8";
.header {
  width: 100%;
  background-color: #fff;
  z-index: 9999; }
  .header:before, .header:after {
    content: '';
    display: block; }
  .header:after {
    clear: both; }
  @media only screen and (max-width: 833.99px) {
    .header {
      min-width: inherit; }
      .header:before {
        display: block;
        content: "";
        width: 100%;
        height: 52px; } }
  .header .header_wrap {
    z-index: 9999; }
    @media only screen and (max-width: 833.99px) {
      .header .header_wrap {
        z-index: 9999;
        min-width: 100%;
        top: 0;
        background-color: #0097df;
        position: fixed; }
        .member_template .header .header_wrap {
          background-color: #e96189; } }
  .header .inner {
    width: 100%;
    height: 52px;
    overflow: hidden;
    position: relative; }
    .header .inner:before, .header .inner:after {
      content: '';
      display: block; }
    .header .inner:after {
      clear: both; }
    @media only screen and (max-width: 833.99px) {
      .header .inner {
        height: 52px; } }
  .header .menu {
    position: relative;
    z-index: 9999; }
    .header .menu.logo {
      height: 52px;
      position: absolute;
      left: 50%;
      margin-left: -52px;
      display: none; }
      @media only screen and (max-width: 833.99px) {
        .header .menu.logo {
          display: block; } }
      .header .menu.logo a {
        text-align: center;
        padding: 17px 0 18px;
        display: block; }
        @media only screen and (max-width: 833.99px) {
          .header .menu.logo a {
            padding: 23px 0 18px; }
            .header .menu.logo a.logo-member {
              padding: 10px 0 11px; } }
        .header .menu.logo a img {
          width: 105px; }
        .header .menu.logo a img[src*="img_egg_logo_03.png"] {
          display:  none!important; }
         @media only screen and ( max-width: 834.99px ) {
          .header .menu.logo a img[src*="img_megaegg_logo_03.png"] {
          display: block!important; } }
    .header .menu.left {
      width: calc(100% - 125px);
      height: 52px;
      border-bottom: 1px solid #ccc;
      float: left; }
      @media only screen and (max-width: 834.99px) {
        .header .menu.left {
          width: 60px;
          min-width: auto;
          height: 57px;
          border-bottom: none; } }
    .header .menu.right {
      float: right; }
      .header .menu.right a {
        -webkit-transitio: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .header .menu.right a:hover {
          filter: alpha(opacity=80);
          opacity: 0.8; }
    .header .menu .mobile-menu {
      width: 62px;
      height: 57px;
      padding: 14px 13px;
      cursor: pointer;
      display: none; }
      .header .menu .mobile-menu:before, .header .menu .mobile-menu:after {
        content: '';
        display: block; }
      .header .menu .mobile-menu:after {
        clear: both; }
      @media only screen and (max-width: 833.99px) {
        .header .menu .mobile-menu {
          display: block; } }
      .header .menu .mobile-menu img {
        width: 100%;
        display: block; }
      .header .menu .mobile-menu .icon-menu {
        display: block !important; }
      .header .menu .mobile-menu .icon-close {
        display: none !important;
        width: 25px;
        height: 25px;
        margin-top: 3px; }
      .header .menu .mobile-menu.active .icon-menu {
        display: none !important; }
      .header .menu .mobile-menu.active .icon-close {
        display: block !important; }
  .header .header-menu {
    padding: 0;
    margin: 0;
    list-style: none; }
    .header .header-menu:before, .header .header-menu:after {
      content: '';
      display: block; }
    .header .header-menu:after {
      clear: both; }
    @media only screen and (max-width: 833.99px) {
      .header .header-menu {
        display: none; } }
    .header .header-menu li {
      min-width: 144px;
      border-right: 1px solid #ccc;
      float: left; }
      .header .header-menu li.active a {
        color: #0097df; }
        .member_template .header .header-menu li.active a {
          color: #e96189; }
    .header .header-menu a {
      width: 100%;
      line-height: 52px;
      padding: 0 6px;
      letter-spacing: -0.06em;
      font-size: 14px;
      text-decoration: none;
      color: #666;
      font-weight: bold;
      text-align: center;
      display: block;
      -webkit-transitio: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .header .header-menu a:hover {
        filter: alpha(opacity=80);
        opacity: 0.8; }

.gnavi {
  width: 220px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 0 #e4e4e4;
  box-shadow: 1px 0 0 #e4e4e4;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10000; }
  .gnavi:before, .gnavi:after {
    content: '';
    display: block; }
  .gnavi:after {
    clear: both; }
  @media only screen and (max-width: 833.99px) {
    .gnavi {
      width: 100%;
      margin-left: -100%;
      top: 57px;
      -webkit-transitio: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .gnavi.active {
        margin-left: 0;
        overflow-y: auto; } }
  .gnavi .inner {
    width: 100%;
    overflow-y: visible;
    overflow-x: hidden;
    position: relative; }
  .gnavi .logo {
    text-align: center; }
    .gnavi .logo h1 {
      width: 100%;
      height: 100px;
      color: #fff;
      background-color: #0097df;
      margin-bottom: 0;
      background-image: url("/inc/image/common/gnavi/img_megaegg_logo_02.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 70%;
      text-indent: -9999px;
      white-space: nowrap;
      overflow: hidden; }
      .member_template .gnavi .logo h1 {
        background-color: #e96189; }
      .gnavi .logo h1.logo-member {
        background-image: url("/inc/image/common/gnavi/img_megaegg_logo_03.png"); }
    .gnavi .logo a {
      -webkit-transitio: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .gnavi .logo a:hover {
        filter: alpha(opacity=80);
        opacity: 0.8; }
      .gnavi .logo a[target="_blank"]:after {
        display: none; }
    .gnavi .logo img {
      margin: 0 auto;
      display: block; }
    @media only screen and (max-width: 833.99px) {
      .gnavi .logo {
        display: none; } }
  .gnavi .search-wrapper {
    padding: 13px 0; }
    @media only screen and (max-width: 833.99px) {
      .gnavi .search-wrapper {
        padding: 13px 15px 11px; } }

.mastform {
  position: relative; }
  .mastform:before, .mastform:after {
    content: '';
    display: block; }
  .mastform:after {
    clear: both; }
  .mastform .form-search {
    width: 100%;
    height: 32px;
    border: none;
    padding: 0 35px 0 15px;
    background-color: #eaeaf0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    position: relative; }
    @media only screen and (max-width: 833.99px) {
      .mastform .form-search {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px; } }
  .mastform .form-search::-ms-clear {
    display: none; }
  .mastform .btn-search {
    width: 42px;
    height: 32px;
    text-align: center;
    color: #a3a5b6;
    line-height: 1;
    border: none;
    background-color: transparent !important;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-bottom: -50%; }

.mast-menu {
  padding: 0 12px; }
  @media only screen and (max-width: 833.99px) {
    .mast-menu {
      padding: 0; } }
  .mast-menu ul.menu {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    border-top: 1px solid #ccc; }
    .mast-menu ul.menu:before, .mast-menu ul.menu:after {
      content: '';
      display: block; }
    .mast-menu ul.menu:after {
      clear: both; }
    .mast-menu ul.menu.border-bottom {
      border-bottom: 1px solid #ccc; }
      @media only screen and (max-width: 833.99px) {
        .mast-menu ul.menu.border-bottom {
          border: none; } }
    .mast-menu ul.menu li.active a, .mast-menu ul.menu li:hover a {
      color: #0097df;
      text-decoration: none; }
      .member_template .mast-menu ul.menu li.active a, .member_template .mast-menu ul.menu li:hover a {
        color: #e96189; }
    @media only screen and (max-width: 833.99px) {
      .mast-menu ul.menu {
        padding: 0; }
        .mast-menu ul.menu > li {
          border-bottom: 1px solid #ddd; }
          .mast-menu ul.menu > li > a:after {
            content: "\f105";
            width: 14px;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            font-family: 'FontAwesome';
            color: #0097df;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%); }
            .member_template .mast-menu ul.menu > li > a:after {
              color: #e96189; }
          .mast-menu ul.menu > li.is-active {
            border-bottom: 1px solid #ddd; }
            .mast-menu ul.menu > li.is-active > a:after {
              content: "\f056";
              font-size: 16px;
              font-weight: bold;
              font-family: 'FontAwesome';
              color: #0097df;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%); }
              .member_template .mast-menu ul.menu > li.is-active > a:after {
                color: #e96189; }
        .mast-menu ul.menu .has_submenu > a:after {
          content: "\f055"; } }
    .mast-menu ul.menu li {
      width: 100%;
      position: relative;
      display: block; }
      .mast-menu ul.menu li.is-active:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -12px;
        margin-bottom: -50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-right: 14px solid #006c9a; }
        .member_template .mast-menu ul.menu li.is-active:after {
          border-right-color: #da4470; }
      @media only screen and (max-width: 833.99px) {
        .mast-menu ul.menu li.is-active:after {
          content: none; } }
    .mast-menu ul.menu.contactbtn li {
      width: auto; }
      @media only screen and (max-width: 833.99px) {
        .mast-menu ul.menu.contactbtn li {
          text-align: center;
          border: 1px solid #ccc;
          border-radius: 5px;
          margin: 10px 10px 0 10px; } }
    .mast-menu ul.menu a {
      line-height: 1.75;
      color: #000;
      text-decoration: none;
      font-weight: bold;
      display: block;
      position: relative;
      padding: 4px 10px; }
      .mast-menu ul.menu a:hover {
        color: #202020;
        text-decoration: underline; }
      .mast-menu ul.menu a[target="_blank"]:after {
        display: none; }
      @media only screen and (max-width: 833.99px) {
        .mast-menu ul.menu a {
          padding: 14px 10px;
          font-size: 15px; } }
    .mast-menu ul.menu.menu-utility {
      padding: 10px 0; }
      .mast-menu ul.menu.menu-utility:last-child {
        margin-bottom: 20px; }
      .mast-menu ul.menu.menu-utility a {
        font-size: 11px;
        padding: 3px 0 3px 18px;
        letter-spacing: -0.04em;
        position: relative; }
        @media only screen and (max-width: 833.99px) {
          .mast-menu ul.menu.menu-utility a {
            font-size: 12px;
            padding: 8px 20px; } }
        .mast-menu ul.menu.menu-utility a:hover {
          text-decoration: none; }
          .mast-menu ul.menu.menu-utility a:hover * {
            text-decoration: underline; }
        .mast-menu ul.menu.menu-utility a:before {
          content: "\f105";
          font-size: 22px;
          line-height: 1.2;
          font-weight: bold;
          font-family: 'FontAwesome';
          color: #0097df;
          position: absolute;
          left: 0;
          top: 0; }
          .member_template .mast-menu ul.menu.menu-utility a:before {
            color: #e96189; }
        .mast-menu ul.menu.menu-utility a.type-02:before {
          content: "\f24d";
          font-size: 14px;
          line-height: 2; }
      @media only screen and (max-width: 833.99px) {
        .mast-menu ul.menu.menu-utility {
          padding: 0; }
          .mast-menu ul.menu.menu-utility a {
            font-size: 14px;
            padding: 6px 10px; }
            .mast-menu ul.menu.menu-utility a:before {
              content: none !important; } }

.mast-info:before, .mast-info:after {
  content: '';
  display: block; }

.mast-info:after {
  clear: both; }

@media only screen and (max-width: 833.99px) {
  .mast-info {
    padding: 0 15px; } }

.mast-info .contact {
  padding-top: 10px;
  position: relative; }

.mast-info .info {
  padding: 4px 0;
  line-height: 1.3; }
  .mast-info .info img {
    margin: 0 auto 5px; }
    @media only screen and (max-width: 833.99px) {
      .mast-info .info img {
        width: 70%; } }
  @media only screen and (max-width: 833.99px) {
    .mast-info .info {
      text-align: center; } }
  .mast-info .info p.tel {
    margin-bottom: 0; }

.mast-info .link-contact {
  width: 100%;
  height: 19px;
  line-height: 19px;
  text-align: center;
  font-size: 12px;
  background-color: #f1f1f1;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  color: #333; }
  .mast-info .link-contact:hover {
    color: #000;
    filter: alpha(opacity=80);
    opacity: 0.8; }
  @media only screen and (max-width: 833.99px) {
    .mast-info .link-contact {
      font-size: 12px;
      height: 31px;
      line-height: 31px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin-bottom: 5px; } }

.mast-info .text-info {
  font-size: 10px;
  display: block;
  margin-bottom: 0; }
  .mast-info .text-info:last-child {
    margin-bottom: 10px; }

.mast-info .text-ps {
  text-indent: -1em;
  padding-left: 1em; }

.megamenu:before, .megamenu:after {
  content: '';
  display: block; }

.megamenu:after {
  clear: both; }

.megamenu > ul {
  width: 68%;
  padding: 10px 20px;
  margin: 0;
  list-style: none;
  position: fixed;
  left: -68%;
  top: 0;
  -webkit-transitio: all 0.2s cubic-bezier(0.61, 0.07, 0.64, 0.98);
  -o-transition: all 0.2s cubic-bezier(0.61, 0.07, 0.64, 0.98);
  -webkit-transition: all 0.2s cubic-bezier(0.61, 0.07, 0.64, 0.98);
  transition: all 0.2s cubic-bezier(0.61, 0.07, 0.64, 0.98);
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 100;
  height: 100%;
  overflow-y: auto;
  background-color: #006c9a; }
  .member_template .megamenu > ul {
    background-color: #da4470; }
  .megamenu > ul.open {
    left: 220px;
    z-index: 10000;
    filter: alpha(opacity=100);
    opacity: 1; }
    @media screen and (max-height: 640px) {
      .megamenu > ul.open {
        /* 高さ900px以下の場合 */
        overflow-y: auto; } }
  .megamenu > ul .box-subtitle {
    display: table;
    margin-bottom: 10px; }
    .megamenu > ul .box-subtitle:before, .megamenu > ul .box-subtitle:after {
      content: '';
      display: block; }
    .megamenu > ul .box-subtitle:after {
      clear: both; }
    .megamenu > ul .box-subtitle .item-link,
    .megamenu > ul .box-subtitle .txt-title {
      color: #fff !important;
      display: inline-block;
      margin-right: 15px;
      display: table-cell;
      vertical-align: middle; }
    .megamenu > ul .box-subtitle .txt-title {
      font-size: 22px;
      font-weight: 700;
      padding-right: 30px; }
    .megamenu > ul .box-subtitle .item-link {
      padding: 4px 24px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      border: 1px solid #fff;
      text-decoration: none !important;
      -webkit-transitio: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      position: relative; }
      .megamenu > ul .box-subtitle .item-link:hover {
        filter: alpha(opacity=80);
        opacity: 0.8; }
      .megamenu > ul .box-subtitle .item-link:after {
        content: "\f105";
        font-size: 16px;
        font-family: 'FontAwesome';
        color: #fff;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
    .megamenu > ul .box-subtitle .btn-close {
      width: 25px;
      height: 25px;
      background-image: url("/inc/image/common/header/icon_close_01.png");
      background-size: 100%;
      display: block;
      position: absolute;
      top: 7px;
      right: 27px;
      text-indent: -9999px;
      white-space: nowrap;
      overflow: hidden;
      cursor: pointer;
      -webkit-transitio: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .megamenu > ul .box-subtitle .btn-close:hover {
        filter: alpha(opacity=80);
        opacity: 0.8; }
  .megamenu > ul .box-submenu > ul {
    padding: 0;
    list-style: none; }
    .megamenu > ul .box-submenu > ul:before, .megamenu > ul .box-submenu > ul:after {
      content: '';
      display: block; }
    .megamenu > ul .box-submenu > ul:after {
      clear: both; }
    .megamenu > ul .box-submenu > ul > li {
      width: 100%;
      margin-bottom: 20px;
      display: block; }
      .megamenu > ul .box-submenu > ul > li:before, .megamenu > ul .box-submenu > ul > li:after {
        content: '';
        display: block; }
      .megamenu > ul .box-submenu > ul > li:after {
        clear: both; }
      .megamenu > ul .box-submenu > ul > li > .image,
      .megamenu > ul .box-submenu > ul > li > .submenu-wrap {
        float: left; }
  .megamenu > ul .box-submenu .image {
    width: 35px;
    padding-top: 10px;
    margin-right: 10px;
    height: auto;
    display: table; }
    .megamenu > ul .box-submenu .image img {
      display: table-cell;
      vertical-align: top;
      margin: 0 auto; }
  .megamenu > ul .box-submenu .submenu-wrap {
    width: calc(100% - 66px); }
    .megamenu > ul .box-submenu .submenu-wrap > .link-subtitle {
      display: inline-block;
      font-size: 19px;
      color: #fff;
      text-decoration: none;
      font-weight: bold; }
      .megamenu > ul .box-submenu .submenu-wrap > .link-subtitle:hover {
        filter: alpha(opacity=80);
        opacity: 0.8; }
      .megamenu > ul .box-submenu .submenu-wrap > .link-subtitle[target="_blank"]:after, .megamenu > ul .box-submenu .submenu-wrap > .link-subtitle[target="_new"]:after {
        color: #fff; }
    .megamenu > ul .box-submenu .submenu-wrap > a.link-subtitle:before {
      content: "\f105";
      font-size: 21px;
      margin-right: 7px;
      font-weight: bold;
      font-family: 'FontAwesome';
      color: #fff;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
  .megamenu > ul .list-submenu {
    padding: 0;
    list-style: none;
    margin-right: 10px; }
    .megamenu > ul .list-submenu:last-child {
      margin-right: 0; }
    .megamenu > ul .list-submenu:before, .megamenu > ul .list-submenu:after {
      content: '';
      display: block; }
    .megamenu > ul .list-submenu:after {
      clear: both; }
    .megamenu > ul .list-submenu li {
      width: auto;
      float: left; }
      .megamenu > ul .list-submenu li.divider {
        width: 100%;
        height: 0;
        display: block; }
      .megamenu > ul .list-submenu li a {
        color: #fff;
        text-decoration: none;
        font-weight: normal;
        padding: 0 4px 0 15px;
        position: relative;
        font-size: 12px; }
        .megamenu > ul .list-submenu li a:hover {
          filter: alpha(opacity=80);
          opacity: 0.8; }
        .megamenu > ul .list-submenu li a:before {
          content: "\f105";
          font-size: 11px;
          font-weight: bold;
          font-family: 'FontAwesome';
          color: #fff;
          position: absolute;
          left: 3px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
        .megamenu > ul .list-submenu li a[target="_blank"]:after, .megamenu > ul .list-submenu li a[target="_new"]:after {
          color: #fff; }
        .megamenu > ul .list-submenu li a[target="_blank"]:hover:after, .megamenu > ul .list-submenu li a[target="_new"]:hover:after {
          color: #fff; }

@media only screen and (max-width: 833.99px) {
  .sub-megamenu {
    display: none !important; }
    .sub-megamenu.open {
      display: block !important; } }

.sub-megamenu > ul {
  padding: 0; }
  .sub-megamenu > ul > li {
    border-bottom: 1px solid #ddd; }
    .sub-megamenu > ul > li:first-child {
      border-top: 1px solid #ddd; }
    .sub-megamenu > ul > li:last-child {
      border-bottom: none; }
    .sub-megamenu > ul > li > a {
      color: #fff !important;
      background-color: #0097df;
      font-weight: normal !important;
      text-decoration: none !important;
      position: relative; }
      .member_template .sub-megamenu > ul > li > a {
        background-color: #e96189; }
      .sub-megamenu > ul > li > a:after {
        content: "\f105";
        width: 14px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        font-family: 'FontAwesome';
        color: #fff;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
      .sub-megamenu > ul > li > a.open:after {
        content: "\f056";
        color: #fff; }
      .sub-megamenu > ul > li > a h4 {
        font-size: 16px;
        color: #fff !important;
        background-color: #0097df;
        font-weight: normal !important;
        text-decoration: none !important;
        padding: 0;
        margin: 0;
        display: table; }
        .member_template .sub-megamenu > ul > li > a h4 {
          background-color: #e96189; }
        .sub-megamenu > ul > li > a h4:before, .sub-megamenu > ul > li > a h4:after {
          content: '';
          display: block; }
        .sub-megamenu > ul > li > a h4:after {
          clear: both; }
        .sub-megamenu > ul > li > a h4 span {
          display: block;
          float: left; }
          .sub-megamenu > ul > li > a h4 span:first-child {
            width: 22px;
            text-align: center;
            margin-right: 5px; }
            .sub-megamenu > ul > li > a h4 span:first-child img {
              width: 18px;
              margin-bottom: 5px; }
  .sub-megamenu > ul > li > ul {
    padding: 0;
    display: none; }
    .sub-megamenu > ul > li > ul > li {
      position: relative; }
      .sub-megamenu > ul > li > ul > li > a {
        padding: 6px 35px !important;
        color: #fff !important;
        font-weight: normal !important;
        background-color: #006c9a;
        text-decoration: none !important;
        position: relative; }
        .member_template .sub-megamenu > ul > li > ul > li > a {
          background-color: #da4470; }
        .sub-megamenu > ul > li > ul > li > a:after {
          content: "\f105";
          width: 14px;
          font-size: 16px;
          font-weight: bold;
          font-family: 'FontAwesome';
          color: #fff;
          text-align: center;
          position: absolute;
          right: 15px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }

.mast-info .navidial {
  padding-left: 0;
  margin: 5px 0 10px;
  text-align: center; }
  .mast-info .navidial span {
    display: block;
    font-size: 10px;
    margin-bottom: 5px; }
  .mast-info .navidial img {
    width: 148px; }
  .mast-info .navidial a {
    font-size: 11px;
    text-decoration: none;
    color: #333; }

@media (max-width: 768.99px) {
  .mast-info .navidial img {
    width: 50%; }
  .mast-info .navidial span {
    font-size: 11px;
    font-size: auto; } }

.breadcrumb {
  width: 100%;
  margin-bottom: 18px;
  position: relative; }
  .breadcrumb:before, .breadcrumb:after {
    content: '';
    display: block; }
  .breadcrumb:after {
    clear: both; }
  @media only screen and (max-width: 833.99px) {
    .breadcrumb {
      min-width: auto; } }
  .breadcrumb .inner {
    padding: 0 52px;
    border-bottom: 1px solid #f1f1f1; }
    .breadcrumb .inner:before, .breadcrumb .inner:after {
      content: '';
      display: block; }
    .breadcrumb .inner:after {
      clear: both; }
    @media only screen and (max-width: 833.99px) {
      .breadcrumb .inner {
        padding: 4px 15px; } }
  .breadcrumb ul {
    padding: 10px 0;
    margin: 0;
    list-style: none; }
    .breadcrumb ul:before, .breadcrumb ul:after {
      content: '';
      display: block; }
    .breadcrumb ul:after {
      clear: both; }
    .breadcrumb ul li {
      margin-right: 15px;
      float: left; }
      @media only screen and (max-width: 833.99px) {
        .breadcrumb ul li {
          margin-right: 0; } }
      .breadcrumb ul li * {
        font-size: 13px;
        line-height: 2;
        padding: 4px 0 4px 5px; }
        @media only screen and (max-width: 833.99px) {
          .breadcrumb ul li * {
            font-size: 10px;
            padding: 0 10px 0 0; } }
      .breadcrumb ul li a {
        color: #666;
        text-decoration: none;
        position: relative;
        display: inline-block; }
        .breadcrumb ul li a:hover {
          filter: alpha(opacity=100);
          opacity: 1;
          text-decoration: underline; }
        .breadcrumb ul li a:before {
          content: "\f105";
          font-size: 12px;
          line-height: 34px;
          font-family: 'FontAwesome';
          color: #d4d4d4;
          position: absolute;
          right: -12px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
          @media only screen and (max-width: 833.99px) {
            .breadcrumb ul li a:before {
              right: 2px; } }
      .breadcrumb ul li span {
        color: #000;
        display: inline-block;
        position: relative; }
        .breadcrumb ul li span:before {
          content: "\f105";
          font-size: 12px;
          line-height: 34px;
          font-family: 'FontAwesome';
          color: #d4d4d4;
          position: absolute;
          right: -12px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
          @media only screen and (max-width: 833.99px) {
            .breadcrumb ul li span:before {
              right: 3px; } }
      .breadcrumb ul li a, .breadcrumb ul li span {
        padding: 0;
        line-height: inherit; }
        @media only screen and (max-width: 833.99px) {
          .breadcrumb ul li a, .breadcrumb ul li span {
            font-size: 10px;
            padding: 0 10px 0 0; } }
      .breadcrumb ul li:last-child span:before {
        display: none; }

.box-cmn-nav {
  padding: 0;
  margin-bottom: 20px; }
  .box-cmn-nav:before, .box-cmn-nav:after {
    content: '';
    display: block; }
  .box-cmn-nav:after {
    clear: both; }

.navs {
  list-style: none;
  margin: 0;
  padding: 0; }
  .navs:before, .navs:after {
    content: '';
    display: block; }
  .navs:after {
    clear: both; }

.nav-pill li {
  float: left; }

.nav-anchor {
  background-color: #f1f1f1;
  padding: 10px;
  margin-bottom: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  @media only screen and (max-width: 833.99px) {
    .nav-anchor {
      margin-bottom: 20px; } }
  .nav-anchor li {
    padding: 0 12px;
    float: left;
    font-size: 95%; }
    .nav-anchor li:nth-child(6n) {
      margin-right: 0; }
    .nav-anchor li a {
      padding: 16px 0 16px 15px;
      text-decoration: none;
      text-align: center;
      position: relative;
      color: #333; }
      .nav-anchor li a:hover {
        text-decoration: underline; }
      .nav-anchor li a:before {
        content: "\f107";
        font-size: 15px;
        font-family: 'FontAwesome';
        color: #0097df;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
      .nav-anchor li a:hover:before {
        color: #0097df; }
  @media only screen and (max-width: 833.99px) {
    .nav-anchor li a {
      padding: 8px 0 8px 20px; } }

.box-nav-accordion {
  background: #f1f1f1;
  padding: 0 40px 0 0;
  font-size: 90%;
  position: relative;
  min-height: 80px; }
  .box-nav-accordion:before, .box-nav-accordion:after {
    content: '';
    display: block; }
  .box-nav-accordion:after {
    clear: both; }
  @media only screen and (max-width: 1199.99px) {
    .box-nav-accordion {
      padding: 0px 0 0 10px; } }
  /* @media only screen and (max-width: 1111.99px) {
    .box-nav-accordion {
      min-height: inherit; } } */
  .box-nav-accordion h3 {
    background: url(/inc/image/common/partslist/bg_snavi.gif) no-repeat right bottom #e1e1e1;
    background-size: auto 100%;
    display: table-cell;
    width: 220px;
    font-size: 115%;
    line-height: 1.5;
    padding: 0 40px 0 15px;
    margin-bottom: 0;
    vertical-align: middle;
    height: 80px; }
    .box-nav-accordion h3 a {
      color: #666;
      text-decoration: none; }
    @media only screen and (max-width: 1199.99px) {
      .box-nav-accordion h3 {
        display: none; } }
  .box-nav-accordion > a {
    display: none; }
    @media only screen and (max-width: 833.99px) {
      .box-nav-accordion > a {
        display: block; } }
  .box-nav-accordion .nav-accordion {
    display: table-cell;
    vertical-align: sub;
    padding: 15px 15px 15px 0; }
    @media only screen and (max-width: 1111.99px) {
      .box-nav-accordion .nav-accordion {
        width: 100%; } }
    .box-nav-accordion .nav-accordion li {
      display: inline-block;
      font-size: 100%;
      line-height: 1.5; }
      .box-nav-accordion .nav-accordion li:after {
        content: "｜";
        font-size: 15px;
        color: #ccc; }
        @media only screen and (max-width: 833.99px) {
          .box-nav-accordion .nav-accordion li:after {
            display: none; } }
      .box-nav-accordion .nav-accordion li a {
        color: #666;
        background-color: transparent;
        border: none;
        filter: alpha(opacity=100);
        opacity: 1;
        width: auto;
        padding: 0;
        display: inline-block;
        height: auto;
        vertical-align: middle;
        border-radius: 0;
        position: relative; }
        .box-nav-accordion .nav-accordion li a[target="_blank"]:after {
          top: 2px; }
        @media only screen and (max-width: 833.99px) {
          .box-nav-accordion .nav-accordion li a {
            font-weight: bold;
            padding: 15px;
            display: block;
            font-size: 130%; }
            .box-nav-accordion .nav-accordion li a:before {
              content: "\f105";
              font-size: 12px;
              font-family: 'FontAwesome';
              color: #0097df;
              margin-right: 10px; } }
        @media only screen and (max-width: 1199.99px) {
          .box-nav-accordion .nav-accordion li a .pc-only {
            display: none; } }
        .box-nav-accordion .nav-accordion li a.blank {
          padding-right: 18px; }
          .box-nav-accordion .nav-accordion li a.blank:after {
            content: "\f24d";
            font-size: 12px;
            line-height: 1.2;
            font-weight: bold;
            font-family: 'FontAwesome';
            color: #0097df;
            position: absolute;
            right: 0px;
            top: 0;
            color: #0097df; }
            .member_template .box-nav-accordion .nav-accordion li a.blank:after {
              color: #e96189; }
          .box-nav-accordion .nav-accordion li a.blank:hover:after {
            color: #fff; }
      .box-nav-accordion .nav-accordion li.right-area {
        position: absolute;
        right: 10px;
        top: 15px;
        margin: 10px 10px; }
        .box-nav-accordion .nav-accordion li.right-area:after {
          display: none; }
        @media only screen and (max-width: 833.99px) {
          .box-nav-accordion .nav-accordion li.right-area {
            position: relative;
            top: inherit;
            right: inherit; } }
        .box-nav-accordion .nav-accordion li.right-area a {
          display: block;
          padding: 7px 38px 7px 20px !important;
          border-radius: 5px !important; }
          .box-nav-accordion .nav-accordion li.right-area a:after {
            display: none; }
      .box-nav-accordion .nav-accordion li.active a {
        color: #0097df;
        filter: alpha(opacity=100);
        opacity: 1;
        font-weight: bold; }
        .member_template .box-nav-accordion .nav-accordion li.active a {
          color: #e96189; }
    .box-nav-accordion .nav-accordion.sub {
      display: none; }
    .box-nav-accordion .nav-accordion li.active a {
      position: relative; }
    .box-nav-accordion .nav-accordion li.active .nav-accordion.sub {
      position: absolute;
      background: #fff;
      border-radius: 5px;
      padding: 0px 10px 4px;
      display: block;
      font-size: 85%;
      margin-top: 5px; }
      @media only screen and (max-width: 833.99px) {
        .box-nav-accordion .nav-accordion li.active .nav-accordion.sub {
          position: relative;
          background: transparent; } }
      .box-nav-accordion .nav-accordion li.active .nav-accordion.sub li a {
        padding: 0;
        color: #000; }
        @media only screen and (max-width: 833.99px) {
          .box-nav-accordion .nav-accordion li.active .nav-accordion.sub li a {
            padding: 10px; } }
        .box-nav-accordion .nav-accordion li.active .nav-accordion.sub li a:active {
          color: #0097df; }
          .member_template .box-nav-accordion .nav-accordion li.active .nav-accordion.sub li a:active {
            color: #e96189; }
          .box-nav-accordion .nav-accordion li.active .nav-accordion.sub li a:active::after {
            display: none; }
    @media only screen and (max-width: 833.99px) {
      .box-nav-accordion .nav-accordion {
        margin: 10px 0 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #ddd;
        display: none;
        background: #fff;
        padding: 0; }
        .box-nav-accordion .nav-accordion li {
          width: 100%;
          padding: 0;
          margin-bottom: 0;
          float: none;
          display: block; }
          .box-nav-accordion .nav-accordion li > a {
            text-align: left;
            border: none;
            text-decoration: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0; }
          .box-nav-accordion .nav-accordion li:not(:last-child) > a {
            border-bottom: 1px solid #ddd; }
          .box-nav-accordion .nav-accordion li:first-child a {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px; }
          .box-nav-accordion .nav-accordion li:last-child a {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px; } }

.footer {
  width: 100%;
  background-color: #f1f1f1;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  .footer span.ip_text {
    display: none; }

.footer-in {
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto; }
  .footer-in:before, .footer-in:after {
    content: '';
    display: block; }
  .footer-in:after {
    clear: both; }
  @media only screen and (max-width: 833.99px) {
    .footer-in {
      width: 100%;
      padding: 0; } }
  .footer-in ul {
    list-style: none;
    margin: 0 -15px;
    padding: 0; }
    .footer-in ul:before, .footer-in ul:after {
      content: '';
      display: block; }
    .footer-in ul:after {
      clear: both; }
    @media only screen and (max-width: 833.99px) {
      .footer-in ul {
        margin: 15px 0 0; } }
    .footer-in ul li {
      width: 50%;
      padding: 0 15px;
      float: left; }
      @media only screen and (max-width: 1199.99px) {
        .footer-in ul li {
          padding: 0 6px; } }
      @media only screen and (max-width: 833.99px) {
        .footer-in ul li {
          width: 100%;
          padding: 0; } }
      .footer-in ul li:last-child .panel-body {
        margin-bottom: 0; }

.footer-contents {
  padding: 25px 0 30px; }
  .footer-contents:before, .footer-contents:after {
    content: '';
    display: block; }
  .footer-contents:after {
    clear: both; }
  @media only screen and (max-width: 833.99px) {
    .footer-contents {
      padding: 12px 15px 11px; } }
  .footer-contents .image {
    margin-bottom: 8px; }
  .footer-contents .info p {
    letter-spacing: -0.2px;
    margin-bottom: 5px; }
  .footer-contents .info .text-small {
    font-size: 12px; }
  .footer-contents .info.type-02 {
    width: 100%;
    display: table; }
    .footer-contents .info.type-02 > * {
      display: table-cell;
      vertical-align: middle; }
    .footer-contents .info.type-02 > span {
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.06em; }
    .footer-contents .info.type-02 .btn-cmn {
      width: 100%;
      padding: 7px 25px; }
    .footer-contents .info.type-02 > ul {
      margin: 0 -4px; }
      .footer-contents .info.type-02 > ul > li {
        width: 50%;
        text-align: center;
        padding: 0 4px; }
      @media only screen and (max-width: 833.99px) {
        .footer-contents .info.type-02 > ul {
          margin: 0; }
          .footer-contents .info.type-02 > ul > li {
            width: 100%;
            padding: 0;
            font-size: 15px;
            margin-bottom: 10px; } }
    @media only screen and (max-width: 833.99px) {
      .footer-contents .info.type-02 > * {
        display: block; }
      .footer-contents .info.type-02 > span {
        font-size: 15px;
        text-align: center;
        font-weight: normal; }
      .footer-contents .info.type-02 .btn-cmn {
        width: 100%;
        line-height: 32px;
        font-size: 16px;
        padding: 6px 0;
        margin-top: 5px; } }
  .footer-contents .card-footer {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .footer-contents .card-footer .panel-body > .btn-cmn {
      width: 100%; }
    @media only screen and (max-width: 833.99px) {
      .footer-contents .card-footer .panel-body > .btn-cmn {
        font-size: 16px;
        font-weight: normal; }
      .footer-contents .card-footer .panel-body .text-open-close,
      .footer-contents .card-footer .panel-body .text-small {
        font-size: 10px; }
      .footer-contents .card-footer .panel-body .badges {
        font-size: 11px;
        font-weight: normal !important; } }
    @media only screen and (max-width: 833.99px) {
      .footer-contents .card-footer .panel-footer p {
        font-size: 13px;
        font-weight: normal;
        margin-bottom: 5px; } }

.footer-utilities {
  width: 100%;
  padding: 0 40px;
  background-color: #fff; }
  .footer-utilities:before, .footer-utilities:after {
    content: '';
    display: block; }
  .footer-utilities:after {
    clear: both; }
  @media only screen and (max-width: 833.99px) {
    .footer-utilities {
      padding: 0 15px; } }
  .footer-utilities .inner {
    max-width: 940px;
    margin: 0 auto;
    padding: 20px 20px 30px; }
    .footer-utilities .inner:before, .footer-utilities .inner:after {
      content: '';
      display: block; }
    .footer-utilities .inner:after {
      clear: both; }
    @media only screen and (max-width: 833.99px) {
      .footer-utilities .inner {
        width: 100%;
        padding: 23px 0 22px; } }
  .footer-utilities .utility {
    float: left;
    position: relative; }
    .footer-utilities .utility:before, .footer-utilities .utility:after {
      content: '';
      display: block; }
    .footer-utilities .utility:after {
      clear: both; }
    .footer-utilities .utility span {
      display: block;
      text-align: center; }
    .footer-utilities .utility:first-child {
      width: 148px;
      margin-right: 30px;
      text-align: center; }
      @media only screen and (max-width: 833.99px) {
        .footer-utilities .utility:first-child {
          width: 100%;
          margin-right: 0; } }
      .footer-utilities .utility:first-child a {
        -webkit-transitio: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .footer-utilities .utility:first-child a:hover {
          filter: alpha(opacity=80);
          opacity: 0.8; }
    .footer-utilities .utility:last-child {
      width: calc(100% - 178px); }
      @media only screen and (max-width: 833.99px) {
        .footer-utilities .utility:last-child {
          width: 100%; } }
    .footer-utilities .utility ul {
      margin: 0 0 7px;
      padding: 0;
      list-style: none; }
      .footer-utilities .utility ul:before, .footer-utilities .utility ul:after {
        content: '';
        display: block; }
      .footer-utilities .utility ul:after {
        clear: both; }
      @media only screen and (max-width: 833.99px) {
        .footer-utilities .utility ul {
          text-align: center;
          margin: 30px 0 20px; } }
      .footer-utilities .utility ul li {
        width: auto;
        padding: 0 15px;
        display: inline-block; }
        @media only screen and (max-width: 833.99px) {
          .footer-utilities .utility ul li {
            margin: 0;
            padding: 0 5px; } }
        .footer-utilities .utility ul li a {
          color: #000;
          text-decoration: none;
          padding: 0px 3px 0 15px;
          display: block;
          position: relative; }
          .footer-utilities .utility ul li a:hover {
            filter: alpha(opacity=100);
            opacity: 1; }
            .footer-utilities .utility ul li a:hover span {
              text-decoration: underline; }
          .footer-utilities .utility ul li a:before {
            content: "\f105";
            font-size: 22px;
            font-weight: bold;
            font-family: 'FontAwesome';
            color: #0097df;
            position: absolute;
            left: -5px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            margin-bottom: -50%; }
            .member_template .footer-utilities .utility ul li a:before {
              color: #e96189; }
          @media only screen and (max-width: 833.99px) {
            .footer-utilities .utility ul li a {
              font-size: 13px;
              padding: 0 0 0 12px; }
              .footer-utilities .utility ul li a:before {
                content: "\f105";
                font-size: 15px;
                line-height: 17px;
                font-family: 'FontAwesome';
                color: #0097df;
                position: absolute;
                left: 0; }
                .member_template .footer-utilities .utility ul li a:before {
                  color: #e96189; } }
        .footer-utilities .utility ul li.divider {
          width: 100%;
          height: 1px;
          display: block; }
    .footer-utilities .text-copyright {
      color: #000;
      font-size: 13px;
      margin-left: 8px;
      margin-bottom: 0;
      clear: both; 
      text-align: center;
    }
      @media only screen and (max-width: 833.99px) {
        .footer-utilities .text-copyright {
          font-size: 12px;
          letter-spacing: -0.05em;
          margin-left: 0; } }
    @media only screen and (max-width: 833.99px) {
      .footer-utilities .utility {
        width: 100%;
        text-align: center;
        float: none;
        clear: both; }
        .footer-utilities .utility .logo-footer {
          width: 267px; } }
  .footer-utilities .utility-in {
    float: left; }
    @media only screen and (max-width: 833.99px) {
      .footer-utilities .utility-in {
        width: 100%;
        float: none;
        clear: both; }
        .footer-utilities .utility-in span {
          display: block;
          text-align: center; }
        .footer-utilities .utility-in .image {
          width: 100%;
          text-align: center;
          margin-bottom: 10px; }
          .footer-utilities .utility-in .image img {
            width: 114px;
            margin: 0 auto; } }
    .footer-utilities .utility-in.utility-list {
      width: calc(100% - 105px); }
      @media only screen and (max-width: 833.99px) {
        .footer-utilities .utility-in.utility-list {
          width: 100%; } }

/* 2021_06_SNSボタン追加修正 */
.footer-utilities .sns-area {
  display: block;
  }
  .footer-utilities .sns-area .sns-list ul li {
    margin: 5px;
    padding: 0;
  }
  .footer-utilities .sns-area .sns-list ul li a {
    padding: 0;
    line-height: 1.6;
  }
.footer-utilities .sns-area .sns-list ul li a:before, .footer-utilities .sns-area .sns-list ul li a:after {
  display: none;
}
.footer-utilities .utility ul li a:hover span {
  text-decoration: none;
}
.footer-utilities .sns-area .sns-list ul li a span {
  font-size: 12px;
}
@media only screen and (max-width: 980px) {
  .footer-utilities .sns-area .sns-list ul li a {
    font-size: 20px;
  }
  .footer-utilities .sns-area .sns-list ul li a span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .footer-utilities .sns-area .sns-list ul li a span {
    font-size: 8px;
  }
}
/* ボタン全体 */
  .flowbtn12{
    font-family:'Verdana',sans-serif;	
    border-radius: 4px;
    display:inline-block;
    width:100%;
    font-size:20px;
    transition:.4s;	
    text-decoration:none;
  }
  .flowbtn12 i {
    margin-right: 3px;
  }
  .flowbtn12 span {
    vertical-align: middle;
  }
  /* ボタン内テキストマウスホバー時 */
  .flowbtn12:hover{
  color:#fff!important;
  text-decoration:none;
  }
  /* Twitter */
  .sns-area .flowbtn12.fl_tw2{
  border:solid 1px #55acee!important;
  color:#55acee;
  }
  /* Twitterマウスホバー時 */
  .flowbtn12.fl_tw2:hover{
  border:solid 1px #55acee;
  background:#55acee;
  }
  /* YouTube */
  .sns-area .flowbtn12.fl_yu2{
  border:solid 1px #fc0d1c!important;
  color:#fc0d1c;
  }
  /* YouTubeマウスホバー時 */
  .flowbtn12.fl_yu2:hover{
  border:solid 1px #fc0d1c;
  background:#fc0d1c;
  }
  /* LINE */
  .sns-area .flowbtn12.fl_li2{
  border:solid 1px #00c300!important;
  color:#00c300;
  }
  /* LINEマウスホバー時 */
  .flowbtn12.fl_li2:hover{
  border:solid 1px #00c300;
  background:#00c300;
  }
  /* ボタン内テキスト調整 */
  .flowbtn12 span{
  font-size:14px;	
  position:relative;
  bottom:2px;	
  }
  /* ulタグの内側余白を０にする */
  ul.snsbtniti2{
  padding:0!important;
  }
  /* ボタン全体の位置 */
  .snsbtniti2{
  display:flex;
  width: 86%;
  }
  /* ボタン同士の余白 */
  .snsbtniti2 li{
    flex:1 0 28%;
    text-align:center !important;
    list-style: none;
  }
  @media only screen and (max-width: 1160px) {
    .flowbtn12{
      width:100%;
    }
    .snsbtniti2{
      display:inline-flex;
      flex-wrap: wrap;
      width: 100%;
    }
    .snsbtniti2 li{
      flex:1 0 33%;
    }
  }



.pagetop-cmn {
  width: 100%;
  background-color: #0097df;
  line-height: 70px; }
  .member_template .pagetop-cmn {
    background-color: #e96189; }
  .pagetop-cmn:before, .pagetop-cmn:after {
    content: '';
    display: block; }
  .pagetop-cmn:after {
    clear: both; }
  @media only screen and (max-width: 833.99px) {
    .pagetop-cmn {
      line-height: normal; } }
  .pagetop-cmn .inner {
    max-width: 940px;
    padding: 0 20px;
    margin: 0 auto; }
    .pagetop-cmn .inner:before, .pagetop-cmn .inner:after {
      content: '';
      display: block; }
    .pagetop-cmn .inner:after {
      clear: both; }
    @media only screen and (max-width: 833.99px) {
      .pagetop-cmn .inner {
        width: 100%;
        padding: 15px 15px 20px; } }
  .pagetop-cmn .txt-pagetop {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
    float: left; }
    @media only screen and (max-width: 833.99px) {
      .pagetop-cmn .txt-pagetop {
        font-size: 11px;
        text-align: left;
        float: none; } }
  .pagetop-cmn .btn-pagetop {
    width: 39px;
    height: 38px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background-image: url("/inc/image/common/footer/icon_page_top_02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 39px 38px;
    display: table;
    float: right; }
    @media only screen and (max-width: 833.99px) {
      .pagetop-cmn .btn-pagetop {
        width: 100%;
        line-height: 62px;
        height: auto;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        text-decoration: none;
        text-indent: 0;
        margin-top: 11px;
        white-space: normal;
        background-image: none;
        background-size: inherit;
        background-image: -webkit-linear-gradient(top, #fff 0%, #dbdada 100%);
        background-image: -o-linear-gradient(top, #fff 0%, #dbdada 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dbdada));
        background-image: linear-gradient(to bottom, #fff 0%, #dbdada 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFDBDADA', GradientType=0);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        float: none; } }
    .pagetop-cmn .btn-pagetop img.only-sp {
      width: 27px;
      margin-right: 10px;
      margin-bottom: 3px;
      display: inline-block !important; }
    .pagetop-cmn .btn-pagetop .fa {
      width: auto;
      color: #0097df; }
      .member_template .pagetop-cmn .btn-pagetop .fa {
        color: #e96189; }
      @media only screen and (max-width: 833.99px) {
        .pagetop-cmn .btn-pagetop .fa {
          font-size: 30px;
          margin-right: 10px; } }
    .pagetop-cmn .btn-pagetop span {
      width: auto;
      color: #000; }

.footer .footer-contents .card-footer .panel-title {
  margin-bottom: 5px; }

.footer .footer-contents .card-footer strong {
  padding-top: 5px;
  display: inline-block; }

.footer .footer-contents .card-footer .navidial {
  display: none;
  text-align: center; }
  .member_template .footer .footer-contents .card-footer .navidial {
    display: block; }
  .footer .footer-contents .card-footer .navidial span {
    font-size: 12px; }
  .footer .footer-contents .card-footer .navidial img {
    width: 70%; }
    @media only screen and (max-width: 833.99px) {
      .footer .footer-contents .card-footer .navidial img {
        width: 60%; } }

.footer .footer-contents .card-footer .badges {
  margin: 10px; }

.footer .footer-contents .card-footer .btn-cmn.btn-sm {
  padding: 7px 25px 7px 10px; }

/*お問い合わせボックス内　会員・非会員それぞれのボタン表示切り替え*/
.footer .only-member {
  display: none; }

.member_template .footer .only-member {
  display: block; }

.member_template .footer .only-not-member {
  display: block;
  display: none; }

p.navidial a {
  font-size: 12px;
  text-decoration: none;
  color: #333; }

@media only screen and (max-width: 833.99px) {
  a[href^="tel:"] {
    pointer-events: none; } }

@media only screen and (min-width: 1280px) and (orientation: landscape) {
  .wrapper {
    overflow-x: hidden; } }

.box-cmn {
  width: 100%;
  position: relative;
  padding-bottom: 40px; }
  .box-cmn.bg-gray {
    background-color: #f1f1f1; }

.box-cmn + .bg-gray {
  padding-bottom: 0; }

.box-row-cmn {
  max-width: 900px;
  margin: 0 auto; }
  .box-row-cmn:before, .box-row-cmn:after {
    content: '';
    display: block; }
  .box-row-cmn:after {
    clear: both; }
  @media only screen and (max-width: 1199.99px) {
    .box-row-cmn {
      width: 94%;
      margin: 0 3%; } }

.row-grid-cmn {
  margin: 0 -10px; }
  .row-grid-cmn:before, .row-grid-cmn:after {
    content: '';
    display: block; }
  .row-grid-cmn:after {
    clear: both; }

[class^=box-col-] {
  padding: 0 10px;
  position: relative; }
  @media only screen and (max-width: 833.99px) {
    [class^=box-col-] {
      width: 100% !important;
      padding-left: 10px !important;
      padding-right: 10px !important;
      float: none !important;
      margin-bottom: 10px; } }

.box-col-cmn-1, .box-col-cmn-2, .box-col-cmn-3, .box-col-cmn-4, .box-col-cmn-5, .box-col-cmn-6, .box-col-cmn-7, .box-col-cmn-8, .box-col-cmn-9, .box-col-cmn-10, .box-col-cmn-11, .box-col-cmn-12 {
  float: left; }

.box-col-cmn-1 {
  width: 8.33333%; }

.box-col-cmn-2 {
  width: 16.66667%; }

.box-col-cmn-3 {
  width: 25%; }

.box-col-cmn-4 {
  width: 33.33333%; }

.box-col-cmn-5 {
  width: 41.66667%; }

.box-col-cmn-6 {
  width: 50%; }

.box-col-cmn-7 {
  width: 58.33333%; }

.box-col-cmn-8 {
  width: 66.66667%; }

.box-col-cmn-9 {
  width: 75%; }

.box-col-cmn-10 {
  width: 83.33333%; }

.box-col-cmn-11 {
  width: 91.66667%; }

.box-col-cmn-12 {
  width: 100%; }

.box-col-cmn-pull-0 {
  right: auto; }

.box-col-cmn-pull-1 {
  right: 8.33333%; }

.box-col-cmn-pull-2 {
  right: 16.66667%; }

.box-col-cmn-pull-3 {
  right: 25%; }

.box-col-cmn-pull-4 {
  right: 33.33333%; }

.box-col-cmn-pull-5 {
  right: 41.66667%; }

.box-col-cmn-pull-6 {
  right: 50%; }

.box-col-cmn-pull-7 {
  right: 58.33333%; }

.box-col-cmn-pull-8 {
  right: 66.66667%; }

.box-col-cmn-pull-9 {
  right: 75%; }

.box-col-cmn-pull-10 {
  right: 83.33333%; }

.box-col-cmn-pull-11 {
  right: 91.66667%; }

.box-col-cmn-pull-12 {
  right: 100%; }

.box-col-cmn-push-0 {
  left: auto; }

.box-col-cmn-push-1 {
  left: 8.33333%; }

.box-col-cmn-push-2 {
  left: 16.66667%; }

.box-col-cmn-push-3 {
  left: 25%; }

.box-col-cmn-push-4 {
  left: 33.33333%; }

.box-col-cmn-push-5 {
  left: 41.66667%; }

.box-col-cmn-push-6 {
  left: 50%; }

.box-col-cmn-push-7 {
  left: 58.33333%; }

.box-col-cmn-push-8 {
  left: 66.66667%; }

.box-col-cmn-push-9 {
  left: 75%; }

.box-col-cmn-push-10 {
  left: 83.33333%; }

.box-col-cmn-push-11 {
  left: 91.66667%; }

.box-col-cmn-push-12 {
  left: 100%; }

.box-col-cmn-offset-0 {
  margin-left: 0%; }
  @media only screen and (max-width: 833.99px) {
    .box-col-cmn-offset-0 {
      margin-left: 0; } }

.box-col-cmn-offset-1 {
  margin-left: 8.33333%; }
  @media only screen and (max-width: 833.99px) {
    .box-col-cmn-offset-1 {
      margin-left: 0; } }

.box-col-cmn-offset-2 {
  margin-left: 16.66667%; }
  @media only screen and (max-width: 833.99px) {
    .box-col-cmn-offset-2 {
      margin-left: 0; } }

.box-col-cmn-offset-3 {
  margin-left: 25%; }
  @media only screen and (max-width: 833.99px) {
    .box-col-cmn-offset-3 {
      margin-left: 0; } }

.box-col-cmn-offset-4 {
  margin-left: 33.33333%; }
  @media only screen and (max-width: 833.99px) {
    .box-col-cmn-offset-4 {
      margin-left: 0; } }

.box-col-cmn-offset-5 {
  margin-left: 41.66667%; }
  @media only screen and (max-width: 833.99px) {
    .box-col-cmn-offset-5 {
      margin-left: 0; } }

.box-col-cmn-offset-6 {
  margin-left: 50%; }
  @media only screen and (max-width: 833.99px) {
    .box-col-cmn-offset-6 {
      margin-left: 0; } }

.box-col-cmn-offset-7 {
  margin-left: 58.33333%; }
  @media only screen and (max-width: 833.99px) {
    .box-col-cmn-offset-7 {
      margin-left: 0; } }

.box-col-cmn-offset-8 {
  margin-left: 66.66667%; }
  @media only screen and (max-width: 833.99px) {
    .box-col-cmn-offset-8 {
      margin-left: 0; } }

.box-col-cmn-offset-9 {
  margin-left: 75%; }
  @media only screen and (max-width: 833.99px) {
    .box-col-cmn-offset-9 {
      margin-left: 0; } }

.box-col-cmn-offset-10 {
  margin-left: 83.33333%; }
  @media only screen and (max-width: 833.99px) {
    .box-col-cmn-offset-10 {
      margin-left: 0; } }

.box-col-cmn-offset-11 {
  margin-left: 91.66667%; }
  @media only screen and (max-width: 833.99px) {
    .box-col-cmn-offset-11 {
      margin-left: 0; } }

.box-col-cmn-offset-12 {
  margin-left: 100%; }
  @media only screen and (max-width: 833.99px) {
    .box-col-cmn-offset-12 {
      margin-left: 0; } }

.box-col-xs-1, .box-col-sm-1, .box-col-md-1, .box-col-lg-1, .box-col-xs-2, .box-col-sm-2, .box-col-md-2, .box-col-lg-2, .box-col-xs-3, .box-col-sm-3, .box-col-md-3, .box-col-lg-3, .box-col-xs-4, .box-col-sm-4, .box-col-md-4, .box-col-lg-4, .box-col-xs-5, .box-col-sm-5, .box-col-md-5, .box-col-lg-5, .box-col-xs-6, .box-col-sm-6, .box-col-md-6, .box-col-lg-6, .box-col-xs-7, .box-col-sm-7, .box-col-md-7, .box-col-lg-7, .box-col-xs-8, .box-col-sm-8, .box-col-md-8, .box-col-lg-8, .box-col-xs-9, .box-col-sm-9, .box-col-md-9, .box-col-lg-9, .box-col-xs-10, .box-col-sm-10, .box-col-md-10, .box-col-lg-10, .box-col-xs-11, .box-col-sm-11, .box-col-md-11, .box-col-lg-11, .box-col-xs-12, .box-col-sm-12, .box-col-md-12, .box-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }

.box-ttl-module {
  width: 900px;
  margin: 0 auto 20px;
  position: relative; }
  .box-ttl-module:before, .box-ttl-module:after {
    content: '';
    display: block; }
  .box-ttl-module:after {
    clear: both; }
  .box-ttl-module .ttl-module {
    margin-bottom: 0; }

.ttl-module {
  font-size: 20px;
  font-weight: bold;
  color: #e62727; }
  @media only screen and (max-width: 833.99px) {
    .ttl-module {
      padding: 0 15px; } }
  .ttl-module.ttl-sm {
    font-size: 12px; }

.box-01 {
  position: relative; }
  .box-01:before, .box-01:after {
    content: '';
    display: block; }
  .box-01:after {
    clear: both; }

.twitter {
  margin: 10px 0;
  border: solid 1px #e4e4e4;
  border-radius: 3px;
  font-size: 80%; }
  .twitter a {
    text-decoration: none;
    padding: 0 0 0 15px; }
    .twitter a:hover {
      text-decoration: underline; }
    .twitter a[target="_blank"]::after, .twitter a[href$=".pdf"][target="_blank"]::after {
      content: none; }
  .twitter p {
    background: #1ca0f1;
    text-align: center;
    margin: 0;
    padding: 2px 0;
    border-radius: 3px 3px 0 0; }
  .twitter ul {
    padding: 3px 8px;
    margin: 0; }
  .twitter li {
    list-style: none;
    padding: 2px 0;
    margin: 0; }
  .twitter .post1 {
    color: #0097df;
    border-bottom: dotted 1px #e4e4e4;
    font-weight: bold; }
    .twitter .post1 a {
      color: #0097df; }
      .twitter .post1 a::before {
        content: "\f24d";
        font-size: 11px;
        line-height: 1.2;
        font-weight: bold;
        font-family: 'FontAwesome';
        color: #0097df;
        position: absolute;
        left: 0;
        top: 0; }
  .twitter .post2 {
    color: #ea6f93;
    border-bottom: solid 1px #e4e4e4;
    font-weight: bold; }
    .twitter .post2 a {
      color: #ea6f93; }
      .twitter .post2 a::before {
        content: "\f24d";
        font-size: 11px;
        line-height: 1.2;
        font-weight: bold;
        font-family: 'FontAwesome';
        color: #ea6f93;
        position: absolute;
        left: 0;
        top: 0; }
  .twitter .post3 {
    text-align: right; }
    .twitter .post3 a {
      color: #000; }

@media only screen and (max-width: 768.99px) {
  .twitter {
    margin: 10px; }
    .twitter li {
      text-align: center; } }
