@charset "UTF-8";
* {
  background-repeat: no-repeat;
  line-height: 140%;
  margin: 0;
  padding: 0;
  outline: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  overflow: hidden;
  color: #333;
}

a:hover {
  color: #666;
}

img {
  border: none;
  line-height: 0;
  vertical-align: bottom;
  max-width: 100%;
}

img[data-echo] {
  min-width: 50px;
  min-height: 50px;
  background-image: url(../images/common/preloader-30-w.gif);
  background-position: center center;
  border: solid 1px #ddd;
  border-radius: 5px;
}

img[data-echo].loaded {
  background-image: none;
}

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

.space10 {
  height: 10px;
}

.space20 {
  height: 20px;
}

.space30 {
  height: 30px;
}

.space40 {
  height: 40px;
}

.space100 {
  height: 100px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.font10 {
  font-size: 10px;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.bold {
  font-weight: bold;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.red {
  color: #c00;
}

li {
  list-style: none;
}

.alpha {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.alpha:hover {
  opacity: 0.75;
}

.bd-01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(252, 238, 33, 0.6)));
  background: linear-gradient(transparent 60%, rgba(252, 238, 33, 0.6) 0%);
  font-weight: bold;
}

.bd-02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(228, 0, 3, 0.4)));
  background: linear-gradient(transparent 60%, rgba(228, 0, 3, 0.4) 0%);
  font-weight: bold;
}

.bd-03 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(0, 65, 219, 0.5)));
  background: linear-gradient(transparent 60%, rgba(0, 65, 219, 0.5) 0%);
  font-weight: bold;
}

.cursor {
  cursor: pointer;
  cursor: hand;
}

th,
td {
  text-align: left;
}

input[type="text"]:focus {
  outline: 0;
}

button:focus {
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

#back-top {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 9999;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

.clearfix {
  zoom: 1;
}

/** for IE7 **/
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.link a {
  color: #0052a5;
}

.link a:hover {
  color: #ffb700;
}

#window-size {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 200px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  z-index: 9999;
  text-align: center;
  padding: 10px;
  display: none;
}

#ie-notice {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: red;
}

/** ***********************************************

COMMON

*********************************************** **/
.cols-2 {
  font-size: 0;
}

.cols-2 .col {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.cols-3 {
  font-size: 0;
}

.cols-3 .col {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
}

.cols-4 {
  font-size: 0;
}

.cols-4 .col {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
}

.tr {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.td {
  display: table-cell;
  vertical-align: top;
  word-wrap: break-word;
  overflow: hidden;
  word-break: break-all;
}

.th {
  display: table-cell;
  vertical-align: top;
  word-wrap: break-word;
  overflow: hidden;
  word-break: break-all;
  font-weight: bold;
}

.reset {
  font-size: 0;
  letter-spacing: 0.5;
}

.reset li {
  font-size: 14px;
  letter-spacing: normal;
}

.full {
  width: 100%;
  height: auto;
}

.hr-list {
  letter-spacing: -0.5em;
}

.hr-list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.table-style-01 {
  width: 100%;
}

.table-style-01 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}

.table-style-01 th {
  padding: 10px;
  text-align: right;
}

.table-style-01 td {
  padding: 10px;
}

.table-style-02 {
  width: 100%;
  background-color: #ccc;
}

.table-style-02 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}

.table-style-02 th {
  text-align: right;
  padding: 8px 10px;
  vertical-align: top;
  white-space: nowrap;
  background: #eee;
}

.table-style-02 td {
  padding: 8px 10px;
  background-color: #fff;
}

.bt-blue a {
  color: #fff;
  display: block;
  padding: 15px 10px;
  text-align: center;
  background-color: #269fe0;
  border-radius: 5px;
  border-bottom: solid 3px #069;
}

.bt-blue a:hover {
  background-color: #ccc;
  border-bottom: none;
  margin-top: 11px !important;
}

.bt-blue-02 a {
  color: #fff;
  display: block;
  padding: 10px 10px;
  text-align: center;
  background-color: #269fe0;
  border-radius: 4px;
}

.bt-blue-02 a:hover {
  background-color: #ccc;
}

