/**
 * Original Main PC Style (style.css)
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */

/* # =================================================================
   # General elements
   # ================================================================= */

/* # =================================================================
   # Forms
   # ================================================================= */

/* # =================================================================
   # Specify media element style
   # ================================================================= */

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* # =================================================================
   # Selection
   # ================================================================= */
/* まずこのSelection > bodyまでを消すと文字が黒くなった */

  body .modal_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
    /*z-index: 200; wolf.matz */
    z-index: 10000;
    display: none; }
    /*
    body .modal_overlay.menu {
      display: block;
      pointer-events: none; }
    */

  /*
  @media screen and (max-width: 960px) {
    body.open {
      overflow: hidden; }
      body.open header .brand_logo {
        display: none;
        -webkit-transition: 0.35s ease-in-out;
        -moz-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out; }
      body.open .sp_nav {
        -webkit-transform: translate3d(200px, 0, 0);
        -moz-transform: translate3d(200px, 0, 0);
        -ms-transform: translate3d(200px, 0, 0);
        -o-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
        body.open .sp_nav button::before {
          content: "";
          top: 24px;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        body.open .sp_nav button span::before {
          content: "";
          top: 24px;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        body.open .sp_nav button span::after {
          content: "";
          display: none; }
        body.open .sp_nav button::after {
          content: "close";
          display: block; }
      body.open .sidebar {
        -webkit-transform: translate3d(200px, 0, 0);
        -moz-transform: translate3d(200px, 0, 0);
        -ms-transform: translate3d(200px, 0, 0);
        -o-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0); }
      body.open .modal_overlay {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        pointer-events: auto; }
        body.open .modal_overlay.menu {
          z-index: 200; } }
  */
  body main:after {
    content: '';
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00a3e1 !important;
    z-index: 99998;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  body main:after {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  body main.page_close:after {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  body main .load_logo {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00a3e1 !important;
    z-index: 99998;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    body main .load_logo.page_show {
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
      -o-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
    body main .load_logo .logo {
      opacity: 0;
      margin: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      width: 180px !important;
      /*width: 100%!important;*/
      height: 85px !important;
      /*height: 60% !important;*/
      background: url("/newui_build/selrea_assets/images/common/header-logo02.png") center center no-repeat;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      /*
      -webkit-background-size: 160px 95px;
      -moz-background-size: 160px 95px;
      -o-background-size: 160px 95px;
      background-size: 160px 95px;
      */
      -webkit-background-size: 180px 85px;
      -moz-background-size: 100px 85px;
      -o-background-size: 180px 85px;
      background-size: 180px 85px;
      animation: logoshow .5s both; }
      @media screen and (max-width: 600px) {
        body main .load_logo .logo {
          /*
          width: 120px;
          height: 71px;
          */
          width: 145px;
          height: 67px;
          background: url("/newui_build/selrea_assets/images/common/header-logo02.png") center center no-repeat;
          /*
          -webkit-background-size: 120px 71px;
          -moz-background-size: 120px 71px;
          -o-background-size: 120px 71px;
          background-size: 120px 71px; 
          */
          -webkit-background-size: 145px 67px;
          -moz-background-size: 145px 67px;
          -o-background-size: 145px 67px;
          background-size: 145px 67px; 
          } }
    body main .load_logo svg {
      display: none; }
  /*
  body main .main_in {
    padding-left: 200px; }
    @media screen and (max-width: 960px) {
      body main .main_in {
        padding-left: 0;
        width: 100%; } }
  */



  /*
  body main .main_head {
    background: #f0ebe6;
    height: 140px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 38px 40px; }
    @media screen and (max-width: 600px) {
      body main .main_head {
        height: 96px;
        padding: 25px 16px; } }
    body main .main_head h1 {
      font-size: 26px;
      font-size: 2.6rem;
      font-family: 'Open Sans', YuGo-Bold, sans-serif;
      font-weight: 600;
      text-align: center;
      line-height: 1.31;
      color: #333333; }
      @media screen and (max-width: 600px) {
        body main .main_head h1 {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 1.27; } }
      body main .main_head h1 small {
        font-size: 18px;
        font-size: 1.8rem; }
        @media screen and (max-width: 600px) {
          body main .main_head h1 small {
            font-size: 12px;
            font-size: 1.2rem; } }
      body main .main_head h1 span {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.25;
        text-align: center;
        color: #333333;
        font-weight: normal;
        margin-top: 8px; }
        @media screen and (max-width: 600px) {
          body main .main_head h1 span {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.33; } }
        @media screen and (max-width: 600px) {
          body main .main_head h1 span {
            margin-top: 4px; } }
        */
  /*
  body main .sub_head {
    background: #f1f1f1;
    height: 56px;
    margin-top: 1px;
    padding: 16px 40px 18px; }
    @media screen and (max-width: 600px) {
      body main .sub_head {
        height: 48px;
        padding: 15px 16px 15px; } }
  body main .common_head {
    background: #f1f1f1;
    height: 106px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 35px 0; }
    @media screen and (max-width: 600px) {
      body main .common_head {
        height: 80px;
        padding: 26px 0; } }
    body main .common_head h1 {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: bold;
      text-align: center;
      line-height: 1.38;
      color: #333333; }
      @media screen and (max-width: 600px) {
        body main .common_head h1 {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 1.27; } }
  */

/*
  body main section {
    padding: 40px 40px 16px; }
    @media screen and (max-width: 600px) {
      body main section {
        padding: 20px 16px 16px; } }
    body main section.reserve_here {
      background: #c7b299;
      width: 100%;
      height: 202px;
      padding: 40px;
      text-align: center; }
      @media screen and (max-width: 600px) {
        body main section.reserve_here {
          height: 200px; } }
      body main section.reserve_here p:nth-of-type(1) {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.17;
        color: #fff; }
        @media screen and (max-width: 600px) {
          body main section.reserve_here p:nth-of-type(1) {
            font-size: 22px;
            font-size: 2.2rem;
            line-height: 1.18; } }
      body main section.reserve_here p:nth-of-type(2) {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.57;
        color: #fff;
        margin: 8px 0 24px; }
        @media screen and (max-width: 600px) {
          body main section.reserve_here p:nth-of-type(2) {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.5;
            margin-top: 10px; } }
*/

/*
  body footer {
    width: 100%;
    padding: 0px;
    background: rgba(255, 255, 255, 0.8);
    transition: .5s; }
    body footer .footer_in {
      width: 100%;
      padding-left: 200px; }
      @media screen and (max-width: 960px) {
        body footer .footer_in {
          padding-left: 0;
          width: 100%; } }
    body footer .breadcrumb {
      margin-left: 0;
      text-align: left;
      overflow: hidden;
      font-size: 12px;
      font-size: 1.2rem;
      background: #f1f1f1;
      padding: 12px 40px 14px;
      height: 48px;
      line-height: 22px;
      width: 100%;
      display: inline-table; }
      @media screen and (max-width: 960px) {
        body footer .breadcrumb {
          padding: 12px 16px 14px;
          height: auto; } }
      body footer .breadcrumb li {
        display: inline;
        list-style: none;
        font-weight: bold;
        line-height: 1.83;
        text-align: left;
        color: #333333;
        height: 22px; }
        body footer .breadcrumb li a {
          text-decoration: none;
          font-weight: 500;
          color: #c7b299; }
          body footer .breadcrumb li a:hover {
            text-decoration: underline; }
        body footer .breadcrumb li::after {
          content: '>';
          padding: 0 3px;
          color: #8186a0; }
        body footer .breadcrumb li:last-child::after {
          content: ''; }
    body footer .search {
      background: #e0e0e0;
      height: 142px;
      text-align: center;
      padding-top: 24px;
      padding-bottom: 32px; }
      @media screen and (max-width: 600px) {
        body footer .search {
          padding-top: 20px;
          height: 136px; } }
      body footer .search p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.57;
        color: #333333;
        font-weight: bold; }
        @media screen and (max-width: 600px) {
          body footer .search p {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.5; } }
      body footer .search ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 16px; }
        @media screen and (max-width: 600px) {
          body footer .search ul {
            margin-left: 16px;
            margin-right: 16px; } }
        body footer .search ul li {
          height: 48px; }
          @media screen and (max-width: 600px) {
            body footer .search ul li {
              width: 100%;
              max-width: 295px; } }
          body footer .search ul li [type="text"] {
            background: #fff;
            width: 352px;
            height: 48px;
            border: none; }
            @media screen and (max-width: 600px) {
              body footer .search ul li [type="text"] {
                width: 100%; } }
          body footer .search ul li button {
            background: #c7b299;
            width: 48px;
            height: 48px;
            border-width: 0;
            position: relative;
            -webkit-transition: 0.2s ease-in-out;
            -moz-transition: 0.2s ease-in-out;
            -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out; }
            body footer .search ul li button:hover {
              background: #ad9474;
              -webkit-transition: 0.3s ease-in-out;
              -moz-transition: 0.3s ease-in-out;
              -o-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out; }
            body footer .search ul li button span {
              content: "";
              position: absolute;
              top: 14px;
              left: 14px;
              margin-top: 0px;
              margin-left: 0px;
              width: 16px;
              height: 16px;
              border: solid 2px #fff;
              border-radius: 100%;
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
              body footer .search ul li button span::before {
                content: "";
                position: absolute;
                top: 14px;
                left: 5px;
                height: 8px;
                width: 2px;
                background-color: #fff; }
          @media screen and (max-width: 600px) {
            body footer .search ul li:nth-of-type(2) {
              width: 48px; } }
    body footer .information {
      width: 100%;
      height: 62px;
      background-color: #fff;
      padding: 18px 40px 24px; }
      @media screen and (max-width: 960px) {
        body footer .information {
          height: 282px;
          padding: 0px 16px 32px; } }
      body footer .information ul {
        text-align: center; }
        @media screen and (max-width: 960px) {
          body footer .information ul {
            height: 100%; } }
        body footer .information ul li {
          display: inline;
          color: #c7b299;
          height: 20px;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: bold;
          line-height: 1.83;
          padding: 0 8px; }
          @media screen and (max-width: 960px) {
            body footer .information ul li {
              display: block;
              padding: 0;
              position: relative;
              margin-top: 20px;
              text-align: left; } }
          @media screen and (max-width: 960px) {
            body footer .information ul li:nth-of-type(1) {
              margin-top: 28px; } }
          body footer .information ul li a {
            text-decoration: none;
            font-weight: normal;
            color: #c7b299; }
            body footer .information ul li a:hover {
              text-decoration: underline; }
    body footer .copyright {
      width: 100%;
      height: 80px;
      padding: 16px 40px 24px;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal;
      line-height: 1.67;
      text-align: center;
      color: #333333; }
      @media screen and (max-width: 960px) {
        body footer .copyright {
          padding: 24px 0 24px;
          height: 76px;
          font-size: 10px;
          font-size: 1rem;
          line-height: 1.4; } }
      body footer .copyright a {
        text-decoration: none; }
        body footer .copyright a:hover {
          text-decoration: underline; }
*/

[type="text"],
[type="password"],
[type="email"],
[type="tel"],
[type="number"],
select {
  width: 100%;
  border: solid 1px #e0e0e0;
  height: 48px;
  padding: 0 16px; }
  [type="text"]:disabled,
  [type="password"]:disabled,
  [type="email"]:disabled,
  [type="tel"]:disabled,
  [type="number"]:disabled,
  select:disabled {
    background: #f1f1f1; }
  [type="text"]:placeholder-shown,
  [type="password"]:placeholder-shown,
  [type="email"]:placeholder-shown,
  [type="tel"]:placeholder-shown,
  [type="number"]:placeholder-shown,
  select:placeholder-shown {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57;
    color: #e0e0e0; }
    @media screen and (max-width: 600px) {
      [type="text"]:placeholder-shown,
      [type="password"]:placeholder-shown,
      [type="email"]:placeholder-shown,
      [type="tel"]:placeholder-shown,
      [type="number"]:placeholder-shown,
      select:placeholder-shown {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5; } }
  [type="text"]::-webkit-input-placeholder,
  [type="password"]::-webkit-input-placeholder,
  [type="email"]::-webkit-input-placeholder,
  [type="tel"]::-webkit-input-placeholder,
  [type="number"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57;
    color: #e0e0e0; }
    @media screen and (max-width: 600px) {
      [type="text"]::-webkit-input-placeholder,
      [type="password"]::-webkit-input-placeholder,
      [type="email"]::-webkit-input-placeholder,
      [type="tel"]::-webkit-input-placeholder,
      [type="number"]::-webkit-input-placeholder,
      select::-webkit-input-placeholder {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5; } }
  [type="text"]:-moz-placeholder,
  [type="password"]:-moz-placeholder,
  [type="email"]:-moz-placeholder,
  [type="tel"]:-moz-placeholder,
  [type="number"]:-moz-placeholder,
  select:-moz-placeholder {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57;
    color: #e0e0e0; }
    @media screen and (max-width: 600px) {
      [type="text"]:-moz-placeholder,
      [type="password"]:-moz-placeholder,
      [type="email"]:-moz-placeholder,
      [type="tel"]:-moz-placeholder,
      [type="number"]:-moz-placeholder,
      select:-moz-placeholder {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5; } }
  [type="text"]::-moz-placeholder,
  [type="password"]::-moz-placeholder,
  [type="email"]::-moz-placeholder,
  [type="tel"]::-moz-placeholder,
  [type="number"]::-moz-placeholder,
  select::-moz-placeholder {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57;
    color: #e0e0e0; }
    @media screen and (max-width: 600px) {
      [type="text"]::-moz-placeholder,
      [type="password"]::-moz-placeholder,
      [type="email"]::-moz-placeholder,
      [type="tel"]::-moz-placeholder,
      [type="number"]::-moz-placeholder,
      select::-moz-placeholder {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5; } }
  [type="text"]:-ms-input-placeholder,
  [type="password"]:-ms-input-placeholder,
  [type="email"]:-ms-input-placeholder,
  [type="tel"]:-ms-input-placeholder,
  [type="number"]:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57;
    color: #e0e0e0; }
    @media screen and (max-width: 600px) {
      [type="text"]:-ms-input-placeholder,
      [type="password"]:-ms-input-placeholder,
      [type="email"]:-ms-input-placeholder,
      [type="tel"]:-ms-input-placeholder,
      [type="number"]:-ms-input-placeholder,
      select:-ms-input-placeholder {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5; } }

.radio {
  padding-left: 28px;
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 600px) {
    .radio {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.5;
      margin-top: 8px; } }
  .radio + .radio {
    margin-left: 20px; }
  .radio::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    border: 1px solid #00a3e1;
    border-radius: 50%;
    margin-right: 8px;
    background: #fff;
    z-index: 1; }
  .radio [type="radio"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: none;
    outline: none; }
    .radio [type="radio"] + span {
      display: none; }
    .radio [type="radio"]:checked + span {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 3px;
      width: 14px;
      height: 14px;
      margin: auto;
      background: #00a3e1;
      border-radius: 50%;
      z-index: 2; }

.check {
  padding-left: 28px;
  position: relative;
  cursor: pointer; }
  @media screen and (max-width: 600px) {
    .check {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.5; } }
  .check + .check {
    margin-left: 20px; }
  .check::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    border: 1px solid #00a3e1;
    background: #fff;
    z-index: 1; }
  .check [type="checkbox"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: none;
    outline: none; }
    .check [type="checkbox"] + span {
      display: none; }
    .check [type="checkbox"]:checked + span {
      position: absolute;
      top: -3px;
      bottom: 0;
      left: 6px;
      display: block;
      margin: auto;
      width: 7px;
      height: 11px;
      border-right: 2px solid #00a3e1;
      border-bottom: 2px solid #00a3e1;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      z-index: 2; }

.page_err {
  background: #e91e63;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: -40px -40px 32px; 
  font-size:1.3rem!important; }
  /*
  @media screen and (max-width: 600px) {
    .page_err {
      margin: -20px 0px 32px!important; } }
  */

.err {
  font-size: 14px;
  font-size: 1.4rem;
  color: #e91e63; }
  @media screen and (max-width: 600px) {
    .err {
      font-size: 13px;
      font-size: 1.3rem; } }

.pagination {
  text-align: center; }
  @media screen and (max-width: 960px) {
    .pagination span {
      font-size: 12px;
      font-size: 1.2rem; } }
  .pagination span {
    font-size:1.2rem!important;;
  }
  .pagination span a {
    display: inline-block;
    text-align: center;
    width: 80px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e0e0e0;
    color: #333333; }
    .pagination span a:hover {
      background: #e0e0e0;
      text-decoration: none; }
    .pagination span a.disable {
      pointer-events: none;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }
    @media screen and (max-width: 960px) {
      .pagination span a {
        width: 74px; } }
  .pagination span.previous {
    margin-right: 12px; }
  .pagination span.next {
    margin-left: 12px; }
  .pagination label {
    position: relative; 
    font-size:1.2rem!important; }
    .pagination label:after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      right: 12px;
      width: 8px;
      height: 8px;
      margin-top: -6px;
      border-left: 1px solid #e0e0e0;
      border-bottom: 1px solid #e0e0e0;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      pointer-events: none; }
    .pagination label select {
      width: 80px;
      height: 40px;
      line-height: 40px;
      padding-left: 28px;
      border-radius: 0;
      cursor: pointer; 
      font-size:1.2rem!important; }
      @media screen and (max-width: 960px) {
        .pagination label select {
          width: 74px;
          padding-left: 24px; } }

.system_error {
  margin: 0 auto 40px;
  max-width: 992px;
  width: 90%; }
  @media screen and (max-width: 960px) {
    .system_error {
      width: 100%;
      min-width: 100%;
      font-size: 12px;
      font-size: 1.2rem; } }
  .system_error p span {
    display: inline-block;
    margin-bottom: 32px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }
    @media screen and (max-width: 960px) {
      .system_error p span {
        margin-bottom: 24px; } }
  .system_error ul {
    font-weight: bold;
    margin: 24px 0; }

@media screen and (max-width: 960px) {
  body.admin header {
    top: 0; } }

@media screen and (max-width: 960px) {
  body.admin header .brand_logo, body.admin header ul {
    /*position: static;  global menuズレ防止*/ } }

@media screen and (max-width: 960px) {
  body.admin header .brand_logo.is-fixed, body.admin header ul.is-fixed {
    position: fixed;
    top: 0; } }

/*
body.admin main {
  clear: both; }

body.admin .admin_head {
  background: #3c8dbc;
  height: 48px;
  width: 100%;
  position: relative;
  padding-top: 8px;
  float: right;
  z-index: 50; }
  @media screen and (max-width: 960px) {
    body.admin .admin_head {
      z-index: 300; } }
  body.admin .admin_head .btn_brdblk {
    border: none;
    width: 80px;
    height: 32px;
    float: left;
    margin-left: 280px; }
    @media screen and (max-width: 960px) {
      body.admin .admin_head .btn_brdblk {
        margin-left: 16px; } }
    @media screen and (max-width: 400px) {
      body.admin .admin_head .btn_brdblk {
        width: 65px;
        font-size: 11px;
        font-size: 1.1rem; } }
    body.admin .admin_head .btn_brdblk span {
      line-height: 32px; }
    body.admin .admin_head .btn_brdblk + .btn_brdblk {
      margin-left: 10px; }
  body.admin .admin_head p {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57;
    text-align: right;
    position: absolute;
    right: 105px;
    height: 22px;
    margin-top: 4px; }
    @media screen and (max-width: 960px) {
      body.admin .admin_head p {
        font-size: 10px;
        font-size: 1rem;
        line-height: 1;
        padding-top: 8px;
        height: 10px;
        right: 74px; } }
  body.admin .admin_head dl {
    position: absolute;
    right: 0; }
    body.admin .admin_head dl dt {
      position: relative;
      right: 48px; }
      @media screen and (max-width: 960px) {
        body.admin .admin_head dl dt {
          right: 16px; } }
      body.admin .admin_head dl dt a::after {
        content: '';
        width: 9px;
        height: 8px;
        border-top: 8px solid #fff;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        position: absolute;
        top: 12px; }
        @media screen and (max-width: 960px) {
          body.admin .admin_head dl dt a::after {
            width: 6px;
            height: 5px;
            border-top: 5px solid #fff;
            border-right: 3px solid transparent;
            border-left: 3px solid transparent;
            right: 0;
            top: 14px; } }
      body.admin .admin_head dl dt a img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        position: absolute;
        right: 8px;
        object-fit: cover;
        object-position: 50% 50%; }
        @media screen and (max-width: 960px) {
          body.admin .admin_head dl dt a img {
            right: 12px; } }
      body.admin .admin_head dl dt.active a::after {
        content: '';
        border-top: none;
        border-bottom: 8px solid #fff; }
        @media screen and (max-width: 960px) {
          body.admin .admin_head dl dt.active a::after {
            border-bottom: 5px solid #fff; } }
    body.admin .admin_head dl dd {
      background: #fff;
      border: solid 1px #e0e0e0;
      padding: 16px;
      position: absolute;
      display: none;
      top: 36px;
      right: 41px;
      width: 240px; }
      @media screen and (max-width: 960px) {
        body.admin .admin_head dl dd {
          right: 16px;
          min-width: 160px;
          width: auto;
          padding: 16px 0 16px; } }
      @media screen and (max-width: 960px) {
        body.admin .admin_head dl dd ul {
          width: 100%; } }
      body.admin .admin_head dl dd ul li {
        height: 24px;
        margin-top: 2px; }
        body.admin .admin_head dl dd ul li:nth-of-type(1) {
          margin-top: 0; }
        body.admin .admin_head dl dd ul li a {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.57;
          color: #333333;
          display: block;
          padding: 0 8px; }
          @media screen and (max-width: 960px) {
            body.admin .admin_head dl dd ul li a {
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 1.5; } }
          body.admin .admin_head dl dd ul li a:hover {
            text-decoration: none; }
          body.admin .admin_head dl dd ul li a:active, body.admin .admin_head dl dd ul li a:focus {
            background: #f1f1f1; }
      */

html.cat_top .main_head {
  height: 200px;
  padding: 68px 40px 70px; }
  @media screen and (max-width: 600px) {
    html.cat_top .main_head {
      height: 160px;
      padding: 57px 40px 57px; } }
  html.cat_top .main_head h1 span {
    margin-top: 8px; }
    @media screen and (max-width: 600px) {
      html.cat_top .main_head h1 span {
        margin-top: 4px; } }

html.android_old .btn span {
  line-height: 40px; }

html.android_old .btn_putty span {
  line-height: 40px; }

html.android_old .btn_brdblk span {
  line-height: 40px; }

html.android_old header ul .btn span {
  line-height: 34px; }

html.android_old header ul .btn_putty span {
  line-height: 34px; }

html.android .btn span {
  line-height: 38px; }

html.android .btn_putty span {
  line-height: 38px; }

html.android .btn_brdblk span {
  line-height: 38px; }

html.android header ul .btn span {
  line-height: 32px; }

html.android header ul .btn_putty span {
  line-height: 32px; }

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

@-ms-keyframes logoshow {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 377; }
  99.9%, to {
    stroke-dasharray: 377 377; } }

@-ms-keyframes circle {
  0% {
    stroke-dasharray: 0 377; }
  99.9%, to {
    stroke-dasharray: 377 377; } }

@keyframes circle {
  0% {
    stroke-dasharray: 0 377; }
  99.9%, to {
    stroke-dasharray: 377 377; } }