/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
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;
  box-sizing: border-box; }

body {
  line-height: 1; }

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

ul, ol {
  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;
  box-sizing: border-box;
  text-decoration: none; }

/* 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: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

th, strong, address {
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

/* basic class */
.clear {
  clear: both; }

br.clear {
  line-height: 0;
  font-size: 0;
  height: 0; }

.acenter {
  text-align: center; }

.aright {
  text-align: right; }

.aleft {
  text-align: left; }

.fleft {
  float: left; }

.fright {
  float: right; }

.vtop {
  vertical-align: top; }

.vmiddle {
  vertical-align: middle; }

.vbottom {
  vertical-align: bottom; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.inline_block {
  display: inline-block;
  display: -moz-inline-box;
  *display: inline;
  *zoom: 1; }

textarea {
  font-size: 100%; }

/* for iphone */
* {
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "Noto Sans Japanese", sans-serif !important;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; }
  body a {
    transition: .2s ease; }
  body a:hover {
    text-decoration: none; }

.container {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  min-width: 100%; }

.signup-button {
  border-left: 10px solid #d9e021; }

.nav > li > a {
  padding: 0; }
.nav > li > a:hover, .nav > li a:focus {
  background: transparent;
  outline: none; }

h1, h2, h3, h4, ul, ol, p, img {
  margin: 0; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.45);
  transition: .6s ease;
  z-index: 3; }
  .header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .header .logo {
    margin-right: auto;
    display: block; }
    .header .logo .name {
      color: #333333;
      font-size: 13px;
      margin-top: 3px; }
  .header .g-nav {
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .header .g-nav .nav {
      margin-left: auto; }
    .header .g-nav li a {
      display: block;
      padding: 28px 20px;
      color: #333333;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: .025em;
      position: relative; }
      .header .g-nav li a:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        transition: .2s ease;
        background: #0e5fb0;
        content: ''; }
      .header .g-nav li a:hover {
        color: #0e5fb0; }
        .header .g-nav li a:hover:before {
          height: 3px; }
    .header .g-nav .nav-mail {
      width: 150px;
      text-align: center;
      line-height: 70px; }
      .header .g-nav .nav-mail a {
        display: block;
        background: #d9e021;
        color: #333333;
        font-size: 14px;
        font-weight: 500; }
        .header .g-nav .nav-mail a:hover {
          background: #c5cb1f; }
    .header .g-nav .nav-login {
      width: 150px;
      text-align: center; }
      .header .g-nav .nav-login a {
        display: block;
        color: #fff;
        background: #0e5fb0;
        padding: 16px 0;
        font-size: 14px;
        line-height: 1.4;
        font-weight: 500; }
        .header .g-nav .nav-login a:hover {
          opacity: .6; }
    .header .g-nav .nav-login2 a {
      padding: 26px 0 25px; }

.fix-btn {
  position: fixed;
  right: -56px;
  top: 150px;
  transition: .4s ease;
  z-index: 9; }
  .fix-btn a {
    display: block;
    padding: 20px 18px;
    background: #0e5fb0;
    color: #fff;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .05em;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
    .fix-btn a:hover {
      background: #7aa3d0; }

.fix-action {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3; }
  .fix-action .page-top {
    display: block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #29abe2;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    padding: 4px 0;
    font-size: 16px;
    font-weight: 500; }
    .fix-action .page-top i {
      font-size: 26px; }
    .fix-action .page-top:hover {
      color: #fff;
      background: #1c8fb5; }

.footer .info-area {
  padding: 80px 0 70px; }
  .footer .info-area .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .footer .info-area .inner .map {
      width: 580px;
      height: 480px;
      order: 1; }
    .footer .info-area .inner .info-txt {
      padding-left: 52px;
      flex: 1 0 auto;
      order: 2; }
      .footer .info-area .inner .info-txt .logo {
        padding-bottom: 18px;
        border-bottom: dotted 2px #333;
        text-align: center; }
        .footer .info-area .inner .info-txt .logo .name {
          font-size: 17px;
          margin-top: 6px;
          font-weight: 400; }
      .footer .info-area .inner .info-txt .tel {
        margin-top: 27px; }
        .footer .info-area .inner .info-txt .tel .center {
          text-align: center; }
        .footer .info-area .inner .info-txt .tel a {
          font-size: 32px;
          color: #0e5fb0;
          font-family: "Roboto", sans-serif;
          letter-spacing: .05em; }
          .footer .info-area .inner .info-txt .tel a span {
            font-size: 26px;
            margin-right: 5px; }
        .footer .info-area .inner .info-txt .tel .add {
          margin-top: 12px;
          font-size: 14px; }
        .footer .info-area .inner .info-txt .tel .desc {
          margin-top: 20px;
          font-size: 14px;
          line-height: 20px;
          color: #0e5fb0;
          padding: 12px 0 13px;
          background: #dbe7f3;
          font-weight: 500; }
        .footer .info-area .inner .info-txt .tel .time {
          margin-top: 17px;
          font-size: 14px;
          line-height: 24px; }
      .footer .info-area .inner .info-txt .fc-list {
        margin-top: 8px; }
        .footer .info-area .inner .info-txt .fc-list .ttl {
          font-size: 16px;
          font-weight: 500;
          color: #0e5fb0; }
        .footer .info-area .inner .info-txt .fc-list .item {
          margin-top: 12px;
          font-size: 14px;
          line-height: 24px; }
          .footer .info-area .inner .info-txt .fc-list .item:first-child {
            margin-top: 0; }
.footer .f-nav {
  background: rgba(14, 95, 176, 0.05); }
  .footer .f-nav .f-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .footer .f-nav .f-inner .nav {
      flex: 1 0 auto;
      margin-right: auto;
      margin-left: -40px; }
      .footer .f-nav .f-inner .nav li a {
        display: block;
        padding: 28px 40px;
        color: #333333;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .025em;
        position: relative; }
        .footer .f-nav .f-inner .nav li a:before {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 0;
          transition: .2s ease;
          background: #0e5fb0;
          content: ''; }
        .footer .f-nav .f-inner .nav li a:hover {
          color: #0e5fb0; }
          .footer .f-nav .f-inner .nav li a:hover:before {
            height: 3px; }
    .footer .f-nav .f-inner .nav-mail {
      width: 150px;
      text-align: center;
      line-height: 70px; }
      .footer .f-nav .f-inner .nav-mail a {
        display: block;
        background: #d9e021;
        color: #333333;
        font-size: 14px;
        font-weight: 500; }
        .footer .f-nav .f-inner .nav-mail a:hover {
          background: #c5cb1f; }
    .footer .f-nav .f-inner .nav-login {
      width: 150px;
      text-align: center;
      line-height: 70px; }
      .footer .f-nav .f-inner .nav-login a {
        display: block;
        color: #fff;
        background: #0e5fb0;
        font-size: 14px;
        font-weight: 500; }
        .footer .f-nav .f-inner .nav-login a:hover {
          opacity: .6; }
.footer .sitemap-area {
  margin-top: 4px;
  background: #0e5fb0;
  padding: 35px 0; }
  .footer .sitemap-area .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center; }
  .footer .sitemap-area .col-block {
    margin-left: 80px; }
    .footer .sitemap-area .col-block:first-child {
      margin-left: 0; }
    .footer .sitemap-area .col-block li {
      color: #fff;
      font-size: 14px;
      line-height: 31px; }
      .footer .sitemap-area .col-block li a {
        color: #fff;
        font-size: 14px;
        font-weight: 500; }
        .footer .sitemap-area .col-block li a:hover {
          text-decoration: underline; }
    .footer .sitemap-area .col-block.list-blank {
      margin-top: 31px; }
  .footer .sitemap-area .mypage-menu {
    margin-left: 80px;
    padding-left: 80px;
    border-left: solid 1px #fff; }
.footer .bottom-bn {
  padding: 20px 0;
  text-align: center; }
  .footer .bottom-bn .row {
    margin: 0 -10px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    .footer .bottom-bn .row li {
      padding: 0 10px; }
  .footer .bottom-bn img {
    width: 100%;
    height: auto; }
.footer .copy {
  text-align: center;
  padding: 24px 0;
  font-size: 12px;
  letter-spacing: .075em; }

.container {
  position: relative; }

.inner {
  width: 1100px;
  margin: 0 auto;
  *zoom: 1; }
  .inner:before, .inner:after {
    display: table;
    content: "";
    line-height: 0; }
  .inner:after {
    clear: both; }

.pnkz {
  margin-top: 10px;
  *zoom: 1; }
  .pnkz:before, .pnkz:after {
    display: table;
    content: "";
    line-height: 0; }
  .pnkz:after {
    clear: both; }
  .pnkz .inner {
    text-align: right; }
  .pnkz .pnkz-list {
    display: inline; }
    .pnkz .pnkz-list:before {
      content: '>';
      margin: 10px; }
    .pnkz .pnkz-list a:hover {
      color: #0e5fb0; }
    .pnkz .pnkz-list:first-child:before {
      display: none; }
  .pnkz .pnkz-list, .pnkz .pnkz-list a {
    font-size: 14px;
    color: #333333; }

@media only screen and (max-width: 768px) {
  .d-md-block {
    display: none !important; }

  .d-md-flex {
    display: none !important; }

  .d-md-none {
    display: block !important; } }
@media only screen and (max-width: 768px) {
  .signup-button {
    border-left: 10px solid #d9e021 !important;
    margin-top: 10px !important; }

  body {
    font-size: 16.6666666667px; }
    body * {
      max-height: 100%; }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%; }

  .cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 4; }

  .content-wrapper {
    margin-top: 80px; }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    padding: 13.6666666667px 0;
    z-index: 99; }
    .header .header-inner {
      display: block; }
    .header .logo img {
      height: 53.3333333333px;
      width: auto; }
    .header .logo .name {
      font-size: 13.3333333333px;
      margin-top: 6.6666666667px; }
    .header .nav-bar {
      background: #0e5fb0;
      position: absolute;
      top: 0;
      right: 0;
      width: 80px;
      height: 100%;
      transition: right .4s ease;
      z-index: 999; }
      .header .nav-bar.active {
        right: 333.3333333333px; }
      .header .nav-bar span {
        display: inline-block;
        width: 60%;
        height: 2px;
        background: #fff;
        position: absolute;
        transition: .4s ease;
        left: 20%; }
      .header .nav-bar span:nth-child(1) {
        top: 25%; }
      .header .nav-bar span:nth-child(2) {
        top: 50%;
        margin-top: -1px; }
      .header .nav-bar span:nth-child(3) {
        bottom: 25%; }
      .header .nav-bar.active span:nth-of-type(1) {
        -webkit-transform: translateY(18.6666666667px) rotate(-315deg);
        transform: translateY(18.6666666667px) rotate(-315deg); }
      .header .nav-bar.active span:nth-of-type(2) {
        opacity: 0; }
      .header .nav-bar.active span:nth-of-type(3) {
        -webkit-transform: translateY(-18.6666666667px) rotate(315deg);
        transform: translateY(-18.6666666667px) rotate(315deg); }
    .header .g-nav {
      width: 333.3333333333px;
      height: 100%;
      position: fixed;
      top: 0;
      right: -333.3333333333px;
      display: block;
      z-index: 6;
      transition: right .4s ease; }
      .header .g-nav.open {
        right: 0; }
      .header .g-nav .nav {
        width: 100%;
        background: #fff;
        display: block; }
      .header .g-nav li {
        border-bottom: solid 1px #B5B5B6; }
        .header .g-nav li a {
          padding: 23.3333333333px 20px;
          font-size: 20px; }
          .header .g-nav li a:before {
            display: none; }
      .header .g-nav .nav-mail, .header .g-nav .nav-login {
        width: 100%;
        text-align: left;
        line-height: 1; }
        .header .g-nav .nav-mail a, .header .g-nav .nav-login a {
          font-size: 20px;
          padding: 23.3333333333px 20px;
          line-height: 1; }
      .header .g-nav .nav-login {
        border-top: solid 1px #fff; }
        .header .g-nav .nav-login a {
          font-size: 20px;
          padding: 23.3333333333px 20px; }
      .header .g-nav .nav-reserve {
        border-top: solid 1px #B5B5B6; }
        .header .g-nav .nav-reserve a {
          background: #d9e021;
          color: #333333; }

  .fix-action {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: solid 3px #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .fix-action .btn-reserve {
      height: 66.6666666667px;
      background: #d9e021;
      color: #333333; }
    .fix-action .btn-mypage {
      height: 66.6666666667px;
      background: #0e5fb0;
      color: #fff; }
    .fix-action .btn-reserve, .fix-action .btn-mypage {
      border-right: solid 3px #fff;
      flex: 0 0 calc(50% - 100px/3);
      text-align: center;
      padding: 22px 0;
      font-size: 18.6666666667px;
      font-weight: 500; }
    .fix-action .page-top {
      border-radius: 0;
      width: 66.6666666667px;
      height: 66.6666666667px;
      padding: 15px 0;
      flex: 0 0 66.6666666667px;
      max-width: 66.6666666667px; }
      .fix-action .page-top i {
        font-size: 18px; }

  .footer {
    padding-bottom: 80px; }
    .footer .info-area {
      padding: 40px 0 20px; }
      .footer .info-area .inner {
        display: block; }
        .footer .info-area .inner .map {
          width: 100%;
          height: 300px;
          order: 2;
          margin-top: 26.6666666667px; }
        .footer .info-area .inner .info-txt {
          order: 1;
          width: 100%;
          padding-left: 0; }
          .footer .info-area .inner .info-txt .logo {
            padding-bottom: 16.6666666667px;
            text-align: center; }
            .footer .info-area .inner .info-txt .logo img {
              height: 66.6666666667px;
              width: auto; }
            .footer .info-area .inner .info-txt .logo .name {
              margin-top: 6.6666666667px;
              font-size: 15.3333333333px; }
          .footer .info-area .inner .info-txt .tel {
            margin-top: 16.6666666667px; }
            .footer .info-area .inner .info-txt .tel a {
              font-size: 36.6666666667px; }
              .footer .info-area .inner .info-txt .tel a span {
                font-size: 26.6666666667px; }
            .footer .info-area .inner .info-txt .tel .add {
              margin-top: 10px;
              font-size: 16.6666666667px; }
            .footer .info-area .inner .info-txt .tel .desc {
              margin-top: 16.6666666667px;
              font-size: 16.6666666667px;
              padding: 13.3333333333px 0; }
            .footer .info-area .inner .info-txt .tel .time {
              margin-top: 13.3333333333px;
              font-size: 15.3333333333px;
              line-height: 26.6666666667px; }
          .footer .info-area .inner .info-txt .fc-list {
            margin-top: 6.6666666667px; }
            .footer .info-area .inner .info-txt .fc-list .ttl {
              font-size: 18.6666666667px; }
            .footer .info-area .inner .info-txt .fc-list .item {
              margin-top: 6.6666666667px;
              font-size: 15.3333333333px;
              line-height: 24px; }
    .footer .bottom-bn {
      padding: 6.6666666667px 0; }
      .footer .bottom-bn .row {
        margin: 0 -6.6666666667px; }
        .footer .bottom-bn .row li {
          padding: 0 6.6666666667px; }
    .footer .copy {
      padding: 13.3333333333px 0;
      font-size: 15.3333333333px; }

  .inner {
    width: 100%;
    padding: 0 20px; }

  .pnkz {
    margin-top: 16.6666666667px; }
    .pnkz .inner {
      padding: 0 20px; }
    .pnkz .pnkz-list:before {
      content: '>';
      margin: 6.6666666667px; }
    .pnkz .pnkz-list, .pnkz .pnkz-list a {
      font-size: 15.3333333333px; } }
@media only screen and (max-width: 480px) {
  .signup-button {
    border-left: 10px solid #d9e021 !important;
    margin-top: 10px !important; }

  body {
    font-size: 12.5px; }
    body * {
      max-height: 100%; }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%; }

  .cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 4; }

  .content-wrapper {
    margin-top: 60px; }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    padding: 10.25px 0;
    z-index: 99; }
    .header .header-inner {
      display: block; }
    .header .logo img {
      height: 40px;
      width: auto; }
    .header .logo .name {
      font-size: 10px;
      margin-top: 5px; }
    .header .nav-bar {
      background: #0e5fb0;
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      height: 100%;
      transition: right .4s ease;
      z-index: 999; }
      .header .nav-bar.active {
        right: 250px; }
      .header .nav-bar span {
        display: inline-block;
        width: 60%;
        height: 2px;
        background: #fff;
        position: absolute;
        transition: .4s ease;
        left: 20%; }
      .header .nav-bar span:nth-child(1) {
        top: 25%; }
      .header .nav-bar span:nth-child(2) {
        top: 50%;
        margin-top: -1px; }
      .header .nav-bar span:nth-child(3) {
        bottom: 25%; }
      .header .nav-bar.active span:nth-of-type(1) {
        -webkit-transform: translateY(14px) rotate(-315deg);
        transform: translateY(14px) rotate(-315deg); }
      .header .nav-bar.active span:nth-of-type(2) {
        opacity: 0; }
      .header .nav-bar.active span:nth-of-type(3) {
        -webkit-transform: translateY(-14px) rotate(315deg);
        transform: translateY(-14px) rotate(315deg); }
    .header .g-nav {
      width: 250px;
      height: 100%;
      position: fixed;
      top: 0;
      right: -250px;
      display: block;
      z-index: 6;
      transition: right .4s ease; }
      .header .g-nav.open {
        right: 0; }
      .header .g-nav .nav {
        width: 100%;
        background: #fff;
        display: block; }
      .header .g-nav li {
        border-bottom: solid 1px #B5B5B6; }
        .header .g-nav li a {
          padding: 17.5px 15px;
          font-size: 15px; }
          .header .g-nav li a:before {
            display: none; }
      .header .g-nav .nav-mail, .header .g-nav .nav-login {
        width: 100%;
        text-align: left;
        line-height: 1; }
        .header .g-nav .nav-mail a, .header .g-nav .nav-login a {
          font-size: 15px;
          padding: 17.5px 15px;
          line-height: 1; }
      .header .g-nav .nav-login {
        border-top: solid 1px #fff; }
        .header .g-nav .nav-login a {
          font-size: 15px;
          padding: 17.5px 15px; }
      .header .g-nav .nav-reserve {
        border-top: solid 1px #B5B5B6; }
        .header .g-nav .nav-reserve a {
          background: #d9e021;
          color: #333333; }

  .fix-action {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: solid 3px #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .fix-action .btn-reserve {
      height: 50px;
      background: #d9e021;
      color: #333333; }
    .fix-action .btn-mypage {
      height: 50px;
      background: #0e5fb0;
      color: #fff; }
    .fix-action .btn-reserve, .fix-action .btn-mypage {
      border-right: solid 3px #fff;
      flex: 0 0 calc(50% - 100px/4);
      text-align: center;
      padding: 16.5px 0;
      font-size: 14px;
      font-weight: 500; }
    .fix-action .page-top {
      border-radius: 0;
      width: 50px;
      height: 50px;
      padding: 15px 0;
      flex: 0 0 50px;
      max-width: 50px; }
      .fix-action .page-top i {
        font-size: 18px; }

  .footer {
    padding-bottom: 60px; }
    .footer .info-area {
      padding: 30px 0 15px; }
      .footer .info-area .inner {
        display: block; }
        .footer .info-area .inner .map {
          width: 100%;
          height: 225px;
          order: 2;
          margin-top: 20px; }
        .footer .info-area .inner .info-txt {
          order: 1;
          width: 100%;
          padding-left: 0; }
          .footer .info-area .inner .info-txt .logo {
            padding-bottom: 12.5px;
            text-align: center; }
            .footer .info-area .inner .info-txt .logo img {
              height: 50px;
              width: auto; }
            .footer .info-area .inner .info-txt .logo .name {
              margin-top: 5px;
              font-size: 11.5px; }
          .footer .info-area .inner .info-txt .tel {
            margin-top: 12.5px; }
            .footer .info-area .inner .info-txt .tel a {
              font-size: 27.5px; }
              .footer .info-area .inner .info-txt .tel a span {
                font-size: 20px; }
            .footer .info-area .inner .info-txt .tel .add {
              margin-top: 7.5px;
              font-size: 12.5px; }
            .footer .info-area .inner .info-txt .tel .desc {
              margin-top: 12.5px;
              font-size: 12.5px;
              padding: 10px 0; }
            .footer .info-area .inner .info-txt .tel .time {
              margin-top: 10px;
              font-size: 11.5px;
              line-height: 20px; }
          .footer .info-area .inner .info-txt .fc-list {
            margin-top: 5px; }
            .footer .info-area .inner .info-txt .fc-list .ttl {
              font-size: 14px; }
            .footer .info-area .inner .info-txt .fc-list .item {
              margin-top: 5px;
              font-size: 11.5px;
              line-height: 18px; }
    .footer .bottom-bn {
      padding: 5px 0; }
      .footer .bottom-bn .row {
        margin: 0 -5px; }
        .footer .bottom-bn .row li {
          padding: 0 5px; }
    .footer .copy {
      padding: 10px 0;
      font-size: 11.5px; }

  .inner {
    width: 100%;
    padding: 0 15px; }

  .pnkz {
    margin-top: 12.5px; }
    .pnkz .inner {
      padding: 0 15px; }
    .pnkz .pnkz-list:before {
      content: '>';
      margin: 5px; }
    .pnkz .pnkz-list, .pnkz .pnkz-list a {
      font-size: 11.5px; } }
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  letter-spacing: normal; }

.pnkz {
  margin-bottom: 60px; }

.in-name {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px; }
  .in-name span {
    font-size: 24px; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='number'],
input[type='password'] {
  width: 530px;
  height: 40px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle; }
  input[type='text']:nth-of-type(2),
  input[type='tel']:nth-of-type(2),
  input[type='email']:nth-of-type(2),
  input[type='number']:nth-of-type(2),
  input[type='password']:nth-of-type(2) {
    margin-top: 10px; }
  input[type='text'].wd-m,
  input[type='tel'].wd-m,
  input[type='email'].wd-m,
  input[type='number'].wd-m,
  input[type='password'].wd-m {
    width: 280px; }

.radio, .checkbox {
  margin: 0; }
  .radio label, .checkbox label {
    min-height: initial;
    margin-right: 20px; }

input[type='checkbox'] {
  display: none; }
  input[type='checkbox'] + label {
    padding-left: 25px;
    position: relative;
    margin-right: 20px; }
    input[type='checkbox'] + label:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #B5B5B6;
      border-radius: 4px;
      background: #fff; }
  input[type='checkbox']:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 5px;
    width: 8px;
    height: 13px;
    transform: rotate(40deg);
    border-bottom: 3px solid #0e5fb0;
    border-right: 3px solid #0e5fb0; }

.date-label {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 40px;
  border-radius: .25rem; }
  .date-label:before {
    position: absolute;
    content: "\f073";
    font-family: "Font Awesome 5 Free",sans-serif;
    color: #fff;
    top: 0;
    right: -50px;
    background: #0e5fb0;
    font-size: 26px;
    width: 40px;
    height: 40px;
    font-weight: 600;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }

input[type="date"] {
  position: relative;
  padding: 0 10px;
  width: 230px;
  height: 40px;
  background: transparent;
  box-sizing: border-box; }

input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none; }

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: -48px;
  top: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  color: transparent;
  cursor: pointer; }

select.form-control:not([size]):not([multiple]) {
  position: relative;
  height: 40px;
  font-size: 16px;
  width: 280px;
  cursor: pointer; }

.page-name {
  border-bottom: solid 1px #0e5fb0;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px; }
  .page-name img, .page-name span {
    vertical-align: middle; }
  .page-name span {
    margin-left: 10px; }
  .page-name .logout {
    font-size: 14px;
    float: right;
    text-decoration: underline;
    color: #0e5fb0; }

.my-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 16px;
  border-bottom: solid 3px #dbe7f3; }

.button-area {
  margin-top: 40px;
  text-align: center;
  letter-spacing: -.4em; }
  .button-area .con-att {
    text-align: center;
    margin-top: 15px;
    letter-spacing: normal; }
  .button-area .button-true {
    margin: 0 10px;
    width: 250px;
    transition: .2s ease;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 16px 0;
    position: relative;
    background: #0e5fb0;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .02em; }
    .button-area .button-true:after {
      position: absolute;
      font-family: 'Font Awesome 5 Free', sans-serif;
      content: '\f054';
      font-weight: 700;
      color: #fff;
      right: 10px;
      font-size: 16px;
      line-height: 50px;
      top: 0; }
    .button-area .button-true:hover {
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      -webkit-opacity: 0.8;
      opacity: 0.8; }
  .button-area button[type="submit"][disabled] {
    background-color: #999999;
    cursor: no-drop; }
    .button-area button[type="submit"][disabled]:hover {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1; }
  .button-area .btn-f {
    text-align: center;
    margin: 20px 10px 0; }
  .button-area .button-false {
    transition: .2s ease;
    text-align: center;
    color: #0b97c4;
    letter-spacing: normal;
    font-size: 18px;
    text-decoration: underline; }
    .button-area .button-false:hover {
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      -webkit-opacity: 0.8;
      opacity: 0.8; }

@media only screen and (max-width: 768px) {
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='number'],
  input[type='password'],
  input[type='date'] {
    width: 100%; }
    input[type='text'].wd-m,
    input[type='tel'].wd-m,
    input[type='email'].wd-m,
    input[type='number'].wd-m,
    input[type='password'].wd-m,
    input[type='date'].wd-m {
      width: 55%; }

  .date-label {
    width: 55%; }

  input[type="date"] {
    width: 100%; }

  select.form-control {
    width: 55%; } }
@media only screen and (max-width: 767px) {
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='number'],
  input[type='password'],
  input[type='date'] {
    width: 100%;
    height: 46.6666666667px;
    font-size: 16.6666666667px;
    line-height: 46.6666666667px;
    padding: 0 10px; }
    input[type='text']:nth-of-type(2),
    input[type='tel']:nth-of-type(2),
    input[type='email']:nth-of-type(2),
    input[type='number']:nth-of-type(2),
    input[type='password']:nth-of-type(2),
    input[type='date']:nth-of-type(2) {
      margin-top: 13.3333333333px; }

  .pnkz {
    margin-bottom: 33.3333333333px; }

  .in-name {
    font-size: 16.6666666667px;
    font-weight: 400;
    margin-bottom: 13.3333333333px; }
    .in-name span {
      font-size: 24px; }

  input[type='checkbox'] + label {
    padding: 0 10px 0 30px;
    line-height: 20px;
    margin-right: 13.3333333333px;
    position: relative; }
    input[type='checkbox'] + label:first-of-type {
      margin-top: 0; }
    input[type='checkbox'] + label:before {
      width: 20px;
      height: 20px; }
  input[type='checkbox']:checked + label:after {
    top: 2px;
    left: 6px;
    width: 8px;
    height: 14px; }

  .date-label {
    width: 60%;
    height: 46.6666666667px;
    line-height: 46.6666666667px; }
    .date-label:before {
      right: -60px;
      font-size: 26.6666666667px;
      width: 46.6666666667px;
      height: 46.6666666667px;
      border-radius: 10px; }

  input[type="date"] {
    width: 100%;
    height: 46.6666666667px;
    font-size: 16.6666666667px; }

  input[type="date"]::-webkit-calendar-picker-indicator {
    right: -60px;
    width: 46.6666666667px;
    height: 46.6666666667px; }

  select.form-control:not([size]):not([multiple]) {
    height: 46.6666666667px;
    font-size: 16.6666666667px;
    width: 60%; }

  .page-name {
    font-size: 23.3333333333px;
    padding: 6.6666666667px 0;
    line-height: 32px !important; }

  .button-area {
    margin-top: 26.6666666667px; }
    .button-area .con-att {
      margin-top: 13.3333333333px; }
      .button-area .con-att a {
        display: inline;
        vertical-align: top; }
    .button-area button, .button-area a {
      display: inline-block; }
    .button-area .button-true {
      width: 100%;
      max-width: 400px;
      height: 53.3333333333px;
      border: 0;
      font-size: 20px;
      background: #0e5fb0;
      padding: 16.6666666667px 0;
      position: relative;
      margin: 0 auto;
      display: block; }
      .button-area .button-true:hover {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1; }
      .button-area .button-true:after {
        right: 10px;
        font-size: 20px;
        line-height: 53.3333333333px;
        top: 0; }
    .button-area button[type="submit"][disabled] {
      background-color: #999999;
      cursor: no-drop; }
      .button-area button[type="submit"][disabled]:hover {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1; }
    .button-area .btn-f {
      margin-top: 26.6666666667px; }
    .button-area .button-false {
      width: 100%;
      font-size: 20px;
      position: relative;
      margin: 0 auto;
      font-weight: bold; }
      .button-area .button-false:hover {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1; } }
@media only screen and (max-width: 479px) {
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='number'],
  input[type='password'],
  input[type='date'] {
    width: 100%;
    height: 35px;
    font-size: 12.5px;
    line-height: 35px;
    padding: 0 7.5px; }
    input[type='text']:nth-of-type(2),
    input[type='tel']:nth-of-type(2),
    input[type='email']:nth-of-type(2),
    input[type='number']:nth-of-type(2),
    input[type='password']:nth-of-type(2),
    input[type='date']:nth-of-type(2) {
      margin-top: 10px; }

  .pnkz {
    margin-bottom: 25px; }

  .in-name {
    font-size: 12.5px;
    font-weight: 400;
    margin-bottom: 10px; }
    .in-name span {
      font-size: 18px; }

  input[type='checkbox'] + label {
    padding: 0 7.5px 0 30px;
    line-height: 20px;
    margin-right: 10px;
    position: relative; }
    input[type='checkbox'] + label:first-of-type {
      margin-top: 0; }
    input[type='checkbox'] + label:before {
      width: 20px;
      height: 20px; }
  input[type='checkbox']:checked + label:after {
    top: 2px;
    left: 6px;
    width: 8px;
    height: 14px; }

  .date-label {
    width: 60%;
    height: 35px;
    line-height: 35px; }
    .date-label:before {
      right: -45px;
      font-size: 20px;
      width: 35px;
      height: 35px;
      border-radius: 7.5px; }

  input[type="date"] {
    width: 100%;
    height: 35px;
    font-size: 12.5px; }

  input[type="date"]::-webkit-calendar-picker-indicator {
    right: -45px;
    width: 35px;
    height: 35px; }

  select.form-control:not([size]):not([multiple]) {
    height: 35px;
    font-size: 12.5px;
    width: 60%; }

  .page-name {
    font-size: 17.5px;
    padding: 5px 0;
    line-height: 24px !important; }

  .button-area {
    margin-top: 20px; }
    .button-area .con-att {
      margin-top: 10px; }
      .button-area .con-att a {
        display: inline;
        vertical-align: top; }
    .button-area button, .button-area a {
      display: inline-block; }
    .button-area .button-true {
      width: 100%;
      max-width: 300px;
      height: 40px;
      border: 0;
      font-size: 15px;
      background: #0e5fb0;
      padding: 12.5px 0;
      position: relative;
      margin: 0 auto;
      display: block; }
      .button-area .button-true:hover {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1; }
      .button-area .button-true:after {
        right: 7.5px;
        font-size: 15px;
        line-height: 40px;
        top: 0; }
    .button-area button[type="submit"][disabled] {
      background-color: #999999;
      cursor: no-drop; }
      .button-area button[type="submit"][disabled]:hover {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1; }
    .button-area .btn-f {
      margin-top: 20px; }
    .button-area .button-false {
      width: 100%;
      font-size: 15px;
      position: relative;
      margin: 0 auto;
      font-weight: bold; }
      .button-area .button-false:hover {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1; } }
.signup-wrapper {
  height: 100%;
  padding: 90px 0; }

.page-signup {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #0e5fb0; }

.txt-top {
  margin-top: 30px;
  text-align: center; }

.btn-tp {
  margin-top: 60px; }
  .btn-tp a {
    display: block;
    width: 250px;
    transition: .2s ease;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 16px 0;
    position: relative;
    background: #0e5fb0;
    font-weight: bold;
    letter-spacing: .02em;
    margin: 0 auto; }
    .btn-tp a:after {
      position: absolute;
      font-family: 'Font Awesome 5 Free', sans-serif;
      content: '\f054';
      font-weight: 700;
      color: #fff;
      right: 10px;
      font-size: 16px;
      line-height: 50px;
      top: 0; }
    .btn-tp a:hover {
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      -webkit-opacity: 0.8;
      opacity: 0.8; }

.form-area {
  margin-top: 30px; }
  .form-area .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    justify-content: flex-start;
    border-bottom: solid 1px #B5B5B6; }
    .form-area .form-group:first-child {
      border-top: solid 1px #B5B5B6; }
    .form-area .form-group .form-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 240px;
      background: #F7F8F8;
      text-align: right;
      padding: 0 25px; }
      .form-area .form-group .form-label label {
        width: 100%; }
      .form-area .form-group .form-label .req {
        width: 42px;
        display: inline-block;
        margin-left: 10px; }
        .form-area .form-group .form-label .req span {
          color: #fff;
          background: #E6273D;
          font-size: 14px;
          line-height: 24px;
          display: block;
          text-align: center;
          font-weight: bold; }
    .form-area .form-group .input-area {
      padding: 15px 30px;
      flex: 1 0 auto;
      min-height: 50px; }
      .form-area .form-group .input-area .btn-pos {
        width: 160px;
        color: #fff;
        background: #1b9400;
        line-height: 40px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 12px;
        border-radius: 5px;
        cursor: pointer;
        transition: .2s ease; }
        .form-area .form-group .input-area .btn-pos:hover {
          opacity: .6; }
      .form-area .form-group .input-area .er {
        margin-top: 8px;
        font-size: 14px;
        color: #E6273D; }
      .form-area .form-group .input-area .confirm-txt {
        line-height: 20px; }
    .form-area .form-group .input-post {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
    .form-area .form-group .input-area-birth * {
      display: inline; }
    .form-area .form-group .input-area-birth select {
      width: 100px; }

.agreement-area {
  margin-top: 50px; }
  .agreement-area .ttl {
    background: #0e5fb0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px; }
    .agreement-area .ttl span {
      padding-left: 1em;
      font-size: 14px; }
  .agreement-area .box {
    margin-top: 20px;
    width: 100%;
    height: 180px;
    overflow-x: scroll;
    padding: 16px 20px;
    border: solid 1px #B5B5B6; }
    .agreement-area .box p {
      font-size: 14px;
      line-height: 22px;
      margin-top: 22px; }
      .agreement-area .box p:first-child {
        margin-top: 0; }
  .agreement-area .btn-agr {
    margin-top: 18px;
    text-align: center; }
    .agreement-area .btn-agr label {
      margin-right: 0;
      padding-right: 0;
      font-size: 18px; }

@media only screen and (max-width: 767px) {
  .signup-wrapper {
    padding: 40px 0 50px;
    display: block; }

  .page-signup {
    font-size: 23.3333333333px; }

  .txt-top {
    margin-top: 26.6666666667px;
    margin-bottom: 16.6666666667px;
    line-height: 26.6666666667px; }

  .btn-tp {
    margin-top: 33.3333333333px; }
    .btn-tp a {
      width: 100%;
      max-width: 400px;
      height: 53.3333333333px;
      font-size: 20px;
      background: #0e5fb0;
      padding: 16.6666666667px 0; }
      .btn-tp a:hover {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1; }
      .btn-tp a:after {
        right: 10px;
        font-size: 20px;
        line-height: 53.3333333333px;
        top: 0; }

  .form-area {
    margin-top: 30px; }
    .form-area .form-group {
      display: block;
      border: 0; }
      .form-area .form-group:first-child {
        border-top: 0; }
      .form-area .form-group .form-label {
        display: block;
        width: 100%;
        padding: 13.3333333333px 20px;
        text-align: left;
        font-weight: 500; }
        .form-area .form-group .form-label .req {
          width: 50px;
          margin-left: 10px; }
          .form-area .form-group .form-label .req span {
            font-size: 15.3333333333px;
            line-height: 23.3333333333px; }
      .form-area .form-group .input-area {
        padding: 13.3333333333px 20px;
        align-items: center;
        min-height: 53.3333333333px; }
        .form-area .form-group .input-area .btn-pos {
          width: 36%;
          line-height: 46.6666666667px;
          margin-left: 3%; }
        .form-area .form-group .input-area .er {
          margin-top: 6.6666666667px;
          font-size: 15.3333333333px; }
      .form-area .form-group .input-area-birth select {
        width: 86.6666666667px !important; }

  .agreement-area {
    margin-top: 30px; }
    .agreement-area .ttl {
      font-size: 20px;
      padding: 10px 20px; }
      .agreement-area .ttl span {
        font-size: 15.3333333333px; }
    .agreement-area .box {
      margin-top: 16.6666666667px;
      height: 100px;
      padding: 10px 16.6666666667px; }
      .agreement-area .box p {
        font-size: 15.3333333333px;
        line-height: 26.6666666667px;
        margin-top: 26.6666666667px;
        max-height: initial; }
    .agreement-area .btn-agr {
      margin-top: 13.3333333333px; }
      .agreement-area .btn-agr label {
        font-size: 20px; } }
@media only screen and (max-width: 479px) {
  .signup-wrapper {
    padding: 30px 0 37.5px;
    display: block; }

  .page-signup {
    font-size: 17.5px; }

  .txt-top {
    margin-top: 20px;
    margin-bottom: 12.5px;
    line-height: 20px; }

  .btn-tp {
    margin-top: 25px; }
    .btn-tp a {
      width: 100%;
      max-width: 300px;
      height: 40px;
      font-size: 15px;
      background: #0e5fb0;
      padding: 12.5px 0; }
      .btn-tp a:hover {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1; }
      .btn-tp a:after {
        right: 7.5px;
        font-size: 15px;
        line-height: 40px;
        top: 0; }

  .form-area {
    margin-top: 22.5px; }
    .form-area .form-group {
      display: block;
      border: 0; }
      .form-area .form-group:first-child {
        border-top: 0; }
      .form-area .form-group .form-label {
        display: block;
        width: 100%;
        padding: 10px 15px;
        text-align: left;
        font-weight: 500; }
        .form-area .form-group .form-label .req {
          width: 37.5px;
          margin-left: 7.5px; }
          .form-area .form-group .form-label .req span {
            font-size: 11.5px;
            line-height: 17.5px; }
      .form-area .form-group .input-area {
        padding: 10px 15px;
        align-items: center;
        min-height: 40px; }
        .form-area .form-group .input-area .btn-pos {
          width: 36%;
          line-height: 35px;
          margin-left: 3%; }
        .form-area .form-group .input-area .er {
          margin-top: 5px;
          font-size: 11.5px; }
      .form-area .form-group .input-area-birth select {
        width: 65px !important; }

  .agreement-area {
    margin-top: 22.5px; }
    .agreement-area .ttl {
      font-size: 15px;
      padding: 7.5px 15px; }
      .agreement-area .ttl span {
        font-size: 11.5px; }
    .agreement-area .box {
      margin-top: 12.5px;
      height: 75px;
      padding: 7.5px 12.5px; }
      .agreement-area .box p {
        font-size: 11.5px;
        line-height: 20px;
        margin-top: 20px;
        max-height: initial; }
    .agreement-area .btn-agr {
      margin-top: 10px; }
      .agreement-area .btn-agr label {
        font-size: 15px; } }

/*# sourceMappingURL=mypage-signup.css.map */