.bt-orange a {
  color: #fff;
  display: block;
  padding: 15px 10px;
  text-align: center;
  background: #f90;
  border-radius: 5px;
  border: solid 1px #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f90), to(#f60));
  background: linear-gradient(to bottom, #f90, #f60);
}

.bt-orange a:hover {
  background: #f60;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 100%;
  background-color: #111;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1680px;
  background-color: #fff;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

@media screen and (max-width: 500px) {
  .inner {
    padding: 0;
  }
}

/** ***********************************************

HEADER

*********************************************** **/
.wrap-logo {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.wrap-logo img {
  width: 100%;
}

#logo-kenko {
  max-width: 120px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.end {
  font-weight: bold;
  text-align: center;
  color: #de1c24;
  padding: 50px;
  font-size: 30px;
  border: solid 3px #de1c24;
  margin-bottom: 30px;
}

#main {
  width: 100%;
}

@media screen and (max-width: 800px) {
  #logo-kenko {
    max-width: 80px;
    top: 10px;
    left: 10px;
  }
}

@media screen and (max-width: 500px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrap-logo {
    padding-top: 50px;
    background-color: #000;
  }
  #logo-kenko {
    max-width: 50px;
  }
  .end {
    font-size: 16px;
    padding: 10px;
  }
}

/** ***********************************************

COMMON

*********************************************** **/
header .inner {
  max-width: inherit;
  padding: 20px 40px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 500px) {
  header .inner {
    padding: 10px 20px;
  }
}

header .inner .logo {
  width: 50%;
}

header .inner .logo .zeiss-logo {
  max-width: 140px;
  display: block;
}

@media screen and (max-width: 500px) {
  header .inner .logo .zeiss-logo {
    max-width: 100px;
  }
}

header .inner .wrap-sns {
  width: 50%;
  text-align: right;
  padding-top: 15px;
}

@media screen and (max-width: 500px) {
  header .inner .wrap-sns {
    padding-top: 10px;
  }
}

header .inner .wrap-sns a {
  display: inline-block;
  font-size: 24px;
  margin: 0 10px;
}

h2.title-h2 {
  font-size: 20px;
  padding: 10px 15px;
  margin-bottom: 40px;
  text-align: left;
  color: #fff !important;
  background-color: #000;
  letter-spacing: 1px;
}

@media screen and (max-width: 500px) {
  h2.title-h2 {
    font-size: 14px;
    padding: 15px 20px 13px;
    margin-bottom: 30px;
  }
}

.mv {
  margin-bottom: 50px;
  display: block;
}

.mv source {
  width: 100%;
  height: auto;
}

.mv img {
  width: 100%;
  height: auto;
}

/** sec-01 Button **/
#sec-01 {
  background-color: #000;
  margin-bottom: 50px;
}

#sec-01 .inner {
  padding: 30px 20px;
}

#sec-01 .cols-3 {
  max-width: 800px;
  margin: 0 auto;
}

#sec-01 p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

#sec-01 p.p1 {
  font-size: 18px;
}

#sec-01 p.p2 {
  font-size: 34px;
  letter-spacing: 2px;
}

.wrap-form {
  background-color: #f5f5f5;
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.wrap-form .item p {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

.wrap-form .req {
  color: #de1c24;
  font-size: 12px;
}

.wrap-form input[type="text"] {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  height: 40px;
  border: solid 1px #ddd;
  border-radius: 3px;
}

.wrap-form input.age {
  width: 100px;
}

.wrap-form .item {
  margin-bottom: 20px;
}

.wrap-form .item .note {
  font-weight: normal;
  padding: 0 !important;
  font-size: 12px;
}

.wrap-form label {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  letter-spacing: 2px;
  background-color: #fff;
  padding: 10px;
  border: solid 1px #ddd;
  border-radius: 3px;
  vertical-align: middle;
}

.wrap-form textarea {
  border: solid 1px #ddd;
  padding: 5px;
  width: 100%;
  height: 100px;
  border-radius: 3px;
  font-size: 16px;
}

.wrap-form p.error {
  color: #de1c24;
  font-weight: normal;
  font-size: 14px;
  padding: 5px;
  background-color: floralwhite;
}

#bt-submit img {
  max-width: 250px;
  margin: 20px auto 0;
}

.notice {
  font-weight: bold;
  color: #de1c24;
  margin-bottom: 20px;
}

#wrap-confirm {
  width: 800px;
  height: auto;
  max-height: 90%;
  margin: 0 auto;
  background-color: #ddd;
  position: fixed;
  top: 50px;
  left: 50%;
  margin-left: -400px;
  z-index: 12;
  overflow: auto;
  display: none;
}

#wrap-confirm table {
  width: 100%;
  border-spacing: 1px;
}

