@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, img, em, p,
dl, dt, dd, ol, ul, li, fieldset, legend, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal; }

article, aside, main, figcaption, figure,
footer, header, nav, section {
  display: block; }

input, textarea, select, option {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  outline: 0 none; }

ul {
  list-style: none; }

ol > li {
  margin-left: 2em; }

img, a, button,
input[type="submit"], input[type="button"] {
  outline: 0 none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  font: inherit; }

th,
td {
  word-break: break-all; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?gqo8n1");
  src: url("../fonts/icomoon.eot?#iefixgqo8n1") format("embedded-opentype"), url("../fonts/icomoon.ttf?gqo8n1") format("truetype"), url("../fonts/icomoon.woff?gqo8n1") format("woff"), url("../fonts/icomoon.svg?gqo8n1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-phone:before {
  content: "\e942"; }

.icon-calendar:before {
  content: "\e953"; }

.icon-clipboard:before {
  content: "\e9b8"; }

.icon-warning:before {
  content: "\ea07"; }

.icon-plus:before {
  content: "\ea0a"; }

.icon-minus:before {
  content: "\ea0b"; }

.icon-cross:before {
  content: "\ea0f"; }

.icon-checkmark:before {
  content: "\ea10"; }

.icon-checkmark2:before {
  content: "\ea11"; }

.icon-arrow-up:before {
  content: "\ea32"; }

.icon-arrow-right:before {
  content: "\ea34"; }

.icon-arrow-down:before {
  content: "\ea36"; }

.icon-arrow-left:before {
  content: "\ea38"; }

.icon-arrow-up2:before {
  content: "\ea3a"; }

.icon-arrow-right2:before {
  content: "\ea3c"; }

.icon-arrow-down2:before {
  content: "\ea3e"; }

.icon-arrow-left2:before {
  content: "\ea40"; }

.icon-circle-up:before {
  content: "\ea41"; }

.icon-circle-right:before {
  content: "\ea42"; }

.icon-circle-down:before {
  content: "\ea43"; }

.icon-circle-left:before {
  content: "\ea44"; }

.icon-checkbox-checked:before {
  content: "\ea52"; }

.icon-checkbox-unchecked:before {
  content: "\ea53"; }

.icon-radio-checked:before {
  content: "\ea54"; }

.icon-radio-checked2:before {
  content: "\ea55"; }

.icon-radio-unchecked:before {
  content: "\ea56"; }

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-size-adjust: 100%; }

