@charset "UTF-8";

/* ==================================================
  PC用
================================================== */
@media screen and (min-width:768px){
  .default {
    background: #f3f3f3;
    display: flex;
    justify-content: center;
  }
  .default .container .link {
    color: #019FC7;
    text-decoration: underline;
  }
  .default .container {
    width: 100%;
    max-width: 1000px;
    padding: 0 15px;
  }
  .default section,
  .default .exception {
    margin-bottom: 5.625rem;
    color: #3c3c3c;
  }
  .default h2 {
    margin: 90px 0 50px 0;
    font-size: 2rem;
    color: #01627a;
    text-align: center;
  }
  .default h2 span {
    font-size: 1.25rem;
  }
  .default h3 {
    font-size: 1.625rem;
    color: #3c3c3c;
    margin-bottom: 5px;
  }
  .default .text,
  .default ul.check li {
    font-size: 1rem;
    color: #3c3c3c;
    margin-top: 5px;
  }
  .default ul.check {
    margin-top: 30px;
  }
  .default ul.disc {
    list-style: disc;
    margin-left: 20px;
    font-size: 1rem;
  }
  .default ul.kana {
    margin-left: 40px;
    font-size: 1rem;
  }
  .default ul.check li span {
    margin: 0 7px;
    color: #019fc7;
  }
  .default ul.num li {
    margin-left: 20px;
    font-size: 1rem;
  }
  .default h4 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #3c3c3c;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .default .company {
    text-align: right;
    margin-top: 30px;
  }
  .privacy table {
    width: 100%;
  }
  .privacy table th {
    background: #019fc7;
    color: #fff;
    width: 246px;
    text-align: left;
    padding-left: 15px;
    vertical-align: middle;
  }
  .privacy table td {
    background: #fff;
    text-align: left;
    padding: 10px 15px;
    border-bottom: solid 1px #ddd;
  }
  .privacy table .last td {
    border-bottom: none;
  }
  .privacy table th:not(:last-child) {
    border-bottom: solid 1px #fff;
  }


  .inquiry .container {
    max-width: 920px;
  }

  .inquiry .inquiry-desc {
    margin: 0 auto;
    width: 80%
  }
  .inquiry .inquiry-desc p {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .inquiry .inquiry-desc ul {
  }
  .inquiry .inquiry-desc li {
    margin-bottom: 5px;
    padding-left: 1em;
    font-size: 16px;
    text-indent: -1em;
  }
  .inquiry .inquiry-desc li::before {
    content: '※';
  }
  .inquiry .inquiry-desc li a {
    color: #333;
    text-decoration: underline;
  }

  .inquiry .btn-area {
    display: flex;
    justify-content: center;
  }
  .inquiry .inquiry-area {
    padding: 1.875rem;
    max-width: 920px;
    background: #fff;
    margin: 1.875rem 0 4rem;
    width: 100%;
  }
  .inquiry .inquiry-area .gray-btn {
    margin-right: 15px;
  }
  .inquiry .inquiry-area table {
    width: 100%;
  }
  .inquiry .inquiry-area table .padding {
    padding-left: 56px;
  }
  .inquiry .inquiry-area table tr:not(:last-child) {
    border-bottom: dotted 1px #eee;
  }
  .inquiry .inquiry-area .required {
    color: #fff;
    background: #ff1c1c;
    border-radius: 5px;
    font-size: 14px;
    padding: 4px 10px;
    margin-left: 8px;
  }
  .inquiry .inquiry-area table th {
    width: 210px;
    vertical-align: middle;
    text-align: right;
    color: #01627a;
    font-size: 16px;
    margin-right: 40px;
  }
  .inquiry .inquiry-area table .content {
    vertical-align: top;
    padding-top: 25px;
  }
  .inquiry .inquiry-area table td {
    padding-top: 20px;
    padding-left: 20px;
    height: 70px;
  }
  .inquiry .inquiry-area table td:not(.last) {
    padding-bottom: 20px;
  }
  .inquiry .inquiry-area label {
    cursor: pointer;
    display: inline-block;
  }
  .inquiry .inquiry-area input {
    border: solid 1px #bbb;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 15px;
  }
  .inquiry .inquiry-area input[type="radio"] {
    vertical-align: unset !important;
  }
  .inquiry .inquiry-area .link_vcube {
      font-size: 70%;
  }
  .inquiry .inquiry-area .link_vcube a {
      text-decoration: underline;
      color: #ed8626;
  }
  .inquiry .inquiry-area .link_vcube.mod_biz {
	  display: block;
	  text-align: left;
	  color: #666;
  }
  .inquiry .inquiry-area .first input[type="text"] {
    width: 100% !important;
  }
  .inquiry .inquiry-area .first .inner {
    width: 50%;
  }
  .inquiry .inquiry-area .first .inner-left {
    width: 48%;
    float: left;
    display: inline-block;
  }
  .inquiry .inquiry-area .first .inner-right {
    width: 48%;
    float: right;
    display: inline-block;
  }
  .inquiry .inquiry-area .sei {
    margin-right: 2%;
  }
  .inquiry .inquiry-area input[type="text"] {
    width: 40%;
  }
  .inquiry .inquiry-area input[type="tel"] {
    width: 40%;
  }
  .inquiry .inquiry-area input[type="email"] {
    width: 50%;
  }
  .inquiry .inquiry-area textarea {
    resize: vertical;
    width:100%;
    height:200px;
    max-height: 1000px;
    border: solid 1px #bbb;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 15px;
  }
  .inquiry .inquiry-area input::placeholder {
    color: #ddd;
  }
  .inquiry .inquiry-area input:-ms-input-placeholder {
    color: #ddd;
  }
  .inquiry .inquiry-area input::-ms-input-placeholder {
    color: #ddd;
  }

    .inquiry .inquiry-area.mod_footer {
        margin-top: -1.875rem;
    }
    .inquiry .inquiry-area .contact-heading {
        margin-bottom: 10px;
        text-align: center;
        font-size: 20px;
    }
    .inquiry .inquiry-area .contact_sub {
        text-align: center;
    }
    .inquiry .inquiry-area .contact_sub li {
        display: inline-block;
        margin: 0 20px;
        font-size: 26px;
        color: #333;
        vertical-align: top;
    }
    .inquiry .inquiry-area .contact_sub li .btn_link {
        display: block;
        width: 302px;
        height: 62px;
        font-size: 20px;
        border-radius: 5px;
        box-shadow: 1px 1px 6px #bcbcbc;
        line-height: 62px;
        color: #fff;
        background: #0081C0;
        text-align: center;
    }
    .inquiry .inquiry-area .contact_sub li .text {
        display: block;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        color: #333;
    }
    .inquiry .inquiry-area  .contact_sub img {
        margin-right: 0.2em;
        vertical-align: -5px;
    }

  .inquiry .agree-area {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .inquiry .agree-area input[type="checkbox"] {
    width: 18px;
    height: 18px;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .inquiry .btn-area {
    margin-top: 30px;
    text-align: center;
  }
  .inquiry .btn-area input[type="submit"]  {
    font-size: 20px;
    width: 280px;
  }
  .inquiry ul.your-subject li {
    line-height: 2;
  }
  .complete .container {
    text-align: center;
  }
  .complete .container img {
    margin: 80px 0 0 0;
  }
  .complete .catchphrase {
    padding: 30px 0;
  }
  .complete .return {
    margin: 50px 0;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #019FC7;
    text-decoration: underline !important;
  }
  .sitemap .top-only {
    margin-bottom: 30px;
  }
  .sitemap .sitemap-area .child {
    padding-left: 30px;
    font-size: 0.875rem;
  }
  .sitemap .sitemap-area {
    display: flex;
    margin-top: 15px;
  }
  .sitemap .sitemap-area .ul-list {
    width: 33%;
  }
  .sitemap .sitemap-area .ul-list li {
    position: relative;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #e6e6e6;
    margin: 0 15px;
    color: #0B0B0B;
  }
  .sitemap .container {
    width: 100%;
    margin-bottom: 100px;
  }
  .detail iframe {
    width: 100%;
    height: 360px;
  }

  /* =========================
    会社概要
  ========================= */
  #company .container {
    margin-left: auto;
    margin-right: auto;
  }
  #company table {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    border-collapse: collapse;
    border-spacing: 0px;
    border-top: none;
    border-left: none;
  }
  #company table.none {
    margin-bottom: 0;
  }
  #company table th,
  #company table td {
    padding: 20px 20px;
    border-collapse: collapse;
    border-right: none;
    border-bottom: 1px solid #ddd;
    color: #3C3C3C;
    font-size: 1rem;
    text-align: left;
    vertical-align: top;
    word-break: break-all;
  }
  #company table tr:last-of-type th,
  #company table tr:last-of-type td {
    border-bottom: none;
  }
  #company table td .tel-link {
    color: #3C3C3C;
    cursor: default;
  }
  #company table th {
    width: 134px;
    background: #019FC7;
    color: #FFF;
    font-weight: normal;
    vertical-align: middle;
  }

  /* =========================
    テレキューブサービス会員利用規約
  ========================= */
  #terms-telecube .container .leading {
    margin-bottom: 30px;
    font-size: 1rem;
    color: #000;
    text-align: left;
  }
  #terms-telecube .container h2 br {
    display: none;
  }
  #terms-telecube .container h3 {
    font-size: 1.625rem;
    color: #000;
    text-align: left;
  }
  #terms-telecube .container ol {
    margin-bottom: 30px;
    padding-left: 40px;
    color: #000;
  }
  #terms-telecube .container ol.none {
    margin-bottom: 0;
  }
  #terms-telecube .container ol li {
    display: list-item;
    list-style-type: decimal;
    padding-left: 0;
    text-indent: 0;
  }
  #terms-telecube .container .txt {
    margin-bottom: 30px;
    padding-left: 20px;
    color: #000;
  }
  #terms-telecube .container .txt.none {
    margin-bottom: 0;
  }
  #terms-telecube .container ul {
    margin-bottom: 30px;
    padding-left: 0;
    color: #000;
  }
  #terms-telecube .container ul.none {
    margin-bottom: 0;
  }
  #terms-telecube .container ul li {
    list-style-type: none;
    display: block;
    padding-left: 1.25em;
    text-indent: -1.25em;
  }
  #terms-telecube .container .txt-right {
    text-align: right;
    padding-bottom: 50px;
  }

}





