#sec_tel .time {
  display: flex;
  align-items: center;
}
#sec_tel .border {
  border: solid 1px #97b7d4;
  font-size: 15px;
  display: inline-block;
  padding: 3px 5px;
  line-height: 1em;
  margin-left: 10px;
}
#sec_tel .telBtn .text {
  line-height: 1em;
}
#sec_tel .telBtn .text span {
  position: relative;
  display: inline-block;
}
#sec_tel .telBtn .text span::before,
#sec_tel .telBtn .text span::after {
  position: absolute;
  content: "";
  display: block;
  top: 0px;
  height: 20px;
  border-left: solid 2px var(--blue);
}
#sec_tel .telBtn .text span::before {
  left: -10px;
  transform: rotate(-20deg);
}
#sec_tel .telBtn .text span::after {
  right: -10px;
  transform: rotate(20deg);
}
#sec_tel .telBtn .btn a {
  display: inline-block;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
#sec_tel .telBtn .btn a .inner {
  background: linear-gradient(to right, #9ddafd, #2c69a7);
  border-radius: 50px;
  padding: 3px;
}
#sec_tel .telBtn .btn a .inner2 {
  display: flex;
  padding: 12px 70px 12px 40px;
  justify-content: center;
  align-items: center;
  background: var(--blue);
  border-radius: 50px;
  border: solid 2px #fff;
  gap: 30px;
}

#sec_tel .telBtn .btn a .inner2 > span:nth-of-type(2){
  height: fit-content;
}

.pagebg {
  background: url(../img/contact/bg.jpg) no-repeat center top;
}