body {
  height: 100%;
  font: 13px/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',Verdana,'ＭＳ Ｐゴシック',sans-serif;
  color: #333;
  background: #fff; }

body * {
  box-sizing: border-box; }

.wrapper {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  width: 960px;
  margin: 0 auto;
  background: #f5f2eb; }

.inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0px; }
  .ltie8 .inner {
    min-width: 960px; }

h1 {
  font-weight: bold;
  padding: 1.8em 0;
  font-size: 1.5em; }

a {
  color: #001864; }
  a:hover {
    text-decoration: none; }

input[type="text"], input[type="email"], input[type="password"] {
  padding: 3px;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  input[type="text"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled {
    background: #f5f5f5; }
  input[type="text"].err, input[type="email"].err, input[type="password"].err {
    background: #fdeff2; }

::-webkit-input-placeholder {
  color: #ccc; }

::-moz-placeholder {
  color: #888; }

:-ms-input-placeholder {
  color: #ccc; }

select {
  margin-right: 5px;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  select:disabled {
    background: #eee; }
  select.err {
    background: #fdeff2; }

input[type="checkbox"] {
  vertical-align: middle; }
  input[type="checkbox"] + span {
    padding-left: 5px; }

label {
  cursor: pointer; }

.header {
  height: 62px;
  background: #2f427d;
  border-bottom: 1px solid #eee; }
  .ltie8 .header {
    min-width: 980px; }
  .header .inner {
    position: relative; }
  .header .header-nav {
    position: absolute;
    right: 0px;
    top: 26px;
    overflow: hidden; }
    .header .header-nav li {
      display: block;
      float: left; }
      .header .header-nav li a {
        display: block;
        min-width: 110px;
        height: 35px;
        padding: 7px 0;
        line-height: 1.7;
        color: #000;
        text-decoration: none;
        text-align: center;
        font-weight: bold; }
        .header .header-nav li a:hover {
          opacity: .7; }
    .header .header-nav .nav-cal {
      background: #b5b5b5; }
      .header .header-nav .nav-cal:before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
        content: "\e953";
        font-size: 15px;
        vertical-align: middle;
        margin-right: 5px;
        line-height: 1; }
     .header .header-nav .nav-help {
      background: #eb3157; }
	  .header .header-nav .i-new-win:after  {
	    vertical-align: middle;}
    .header .header-nav .nav-login {
      background: #fdc629; }
    .header .header-nav .nav-signup {
      background: #88b500; }
    .header .header-nav .nav-menu {
      background: #fdc629; }
    .header .header-nav .nav-logout {
      background: #1c489d; 
      color: #fff;}
    .header h1 a{
      margin-left: 50px;}

.main {
  background: #f5f2eb;
  padding-bottom: 80px; }

main.main .inner {
  padding-top: 40px; }

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f7f6f5;
  border-top: 1px solid #eee; }
  .footer .copy {
    margin-bottom: 0;
    text-align: center;
    line-height: 30px;
    font-size: .9em;
    color: #666c67;
    line-height: 1.3;
    padding: 5px 0; }
  .ltie8 .footer {
    min-width: 980px; }

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 50px;
  height: 50px;
  background: #eee;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  z-index: 999; }
  .pagetop:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: "\ea3a";
    font-size: 30px;
    position: relative;
    top: 3px; }
  .pagetop span {
    display: none; }

.col-wrapper {
  display: table;
  width: 100%; }
  .col-wrapper .col-l {
    display: table-cell;
    width: 70%;
    padding-right: 20px; }
  .col-wrapper .col-r {
    display: table-cell;
    width: 30%; }
  .col-wrapper section {
    margin-bottom: 20px; }
  .col-wrapper .col-body {
    padding: 10px;
    border: 2px solid #e6eae6;
    border-radius: 5px; }
    .col-wrapper .col-body.tel {
      padding: 0; }
  .col-wrapper .col-body-inner {
    padding: 10px 10px 0; }

.top-btnbox {
  padding: 10px 20px;
  width:94%; 
  margin-left:10px; }
  .top-btnbox li {
    margin-bottom: 15px; }

.member-menu {
  margin: 20px 30px; }
  .member-menu .menu-body {
    padding: 10px;
    border: 2px solid #e6eae6;
    border-radius: 5px; }
    .member-menu .menu-body.tel {
      padding: 0; }
  .member-menu .menu-body-inner {
    padding: 10px 10px 0; }

.hdg-lv1 {
  margin: 0 0 15px;
  padding: 10px 0;
  font-size: 1.4em;
  line-height: 1.4;
  border-bottom: 2px solid #43676b;
  font-weight: bold;
  padding-left: 50px;
}
.hdg-lv1.member {
  border-color: #43676b;
}

.hdg-lv2 {
  margin: 20px 0 10px;
  font-size: 1.1em;
  font-weight: bold; }

.hdg-lv3 {
  padding: 5px 10px;
  background: #f7f6f5;
  border: 2px solid #e6eae6;
  border-width: 2px 0;
  font-size: 14px;
  font-weight: bold; }
  .hdg-lv3 small {
    font-size: 12px;
    font-weight: normal; }

.hdg-cal {
  margin: 15px 0 0;
  padding: 8px 0;
  background: #43676b;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1px solid #314D4F;
  border-radius: 5px; }

.hdg-icon {
  margin: .7em 0;
  font-size: 1.1em;
  font-weight: bold;
  position: relative; }
  .hdg-icon:before {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    background: #000066;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #000066; }
  .hdg-icon.cal:before {
    font-size: 18px;
    text-indent: 2px;
    line-height: 30px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: "\e953"; }
  .hdg-icon.info:before {
    font-size: 20px;
    text-indent: 1px;
    line-height: 28px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: "\e9b8"; }
  .hdg-icon.notice:before {
    font-size: 20px;
    text-indent: 1px;
    line-height: 28px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: "\ea07"; }
  .hdg-icon.help:before {
    width: 27px;
    height: 27px;
    border-radius: 27px;
    border-width: 3px;
    color: #000066;
    background: #fff;
    font-size: 20px;
    text-indent: 1px;
    line-height: 28px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: "\e601"; }

.list-info-1 > dt {
  font-weight: bold; }
.list-info-1 > dd {
  margin-bottom: 20px; }
  .list-info-1 > dd:last-child {
    margin-bottom: 0; }

.list-disc-1 {
  margin: 1em 0; }
  .list-disc-1 li {
    padding-left: 1em;
    text-indent: -1em;
    vertical-align: top; }
    .list-disc-1 li:before {
      content: "• ";
      display: inline-block;
      width: 1em;
      vertical-align: top;
      text-indent: 0;
      color: #ccc; }

.list-btn-1 {
  display: table;
  margin: 2em auto;
  text-align: center; }
  .list-btn-1 li {
    display: inline-block; }
    .list-btn-1 li.primary {
      float: right; }
    .list-btn-1 li.secondary {
      float: left;
      margin-right: 10px; }
  .list-btn-1:after {
    content: " ";
    display: block;
    clear: both; }

.list-btn-2 {
  margin: 30px; }
  .list-btn-2 > li {
    margin-bottom: 1em; }
  .list-btn-2 .btn {
    margin-right: 1em; }

.list-1 > li {
  margin-bottom: 10px; }

.list-notice-1 {
  margin: 1em 0 0;
  background: #ffe4b5;
  padding: 10px; }
  .list-notice-1 > li {
    padding-left: 1em;
    text-indent: -1em;
    vertical-align: top; }
    .list-notice-1 > li:before {
      content: "• ";
      display: inline-block;
      width: 1em;
      vertical-align: top;
      text-indent: 0; }

.list-error {
  background: #fdeff2;
  padding: 10px;
  color: #b7282e; }
  .list-error li:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: "\ea08";
    margin-right: 5px;
    font-size: 15px; }

.box-tel {
  padding: 5px;
  background: #f7f6f5;
  font-size: 15px;
  border-top: 2px solid #e6eae6;
  text-align: center;
  border-radius: 0 0 5px 5px; }
  .box-tel .tel-ttl {
    position: relative;
    height: 35px;
    margin-bottom: 0;
    font-weight: bold; }
    .box-tel .tel-ttl:before {
      display: inline-block;
      margin-right: 10px;
      padding: 4px;
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: middle;
      content: "\e942";
      color: #43676b;
      background: #fff;
      font-size: 18px;
      line-height: 1; }
  .box-tel .tel-number span,
  .box-tel .tel-number a {
    font-weight: bold; }
  .box-tel .tel-number a {
    display: none; }

.box-user-info table {
  width: 100%;
  margin: .5em 0; }
  .box-user-info table caption {
    padding: 5px;
    font-weight: bold;
    text-align: left; }
  .box-user-info table th {
    width: 20%;
    padding: 5px;
    background: #f7f6f5;
    text-align: left;
    border: 1px solid #e6eae6; }
  .box-user-info table td {
    padding: 5px;
    border: 1px solid #e6eae6; }

.box-form-1 {
  width: 80%;
  margin: 0 auto; }

.box-form-2 {
  margin: 0 50px; }

.box-form-3 {
  padding: 10px; }

.box-form-no {
  display: inline; }

.box-btn-1 {
  text-align: center;
  margin: 2em 0; }

.box-signature {
  text-align: right; }

.box-comp-1 {
  margin: 30px auto;
  padding: 50px 30px;
  border: 2px solid #e6eae6;
  border-radius: 5px;
  text-align: center;
  font-size: 14px; }

.box-comp-1 > ul {
	list-style-type: disc;
	text-align: left; }

.box-tachiai {
  margin: 30px; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.table-1 {
  width: 100%;
  margin: .5em 0; }
  .table-1 th {
    padding: 5px;
    text-align: left; }
  .table-1 td {
    padding: 5px; }

.table-2 {
  margin: 1em auto; }
  .table-2 th {
    padding: 5px 20px;
    color: #43676b;
    font-weight: bold; }
  .table-2 td {
    padding: 5px; }

.table-3 {
  width: 100%;
  margin: 1em 0; }
  .table-3 th {
    padding: 5px 10px;
    text-align: left; }
  .table-3 td {
    padding: 5px 10px; }

.box-table-1 {
  margin: 1em 0;
  border: 2px solid #e6eae6;
  padding: 10px;
  border-radius: 5px; }

.box-table-2 {
  margin-top: 40px;
  text-align: center; }

.box-table-3 {
  margin: 1em 0;
  border: 2px solid #e6eae6;
  border-radius: 0 0 5px 5px;
  border-top: 0; }

.p-1 {
  margin-bottom: 1em; }

.p-2 {
  margin-bottom: .5em; }

.notice-1 {
  color: #999; }

.notice-2 {
  color: #43676b; }

.va-top {
  vertical-align: top; }

.btn {
  display: inline-block;
  padding: 10px;
  height: 45px;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  background: #ddd;
  color: #fff;
  border: 0;
  font-size: 14px;
  line-height: 1.65; }
  .btn:hover {
    opacity: .7; }

.btn-signup {
  display: block;
  margin: 10px auto;
  background: #88b500;
  border: 1px solid #88b500;
  box-shadow: 0 2px 0 #7b8d42;
  color: #fff;
  font-weight: bold;
  text-align: center; }

.btn-login {
  display: block;
  margin: 10px auto;
  background: #0066c5;
  border: 1px solid #0066c5;
  box-shadow: 0 2px 0 #00417e;
  color: #fff;
  font-weight: bold;
  text-align: center; }

.btn-back {
  width: 200px;
  background: #999;
  border: 1px solid #999;
  box-shadow: 0 2px 0 #666; }

.btn-edit {
  height: auto;
  padding: 5px 18px;
  background: #88b500; }

.btn-delete {
  height: auto;
  padding: 5px 18px;
  background: #999; }

.btn-1 {
  width: 200px;
  background: #fff;
  color: #88b500;
  border: 2px solid #88b500;
  line-height: 1.5; }

.btn-2 {
  width: 200px;
  background: #fff;
  color: #0066c5;
  border: 2px solid #0066c5;
  line-height: 1.5; }

.btn-3 {
  width: 200px;
  background: #fdc629;
  border: 1px solid #fdc629;
  box-shadow: 0 2px 0 #fdac29; }

.btn-4 {
  width: 200px;
  background: #88b500;
  border: 1px solid #88b500;
  box-shadow: 0 2px 0 #7b8d42; }

.btn-5 {
  width: 200px;
  background: #eb3157;
  border: 1px solid #eb3157;
  box-shadow: 0 2px 0 #c92628; }

.btn-6{
  width: 200px;
  background: #6ba0d9;
  border: 1px solid #6ba0d9;
  box-shadow: 0 2px 0 #6b85d9; }

.reschedule-btn{
  background: #6ba0d9;
  border: 1px solid #6ba0d9;
  box-shadow: 0 2px 0 #6b85d9;
  padding: 0px 12px;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
}

.form-name {
  width: 90%; }
.form-company {
  width: 90%; }
.form-zip {
  width: 22%; }
.form-address-1 {
  width: 22%; }
.form-address-2 {
  width: 68%; }
.form-phone {
  width: 40%; }
.form-mail {
  width: 90%; }
.form-userid {
  width: 100%; }
.form-password {
  width: 100%; }
.form-shiten {
  width: 60%; }
.form-otherno {
  width: 100%; }
.form-nendo {
  width: 15%; }
.form-shitencd {
  width: 15%; }
.form-notype {
  width: 15%; }
.form-no {
  width: 20%; }
.form-menseki {
  width: 20%; }
.form-kai {
  width: 17%; }
.form-note {
  width: 90%; }
.form-rento {
  width: 22%; }
.form-tachiai {
  width: 33%; }
.form-tachiai-mail {
  width: 65%; }
.form-tachiai-phone {
  width: 30%; }
.form-build-name {
  width: 90%; }
.form-otherno2 {
  width: 60%; }
.login_id {
  width: 35% }
.login_pass {
  width: 35% }

.ime {
  ime-mode: disabled; }

.label-tachiai {
  display: inline-block;
  width: 25%; }

.form-text {
  margin-right: 5px; }

.kensa-type {
  padding: 10px; }
  .kensa-type dl {
    display: table;
    width: 100%;
    margin: 10px 0; }
  .kensa-type dt {
    display: table-cell;
    width: 30%; }
  .kensa-type dd {
    display: table-cell;
    width: 70%; }
  .kensa-type select {
    width: 65%; }
  .kensa-type select.width-95pct {
    width: 95%; }

.hope-date {
  padding: 5px; }
  .hope-date dl {
    display: table;
    width: 100%;
    margin: 5px 0; }
  .hope-date dt {
    display: table-cell;
    width: 12%; }
  .hope-date dd {
    display: table-cell;
    width: 88%; }

.number-select dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e6eae6; }
.number-select dt {
  display: table-cell;
  width: 30%;
  padding: 10px;
  background: #f7f6f5;
  vertical-align: middle; }
.number-select dd {
  display: table-cell;
  padding: 10px; }
  .number-select dd > div {
    margin-bottom: .5em; }
    .number-select dd > div:last-child {
      margin-bottom: 0; }

.rento {
  display: table;
  width: 100%;
  padding: 10px; }
  .rento dt {
    display: table-cell;
    width: 25%;
    vertical-align: top; }
  .rento dd {
    display: table-cell; }
    .rento dd > div {
      margin-bottom: .5em; }
  .rento .rento-no {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #e6eae6;
    margin-right: 5px;
    line-height: 30px;
    vertical-align: middle;
    background: #f0f4e5;
    text-align: center; }

.js-rento {
  display: none; }

.tachiai-select {
  padding: 10px;
  background: #f7f6f5;
  border-bottom: 1px solid #e6eae6; }

.tachiai-list {
  border: 2px solid #e6eae6;
  border-width: 2px 2px 0; }
  .tachiai-list li {
    border-bottom: 2px solid #e6eae6;
    display: table;
    width: 100%;
    padding: 5px 10px 5px 20px; }
    .tachiai-list li .name {
      display: table-cell;
      width: 80%; }
    .tachiai-list li .btn-block {
      display: table-cell;
      width: 20%;
      text-align: right; }

.cal-notice {
  display: table;
  width: 100%; }

.cal-note {
  display: table-cell;
  width: 50%;
  vertical-align: middle; }
  .cal-note li span {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 3px;
    border: 1px solid #ccc; }
    .cal-note li span.note-st-1 {
      background: #dbedff; }
    .cal-note li span.note-st-2 {
      background: #fffacd; }
    .cal-note li span.note-st-3 {
      background: #ffeaea; }

.cal-kijun {
  display: table-cell;
  width: 50%;
  padding: 5px 10px 0;
  border: 2px solid #e6eae6; }

.cal-radio {
  text-align: center; }
  .cal-radio li {
    display: inline-block;
    padding-right: 20px;
    font-size: 16px; }
    .cal-radio li input[type="radio"] {
      display: none; }
      .cal-radio li input[type="radio"]:checked + label:before {
        content: "\ea54";
        color: #0066c5; }
    .cal-radio li label {
      cursor: pointer;
      font-weight: bold; }
      .cal-radio li label:before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
        content: "\ea56";
        font-size: 20px;
        color: #43676b;
        margin-right: 5px;
        position: relative;
        top: -2px; }
      .cal-radio li label.disabled {
        cursor: default;
        color: #999; }
        .cal-radio li label.disabled:before {
          opacity: .5; }
      .cal-radio li label.checked:before {
        content: "\ea54";
        color: #0066c5; }

.cal-ttl {
  display: table;
  width: 100%;
  margin-bottom: 10px; }
  .cal-ttl:after {
    content: " ";
    display: block;
    clear: both; }

.cal-control {
  margin-top: 10px;
  text-align: center; }
  .cal-control li {
    display: inline-block; }
    .cal-control li.current {
      font-size: 16px;
      font-weight: bold;
      padding: 3px 10px; }
    .cal-control li a {
      text-decoration: none;
      color: #43676b;
      font-size: 14px; }
      .cal-control li a:hover {
        opacity: .6; }
    .cal-control li.prev {
      margin-right: 100px; }
      .cal-control li.prev span:before {
        margin-right: 5px;
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
        content: "\ea44";
        color: #43676b;
        font-size: 18px;
        line-height: 14px;
        position: relative;
        top: -1px; }
    .cal-control li.next {
      margin-left: 100px; }
      .cal-control li.next span:after {
        margin-left: 5px;
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
        content: "\ea42";
        color: #43676b;
        font-size: 18px;
        line-height: 14px;
        position: relative;
        top: -1px; }

.cal-head {
  display: table;
  width: 100%; }
  .ltie8 .cal-head {
    border: 1px solid #ccc;
    border-bottom: 0; }
  .cal-head > li {
    float: left;
    width: 14.285%;
    padding: 5px 0;
    border: 1px solid #ccc;
    background: #f7f6f5;
    border-width: 1px 1px 1px 0;
    text-align: center;
    font-weight: bold;
    color: #43676b; }
    .cal-head > li:first-child {
      border-left-width: 1px; }
    .ltie8 .cal-head > li {
      border-width: 1px; }
  .cal-head:after {
    content: " ";
    display: block;
    clear: both; }

.cal-body {
  display: table;
  width: 100%; }
  .ltie8 .cal-body {
    border: 1px solid #ccc;
    border-top: 0; }
  .cal-body:after {
    content: " ";
    display: block;
    clear: both; }
  .cal-body > li {
    float: left;
    width: 14.285%;
    height: 70px;
    padding: 5px;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
    font-size: 16px;
    font-weight: bold;
    position: relative; }
    .cal-body > li:nth-child(7n+1) {
      border-left-width: 1px; }
    .ltie8 .cal-body > li {
      border-width: 1px; }
    .cal-body > li.available {
      cursor: pointer; }
      .cal-body > li.available:after {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
        content: "\ea53";
        font-size: 30px;
        line-height: 1;
        vertical-align: middle;
        position: absolute;
        top: 20px;
        left: 39%;
        color: #43676b;
        background: #fff;
        border-radius: 6px; }
      .cal-body > li.available:hover:after {
        content: "\ea52"; }
    .cal-body > li.selected:after {
      content: "\ea52";
      color: #0066c5; }
    .cal-body > li.selected:hover:after {
      color: #0066c5; }
    .cal-body > li.out {
      background: none;
      color: #ccc; }
    .cal-body > li.st-1 {
      background: #dbedff; }
    .cal-body > li.st-2 {
      background: #fffacd; }
    .cal-body > li.st-3 {
      background: #ffeaea; }
    .cal-body > li.st-4 {
      background: #eee; }
      .cal-body > li.st-4 .status {
        color: #43676b; }
  .cal-body .day {
    display: block;
    font-weight: bold;
    text-align: center;
    width: 2em;
    color: #43676b; }
  .cal-body .status {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-top: -3px;
    color: #ccc; }
  .cal-body .weekday {
    display: none; }
  .cal-body .cal-select {
    display: none; }
  .cal-body .cal-text {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 3px 20px;
    font-size: 13px;
    font-weight: bold;
    color: #43676b;
    background: #fff;
    border: 2px solid #43676b;
    border-radius: 30px;
    text-align: center; }

.selected-date {
  width: 80%;
  margin: 20px auto 0;
  border-radius: 10px;
  border: 3px solid #43676b;
  padding: 10px;
  text-align: center; }
  .selected-date em {
    display: block;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #0066c5; }

.i-req {
  color: #b7282e;
  font-weight: bold;
  vertical-align: 2px;
  margin-left: 2px;
  margin-right: 2px; }

.i-new-win:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "\ea7e";
  font-size: 15px;
  text-decoration: none;
  vertical-align: baseline;}

.i-pdf {
  margin-right: 3px; }
  .i-pdf:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: "\eada";
    color: #b7282e; }

.flat-top {
  margin-top: 0; }

.push-top-ng05 {
  margin-top: -0.5em; }

.push-top-ng10 {
  margin-top: -1em; }

div.top_menu_text{
    position: absolute;
	left: 60px;
	top: 0px;
    width: 100%;
    height: 50px;
    padding-top: 20px;
    padding-right: 20px;
}

div.top_menu_text span{
    color: #fff;
    font-size: 20px;
    text-align: left;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.logo_img{
    width: 160px;
    height: 400px;
    float: left;
}

.logo_img_sp{
    display:none;
}

.logo_img img{
    width: 150px;
    height: 400px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.menu_box_signup{
    padding: 10px;
    width: 160px;
    height: 320px;
    float: left;
    margin-top: 100px;
    margin-left: 0px;
    margin-right: 0px;
    background: #8db80c;
}

.menu_box_signup:hover{
    background: #6a9f0c;
}

.menu_box_signup:active{
    padding-top:6px;
    padding-bottom:4px;
    border:1px solid #6a9f0c;
    background-color:#6a9f0c;
    -webkit-box-shadow:inset 0px 0px 8px #6a9f0c;
    -moz-box-shadow:inset 0px 0px 2px #6a9f0c;
    box-shadow:inset 0px 0px 2px #6a9f0c;
}

.menu_box_login{
    padding: 10px;
    width: 160px;
    height: 320px;
    float: left;
    margin-top: 100px;
    margin-left: 0px;
    margin-right: 0px;
    background: #fdc629;
}

.menu_box_login:hover{
    background: #fdac29;
}

.menu_box_login:active{
    padding-top:6px;
    padding-bottom:4px;
    border:1px solid #fdac29;
    background-color:#fdac29;
    -webkit-box-shadow:inset 0px 0px 8px #fdac29;
    -moz-box-shadow:inset 0px 0px 2px #fdac29;
    box-shadow:inset 0px 0px 2px #fdac29;
}

.menu_box_cancel{
    padding: 10px;
    width: 160px;
    height: 320px;
    float: left;
    margin-top: 100px;
    margin-left: 0px;
    margin-right: 0px;
    background: #6bb7f1;
}

.menu_box_cancel:hover{
    background: #6ba0d9;
}

.menu_box_cancel:active{
    padding-top:6px;
    padding-bottom:4px;
    border:1px solid #6ba0d9;
    background-color:#6ba0d9;
    -webkit-box-shadow:inset 0px 0px 8px #6ba0d9;
    -moz-box-shadow:inset 0px 0px 2px #6ba0d9;
    box-shadow:inset 0px 0px 2px #6ba0d9;
}

.menu_box_konzatsu{
    padding: 10px;
    width: 160px;
    height: 320px;
    float: left;
    margin-top: 100px;
    margin-left: 0px;
    margin-right: 0px;
    background: #b5b5b5;
}

.menu_box_konzatsu:hover{
    background: #8a8a8a;
}

.menu_box_konzatsu:active{
    padding-top:6px;
    padding-bottom:4px;
    border:1px solid #8a8a8a;
    background-color:#8a8a8a;
    -webkit-box-shadow:inset 0px 0px 8px #8a8a8a;
    -moz-box-shadow:inset 0px 0px 2px #8a8a8a;
    box-shadow:inset 0px 0px 2px #8a8a8a;
}

.menu_box_support{
    padding: 10px;
    width: 160px;
    height: 320px;
    float: left;
    margin-top: 100px;
    margin-left: 0px;
    margin-right: 0px;
    background: #eb3157;
}

.menu_box_support:hover{
    background: #c92628;
}

.menu_box_support:active{
    padding-top:6px;
    padding-bottom:4px;
    border:1px solid #c92628;
    background-color:#c92628;
    -webkit-box-shadow:inset 0px 0px 8px #c92628;
    -moz-box-shadow:inset 0px 0px 2px #c92628;
    box-shadow:inset 0px 0px 2px #c92628;
}

.menu_box_signup div.menu_box_title{
    padding: 10px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    text-decoration:none;
    font-weight: bold;
}

.menu_box_login div.menu_box_title{
    padding: 10px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    text-decoration:none;
    font-weight: bold;
}

.menu_box_cancel div.menu_box_title{
    padding: 10px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    text-decoration:none;
    font-weight: bold;
}

.menu_box_konzatsu div.menu_box_title{
    padding: 10px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    text-decoration:none;
    font-weight: bold;
}

.menu_box_support div.menu_box_title{
    padding: 10px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #fff;
    text-decoration:none;
    font-weight: bold;
}

div.menu_box_login a menu_box_title a{
    text-decoration:none;
}

.menu_box_img{
    width: 30%;
    min-width: 30%;
    margin: 40px auto;
    text-align: center;
}

.menu_box_login .menu_box_img{
    width: 60%;
    min-width: 60%;
    margin: 18px auto;
    text-align: center;
}

.menu_box_konzatsu .menu_box_img{
    width: 50%;
    min-width: 50%;
    margin: 20px auto;
    text-align: center;
    padding-bottom: 10px;
}

.menu_box_img img{
    width: 100%;
    min-width: 100%;
}

.menu_box div.menu_box_content{
    padding: 10px;
    border: 2px solid #e6eae6;
    border-radius: 5px;
    width: 94%;
    min-width: 94%;
    height: 100px;
    float: left;
    margin-top: 10px;
    margin-left: 3%;
    margin-right: 3%;
    text-align: center;
    font-size: 80%;
    word-break: break-all;
}

div.menu_box_content span{
    font-size: 12px;
}

div.menu_box_content a{
    font-size: 12px;
}

.col-navi{
    padding: 10px 20px;
    float: left;
    width: 46%;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.col-navi .col-body-inner{
    background: #fff;
    padding: 20px;
}

.col-navi .col-body-innerExt{
  padding: 10px;
  overflow: auto;
  height: 12em;
}

.col-navi-wide{
    padding: 10px 20px;
    width: 96%;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.col-navi-wide .col-body-inner{
    background: #fff;
    padding: 20px;
}

.hdg-icon span{
    width: 60px;
    background: #2f427d;
    padding: 6px 16px;
    color: #fff;
}

.top_detail_text{
    color: #2f427d;
}

.logo_img{
    margin-top: 10px;
}

.top_menu{
    height:350px;
    width: 100%;
    background: #2f427d;
    position: relative;
}

.qa-list dl {
    position: relative;
    margin: 30px 0 0;
    cursor: pointer;
    border: 1px solid #DDD;
    background: #fff;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #fff;
    width :96%;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

input.inquiry{
    margin-right:10px;
}

/* ラベルのスタイル　*/
.inquiry-check label {
  padding-left:   0px;     /* ラベルの位置 */
  font-size:    14px;
  line-height:    14px;
  display:    inline-block;
  cursor:     pointer;
  position:   relative;
  font-weight: bolder;
}

.inquiry-check input[type=checkbox] {
  margin-bottom: 2px;
}

.inquiry-check td {
  width: 100%;
}

p.example{
    margin-left:50px;
}

textarea.support{
    height: 200px;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    resize: none;
}

td.list::before{
    content: "・"
}

.qa-table {
  margin: 1em 0;
  border: 2px solid #e6eae6;
  padding: 10px;
  border-radius: 5px; }

.underline{
  text-decoration: underline
}

/* オンライン検査予約＞混雑状況 */
.info-text {
  margin: 0 0 15px;
  color: red;
  font-size: 1.4em;
  padding: 10px 0;
  padding-left: 50px;
}
.info-text li{
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  input[type="email"],
  input[type="text"],
  input[type="password"] {
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 5px;
    font-size: 1rem;
    -webkit-appearance: none; }

  .wrapper {
    width: auto;
    margin: auto auto;}

  select {
    font-size: 1rem;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow_down.png) 98% center no-repeat #fff;
    background-size: 20px 20px; }

  .header {
    height: auto;
    border-bottom: 0px; }
    .header h1 {
      padding: 0.5em 10px; }
    .header .inner {
      padding: 0; }
    .header .header-nav {
      position: static; }
      .header .header-nav ul {
        display: table;
        width: 100%; }
      .header .header-nav li {
        display: table-cell;
        float: none;
        width: 25%; }
        .header .header-nav li a {
          display: inline-block;
          vertical-align:top;
          width: 100%;
          min-width: 0; }
          .header h1 a{
          margin-left:0px;}

  .main{
    width: 94%;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  main.main .inner {
    padding-top: 20px;
  }

  .col-wrapper .col-l {
    display: block;
    width: 100%;
    padding-right: 0; }
  .col-wrapper .col-r {
    display: block;
    width: 100%; }
  .col-wrapper section {
    margin-bottom: 20px; }

  .member-menu {
    margin: 20px 0; }

  .hdg-lv1 {
    margin: 0 -10px 15px;
    padding: 10px; }

  .hdg-lv2 {
    margin: 20px 0 10px;
    font-size: 1.1em;
    font-weight: bold; }

  .hdg-lv3 {
    font-size: 1rem; }
    .hdg-lv3 small {
      display: block;
      font-weight: normal; }

  .hdg-cal {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0; }

  .box-tel .tel-number span {
    display: none; }
  .box-tel .tel-number a {
    display: block;
    font-size: 1.2rem; }

  .box-user-info table {
    width: 100%;
    margin: .5em 0;
    border-top: 1px solid #e6eae6; }
    .box-user-info table caption {
      padding: 5px;
      font-weight: bold;
      text-align: left;
      font-size: 14px; }
      .box-user-info table caption .notice-1 {
        display: block;
        font-size: 12px; }
    .box-user-info table th {
      display: block;
      width: 100%;
      margin: 0;
      padding: 3px 5px;
      font-weight: normal;
      font-size: 13px;
      border-width: 0 1px; }
    .box-user-info table td {
      display: block;
      width: 100%;
      padding: 3px 5px;
      border-top: 0;
      font-size: 13px; }

  .box-form-1 {
    width: 100%; }

  .box-form-2 {
    margin: 0; }

  .box-form-no {
    display: block;
    text-align: right; }

  .box-comp-1 {
    padding: 20px;
    text-align: left; }

  .box-tachiai {
    margin: 0; }

  th,
  td {
    font-size: 14px; }

  th {
    border-left: 4px solid #e6eae6;
    margin: 1em 5px 0;
    font-weight: bold; }

  colgroup {
    display: none; }

  .table-1 th {
    display: block; }
  .table-1 td {
    display: block;
    margin: 0 10px; }

  .table-2 {
    width: 100%;
    margin: 1em 0; }
    .table-2 th {
      display: block;
      padding: 5px 0 0;
      border: 0; }
    .table-2 td {
      display: block; }

  .table-3 th {
    display: block;
    padding: 5px;
    text-align: left; }
  .table-3 td {
    display: block;
    padding: 5px 10px; }

  .box-table-1 {
    border-width: 2px 0;
    padding: 0;
    border-radius: 0;
    margin: 1em -10px; }

  .box-table-2 {
    margin-top: 20px;
    text-align: left; }

  .box-table-3 {
    margin: 1em -10px;
    padding-bottom: 1em;
    border-width: 0 0 2px;
    border-radius: 0; }

  .list-btn-1 {
    display: block; }
    .list-btn-1 li {
      display: block;
      text-align: center; }
      .list-btn-1 li.primary {
        float: none;
        margin-bottom: 1.5em; }
      .list-btn-1 li.secondary {
        float: none;
        margin-right: 0; }

  .list-btn-2 {
    margin: 0; }
    .list-btn-2 > li {
      margin-bottom: 1em; }
    .list-btn-2 .btn {
      margin-right: 0;
      margin-bottom: 10px; }

  .list-notice-1 {
    margin: 1em -10px 0; }

  .btn {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 1rem; }
    .btn.btn-edit, .btn.btn-delete {
      display: inline-block;
      width: 40%;
      height: auto; }

  a.btn {
    width: auto; }

  .form-name {
    width: 100%; }
  .form-company {
    width: 100%; }
  .form-zip {
    width: 50%; }
  .form-address-1 {
    width: 100%; }
  .form-address-2 {
    width: 100%; }
  .form-phone {
    width: 100%; }
  .form-mail {
    width: 100%; }
  .form-userid {
    width: 100%; }
  .form-password {
    width: 100%; }
  .form-shiten {
    width: 100%; }
  .form-nendo {
    width: 23%;
    background-position: 90% center; }
  .form-shitencd {
    width: 23%;
    background-position: 90% center; }
  .form-notype {
    width: 23%;
    background-position: 90% center; }
  .form-no {
    width: 50%;
    margin-right: 5px; }
  .form-otherno {
    width: 100%; }
  .form-menseki {
    width: 50%; }
  .form-kai {
    width: 30%;
    background-position: 95% center; }
  .form-note {
    width: 100%; }
  .form-rento {
    width: 50%;
    background-position: 95% center; }
  .form-tachiai {
    width: 100%; }
  .form-tachiai-mail {
    width: 100%; }
  .form-tachiai-phone {
    width: 100%; }

  .form-text {
    margin-right: 3px; }

  .kensa-type dt {
    display: block;
    width: 100%; }
  .kensa-type dd {
    display: block;
    width: 100%; }
  .kensa-type dd select {
    width: 65%; }

  .number-select dt {
    display: block;
    width: 100%; }
  .number-select dd {
    display: block;
    width: 100%; }

  .cal-notice {
    display: table;
    width: 100%; }

  .cal-note {
    display: block;
    width: 100%;
    margin-bottom: 1em; }

  .cal-kijun {
    display: block;
    width: 100%; }

  .cal-ttl {
    display: table;
    width: 100%;
    margin-bottom: 10px; }
    .cal-ttl:after {
      content: " ";
      display: block;
      clear: both; }

  .cal-control li.prev {
    margin-right: 0; }
  .cal-control li.next {
    margin-left: 0; }

  .cal-head {
    display: none; }

  .cal-body {
    display: table;
    width: 100%;
    border-top: 1px solid #ccc; }
    .cal-body > li {
      float: none;
      display: table;
      width: 100%;
      height: auto;
      padding: 2px 5px;
      border-width: 0 0 1px; }
      .cal-body > li:nth-child(7n+1) {
        border-left-width: 0; }
      .cal-body > li.available {
        cursor: pointer;
        padding: 10px 5px; }
        .cal-body > li.available:after {
          font-size: 35px;
          top: 5px;
          left: 110px; }
      .cal-body > li.out {
        display: none; }
      .cal-body > li.st-4 .status {
        font-weight: bold;
        color: inherit; }
    .cal-body .weekday {
      display: table-cell;
      width: 40px;
      font-weight: bold;
      color: #43676b; }
    .cal-body .day {
      display: table-cell;
      font-weight: bold;
      width: 40px; }
    .cal-body .status {
      display: table-cell;
      margin-top: 0; }
    .cal-body .cal-select {
      display: table-cell;
      font-weight: bold;
      color: #43676b;
      text-align: center; }
    .cal-body .selected .cal-select {
      color: #0066c5; }
    .cal-body .cal-text {
      display: table-cell;
      width: auto; }

  .selected-date {
    width: 80%;
    margin: 20px auto 0;
    border-radius: 10px;
    border: 3px solid #43676b;
    padding: 10px;
    text-align: center; }
    .selected-date em {
      display: block;
      font-weight: bold;
      font-size: 18px;
      text-align: center;
      color: #0066c5; }

  .rento dt {
    display: block;
    width: 100%; }
  .rento dd {
    display: block;
    width: 100%; }
  .rento .rento-no {
    display: block;
    font-weight: bold;
    width: auto;
    margin: 10px -10px 10px;
    border-bottom: 0; }

  .label-tachiai {
    display: block;
    width: 100%; }

  .tachiai-list li .name {
    display: block;
    width: 100%;
    margin-bottom: 5px; }
  .tachiai-list li .btn-block {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0; }

  label {
    font-size: 1rem; } 

  .col-navi{
    padding: 10px 0px;
    float: left;
    width: 95%;
    border-style: none;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    background: #fff;
  }

  .col-navi-wide{
    padding: 10px 0px;
    width: 95%;
  }

  .header .header-nav li a {
    border-radius: 0px 0px 0px 0px;
  }

  .hdg-icon{
    font-size: 25px;
  }

  .col-navi{
    background:transparent;
  }

  .p-2{
    font-size: 100%;
  }

  .col-body-inner{
    font-size: 100%;
  }

  .top_detail_text{
    font-size: 100%;
  }

  .top-btnbox {
    padding: 10px 0px;
    width:95%; 
    margin-left:10px; 
  }

/* ロゴ */
  .logo{
    text-align: center;
  }

  .logo_img{
    display:none;
  }

  .logo_img_sp{
    display: inline;
    width: 100%;
    height: 100px;
    float:left;
  }

  .logo_img_sp img{
    width: 100%;
    height: 100px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
/* end */

/* TOP画面テキスト「検査のご予約、日程変更、サポートまで、全てオンラインで受け付けます」 */
  div.top_menu_text{
    position: static;
    height: 160px;
    width: 100%;
    padding-left:10px;
    padding-right: 10px;
  }

  div.top_menu_text span{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
/* end */


/* メニューボタン関連 */
/* 　会員登録 */
  .menu_box_signup{
    width: 100%;
    height: 155px;
    margin-top: 0px;
  }

  .menu_box_signup div.menu_box_title{
    width: 60%;
    font-size: 20px;
    float:left;
  }

/* 　ログイン */
  .menu_box_login{
    width: 100%;
    height: 155px;
    margin-top: 0px;
  }

  .menu_box_login div.menu_box_title{
    width: 52%;
    font-size: 20px;
    float:left;
  }

/* 　日程変更 */
  .menu_box_cancel{
    width: 100%;
    height: 155px;
    margin-top: 0px;
  }

  .menu_box_cancel div.menu_box_title{
    width: 60%;
    font-size: 20px;
    float:left;
  }

/* 　混雑状況 */
  .menu_box_konzatsu{
    width: 100%;
    height: 155px;
    margin-top: 0px;
  }

  .menu_box_konzatsu div.menu_box_title{
    width: 55%;
    font-size: 20px;
    float:left;
  }

/* 　サポートフォーム */
  .menu_box_support{
    width: 100%;
    height: 155px;
    margin-top: 0px;
  }

  .menu_box_support div.menu_box_title{
    width: 60%;
    font-size: 20px;
    float:left;
  }

/* 　メニュー内のアイコン画像（共通） */
  .menu_box_img{
    width: 30%;
    min-width: 30%;
    height: 45%;
    max-height: 80px;
    margin: 10px 0px;
    text-align: center;
    float:left;
  }

  .menu_box_img img{
    width: 40%;
    min-width: 40px;
    max-width: 60px;
    margin: 0px auto;
  }

/* 　　メニュー内のアイコン画像（日程変更） */
  .menu_box_cancel .menu_box_img{
    width: 30%;
    min-width: 30%;
    height: 45%;
    max-height: 80px;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
    float:left;
  }

/* 　　メニュー内のアイコン画像（ログイン） */
  .menu_box_login .menu_box_img{
    width: 45%;
    min-width: 45%;
    height: 55%;
    max-height: 80px;
    margin: 0px auto;
    text-align: center;
  }

  .menu_box_login img{
    width: 50%;
    min-width: 80px;
    max-width: 60px;
    text-align: center;
    margin: 0px auto;
  }

/* 　　メニュー内のアイコン画像（混雑状況） */
  .menu_box_konzatsu .menu_box_img{
    width: 40%;
    min-width: 40%;
    height: 45%;
    max-height: 80px;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 10px;
  }

  .menu_box_konzatsu img{
    width: 40%;
    min-width: 70px;
    max-width: 60px;
    text-align: center;
    margin: 0px auto;
  }

/* 　メニュー内の説明文（共通） */
  div.menu_box_content{
    clear: both;
  }

  div.menu_box_content span{
    font-size: 100%;
  }

  div.menu_box_content a{
    font-size: 100%;
  }
/* メニューボタン関連end */

/* 　Q＆A画面関連 */
  .qa-list dl {
    margin: 10px 0 0;
    background: #fff;
  }
  .qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 14px;
    width: 92%;
  }
  .qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
  .qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
  }
  .qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child{
    margin-top: 0;
  }

  .qa-category{
    font-size: 130%;
  }

  .qa-table {
    border-width: 2px 0;
    padding: 0;
    border-radius: 0;
    margin: 1em 0px; }
/* end */

}
  .hidden{ 
    display: none;
  }
/*# sourceMappingURL=style.css.map */