#wrap-confirm th {
  padding: 15px;
  white-space: nowrap;
  background-color: #eee;
}

#wrap-confirm td {
  padding: 15px;
  background-color: #fff;
}

#wrap-confirm td img {
  max-width: 400px;
  max-height: 400px;
  width: auto;
  height: auto;
}

#wrap-confirm .send {
  width: 200px;
  border: none;
  background-color: #de1c24;
  font-size: 14px;
  display: inline-block;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  position: relative;
}

#wrap-confirm .send .loader {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}

#wrap-confirm .back {
  width: 200px;
  border: none;
  background-color: #333;
  font-size: 14px;
  display: inline-block;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

#wrap-confirm p.note {
  font-size: 14px;
  margin-bottom: 5px;
}

.bg-layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10;
  display: none;
}

.bg-layer .bt-close {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 20px;
  font-style: normal;
}

.sp {
  display: none;
}

@media screen and (max-width: 800px) {
  .block {
    padding: 0 10px;
  }
  #wrap-confirm {
    width: 90%;
    margin-left: 0;
    left: 5%;
  }
  #wrap-confirm th {
    padding: 15px;
    font-size: 14px;
  }
  #wrap-confirm td {
    padding: 15px;
    font-size: 14px;
  }
  .bg-layer .bt-close {
    font-size: 30px;
    right: 10px;
  }
  #wrap-confirm td img {
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
  }
  #wrap-confirm p.note {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 500px) {
  #sec-01 .inner {
    padding: 20px;
  }
  .sp {
    display: block;
  }
  #sec-01 p {
    font-size: 14px;
  }
  #sec-01 p.p1 {
    font-size: 16px;
  }
  #sec-01 p.p2 {
    font-size: 24px;
    letter-spacing: 2px;
  }
  #wrap-confirm {
    width: 98%;
    margin-left: 0;
    left: 1%;
  }
  #wrap-confirm th {
    padding: 10px;
    font-size: 12px;
  }
  #wrap-confirm td {
    padding: 10px;
    font-size: 12px;
  }
  .bg-layer .bt-close {
    font-size: 30px;
    right: 10px;
  }
  #wrap-confirm td img {
    max-width: 100%;
    max-height: 300px;
    width: auto;
    height: auto;
  }
  #wrap-confirm .send {
    width: 45%;
    border: none;
    background-color: #de1c24;
    font-size: 14px;
    display: inline-block;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
  }
  #wrap-confirm .back {
    width: 45%;
    border: none;
    background-color: #333;
    font-size: 14px;
    display: inline-block;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
  }
}

/** sec-02 TAB-1 **/
#sec-02 .tab-menu {
  text-align: center;
  margin-bottom: 50px;
}

#sec-02 .tab-menu li {
  text-align: center;
  padding: 0 1px;
}

#sec-02 .tab-menu li a {
  display: block;
  padding: 18px 10px 30px;
  background-color: #ddd;
  font-size: 18px;
  border-radius: 5px 5px 0 0;
  position: relative;
}

#sec-02 .tab-menu li a.selected,
#sec-02 .tab-menu li a:hover {
  background-color: #004099;
  color: #fff;
}

#sec-02 .tab-menu li a i {
  font-style: normal;
  font-size: 25px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.block-1 h4 {
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .block-1 h4 {
    margin-top: 20px;
  }
}

.block-1 .wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-1 .wrap-flex a {
  width: calc(100% / 4 - 10px);
  border: solid 1px #ddd;
  display: block;
}

@media screen and (max-width: 500px) {
  .block-1 .wrap-flex a {
    width: calc(100% / 2 - 10px);
  }
}

.wrap {
  padding: 0 20px;
}

@media screen and (max-width: 500px) {
  .wrap {
    padding: 0 10px;
  }
}

#sec-02 .block {
  padding-bottom: 40px;
}

@media screen and (max-width: 500px) {
  #sec-02 .block {
    padding: 0;
  }
}

#sec-02 .block p.desc {
  padding: 0 20px 1em;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 160%;
}

p.note {
  padding: 0 20px 1em;
  font-size: 14px;
  line-height: 160%;
}

.txt-bd {
  border: solid 1px #000;
  padding: 5px 10px;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .p-items {
    margin-left: 20px;
    font-size: 14px;
  }
}

.wrap-items {
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 500px) {
  .wrap-items {
    margin: 20px 10px;
  }
}

.wrap-items .items {
  width: calc(100% / 2);
}

