/****************************************
* mixin
*****************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

a img {
  border: 0; }

body {
  background-color: #fff;
  line-height: 1.65;
  font-size: 12px;
  min-width: 1000px;
  color: #666666; }
  @media screen and (max-width: 640px) {
    body {
      min-width: 0;
      width: 640px;
      font-size: 24px;
      -webkit-text-size-adjust: 100%; }
      body * {
        word-wrap: break-word; } }

body, input, textarea, select, button {
  font-family: '\30E1\30A4\30EA\30AA',Meiryo,'\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3','Hiragino Kaku Gothic Pro','\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF',sans-serif; }

a {
  text-decoration: none;
  color: #12b8d7; }
  a:hover {
    text-decoration: underline; }

.is_pc {
  display: inherit; }

.is_sp {
  display: none; }

@media screen and (max-width: 640px) {
  p, h2 {
    background-image: url(img/spacer.png); }

  .is_pc {
    display: none !important; }

  .is_sp {
    display: inherit; } }
.header {
  *zoom: 1;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-bottom: 5px solid #12b8d7; }
  .header:after {
    content: " ";
    display: table;
    clear: both; }
  .header__inner {
    max-width: 1000px;
    margin: 0 auto; }
  .header__logo {
    margin-right: 43px;
    padding: 12px 0 0; }
    .header__logo img {
      height: 44px;
      width: auto; }
  @media screen and (max-width: 640px) {
    .header__inner {
      max-width: none; }
    .header__logo {
      margin-right: auto;
      margin-left: 40px;
      padding: 0; }
      .header__logo a {
        display: block;
        height: 96px; }
      .header__logo img {
        height: 44px;
        width: auto;
        margin: 27px 0 0; } }
  .header .button--regist {
    margin: 16px 0 16px 30px; }
  .header__logo, .header .global-navi {
    float: left; }
  .header .lang, .header .button--regist {
    float: right; }
  @media screen and (max-width: 640px) {
    .header .button--regist {
      display: none; }
    .header .global-navi {
      float: right; } }
  .header a {
    color: #005c84;
    /* text-decoration: none; */ }

.view-conoha .header {
  border-image: url(img/border_conoha.gif) 5; }
  @media screen and (max-width: 640px) {
    .view-conoha .header {
      border-image: url(img/sp_border_conoha.gif) 5; } }