select {
  border: solid 1px #ccc;
  padding: 1%;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.03) inset;
}
#form {
  position: relative;
}
#contactForm {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
.red {
  color: #ff0000;
}
.inputArea {
  display: table;
  width: 100%;
  padding: 5px;
  position: relative;
  box-sizing: border-box;
}
.inputArea .ttl,
.inputArea .inputData {
  display: table-cell;
  vertical-align: top;
}
.inputArea .ttl {
  width: 35%;
  position: relative;
}
.inputArea .ttl:after {
  display: block;
  content: "任意";
  color: #fff;
  background: #888;
  position: absolute;
  right: 8px;
  top: 18px;
  font-size: 65%;
  line-height: 2em;
  padding: 0px 0.5em;
  border-radius: 2px;
  transform: translate(0px, -50%);
}
.inputArea.required .ttl:after {
  display: block;
  content: "必須";
  color: #fff;
  background: #004e98;
  position: absolute;
  right: 8px;
  top: 18px;
  font-size: 65%;
  line-height: 2em;
  padding: 0px 0.5em;
  border-radius: 2px;
  transform: translate(0px, -50%);
}
.inputArea .inputData {
  width: 65%;
}
.inputArea input[type="text"],
.inputArea input[type="date"],
.inputArea textArea {
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 2px;
  width: 100%;
  box-sizing: border-box;
}
.inputArea input[type="text"].still,
.inputArea input[type="date"].still,
.inputArea textArea.still {
  border: solid 1px var(--blue) !important;
}
.inputArea .errMsg {
  color: #f00;
  font-size: 80%;
}
.inputArea textArea {
  height: 150px;
}
.inputArea label {
  display: inline-block;
  padding: 5px;
  margin: 5px;
}
.btnSubmit {
  text-align: center;
  padding: 10px 0px;
}
.btnSubmit > span {
  display: inline-block;
  padding: 10px 60px;
  background: #eee;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: relative;
}
.btnSubmit > span.active {
  background: var(--blue);
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.btnSubmit .icon {
  position: absolute;
  width: 20px;
  height: auto;
  fill: #fff;
  right: 15px;
  top: calc(50% - 10px);
}
.w30per {
  width: 30% !important;
}
.addressArea {
  padding: 10px;
  border: solid 1px #eee;
}
.tabNames li {
  display: inline-block;
  background: #eee;
  padding: 5px 20px;
  cursor: pointer;
}
.tabNames li:hover {
  background: #fee;
}
.tabNames li.active {
  background: #fcc;
  color: #e60012;
  font-weight: bold;
  text-shadow: 1px 1px 0px #fff;
}
.tabDatas {
  border: solid 4px #fcc;
  padding: 10px;
}
.tabDatas li {
  display: none;
}
.tabDatas li.active {
  display: block;
}
.tabDatas li .sizeAreas {
  display: table;
  width: 100%;
}
.tabDatas li .sizeArea {
  display: table-row;
}
.tabDatas li .sizeArea:hover {
  background: #fee;
}
.tabDatas li .sizeArea > span {
  display: table-cell;
  padding: 5px;
  border-bottom: dotted #ddd 1px;
}
.tabDatas li .sizeArea span.spBlock {
  border-bottom: none;
}
.shippingSelect {
  padding: 5px;
}
#orderList {
  border: solid 4px #fcc;
  padding: 10px;
  margin-bottom: 10px;
}
#orderList .photoPrice li {
  border-bottom: dotted 1px #eee;
  margin-bottom: 5px;
  display: none;
}
#orderList .photoPrice li.active {
  display: block;
}
#orderList .optionArea li {
  display: none;
}
#orderList .optionArea li.active {
  display: block;
}
#orderList .shippingPrice li {
  display: none;
}
#orderList .shippingPrice li.active {
  display: block;
}
.confirmArea .data {
  display: table;
  width: 100%;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.confirmArea .data span {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.confirmArea .data span:first-child {
  width: 30%;
  border-right: solid 2px #eee;
  padding-left: 0px;
}
.confirmSubmit {
  text-align: center;
}
.confirmSubmit .btnBack,
.confirmSubmit .btnSubmit {
  display: inline-block;
}
.confirmSubmit .btnBack {
  text-align: center;
  padding: 10px 0px;
  display: inline-block;
  padding: 10px 60px;
  background: #eee;
  color: #fff;
  background: #aaa;
  cursor: pointer;
}
.confirmSubmit .btnBack:hover {
  background: #bbb;
}
.privacy .text {
  height: 150px;
  overflow-y: scroll;
  padding: 15px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1) inset;
  word-break: break-all;
  font-size: 11px;
  line-height: 1.5em;
  border: solid 1px #9cbad7;
  background: #fff;
}
.privacy .text::-webkit-scrollbar {
  width: 15px;
  background-color: transparent;
  border: solid 2px #fff;
}

.privacy .text::-webkit-scrollbar-thumb {
  background: #ccc;
  border: solid 3px #fff;
  width: 9px;
  border-radius: 10px;
}

@media screen and (max-width: 670px) {
  .inputArea .ttl {
    width: 100%;
    position: relative;
    display: block;
  }
  .inputArea .inputData {
    width: 100%;
    display: block;
  }
  .inputArea .ttl:after {
    display: inline-block;
    content: "任意";
    color: #fff;
    background: #888;
    position: static;
    font-size: 65%;
    line-height: 1.4em;
    padding: 0px 0.5em;
    border-radius: 2px;
    margin: 0px 0px 5px 5px;
  }
  .inputArea.required .ttl:after {
    display: inline-block;
    content: "必須";
    color: #fff;
    position: relative;
    font-size: 65%;
    line-height: 1.4em;
    padding: 0px 0.5em;
    border-radius: 2px;
    top: 5px;
    left: 5px;
  }
  .inputArea {
    display: table;
    width: 100%;
    padding: 0px;
    position: relative;
    box-sizing: border-box;
    box-sizing: border-box;
  }
  .inputArea textArea {
    height: 100px;
  }
  .optionArea p {
    padding: 5px 0px;
  }
  .shippingSelect label {
    display: inline-block;
    padding: 5px 0px;
  }
  #sec_tel .telBtn .btn a .inner2 {
    display: flex;
    padding: 12px 40px 12px 20px;
    justify-content: center;
    background: var(--blue);
    border-radius: 50px;
    border: solid 2px #fff;
    gap: 20px;
  }
}