@media screen and (max-width: 834px) {
  .wrap-items .items {
    width: 50%;
    padding: 0 10px;
  }
}

.wrap-items dt {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 14px;
}

@media screen and (max-width: 500px) {
  .wrap-items dt {
    font-size: 12px;
  }
}

.wrap-items dd {
  margin-bottom: 15px;
  margin-left: 14px;
  line-height: 1.8;
  font-size: 14px;
}

@media screen and (max-width: 500px) {
  .wrap-items dd {
    font-size: 12px;
    margin-left: 10px;
    word-break: break-all;
  }
}

.wrap-items .wrap-pd {
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 500px) {
  .wrap-items .wrap-pd {
    padding: 10px 0;
  }
}

.wrap-items .wrap-img {
  padding: 10px;
  height: 150px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.wrap-items .wrap-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 130px;
  display: block;
  margin: 0 auto;
}

.wrap-items a.bt {
  font-size: 12px;
  display: block;
  background-color: #0071bc;
  color: #fff;
  padding: 5px;
  max-width: 100px;
  margin-left: 20px;
}

.wrap-items .note {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  color: #666;
}

.block-3 p.desc {
  font-weight: bold;
}

.rotate {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#tab-1 .block-3a p {
  margin-bottom: 1em;
  padding: 0 20px;
  line-height: 180%;
  text-indent: -1em;
  margin-left: 1em;
}

#tab-1 .block-3a p.p1 {
  font-weight: bold;
  font-size: 18px;
  background-color: rgba(250, 222, 0, 0.33);
  padding: 10px 20px;
}

#tab-1 .block-3a p.p1 .sp1 {
  font-size: 16px;
}

#tab-1 .block-3a p.p2 {
  font-weight: bold;
  font-size: 18px;
  background-color: rgba(250, 222, 0, 0.33);
  padding: 10px 20px;
}

#tab-1 .block-3a img.serial {
  width: 100%;
  max-width: 250px;
  display: block;
  margin-top: 10px;
}

#tab-1 .block-3a p.p3 {
  font-size: 14px;
  margin-bottom: 5px;
}

#tab-1 .block-3a p.p4 {
  padding-top: 20px;
  font-weight: bold;
}

#tab-1 .block-3a .bt {
  display: block;
  background-color: #0071bc;
  color: #fff;
  padding: 20px;
  text-align: center;
  max-width: 400px;
  margin-left: 20px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
}

#tab-1 .block-3a .bt:hover {
  opacity: 0.8;
}

@media screen and (max-width: 500px) {
  #sec-02 .tab-menu {
    margin-bottom: 20px;
  }
  #sec-02 .tab-menu li a {
    padding: 15px 10px;
    font-size: 13px;
  }
  #sec-02 .tab-menu li a i {
    font-size: 15px;
  }
  #sec-02 .block {
    padding-bottom: 20px;
  }
  #sec-02 .block p.desc {
    padding: 0 10px;
    font-size: 14px;
  }
  p.note {
    padding: 0 10px 1em;
    font-size: 12px;
  }
  .list-items li {
    width: 32%;
  }
  .list-items li .wrap-img {
    padding: 0px;
    height: 100px;
  }
  .list-items li .wrap-img img {
    max-height: 100px;
  }
  .list-items li a p.name {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .list-items li a span.bt {
    font-size: 10px;
  }
  .list-items li a span.bt::before {
    content: "▶ ";
    font-size: 10px;
  }
  .txt-bd {
    font-size: 14px;
    margin-top: 20px;
    width: 100%;
  }
  #tab-1 .block-3a p {
    font-size: 14px;
  }
  #tab-1 .block-3a p.p1 {
    font-weight: bold;
    font-size: 14px;
    background-color: rgba(250, 222, 0, 0.33);
    padding: 10px 20px;
  }
  #tab-1 .block-3a p.p1 .sp1 {
    font-size: 12px;
  }
  #tab-1 .block-3a p.p2 {
    font-weight: bold;
    font-size: 14px;
    background-color: rgba(250, 222, 0, 0.33);
    padding: 10px 20px;
  }
  #tab-1 .block-3a p.p3 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #tab-1 .block-3a .bt {
    max-width: 400px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 380px) {
  #sec-02 .tab-menu li a {
    padding: 12px 10px;
    font-size: 12px;
  }
  .list-items li a p.name {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .list-items li a span.bt {
    display: none;
  }
}

/** sec-03 CONTACT **/
#sec-03 {
  margin-bottom: 50px;
}

/** sec-02 TAB-2 **/
#tab-2 .block-1 p.p1 {
  font-weight: bold;
  margin-bottom: 5px;
}

#tab-2 .block-1 p.p2 {
  color: #de1c24;
  font-weight: bold;
  font-size: 14px;
}

#tab-2 .block-1 p.p3 {
  display: inline-block;
  border: solid 1px #de1c24;
  padding: 5px;
  font-size: 14px;
  color: #de1c24;
  margin-bottom: 10px;
  font-weight: bold;
}

#tab-2 .block-1 p.p4 {
  font-size: 13px;
}

.img-right {
  float: right;
  margin: 0 0 1em 20px;
  max-width: 150px;
}

#tab-2 .block-2 .bt {
  text-align: center;
  margin-top: 30px;
}

#tab-2 .block-2 .bt img {
  max-width: 280px;
}

#tab-2 .block-3 .p1 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}

#tab-2 .block-3 li {
  margin-top: 10px;
  list-style: disc;
  list-style-position: outside;
  margin-left: 20px;
  line-height: 180%;
}

#tab-2 .block-3 .flow {
  max-width: 700px;
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}

#tab-2 .block-3 .img-right {
  max-width: 200px;
}

.age {
  padding: 10px;
  font-size: 16px;
  border: solid 1px #ddd;
  border-radius: 3px;
}

.zip {
  max-width: 150px;
}

.zipnote {
  margin-left: 10px;
  font-size: 12px;
  color: #666;
}

label {
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  label {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  #tab-2 .block-2 .bt img {
    max-width: 200px;
  }
  #tab-2 .block-1 p.p1 {
    font-size: 14px;
  }
  #tab-2 .block-1 p.p2 {
    font-size: 12px;
  }
  #tab-2 .block-1 p.p4 {
    font-size: 13px;
  }
  .img-right {
    max-width: 120px;
  }
  #tab-2 .block-3 .p1 {
    margin-top: 20px;
    font-size: 16px;
  }
  #tab-2 .block-3 li {
    margin-top: 10px;
    margin-left: 20px;
    line-height: 160%;
    font-size: 14px;
  }
  #tab-2 .block-3 .img-right {
    max-width: 120px;
  }
  .img-scroll {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .img-scroll img {
    width: 800px;
    max-width: inherit;
    display: table-cell;
  }
  #tab-2 .block-3 .img-scroll img {
    width: 1000px;
  }
}

/** sec-02 TAB-3 **/
#tab-3 .block-1 li {
  margin-top: 6px;
  list-style: disc;
  list-style-position: outside;
  margin-left: 20px;
  line-height: 160%;
  font-size: 14px;
}

#tab-3 .block-1 li p {
  padding: 10px 0;
  line-height: 180%;
}

#tab-3 .block-2 p {
  padding-bottom: 1em;
  line-height: 160%;
  font-size: 14px;
}

/** お問い合わせ **/
#sec-03 .contact {
  margin: 0 20px;
  max-width: 600px;
  background-color: aliceblue;
  border: solid 1px #ddd;
  padding: 20px 40px;
}

#sec-03 p {
  margin-bottom: 10px;
}

#sec-03 p.p1 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}

#sec-03 p.p3 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 24px;
}

#sec-03 p.p4 a {
  display: block;
}

#sec-03 .bt {
  margin-top: 20px;
  display: block;
  width: 280px;
  text-align: center;
  background-color: #0071bc;
  color: #fff;
  padding: 20px;
}

@media screen and (max-width: 500px) {
  #sec-03 .block {
    padding: 0;
  }
  #sec-03 .contact {
    margin: 0;
    max-width: 600px;
    background-color: aliceblue;
    border: solid 1px #ddd;
    padding: 20px;
  }
  #sec-03 p {
    margin-bottom: 10px;
  }
  #sec-03 p.p1 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
  }
  #sec-03 p.p3 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 24px;
  }
  #sec-03 .bt {
    margin-top: 20px;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #0071bc;
    color: #fff;
    padding: 20px;
  }
}

footer {
  background-color: #000;
  text-align: center;
  padding: 30px;
}

#page-top {
  width: 100%;
  background-color: #333;
  display: block;
  padding: 10px;
  text-align: center;
  color: #fff;
}

#page-top i {
  color: #fff;
}

#logo-kt {
  display: block;
  max-width: 240px;
  margin: 0 auto;
}
/*# sourceMappingURL=tmount.css.map */