@charset "UTF-8";
.ctSteps {
  padding-top: 56px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .ctSteps {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .ctSteps {
    max-width: 320px;
  }
}

.ctStep {
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
}
.ctStep p {
  flex-shrink: 0;
}
.ctStep::before {
  content: "";
  position: absolute;
  width: calc(100% + 7px);
  height: 100%;
  left: -7px;
  top: 0;
  background: #fff;
  z-index: -1;
}
.ctStep::after {
  position: absolute;
  content: "";
  width: 63px;
  height: 1px;
  background: #d9d9d9;
  left: calc(100% + 7px);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .ctStep::after {
    width: 250px;
    top: 50%;
    left: calc(100% + 5px);
  }
}
.ctStep:last-of-type::after {
  content: none;
}
.formrun-system-confirm .ctStep:nth-child(1) .ctStepNo {
  color: #fff;
}
.formrun-system-confirm .ctStep:nth-child(1) .ctStepNo:before {
  background-color: #b2b2b2;
}
.formrun-system-confirm .ctStep:nth-child(1) .ctStepText {
  color: #b2b2b2;
}
.formrun-system-confirm .ctStep:nth-child(2) .ctStepNo {
  color: #fff;
}
.formrun-system-confirm .ctStep:nth-child(2) .ctStepNo:before {
  background-color: #000;
}
.formrun-system-confirm .ctStep:nth-child(2) .ctStepText {
  color: #000;
}

.ctStepNo {
  position: relative;
  width: 25px;
  height: 25px;
  color: #fff;
  user-select: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ctStep._current .ctStepNo {
  color: #fff;
}
.ctStepNo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b2b2b2;
  z-index: -1;
}
.ctStep._current .ctStepNo:before {
  background-color: #000;
}

.ctStepText {
  color: #b2b2b2;
  line-height: 0 !important;
  margin-left: 6px;
}
@media screen and (min-width: 768px) {
  .ctStepText {
    display: inline-block;
    margin-left: 6px;
  }
}
.ctStep._current .ctStepText {
  color: #000;
}

.ctFV {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .ctFV {
    margin-top: 86px;
    flex-direction: row !important;
  }
}

.ctFVBody {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 56px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .ctFVBody {
    width: 708px;
    row-gap: 96px;
    padding-top: 10px;
  }
}

.ctFVBodyWrap {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
@media screen and (min-width: 768px) {
  .ctFVBodyWrap {
    row-gap: 28px;
  }
}

@media screen and (min-width: 768px) {
  .ctFVDesc {
    margin-top: -9px;
  }
}

.ctFVLinks {
  display: flex;
  flex-direction: column;
  background: #f7f7f7;
  padding: 28px;
  row-gap: 28px;
}
@media screen and (min-width: 768px) {
  .ctFVLinks {
    margin-top: -47px;
    padding: 50px 56px;
    row-gap: 46px;
  }
}

.ctFVLinksCaption {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 6px;
  display: block;
}

.lnk_itemLink {
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .lnk_itemLink {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .lnk_itemLink {
    height: 33px;
  }
}
.lnk_itemLink a {
  color: rgba(0, 0, 0, 0.8);
  background-image: url(/images/arrowBlack7.svg);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  padding-bottom: -1px;
  border-bottom: solid 1px #D9D9D9;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .lnk_itemLink a {
    background-position: left 17px;
    height: 100%;
    padding-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .lnk_itemLink a {
    background-position: left 14px;
    height: 100%;
    padding-left: 14px;
  }
}
.lnk_itemLink a:hover {
  background-color: #000;
  background-image: url(/images/arrowWhite7.svg);
  color: #fff;
}

._en {
  font-family: akzidenz-grotesk, Arial, sans-serif !important;
}

._wb {
  font-family: akzidenz-grotesk, Koburina Gothic W6 JIS2004, sans-serif;
  line-height: 150%;
  font-weight: 600;
}

._12_12 {
  font-size: 12px;
}
._12_12:not(._wb) {
  font-family: Koburina Gothic W3 JIS2004, sans-serif;
  line-height: 200%;
  font-weight: 300;
}
@media (max-width: 768px) {
  ._12_12 {
    font-size: 12px;
  }
}

._15_12 {
  font-size: 15px;
}
._15_12:not(._wb) {
  font-family: Koburina Gothic W3 JIS2004, sans-serif;
  line-height: 200%;
  font-weight: 300;
}
@media (max-width: 768px) {
  ._15_12 {
    font-size: 12px;
  }
}

._18_15 {
  font-size: 18px;
}
._18_15:not(._wb) {
  font-family: Koburina Gothic W3 JIS2004, sans-serif;
  line-height: 200%;
  font-weight: 300;
}
@media (max-width: 768px) {
  ._18_15 {
    font-size: 15px;
  }
}

._28_21 {
  font-size: 28px;
}
._28_21:not(._wb) {
  font-family: Koburina Gothic W3 JIS2004, sans-serif;
  line-height: 200%;
  font-weight: 300;
}
@media (max-width: 768px) {
  ._28_21 {
    font-size: 21px;
  }
}

.ctWrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .ctWrapper {
    align-items: center;
    max-width: 1440px;
  }
}
.ctHeader {
  border-bottom: rgba(0, 0, 0, 0.15) 1px solid;
  width: calc(100% - 54px);
  padding-top: 56px;
  padding-bottom: 14px;
  margin-left: 27px;
}
@media screen and (min-width: 768px) {
  .ctHeader {
    position: relative;
    padding-bottom: 28px;
    margin-left: 0;
    padding-left: 14px;
    padding-right: 14px;
    row-gap: 54px;
    max-width: 1104px;
    width: 100%;
    border-bottom: none;
  }
  .ctHeader::before {
    content: "";
    position: absolute;
    left: 14px;
    bottom: 0;
    width: calc(100% - 28px);
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 768px) {
  .ctHeader img {
    width: 59px;
  }
}

.uCommonsection {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .uCommonsection {
    padding-left: 14px;
    padding-right: 14px;
    row-gap: 54px;
    max-width: 1104px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .uCommonsection {
    row-gap: 28px;
    padding-left: 27px;
    padding-right: 27px;
  }
}

br.__pc {
  display: block;
}
br.__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.__pc {
    display: none;
  }
  br.__sp {
    display: block;
  }
}

.ctInquiry {
  margin-top: 56px;
  padding-bottom: 69px;
}
@media screen and (min-width: 768px) {
  .ctInquiry {
    margin-top: 68px;
    padding-bottom: 125px;
  }
}

.ctInquiryHeader {
  position: relative;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .ctInquiryHeader {
    padding-top: 59px;
  }
}

.ctInquiryTitle {
  margin-bottom: -5px;
}
@media screen and (min-width: 768px) {
  .ctInquiryTitle {
    margin-bottom: -7px;
  }
}

.ctInquiryBody {
  position: relative;
}
.ctInquiryBody._confirm {
  padding-top: 6px;
}
@media screen and (min-width: 768px) {
  .ctInquiryBody._confirm {
    padding-top: 22px;
  }
}

.ctInquiryBodySubmit {
  margin-top: 34px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ctInquiryBodySubmit {
    margin-top: 64px;
  }
}
.ctInquiryBodySubmit button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ctInquiryBodyBackButton {
  margin: -3px 0;
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  .ctInquiryBodyBackButton {
    margin: -5px 0;
    margin-top: 33px;
  }
}

.ctInquiryBodyCompleteTitle {
  margin-top: 29px;
}
@media screen and (min-width: 768px) {
  .ctInquiryBodyCompleteTitle {
    margin-top: 33px;
  }
}

.ctInquiryBodyCompleteText {
  margin-top: 24px;
  margin-bottom: -6px;
}
@media screen and (min-width: 768px) {
  .ctInquiryBodyCompleteText {
    margin-top: 26px;
    margin-bottom: -7px;
  }
}

.ctElement {
  margin-top: 28px;
  border-top: 1px solid #808080;
}
@media screen and (max-width: 768px) {
  .ctElement {
    padding-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .ctElement {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
    border-color: #d9d9d9;
  }
}
.formrun-system-confirm .ctElement {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .formrun-system-confirm .ctElement {
    margin-top: 38px;
  }
}

@media screen and (min-width: 768px) {
  .ctElementLabel {
    padding-top: 24px;
    position: relative;
  }
  .ctElementLabel::before {
    content: "";
    position: absolute;
    top: -1px;
    width: 100%;
    height: 1px;
    background: #808080;
  }
}
.ctElement._required .ctElementLabel::after {
  content: "（必須）";
  color: #FB3F3F;
}
.formrun-system-confirm .ctElement._required .ctElementLabel::after {
  content: none;
}

.ctElementInput {
  position: relative;
  width: 100%;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .ctElementInput {
    margin-top: 28px;
    max-width: 708px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .formrun-system-confirm .ctElementInput {
    margin-bottom: -12px;
  }
}
.formrun-system-confirm .ctElementInput + .ctElementInput {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .formrun-system-confirm .ctElementInput + .ctElementInput {
    margin-top: 12px;
  }
}
.ctElementInput._select {
  position: relative;
}
.ctElementInput._select .placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.ctElementInput._select::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/arrowDown.svg) no-repeat left center;
  background-size: 16px 7px;
}
@media screen and (min-width: 768px) {
  .ctElementInput._select::before {
    background-position: right 28px center;
  }
}
@media screen and (max-width: 768px) {
  .ctElementInput._select::before {
    background-position: right 14px center;
  }
}
.ctElementInput ._decoration {
  width: 100%;
  height: 100%;
  outline: none;
  border: solid 1px rgba(0, 0, 0, 0.1);
  font-family: Koburina Gothic W3 JIS2004, sans-serif;
  padding: 0 14px;
  padding-top: 13px;
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .ctElementInput ._decoration {
    padding: 0 28px;
    padding-top: 22px;
    padding-bottom: 21px;
  }
}
.ctElementInput ._decoration:focus {
  border: solid 1px rgba(0, 0, 0, 0.4);
}
.formrun-system-confirm .ctElementInput ._decoration {
  padding: 0;
  border: none;
  text-align: justify;
}
[lang=en] .formrun-system-confirm .ctElementInput ._decoration {
  text-align: left;
}
.ctElementInput._error ._decoration {
  border: solid 1px #ff1a1a;
}
.ctElementInput._textarea textarea {
  font-family: Koburina Gothic W3 JIS2004, sans-serif;
  resize: vertical;
  min-height: 130px;
}
@media screen and (min-width: 768px) {
  .ctElementInput._textarea textarea {
    min-height: 182px;
  }
}
.ctElementInput._textarea textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: Koburina Gothic W3 JIS2004, sans-serif !important;
}
.ctElementInput._textfield input {
  font-family: Koburina Gothic W3 JIS2004, sans-serif;
  resize: none;
  width: 100%;
}
.ctElementInput._textfield input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: Koburina Gothic W3 JIS2004, sans-serif !important;
}
.ctElementInput._textfield input[type=number] {
  appearance: textfield;
}
.ctElementInput._textfield input[type=number]::-webkit-outer-spin-button, .ctElementInput._textfield input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
.ctElementInput._textfield._zipcode ._decoration {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .ctElementInput._textfield._zipcode ._decoration {
    width: 200px;
  }
}
.ctElementInput._checklist {
  margin-top: 0;
  display: flex;
}
@media screen and (min-width: 768px) {
  .ctElementInput._checklist {
    flex-wrap: wrap;
    gap: 28px;
  }
}
@media screen and (max-width: 768px) {
  .ctElementInput._checklist {
    margin-top: 5px;
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  .ctElementInput._checklist .ctElementInputDummyTextArea {
    display: none;
  }
}
.ctElementInput._checklist input {
  appearance: none;
  aspect-ratio: 1/1;
  border: 1px solid #D2D2D2;
  margin: 0;
  position: relative;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .ctElementInput._checklist input {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .ctElementInput._checklist input {
    width: 18px;
    height: 18px;
  }
}
.ctElementInput._checklist input:checked {
  background: #000;
  border: 1px solid #000;
}
.ctElementInput._checklist input:checked::before {
  content: "";
  display: block;
  position: relative;
  transform: rotate(45deg);
  transform-origin: right top;
  border: solid #fffbf2;
  border-width: 0 2px 2px 0;
}
@media screen and (min-width: 768px) {
  .ctElementInput._checklist input:checked::before {
    width: 5px;
    height: 10px;
    left: 7px;
    top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .ctElementInput._checklist input:checked::before {
    width: 7px;
    height: 12px;
    left: 8px;
    top: 4px;
  }
}

.ctElementInputWrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ctElementInputWrap {
    flex-shrink: 0;
    max-width: 708px;
  }
}
.ctElementInputWrap ._caption {
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .ctElementInputWrap ._caption {
    padding-top: 19px;
  }
}
@media screen and (max-width: 768px) {
  .ctElementInputWrap ._caption {
    padding-top: 5px;
  }
}

.ctElementInputDummyTextArea {
  visibility: hidden;
  user-select: none;
  pointer-events: none;
  white-space: pre-wrap;
  overflow: hidden;
  min-height: 800px;
}

.ctElementInputPlaceholder {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.3);
  opacity: 0.3;
  pointer-events: none;
  user-select: none;
  line-height: normal;
}
.ctElementInputPlaceholder._hidden {
  display: none;
}

.ctElementError {
  color: #ff1a1a;
  display: none;
  margin-top: 8px;
  margin-bottom: -4px;
}
@media screen and (min-width: 768px) {
  .ctElementError {
    margin-top: 3px;
    margin-bottom: -5px;
  }
}
.ctElementInput._error + .ctElementError {
  display: block;
}

.ctInquiryFoot {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.formrun-system-confirm .ctInquiryFoot {
  row-gap: 14px;
}
@media screen and (min-width: 768px) {
  .ctInquiryFoot {
    margin-left: auto;
    margin-right: 0;
    margin-top: 98px;
    max-width: 708px;
  }
}

.ctAttentionLink {
  position: relative;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-right: 3px;
}
.ctAttentionLink._hover {
  transition: none;
}
.ctAttentionLink._hover::after {
  filter: none;
  transition: none;
}

.ctSubmitBtn._disabled {
  pointer-events: none;
  background: #ededed;
}
.ctSubmitBtn._disabled a, .ctSubmitBtn._disabled button {
  opacity: 0.2;
  color: #000;
  background-image: url(/images/arrowBlack10.svg);
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.ctSubmitBtn a, .ctSubmitBtn button {
  width: 100%;
  opacity: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background: #000 url(/images/arrowWhite22.svg) no-repeat left center;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ctSubmitBtn a:hover, .ctSubmitBtn button:hover {
  color: #000;
  background-color: #fff;
  background-image: url(/images/arrowBlack10.svg);
}
@media screen and (min-width: 768px) {
  .ctSubmitBtn a, .ctSubmitBtn button {
    background-image: url(/images/arrowWhite10.svg);
    background-size: 10px 10px;
    background-position: left 44px center;
    padding-left: 66px;
    height: 126px;
  }
}
@media screen and (max-width: 768px) {
  .ctSubmitBtn a, .ctSubmitBtn button {
    background-image: url(/images/arrowWhite10.svg);
    background-size: 10px 10px;
    background-position: left 28px center;
    padding-left: 50px;
    height: 98px;
  }
}

.ctBackBtn {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ctBackBtn p {
  width: 100%;
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  background: #fff url(/images/arrowBlack10_left.svg) no-repeat left center;
}
.ctBackBtn p:hover {
  opacity: 0.5;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .ctBackBtn p {
    background-size: 10px 10px;
    background-position: left 44px center;
    padding-left: 66px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .ctBackBtn p {
    background-size: 10px 10px;
    background-position: left 28px center;
    padding-left: 50px;
    height: 56px;
  }
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */