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

*,
*:before,
*:after {
  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 {
  transition: all 0.4s ease-out;
}

.alpha:hover {
  opacity: 0.75;
}

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

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

th,
td {
  text-align: left;
}

#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;
}

.link a {
  color: #0052a5;
}

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

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

COMMON

*********************************************** **/
.cols-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cols-2 .col {
  display: block;
  width: 50%;
}

.cols-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cols-3 .col {
  display: block;
  width: 33.3333333333%;
}

.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 {
  max-width: 800px;
  background-color: #ccc;
}
@media screen and (max-width: 834px) {
  .table-style-02 {
    margin: 0 10px;
  }
}

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

.table-style-02 th {
  text-align: center;
  padding: 8px 10px;
  vertical-align: middle;
  background: #eee;
}
@media screen and (max-width: 600px) {
  .table-style-02 th {
    font-size: 13px;
  }
}

.table-style-02 td {
  padding: 8px 10px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}
.table-style-02 td .wrap-img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .table-style-02 td .wrap-img {
    width: 80px;
    height: 80px;
  }
}
.table-style-02 td .wrap-img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.table-style-02 td p.name {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .table-style-02 td p.name {
    font-size: 16px;
  }
}
.table-style-02 td p.name .font-s {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .table-style-02 td p.name .font-s {
    font-size: 12px;
    display: block;
  }
}
.table-style-02 td .wrap-bts {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 10px;
}
@media screen and (max-width: 600px) {
  .table-style-02 td .wrap-bts {
    flex-direction: column;
  }
}
.table-style-02 td .bt {
  font-size: 12px;
  display: block;
  background-color: #0071bc;
  color: #fff;
  padding: 10px;
  max-width: 120px;
  width: 100%;
  border-radius: 3px;
}
@media screen and (max-width: 600px) {
  .table-style-02 td .bt {
    margin: 0 auto;
  }
}
.table-style-02 td .bt.bt-2 {
  background-color: #f60;
}
.table-style-02 td.price {
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .table-style-02 td.price {
    font-size: 20px;
  }
}

.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: 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: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 100%;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  letter-spacing: 1px;
}

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

.inner {
  max-width: 1200px;
  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: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  header .inner {
    padding: 10px 20px;
  }
}
header .inner .zeiss-logo {
  max-width: 60px;
}
@media screen and (max-width: 500px) {
  header .inner .zeiss-logo {
    max-width: 40px;
  }
}
header .inner .logo {
  width: 50%;
}
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: 18px;
  padding: 12px 20px;
  margin-bottom: 40px;
  text-align: left;
  color: #fff;
  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;
}
@media screen and (max-width: 500px) {
  .mv {
    margin-bottom: 30px;
  }
}

.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: 18px;
}

#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 **/
.tab-menu {
  text-align: center;
  margin-bottom: 50px;
  border-bottom: solid 5px #de1c24;
}
@media screen and (max-width: 500px) {
  .tab-menu {
    gap: 5px !important;
  }
}
.tab-menu a {
  display: block;
  padding: 20px;
  background-color: #ddd;
  font-size: 18px;
  border-radius: 6px 6px 0 0;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .tab-menu a {
    padding: 10px;
  }
}
.tab-menu a.selected,
.tab-menu a:hover {
  background-color: #de1c24;
  color: #fff;
}
.tab-menu a.selected .icon-dw,
.tab-menu a:hover .icon-dw {
  border-color: #fff;
}
.tab-menu .icon-dw {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 25px;
  right: 10%;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(135deg);
}
@media screen and (max-width: 600px) {
  .tab-menu .icon-dw {
    position: static;
    width: 8px;
    height: 8px;
    margin: 5px auto 0;
  }
}

.block-1 h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .block-1 h4 {
    margin-top: 20px;
  }
}
.block-1 .wrap-flex {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.block-1 .wrap-flex a {
  width: calc(25% - 10px);
  border: solid 1px #ddd;
  display: block;
}
@media screen and (max-width: 500px) {
  .block-1 .wrap-flex a {
    width: calc(50% - 10px);
  }
}

.wrap-cont {
  padding: 0 20px;
}
@media screen and (max-width: 500px) {
  .wrap-cont {
    padding: 0 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 p.desc {
  padding: 0 20px 1em;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6;
}

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;
}

.title-h3 {
  margin-bottom: 20px;
}

.flex-lens {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.flex-lens .col-1 {
  width: 25%;
}
@media screen and (max-width: 600px) {
  .flex-lens .col-1 {
    width: 50%;
  }
}
.flex-lens .col-1 .cap {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.flex-lens .col-2 {
  width: 70%;
  padding-left: 30px;
}
@media screen and (max-width: 600px) {
  .flex-lens .col-2 {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

.in {
  padding-left: 20px;
}

.list-items {
  display: flex;
}

.list-items li {
  width: 200px;
  display: flex;
  padding: 10px;
  text-align: center;
  vertical-align: top;
}

.list-items li .wrap-img {
  padding: 10px;
  height: 150px;
  background-color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.list-items li .wrap-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 130px;
  transform: rotate(90deg);
}

.list-items li a:hover {
  opacity: 0.8;
}

.list-items li a p.name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.list-items li a span.bt {
  font-size: 12px;
  display: block;
  margin: 0 auto;
  background-color: #0071bc;
  color: #fff;
  padding: 5px;
  max-width: 100px;
}

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

.rotate {
  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: 500px;
  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 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: 0px;
    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;
}

#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;
}

.wrap-bq {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.wrap-bq .col {
  width: 500px;
}
@media screen and (max-width: 600px) {
  .wrap-bq .col {
    width: 100%;
  }
}

.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;
}

@media screen and (max-width: 600px) {
  #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;
  }
  .img-scroll img {
    max-width: inherit;
    display: table-cell;
    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 {
  width: 100%;
  max-width: 600px;
  background-color: aliceblue;
  padding: 30px 40px;
}
#sec-03 .contact a {
  color: #333;
}
#sec-03 p {
  margin-bottom: 10px;
}
#sec-03 p.p1 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 18px;
}
#sec-03 p.p3 {
  font-weight: bold;
  font-size: 18px;
}
#sec-03 p.p3 a {
  font-size: 28px;
  letter-spacing: 1.5px;
}
#sec-03 p.p4 {
  font-size: 14px;
}
#sec-03 p.p4 a {
  font-size: 20px;
  font-weight: bold;
}
#sec-03 h5 {
  margin-bottom: 10px;
}
#sec-03 .bt {
  margin: 0 0 30px;
  display: block;
  width: 100%;
  font-weight: bold;
  max-width: 500px;
  text-align: center;
  background-color: #0071bc;
  color: #fff !important;
  padding: 25px;
  border-radius: 3px;
  letter-spacing: 1px;
  font-size: 18px;
  filter: drop-shadow(0 1px 2px #999);
}
#sec-03 .bt::before {
  content: "▶";
  font-size: 14px;
  margin-right: 10px;
}
#sec-03 .note {
  font-size: smaller;
  margin-left: 5px;
}
#sec-03 .font-s {
  font-size: smaller;
}

@media screen and (max-width: 500px) {
  #sec-03 .block {
    padding: 0;
  }
  #sec-03 .contact {
    margin: 0;
    padding: 20px;
  }
  #sec-03 p.p1 {
    font-weight: bold;
    font-size: 16px;
  }
  #sec-03 p.p3 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 24px;
  }
  #sec-03 .bt {
    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;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z" fill="white"/></svg>');
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

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