/* ==================================================
  SP用
================================================== */
@media screen and (max-width:767px){
  .default {
    background: #f3f3f3;
    display: flex;
    justify-content: center;
  }
  .default .container .link {
    color: #019FC7;
    text-decoration: underline;
  }
  .default section,
  .default .exception {
    margin-bottom: 5.625rem;
    color: #3c3c3c;
  }
  .default h2 {
    margin: 20% 0 3% 0;
    font-size: 1.625rem;
    color: #01627a;
    text-align: center;
  }
  .default h2 span {
    font-size: 1rem;
    display: block;
    width: 100%;
  }
  .default h3 {
    font-size: 1.25rem;
    color: #3c3c3c;
    margin-bottom: 5px;
  }
  .default .text,
  .default ul.check li {
    font-size: 1rem;
    color: #3c3c3c;
    margin: 0 15px;
  }
  .default ul.check {
    margin-top: 30px;
  }
  .default ul.disc {
    list-style: disc;
    margin-left: 20px;
    font-size: 1rem;
  }
  .default ul.kana {
    margin-left: 40px;
    font-size: 1rem;
  }
  .default ul.check li span {
    margin: 0 7px;
    color: #019fc7;
  }
  .default ul.num li {
    margin-left: 20px;
    font-size: 1rem;
  }
  .default h4 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #3c3c3c;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .default .company {
    text-align: right;
    margin-top: 30px;
  }
  .privacy table {
    width: 100%;
  }
  .privacy table th {
    background: #019fc7;
    color: #fff;
    text-align: left;
    padding: 10px 15px;
    display: block;
    width: 100%;
  }
  .privacy table td {
    background: #fff;
    text-align: left;
    padding: 10px 15px;
    border-bottom: solid 1px #ddd;
    display: block;
    width: 100%;
  }
  .privacy table .last td {
    border-bottom: none;
  }
  .privacy table th:not(:last-child) {
    border-bottom: solid 1px #fff;
  }
  .privacy .container, .terms .container, .terms-telecube .container, .search .container {
    padding: 0 15px;
  }
  .inquiry .container {
    max-width: 920px;
  }

  .inquiry .inquiry-desc {
    margin: 0 auto;
    width: 80%
  }
  .inquiry .inquiry-desc p {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .inquiry .inquiry-desc ul {
  }
  .inquiry .inquiry-desc li {
    margin-bottom: 5px;
    padding-left: 1em;
    font-size: 16px;
    text-indent: -1em;
  }
  .inquiry .inquiry-desc li::before {
    content: '※';
  }
  .inquiry .inquiry-desc li a {
    color: #333;
    text-decoration: underline;
  }

  .inquiry .inquiry-area {
    padding: 2rem;
    max-width: 920px;
    background: #fff;
    margin: 1.875rem 0 4rem;
    width: 100%;
  }
  .inquiry .inquiry-area .gray-btn {
    margin-right: 15px;
  }
  .inquiry .inquiry-area .inquiry-btn {
    margin-bottom: 15px;
  }
  .inquiry .inquiry-area table {
    width: 100%;
  }
  .inquiry .inquiry-area table .padding {
    padding-left: 56px;
  }
  .inquiry .inquiry-area table tr:not(:last-child) {
    border-bottom: dotted 1px #eee;
  }
  .inquiry .inquiry-area .required {
    color: #fff;
    display: inline-block;
    background: #ff1c1c;
    border-radius: 5px;
    font-size: 14px;
    padding: 4px 10px;
    margin-left: 8px;
  }
  .inquiry .inquiry-area table th {
    width: 100%;
    display: block;
    vertical-align: top;
    text-align: right;
    color: #01627a;
    font-size: 16px;
    text-align: left;
    margin-bottom: 7px;
  }
  .inquiry .inquiry-area table th:not(.first) {
    padding-top: 20px;
  }
  .inquiry .inquiry-area table td {
    width: 100%;
    display: block;
  }
  .inquiry .inquiry-area table td:not(.last) {
    padding-bottom: 20px;
  }
  .inquiry .inquiry-area table td.first {
    display: inline-block;
  }
  .inquiry .inquiry-area label {
    cursor: pointer;
    display: inline-block;
  }
  .inquiry .inquiry-area input {
    border: solid 1px #bbb;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 10px;
  }
  .inquiry .inquiry-area input[type="radio"] {
    vertical-align: unset !important;
  }
  .inquiry .inquiry-area .first input[type="text"] {
    width: 100% !important;
  }
  .inquiry .inquiry-area .link_vcube {
      font-size: 80%;
  }
  .inquiry .inquiry-area .link_vcube a {
      text-decoration: underline;
      color: #ed8626;
  }
  .inquiry .inquiry-area .link_vcube.mod_biz {
	  color: #666;
  }
  .inquiry .inquiry-area .first .inner-left {
    width: 48%;
    float: left;
    display: inline-block;
  }
  .inquiry .inquiry-area .first .inner-right {
    width: 48%;
    float: right;
    display: inline-block;
  }
  .inquiry .inquiry-area .mei {
    float: right;
  }
  .inquiry .inquiry-area .sei {
    margin-right: 2%;
  }
  .inquiry .inquiry-area input[type="text"] {
    width: 100%;
  }
  .inquiry .inquiry-area input[type="email"] {
    width: 100%;
  }
  .inquiry .inquiry-area textarea {
    width: 100%;
    height: 200px;
    border: solid 1px #bbb;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 15px;
  }
  .inquiry .inquiry-area input::placeholder {
    color: #ddd;
  }
  .inquiry .inquiry-area input:-ms-input-placeholder {
    color: #ddd;
  }
  .inquiry .inquiry-area input::-ms-input-placeholder {
    color: #ddd;
  }

  .inquiry .inquiry-area.mod_footer {
      margin-top: -1.875rem;
  }
  .inquiry .inquiry-area .contact-heading {
      margin-bottom: 10px;
      text-align: left;
      font-size: 15px;
  }
  .inquiry .inquiry-area .contact_sub {
      text-align: left;
  }
  .inquiry .inquiry-area .contact_sub li {
      display: block;
      margin: 0;
          font-size: 18px;
          font-weight: bold;
          color: #333;
  }
  .inquiry .inquiry-area .contact_sub li:last-of-type {
    margin-top: 10px;
  }
  .inquiry .inquiry-area .contact_sub li .btn_link {
      display: block;
      width: 300px;
      height: 60px;
      font-size: 20px;
      border-radius: 5px;
      box-shadow: 1px 1px 6px #bcbcbc;
      line-height: 60px;
      color: #fff;
      background: #0081C0;
      text-align: center;
  }
  .inquiry .inquiry-area .contact_sub li .text {
      display: block;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      color: #333;
  }
  .inquiry .inquiry-area  .contact_sub img {
      margin-right: 0.2em;
      vertical-align: -7px;
  }

  .inquiry .agree-area {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .inquiry .agree-area input[type="checkbox"] {
    width: 18px;
    height: 18px;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .inquiry .btn-area {
    margin-top: 30px;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
  }
  .inquiry .btn-area input[type="submit"] {
    font-size: 20px;
    width: 100%;
  }
  .inquiry ul.your-subject li {
    line-height: 2;
  }
  .confirm .inquiry-area table td {
    padding-left: 15px;
  }
  .complete .container {
    text-align: center;
  }
  .complete .container img {
    margin: 60px 0 5px 0;
  }
  .complete .catchphrase {
    padding: 15px 0 30px 0;
    line-height: 1.8;
  }
  .complete .return {
    margin: 50px 0;
    display: inline-block;
    font-weight: bold;
    color: #019FC7;
    text-decoration: underline !important;
  }
  .sitemap .container {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 80px;
  }
  .sitemap .top-only {
    margin: 30px 0;
  }
  .sitemap .sitemap-area .child {
    padding-left: 15px;
    font-size: 0.875rem;
  }
  .sitemap .sitemap-area {
    display: flex;
    flex-direction: column;
  }
  .sitemap .sitemap-area .ul-list {
    width: 100%;
  }
  .sitemap .sitemap-area .ul-list li {
    position: relative;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #e6e6e6;
    margin: 0 15px;
    color: #0B0B0B;
  }
  .sitemap .container {
    width: 100%;
  }


  .detail .white-box {
    background: #fff;
    max-width: 1000px;
    padding: 30px;
  }
  .detail .white-box .main {
    width: 100%;
  }
  .detail .white-box .adress {
    margin-bottom: 20px;
    position: relative;
  }
  .detail .white-box .access:first-child {
    position: relative;
  }
  .detail .white-box .adress img,
  .detail .white-box .access img {
    position: absolute;
    top: 0;
    left: -40px;
  }
  .detail .white-box .adress,
  .detail .white-box .access {
    margin-left: 30px;
    line-height: 32px;
  }

  .detail .sub {
    text-align: center;
    font-size: 1.625rem;
    color: #01627a;
  }
  .detail .sub-left {
    color: #01627A;
    text-align: left;
    font-size: 1.25rem;
    border-bottom: solid 1px #019FC7;
    line-height: 2.5;
  }
  .detail .place-area {
    display: flex;
    flex-direction: column;
  }
  .detail .left-block {
    width: 100%;
    padding: 10px 15px;
  }
  .detail .right-block {
    padding: 10px 20px;
    border-top: solid 1px #ddd;
  }
  .detail .right-block .facility {
    font-size: 1rem;
    color: #01627a;
    margin-bottom: 10px;
  }
  .detail .right-block ul li {
    font-size: 1rem;
    background: #01627A;
    display: inline-block;
    padding: 5px 12px;
    color: #fff;
    border-radius: 5px;
    margin: 0 6px 9px 0;
  }
  .detail iframe {
    width: 100%;
    height: 360px;
  }

  /* =========================
    会社概要
  ========================= */
  #company table {
    width: 100%;
    margin-bottom: 4%;
    background: #fff;
    border-collapse: collapse;
    border-spacing: 0px;
    border-top: none;
    border-left: none;
  }
  #company table.none {
    margin-bottom: 0;
  }
  #company table th,
  #company table td {
    padding: 20px 20px;
    border-collapse: collapse;
    border-right: none;
    border-bottom: 1px solid #ddd;
    color: #3C3C3C;
    font-size: 1rem;
    text-align: left;
    vertical-align: top;
    word-break: break-all;
  }
  #company table tr:last-of-type th,
  #company table tr:last-of-type td {
    border-bottom: none;
  }
  #company table td .tel-link {
    color: #3C3C3C;
  }
  #company table th {
    width: 120px;
    padding: 20px 5px;
    background: #019FC7;
    color: #FFF;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
  }

  /* =========================
    テレキューブサービス会員利用規約
  ========================= */
  #terms-telecube .container .leading {
    margin-bottom: 7%;
    font-size: 1rem;
    color: #000;
    text-align: left;
  }
  #terms-telecube .container h2 br {
    display: block;
  }
  #terms-telecube .container h3 {
    margin-bottom: 2%;
    font-size: 1.25rem;
    color: #000;
    text-align: left;
  }
  #terms-telecube .container ol {
    margin-bottom: 7%;
    padding-left: 8%;
    color: #000;
  }
  #terms-telecube .container ol.none {
    margin-bottom: 0;
  }
  #terms-telecube .container ol li {
    display: list-item;
    list-style-type: decimal;
    padding-left: 0;
    text-indent: 0;
  }
  #terms-telecube .container .txt {
    margin-bottom: 7%;
    padding-left: 4%;
    color: #000;
  }
  #terms-telecube .container .txt.none {
    margin-bottom: 0;
  }
  #terms-telecube .container ul {
    margin-bottom: 7%;
    padding-left: 0;
    color: #000;
  }
  #terms-telecube .container ul.none {
    margin-bottom: 0;
  }
  #terms-telecube .container ul li {
    list-style-type: none;
    display: block;
    padding-left: 1.25em;
    text-indent: -1.25em;
  }
  #terms-telecube .container .txt-right {
    text-align: right;
    padding-bottom: 7%;
  }

}

/* =========================
  320px以下のスマホ調整
========================= */
@media screen and (max-width:320px){
.inquiry .inquiry-area .contact_sub li {
  font-size: 16px;
}
}
/* 320px以下のスマホ調整 end */