.lang {
  position: relative;
  line-height: 1;
  font-size: 14px; }
  .lang__button a {
    display: block;
    position: relative; }
  .lang__select {
    position: absolute;
    background-color: #fff; }
    .lang__select li {
      list-style-type: none; }
      .lang__select li a {
        display: block;
        white-space: nowrap; }
  .lang--open .lang__select {
    display: block; }
  .lang--close .lang__select {
    display: none; }
  .lang__button a {
    height: 66px;
    line-height: 74px; }
    .lang__button a:after {
      content: " ";
      margin-left: 5px;
      display: inline-block;
      width: 20px;
      height: 20px;
      background-position: -40px -20px;
      background-image: url(/wp-content/themes/conoha2.0/css/img/arrow_sptite.png);
      zoom: 1;
      vertical-align: bottom;
      vertical-align: middle; }
  .lang__select {
    top: 55px;
    left: -15px;
    width: 95px;
    border: 1px solid #12b8d7;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
    .lang__select li a {
      margin: 0 6px;
      padding: 10px;
      border-top: 1px solid #e4e4e4; }
    .lang__select li:first-child a {
      border-top: 0; }
  @media screen and (max-width: 640px) {
    .lang {
      margin: 30px 23px 0 0;
      font-size: 28px; }
      .lang__button a {
        height: auto;
        line-height: normal; }
        .lang__button a:after {
          content: " ";
          margin-left: 5px;
          display: inline-block;
          width: 35px;
          height: 35px;
          background-position: -75px -35px;
          background-image: url(/wp-content/themes/conoha2.0/css/img/sp_arrow_sptite.png);
          zoom: 1;
          vertical-align: bottom;
          vertical-align: top; }
      .lang__select {
        top: 1.5em;
        right: 0;
        left: auto;
        width: auto;
        border: 2px solid #12b8d7;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
        .lang__select li a {
          margin: 0 12px;
          padding: 15px;
          border-top: 2px solid #e4e4e4; }
        .lang__select li:first-child a {
          border-top: 0; } }

.global-navi__button {
  display: none; }
.global-navi__list {
  *zoom: 1; }
  .global-navi__list:after {
    content: " ";
    display: table;
    clear: both; }
  .global-navi__list__part {
    float: left;
    position: relative;
    list-style-type: none; }
    .global-navi__list__part a {
      position: relative;
      display: block;
      height: 16px;
      width: 102px;
      padding: 36px 0 8px;
      margin-right: 1px;
      border-color: transparent;
      border-width: 6px 0 0;
      border-style: solid;
      line-height: 1;
      text-align: center;
      font-size: 13px; }
      .global-navi__list__part a:before {
        content: " ";
        position: absolute;
        top: 10px;
        display: block;
        width: 1px;
        height: 42px;
        background-color: #e4e4e4;
        left: -1px; }
      .global-navi__list__part a:after {
        content: " ";
        position: absolute;
        top: 10px;
        display: block;
        width: 1px;
        height: 42px;
        background-color: #e4e4e4;
        right: -1px; }
    .global-navi__list__part--feature:before {
      content: " ";
      position: absolute;
      top: 14px;
      left: 50%;
      margin-left: -12.5px;
      display: inline-block;
      width: 25px;
      height: 25px;
      background-position: 0px 0;
      background-image: url(/wp-content/themes/conoha2.0/css/img/icon_sprite.png);
      zoom: 1;
      vertical-align: bottom; }
    .global-navi__list__part--price:before {
      content: " ";
      position: absolute;
      top: 14px;
      left: 50%;
      margin-left: -12.5px;
      display: inline-block;
      width: 25px;
      height: 25px;
      background-position: -75px 0;
      background-image: url(/wp-content/themes/conoha2.0/css/img/icon_sprite.png);
      zoom: 1;
      vertical-align: bottom; }
    .global-navi__list__part--blog:before {
      content: " ";
      position: absolute;
      top: 14px;
      left: 50%;
      margin-left: -12.5px;
      display: inline-block;
      width: 25px;
      height: 25px;
      background-position: -25px 0;
      background-image: url(/wp-content/themes/conoha2.0/css/img/icon_sprite.png);
      zoom: 1;
      vertical-align: bottom; }
    .global-navi__list__part--help:before {
      content: " ";
      position: absolute;
      top: 14px;
      left: 50%;
      margin-left: -12.5px;
      display: inline-block;
      width: 25px;
      height: 25px;
      background-position: -50px 0;
      background-image: url(/wp-content/themes/conoha2.0/css/img/icon_sprite.png);
      zoom: 1;
      vertical-align: bottom; }
    .global-navi__list__part--login:before {
      content: " ";
      position: absolute;
      top: 14px;
      left: 50%;
      margin-left: -12.5px;
      display: inline-block;
      width: 25px;
      height: 25px;
      background-position: -100px 0;
      background-image: url(/wp-content/themes/conoha2.0/css/img/icon_sprite.png);
      zoom: 1;
      vertical-align: bottom; }
    .global-navi__list__part--regist {
      display: none; }
    .global-navi__list__part a:hover, .global-navi__list__part--active a {
      border-color: #12b8d7; }
@media screen and (max-width: 640px) {
  .global-navi {
    position: relative;
    width: 122px;
    height: 82px;
    margin: 7px 0;
    border-left: 1px solid #e2e2e2;
    text-align: center; }
    .global-navi__button {
      display: block;
      z-index: 2;
      position: relative;
      top: 16px; }
      .global-navi__button a {
        text-decoration: none; }
    .global-navi--open .global-navi__button a {
      display: inline-block;
      width: 50px;
      height: 50px;
      background-position: -50px 0;
      background-image: url(/wp-content/themes/conoha2.0/css/img/sp_icon_sprite.png);
      zoom: 1;
      vertical-align: bottom; }
    .global-navi--close .global-navi__button a {
      display: inline-block;
      width: 50px;
      height: 50px;
      background-position: 0 0;
      background-image: url(/wp-content/themes/conoha2.0/css/img/sp_icon_sprite.png);
      zoom: 1;
      vertical-align: bottom; }
    .global-navi__list {
      z-index: 1;
      border: 1px solid #c8c8c8;
      position: absolute;
      top: 89px;
      right: 0;
      width: 572px;
      padding: 50px 33px;
      background-color: #f2f2f2; }
      .global-navi__list ul {
        *zoom: 1; }
        .global-navi__list ul:after {
          content: " ";
          display: table;
          clear: both; }
      .global-navi__list:before {
        content: " ";
        border: 25px solid transparent;
        border-bottom: 25px solid #c8c8c8;
        position: absolute;
        right: 35px;
        top: -51px; }
      .global-navi__list:after {
        content: " ";
        border: 25px solid transparent;
        border-bottom: 25px solid #f2f2f2;
        position: absolute;
        right: 35px;
        top: -50px;
        height: auto;
        clear: none;
        visibility: visible; }
      .global-navi__list__part {
        float: left;
        position: relative;
        list-style-type: none; }
        .global-navi__list__part a {
          position: relative;
          display: block;
          width: 190px;
          height: auto;
          margin-right: 0;
          padding: 115px 0 25px;
          border: 0;
          text-align: center;
          line-height: normal;
          font-size: 100%; }
          .global-navi__list__part a:before, .global-navi__list__part aafter {
            display: none; }
        .global-navi__list__part--feature:before {
          content: " ";
          position: absolute;
          top: 3px;
          left: 50%;
          margin-left: -60px;
          display: inline-block;
          width: 120px;
          height: 120px;
          background-position: 0px -50px;
          background-image: url(/wp-content/themes/conoha2.0/css/img/sp_icon_sprite.png);
          zoom: 1;
          vertical-align: bottom; }
        .global-navi__list__part--price:before {
          content: " ";
          position: absolute;
          top: 3px;
          left: 50%;
          margin-left: -60px;
          display: inline-block;
          width: 120px;
          height: 120px;
          background-position: -360px -50px;
          background-image: url(/wp-content/themes/conoha2.0/css/img/sp_icon_sprite.png);
          zoom: 1;
          vertical-align: bottom; }
        .global-navi__list__part--blog:before {
          content: " ";
          position: absolute;
          top: 3px;
          left: 50%;
          margin-left: -60px;
          display: inline-block;
          width: 120px;
          height: 120px;
          background-position: -120px -50px;
          background-image: url(/wp-content/themes/conoha2.0/css/img/sp_icon_sprite.png);
          zoom: 1;
          vertical-align: bottom; }
        .global-navi__list__part--help:before {
          content: " ";
          position: absolute;
          top: 3px;
          left: 50%;
          margin-left: -60px;
          display: inline-block;
          width: 120px;
          height: 120px;
          background-position: -240px -50px;
          background-image: url(/wp-content/themes/conoha2.0/css/img/sp_icon_sprite.png);
          zoom: 1;
          vertical-align: bottom; }
        .global-navi__list__part--login:before {
          content: " ";
          position: absolute;
          top: 3px;
          left: 50%;
          margin-left: -60px;
          display: inline-block;
          width: 120px;
          height: 120px;
          background-position: -480px -50px;
          background-image: url(/wp-content/themes/conoha2.0/css/img/sp_icon_sprite.png);
          zoom: 1;
          vertical-align: bottom; }
        .global-navi__list__part--regist {
          display: block; }
          .global-navi__list__part--regist:before {
            content: " ";
            position: absolute;
            top: 3px;
            left: 50%;
            margin-left: -60px;
            display: inline-block;
            width: 120px;
            height: 120px;
            background-position: -600px -50px;
            background-image: url(/wp-content/themes/conoha2.0/css/img/sp_icon_sprite.png);
            zoom: 1;
            vertical-align: bottom; }
        .global-navi__list__part a:hover, .global-navi__list__part--active a {
          border: 0; }
    .global-navi--open .global-navi__list {
      display: block; }
    .global-navi--close .global-navi__list {
      display: none; } }

.footer {
  position: relative;
  z-index: 2;
  color: #ffffff; }
  .footer a {
    color: #ffffff; }
  .footer__menu {
    height: 128px;
    background: #12b8d7 url(img/footer_menu_bg.png) no-repeat center center;
    text-align: center;
    font-size: 12px; }
    .footer__menu__inner {
      display: inline-block; }
    .footer__menu ul {
      display: table-cell;
      height: 128px;
      margin: 0 auto;
      vertical-align: middle;
      text-align: center; }
    .footer__menu li {
      display: inline;
      padding: 0 2em;
      border-left: 1px solid #ffffff; }
      .footer__menu li:first-child {
        border-left: 0; }
  @media screen and (max-width: 640px) {
    .footer__menu {
      height: auto;
      padding: 22px 30px;
      background: #12b8d7 url(img/sp_footer_menu_bg.png) no-repeat center center;
      font-size: 30px; }
      .footer__menu__inner {
        display: block; }
      .footer__menu ul {
        display: block;
        height: auto;
        margin: 0;
        vertical-align: middle;
        text-align: left; }
      .footer__menu li {
        display: block;
        padding: 0;
        border: 0;
        list-style-type: none; }
      .footer__menu a {
        position: relative;
        display: block;
        padding: 15px 0 15px 35px;
        line-height: 1.2; }
        .footer__menu a:before {
          content: " ";
          display: inline-block;
          width: 35px;
          height: 35px;
          background-position: -35px -70px;
          background-image: url(/wp-content/themes/conoha2.0/css/img/sp_arrow_sptite.png);
          zoom: 1;
          vertical-align: bottom;
          display: block;
          position: absolute;
          left: -2px;
          top: 13px; } }

.view-conoha .footer {
  background-image: url(img/dot02_bg.png); }
  .view-conoha .footer__menu {
    background: url(img/footer_menu_bg_conoha.png) no-repeat center center; }
    @media screen and (max-width: 640px) {
      .view-conoha .footer__menu {
        background-image: url(img/sp_footer_menu_bg_conoha.png); } }

.copyright {
  height: 128px;
  background: #025c83 url(img/dot_bg.png);
  line-height: 128px;
  text-align: center;
  font-size: 11px; }
  @media screen and (max-width: 640px) {
    .copyright {
      height: auto;
      padding: 50px 0;
      line-height: 1;
      font-size: 18px; } }

.pagenavi {
  margin: 0 40px 0 0;
  clear: both;
  font-size: 14px;
  *zoom: 1; }
  .pagenavi:after {
    content: " ";
    display: table;
    clear: both; }
  .pagenavi .prev, .pagenavi .next {
    position: relative;
    margin-top: 40px; }
    .pagenavi .prev a, .pagenavi .next a {
      display: block;
      max-width: 280px;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-text-overflow: ellipsis;
      white-space: nowrap;
      min-height: 20px; }
  .pagenavi .prev {
    float: left;
    padding-left: 20px; }
    .pagenavi .prev:before {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      left: 0;
      content: " ";
      display: inline-block;
      width: 20px;
      height: 20px;
      background-position: -60px -20px;
      background-image: url(/wp-content/themes/conoha2.0/css/img/arrow_sptite.png);
      zoom: 1;
      vertical-align: bottom; }
  .pagenavi .next {
    float: right;
    padding-right: 20px; }
    .pagenavi .next:after {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      right: 0;
      content: " ";
      display: inline-block;
      width: 20px;
      height: 20px;
      background-position: -20px -20px;
      background-image: url(/wp-content/themes/conoha2.0/css/img/arrow_sptite.png);
      zoom: 1;
      vertical-align: bottom; }
  @media screen and (max-width: 640px) {
    .pagenavi {
      font-size: 24px;
      margin-bottom: 45px; }
      .pagenavi .prev, .pagenavi .next {
        clear: both;
        margin-top: 0;
        float: none; }
        .pagenavi .prev a, .pagenavi .next a {
          float: left;
          min-height: 35px;
          max-width: 480px; }
      .pagenavi .prev {
        padding-left: 0; }
        .pagenavi .prev:before {
          margin-top: 0;
          display: inline-block;
          width: 35px;
          height: 35px;
          background-position: -105px -105px;
          background-image: url(/wp-content/themes/conoha2.0/css/img/sp_arrow_sptite.png);
          zoom: 1;
          vertical-align: bottom;
          position: static;
          float: left; }
      .pagenavi .next {
        padding-right: 0; }
        .pagenavi .next:after {
          margin-top: 0;
          display: inline-block;
          width: 35px;
          height: 35px;
          background-position: -35px -105px;
          background-image: url(/wp-content/themes/conoha2.0/css/img/sp_arrow_sptite.png);
          zoom: 1;
          vertical-align: bottom;
          position: static;
          float: left; } }

#gmocommonfooter {
  margin-top: 0 !important; }

.gmocommonfooter {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 0; }
  @media screen and (max-width: 640px) {
    .gmocommonfooter {
      display: none; } }

.main {
  position: relative;
  z-index: 1; }
  .main__inner {
    *zoom: 1;
    margin: 0 auto; }
    .main__inner:after {
      content: " ";
      display: table;
      clear: both; }
    .main__inner .pageheader {
      margin: 0 auto; }
      .main__inner .pageheader hr {
        margin-bottom: 0; }
  @media screen and (max-width: 640px) {
    .main__inner {
      width: auto; }
    .main .pageheader {
      width: auto; } }

.main__sub-header {
  background: #12b8d7; }

.sub-navi {
  margin: auto;
  position: relative;
  width: 1000px;
  *zoom: 1; }
  .sub-navi:after {
    content: " ";
    display: table;
    clear: both; }
  .sub-navi__list__part {
    list-style: none;
    float: left; }
    .sub-navi__list__part a {
      border-bottom: 3px solid #12b8d7;
      color: #fff;
      display: inline-block;
      text-align: center;
      padding: 15px 30px 6px;
      margin: 0 1px 6px 0; }
      .sub-navi__list__part a:hover {
        border-bottom: 3px solid #fff;
        text-decoration: none; }
    .sub-navi__list__part.is-current a {
      border-bottom: 3px solid #fff; }

@media screen and (max-width: 640px) {
  .main__sub-header {
    position: absolute;
    width: 100%;
    z-index: 10; }

  .sub-navi {
    color: #fff;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    width: auto; }
    .sub-navi__current {
      margin-bottom: 10px; }
    .sub-navi__list {
      display: none; }
      .sub-navi__list__part {
        list-style: none;
        float: none; }
        .sub-navi__list__part a {
          border-bottom: 0 solid #12b8d7;
          color: #fff;
          display: block;
          text-align: center;
          padding: 15px 0;
          margin: 0; }
          .sub-navi__list__part a:hover {
            border-bottom: 0 solid #fff;
            text-decoration: none; }
        .sub-navi__list__part.is-current {
          display: block;
          position: absolute; }
          .sub-navi__list__part.is-current a {
            border-bottom: 0 solid #fff; }
    .sub-navi__arrow {
      display: block;
      margin-top: -5px;
      line-height: 0; }
      .sub-navi__arrow:after {
        background-image: url(/wp-content/themes/conoha2.0/css/img/sp_arrow_sptite.png);
        background-position: -70px -75px;
        content: " ";
        display: block;
        height: 25px;
        margin: auto;
        width: 35px;
        zoom: 1; }
      .sub-navi__arrow.is-open:after {
        background-position: 0 -75px; } }
.cf, .clearfix {
  *zoom: 1; }
  .cf:after, .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

.button {
  text-align: center; }
  .button a, .button button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 3px;
    background-color: transparent;
    text-decoration: none;
    text-align: center;
    color: #fff;
    zoom: 1;
    overflow: visible; }
    .button a:before, .button button:before {
      content: " ";
      position: absolute;
      z-index: 2; }
    .button a:after, .button button:after {
      content: " ";
      position: absolute;
      height: 100%;
      left: 0;
      top: 0;
      border-radius: 3px 0 0 3px;
      z-index: 1; }
    @media screen and (max-width: 640px) {
      .button a, .button button {
        box-sizing: border-box; } }
  .button--regist a, .button--regist button {
    height: 31px;
    padding: 0 11px 0 50px;
    background-color: #c51259;
    border: 1px solid #ad1459;
    line-height: 31px;
    text-align: center;
    font-size: 14px; }
    .button--regist a:before, .button--regist button:before {
      left: 5px;
      top: 4px;
      display: inline-block;
      width: 25px;
      height: 25px;
      background-position: -25px -25px;
      background-image: url(/wp-content/themes/conoha2.0/css/img/icon_sprite.png);
      zoom: 1;
      vertical-align: bottom; }
    .button--regist a:after, .button--regist button:after {
      width: 35px;
      background-color: #990f49; }
    .button--regist a:hover, .button--regist button:hover {
      border-color: #c21765;
      background-color: #da1467; }
      .button--regist a:hover:after, .button--regist button:hover:after {
        background-color: #ad1153; }
  .button--boot a, .button--boot button {
    width: 258px;
    height: 46px;
    padding: 0 0 0 50px;
    background-color: #c51259;
    border: 1px solid #ad1459;
    line-height: 46px;
    font-size: 16px; }
    .button--boot a:before, .button--boot button:before {
      left: 13px;
      top: 10px;
      display: inline-block;
      width: 25px;
      height: 25px;
      background-position: 0 -25px;
      background-image: url(/wp-content/themes/conoha2.0/css/img/icon_sprite.png);
      zoom: 1;
      vertical-align: bottom; }
    .button--boot a:after, .button--boot button:after {
      width: 50px;
      background-color: #990f49; }
    .button--boot a:hover, .button--boot button:hover {
      border-color: #c21765;
      background-color: #da1467; }
      .button--boot a:hover:after, .button--boot button:hover:after {
        background-color: #ad1153; }
    @media screen and (max-width: 640px) {
      .button--boot a, .button--boot button {
        height: 86px;
        padding: 0 0 0 107px;
        line-height: 86px;
        font-size: 40px; }
        .button--boot a:before, .button--boot button:before {
          left: 34px;
          top: 22px;
          display: inline-block;
          width: 40px;
          height: 40px;
          background-position: 0 -260px;
          background-image: url(/wp-content/themes/conoha2.0/css/img/sp_icon_sprite.png);
          zoom: 1;
          vertical-align: bottom; }
        .button--boot a:after, .button--boot button:after {
          width: 107px; } }
  @media screen and (max-width: 640px) {
    .button--boot a {
      width: auto; }
    .button--boot button {
      width: 100%; } }
  .button--more a, .button--more button {
    height: 28px;
    padding: 0 18px 0 46px;
    background-color: #12b8d7;
    line-height: 28px;
    text-align: center;
    font-size: 12px; }
    .button--more a:before, .button--more button:before {
      left: 4px;
      top: 4px;
      display: inline-block;
      width: 20px;
      height: 20px;
      background-position: -20px 0;
      background-image: url(/wp-content/themes/conoha2.0/css/img/arrow_sptite.png);
      zoom: 1;
      vertical-align: bottom; }
    .button--more a:after, .button--more button:after {
      width: 28px;
      background-color: #0f9ab4; }
    .button--more a:hover, .button--more button:hover {
      background-color: #14cde8; }
      .button--more a:hover:after, .button--more button:hover:after {
        background-color: #11aec9; }
    @media screen and (max-width: 640px) {
      .button--more a, .button--more button {
        display: block;
        height: 86px;
        line-height: 86px;
        padding: 0 0 0 107px;
        font-size: 40px; }
        .button--more a:before, .button--more button:before {
          left: 35px;
          top: 25px;
          display: inline-block;
          width: 35px;
          height: 35px;
          background-position: -35px 0;
          background-image: url(/wp-content/themes/conoha2.0/css/img/sp_arrow_sptite.png);
          zoom: 1;
          vertical-align: bottom; }
        .button--more a:after, .button--more button:after {
          width: 107px; } }
  @media screen and (max-width: 640px) {
    .button--more a {
      width: auto; }
    .button--more button {
      width: 100%; } }
  .button--voice a, .button--voice button {
    height: 50px;
    padding: 0 30px 0 90px;
    background-color: #12b8d7;
    line-height: 50px;
    text-align: center;
    font-size: 16px; }
    .button--voice a:before, .button--voice button:before {
      left: 16px;
      top: 10px;
      display: inline-block;
      width: 25px;
      height: 25px;
      background-position: -50px -25px;
      background-image: url(/wp-content/themes/conoha2.0/css/img/icon_sprite.png);
      zoom: 1;
      vertical-align: bottom; }
    .button--voice a:after, .button--voice button:after {
      width: 60px;
      background-color: #0f9ab4; }
    .button--voice a:hover, .button--voice button:hover {
      background-color: #14cde8; }
      .button--voice a:hover:after, .button--voice button:hover:after {
        background-color: #11aec9; }
    @media screen and (max-width: 640px) {
      .button--voice a, .button--voice button {
        display: block;
        height: 86px;
        line-height: 86px;
        padding: 0 0 0 107px;
        font-size: 40px; }
        .button--voice a:before, .button--voice button:before {
          left: 35px;
          top: 25px;
          display: inline-block;
          width: 40px;
          height: 40px;
          background-position: -40px -640px;
          background-image: url(/wp-content/themes/conoha2.0/css/img/sp_icon_sprite.png);
          zoom: 1;
          vertical-align: bottom; }
        .button--voice a:after, .button--voice button:after {
          width: 107px; } }
  @media screen and (max-width: 640px) {
    .button--voice a {
      width: auto; }
    .button--voice button {
      width: 100%; } }
  .button--regist-main a, .button--regist-main button {
    width: 300px;
    padding: 18px 0 18px 65px;
    background-color: #c51259;
    border: 1px solid #ad1459;
    line-height: 1.5;
    text-align: center;
    font-size: 16px; }
    .button--regist-main a:before, .button--regist-main button:before {
      left: 22px;
      top: 50%;
      margin: -10px 0 0;
      display: inline-block;
      width: 20px;
      height: 20px;
      background-position: -20px -40px;
      background-image: url(/wp-content/themes/conoha2.0/css/img/arrow_sptite.png);
      zoom: 1;
      vertical-align: bottom; }
    .button--regist-main a:after, .button--regist-main button:after {
      width: 65px;
      background-color: #990f49; }
    .button--regist-main a:hover, .button--regist-main button:hover {
      border-color: #c21765;
      background-color: #da1467; }
      .button--regist-main a:hover:after, .button--regist-main button:hover:after {
        background-color: #ad1153; }
    @media screen and (max-width: 640px) {
      .button--regist-main a, .button--regist-main button {
        display: block;
        line-height: 1.3;
        padding: 20px 20px 15px 127px;
        font-size: 40px; }
        .button--regist-main a:before, .button--regist-main button:before {
          left: 35px;
          top: 50%;
          margin: -17px 0 0;
          display: inline-block;
          width: 35px;
          height: 35px;
          background-position: -35px 0;
          background-image: url(/wp-content/themes/conoha2.0/css/img/sp_arrow_sptite.png);
          zoom: 1;
          vertical-align: bottom; }
        .button--regist-main a:after, .button--regist-main button:after {
          width: 107px; } }
  @media screen and (max-width: 640px) {
    .button--regist-main a {
      width: auto; }
    .button--regist-main button {
      width: 100%; } }
  .button--link01 a, .button--link01 button {
    width: 300px;
    padding: 18px 0 18px 65px;
    background-color: #12b8d7;
    line-height: 1.5;
    text-align: center;
    font-size: 16px; }
    .button--link01 a:before, .button--link01 button:before {
      left: 22px;
      top: 50%;
      margin: -10px 0 0;
      display: inline-block;
      width: 20px;
      height: 20px;
      background-position: -20px -40px;
      background-image: url(/wp-content/themes/conoha2.0/css/img/arrow_sptite.png);
      zoom: 1;
      vertical-align: bottom; }
    .button--link01 a:after, .button--link01 button:after {
      width: 65px;
      background-color: #0f9ab4; }
    .button--link01 a:hover, .button--link01 button:hover {
      background-color: #14cde8; }
      .button--link01 a:hover:after, .button--link01 button:hover:after {
        background-color: #11aec9; }
    @media screen and (max-width: 640px) {
      .button--link01 a, .button--link01 button {
        display: block;
        line-height: 1.3;
        padding: 20px 20px 15px 127px;
        font-size: 40px; }
        .button--link01 a:before, .button--link01 button:before {
          left: 35px;
          top: 50%;
          margin: -17px 0 0;
          display: inline-block;
          width: 35px;
          height: 35px;
          background-position: -35px 0;
          background-image: url(/wp-content/themes/conoha2.0/css/img/sp_arrow_sptite.png);
          zoom: 1;
          vertical-align: bottom; }
        .button--link01 a:after, .button--link01 button:after {
          width: 107px; } }
  @media screen and (max-width: 640px) {
    .button--link01 a {
      width: auto; }
    .button--link01 button {
      width: 100%; } }
  .button--link02 a, .button--link02 button {
    width: 300px;
    min-height: 50px;
    padding: 5px 0 5px 65px;
    background-color: #12b8d7;
    line-height: 1.5;
    text-align: center;
    font-size: 16px; }
    .button--link02 a span, .button--link02 button span {
      display: table-cell;
      width: 300px;
      height: 50px;
      vertical-align: middle; }
    .button--link02 a:before, .button--link02 button:before {
      left: 22px;
      top: 50%;
      margin: -10px 0 0;
      display: inline-block;
      width: 20px;
      height: 20px;
      background-position: -20px -40px;
      background-image: url(/wp-content/themes/conoha2.0/css/img/arrow_sptite.png);
      zoom: 1;
      vertical-align: bottom; }
    .button--link02 a:after, .button--link02 button:after {
      width: 65px;
      background-color: #0f9ab4; }
    .button--link02 a:hover, .button--link02 button:hover {
      background-color: #14cde8; }
      .button--link02 a:hover:after, .button--link02 button:hover:after {
        background-color: #11aec9; }
    @media screen and (max-width: 640px) {
      .button--link02 a, .button--link02 button {
        display: block;
        line-height: 1.3;
        padding: 20px 20px 15px 127px;
        font-size: 40px; }
        .button--link02 a span, .button--link02 button span {
          display: inline;
          width: auto;
          height: auto; }
        .button--link02 a:before, .button--link02 button:before {
          left: 35px;
          top: 50%;
          margin: -17px 0 0;
          display: inline-block;
          width: 35px;
          height: 35px;
          background-position: -35px 0;
          background-image: url(/wp-content/themes/conoha2.0/css/img/sp_arrow_sptite.png);
          zoom: 1;
          vertical-align: bottom; }
        .button--link02 a:after, .button--link02 button:after {
          width: 107px; } }
  @media screen and (max-width: 640px) {
    .button--link02 a {
      width: auto; }
    .button--link02 button {
      width: 100%; } }
  .button--conoha a, .button--conoha button {
    width: 140px;
    height: 50px;
    background: #c51259 url(img/dot_bg.png);
    border: 1px solid #ad1459;
    line-height: 50px;
    text-align: center;
    font-size: 13px; }
    .button--conoha a:hover, .button--conoha button:hover {
      border-color: #c21765;
      background-color: #da1467; }
      .button--conoha a:hover:after, .button--conoha button:hover:after {
        content: " ";
        position: absolute;
        left: auto;
        right: -30px;
        top: -6px;
        display: block;
        width: 40px;
        height: 55px;
        background-image: url(/common/css/conoha/img/icon_conohachan06.png); }
    @media screen and (max-width: 640px) {
      .button--conoha a, .button--conoha button {
        display: block;
        height: 86px;
        line-height: 86px;
        font-size: 40px; } }
    .button--conoha a:hover a:after, .button--conoha a:hover button:after, .button--conoha button:hover a:after, .button--conoha button:hover button:after {
      display: none; }
  @media screen and (max-width: 640px) {
    .button--conoha a {
      width: auto; }
    .button--conoha button {
      width: 100%; } }

/* old button */
.btn-01 a, .btn-01 button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 60px;
  margin: 0;
  padding: 0 30px 0 95px;
  border: 0;
  outline: 0;
  border-radius: 3px;
  background-color: #12b8d7;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 16px;
  zoom: 1; }
  @media screen and (max-width: 640px) {
    .btn-01 a, .btn-01 button {
      box-sizing: border-box; } }
  .btn-01 a:before, .btn-01 button:before {
    content: " ";
    position: absolute;
    left: 22px;
    top: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -20px -40px;
    background-image: url(/wp-content/themes/conoha2.0/css/img/arrow_sptite.png);
    zoom: 1;
    vertical-align: bottom;
    z-index: 2; }
  .btn-01 a:after, .btn-01 button:after {
    content: " ";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 65px;
    background-color: #0f9ab4;
    border-radius: 3px 0 0 3px;
    z-index: 1; }
  .btn-01 a:hover, .btn-01 button:hover {
    background-color: #14cde8; }
    .btn-01 a:hover:after, .btn-01 button:hover:after {
      background-color: #11aec9; }
  @media screen and (max-width: 640px) {
    .btn-01 a, .btn-01 button {
      display: block;
      height: 86px;
      line-height: 86px;
      padding: 0 0 0 107px;
      font-size: 40px; }
      .btn-01 a:before, .btn-01 button:before {
        left: 35px;
        top: 25px;
        display: inline-block;
        width: 35px;
        height: 35px;
        background-position: -70px 0;
        background-image: url(/wp-content/themes/conoha2.0/css/img/sp_arrow_sptite.png);
        zoom: 1;
        vertical-align: bottom; }
      .btn-01 a:after, .btn-01 button:after {
        width: 107px; } }
@media screen and (max-width: 640px) {
  .btn-01 a {
    width: auto; }
  .btn-01 button {
    width: 100%; } }

/* old button */
.pop-balloon {
  position: absolute;
  padding: 14px 8px;
  background-color: #e3f7fb;
  border: 1px solid #12b8d7;
  border-radius: 3px;
  line-height: 1.4;
  text-align: left;
  font-size: 12px;
  color: #005c84; }
  .pop-balloon:before, .pop-balloon:after {
    content: " ";
    display: block;
    position: absolute;
    left: 15px;
    border-width: 13px 13px 10px;
    border-style: solid; }
  .pop-balloon:before {
    border-color: transparent transparent #12b8d7;
    top: -23px; }
  .pop-balloon:after {
    border-color: transparent transparent #e3f7fb;
    top: -22px; }
  .pop-balloon--error span {
    display: block;
    position: relative;
    padding: 0 0 0 30px; }
    .pop-balloon--error span:before {
      position: absolute;
      top: -6px;
      left: 0;
      content: " ";
      display: inline-block;
      width: 30px;
      height: 30px;
      background-position: 0 -110px;
      background-image: url(/wp-content/themes/conoha2.0/css/img/icon_sprite.png);
      zoom: 1;
      vertical-align: bottom; }
  @media screen and (max-width: 640px) {
    .pop-balloon {
      padding: 15px 15px 10px;
      font-size: 24px; }
      .pop-balloon:before, .pop-balloon:after {
        left: 20px;
        border-width: 20px 20px 15px;
        border-style: solid; }
      .pop-balloon:before {
        top: -35px; }
      .pop-balloon:after {
        top: -34px; }
      .pop-balloon--error span {
        padding: 0 0 0 40px; }
        .pop-balloon--error span:before {
          top: -6px;
          left: 0;
          display: inline-block;
          width: 40px;
          height: 40px;
          background-position: 0 -300px;
          background-image: url(/wp-content/themes/conoha2.0/css/img/sp_icon_sprite.png);
          zoom: 1;
          vertical-align: bottom; } }

#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999999; }
  #loading p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    background-image: url(img/loading.png); }
