abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0;
}

body {
  font-family: Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
}

.wrapper {
  background-color: #fefefe;

  @media screen and (min-width: 768px) {
    width: 600px;
    display: block;
    margin: 0 auto;
  }
}

.header {
  width: 500px;
  margin: 0 auto;

  @media screen and (max-width: 768px) {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

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

.main {
  width: 100%;
  box-sizing: border-box;
}

.Working_time {
  display: block;
  color: #ff4500;
  font-weight: bold;
}

.qualifications_box {
  opacity: 0;
}

.chat {
  display: flex;
  gap: 20px;
  width: 90%;
  margin-left: 10px;
}

.thumbnail {
  width: 20%;
  text-align: center;
  position: static;
  top: auto;
  right: auto;
  transform: initial;

  img {
    width: 60px;
    border-radius: 50%;
    text-align: left;
    height: auto;
  }
}

.balloon {
  width: 74%;
}

.balloon_inner {
  position: relative;
  margin: 10px 0;
  padding: 12px 12px 10px;
  border-radius: 6px;
  background: #fff;
  text-align: left;
  line-height: 22px;
  border: solid 2px #ff801f;

  &:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -22px;
    margin-top: -11px;
    border: 11px solid transparent;
    border-right: 11px solid #fff;
    z-index: 2;
  }

  &:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -26px;
    margin-top: -13px;
    border: 13px solid transparent;
    border-right: 13px solid #ff801f;
    z-index: 1;
  }
}

.balloon_text {
  color: #333;
  font-size: 13px;
  font-weight: normal;
}

.balloon_annotation {
  color: #555;
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
}

.balloon_annotation-red {
  color: #ff4500;
  font-size: 13px;
  font-weight: bold;
}

.balloon_textHighlight {
  font-size: 16px;
  font-weight: bold;
}

.input_area {
  width: 85%;
  margin: 10px auto 30px;
  text-align: center;
  box-sizing: border-box;
}

.inner_checkbox {
  position: relative;
  width: 100%;
  padding: 0;
  background: 0 0 !important;

  input {
    display: none;

    &:checked+label span {
      background: #f90 !important;
      color: #fff;
      font-weight: bold;
    }
  }

  span {
    position: relative;
    display: block;
    margin: 0 4px;
    padding: 15px 0 12px;
    border: 1px solid #ff9600;
    border-radius: 4px;
    background: #fffbe5 !important;
    font-size: 13px;
    color: #ff9600;
    transition: none;
  }
}

.licence01formError {
  transition: unset;
}

.inner_radio {
  width: 100%;
  padding: 0;
  background: 0 0 !important;

  input {
    display: none;

    &:checked+label span {
      background: #f90 !important;
      color: #fff;
      font-weight: bold;
    }
  }

  span {
    position: relative;
    display: block;
    margin: 0 4px;
    padding: 15px 0 12px;
    border: 1px solid #ff9600;
    border-radius: 4px;
    background: #fffbe5 !important;
    font-size: 13px;
    color: #ff9600;
  }
}

.col_2 {
  margin: 0 0 12px;
  background: 0 0 !important;
}

.col_3 {
  margin: 6px 0;
}

.col_2,
.col_3 {
  width: 48%;
  display: inline-block;
}

.supplement {
  font-size: 12px;
  color: #333;
  line-height: 135%;
  font-weight: normal;
  text-align: center;
}

.box {
  display: none;
  padding-top: 30px;
}

.selectbox_inner {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;

  &.open .address_toggle_btn:after {
    top: 13px;
    transform: rotate(-135deg);
  }

  select {
    display: inline-block;
    width: 100%;
    height: 50px;
    margin: 0 0 20px;
    padding: 0 20px;
    background: 0 0 !important;
    background-color: #fffbe5 !important;
    border: 1px solid #f90;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    -webkit-appearance: none;
  }

  label {
    position: relative;
    display: block;

    &:after {
      content: "\f107";
      position: absolute;
      top: 15px;
      bottom: 0;
      display: block;
      margin: auto;
      font-family: FontAwesome;
      font-size: 22px;
      font-weight: bold;
      color: #f90;
    }
  }
}

.address_toggle_btn {
  position: relative;
  height: 32px;
  padding-left: 20px;
  padding-right: 30px;
  border: 1px solid #cccccc;
  border-radius: 100px;
  letter-spacing: 1px;
  font-size: 14px;

  &:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 20px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    transform: rotate(45deg);
  }

  span {
    margin-right: 10px;
  }
}

.address_area {
  display: none;
  margin-top: 10px;
}

.born_year select {
  width: 90%;
  margin: 0 10px 20px 0;
}

.adress,
.born_year,
.hope_season {
  width: 100%;
  display: inline-block;
  position: relative;
}

.adress select,
.hope_season select {
  color: #333;
  margin: 0 0 10px;
  padding: 0 20px;
  -webkit-appearance: none;
}

.adress label:after,
.hope_season:after {
  right: 20px;
}

.born_year:after {
  right: 50px;
}

.inner_text {
  width: 100%;
  padding: 0;

  input {
    width: 93%;
    height: 50px;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 0 10px;
    background: #fffbe5 !important;
    border: solid 1px #ff9600;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    -webkit-appearance: none;

    &::-webkit-input-placeholder {
      color: #bebebe;
    }
  }
}

.input_name {
  p {
    width: 100px;
    padding: 0 0 5px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #333;
  }
}

.btn {
  width: 100%;
  margin: 14px auto 0;
  padding: 19px 10px 17px;
  background: #8cc500;
  box-shadow: 0 2px 6px #dcdcdc;
  border: 0;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  -webkit-appearance: none;

  &:disabled {
    background: #bebebe;
    width: 100%;
    border-radius: 4px;
    border: 0;
    box-shadow: none;
  }
}

.footer {
  width: 100%;
  border-top: 1px solid #dcdcdc;
  text-align: center;
  font-size: 13px;
}

.footer_link {
  margin: 0 6px;
  color: #666;
}

.footer_img {
  padding: 15px 0;
  text-align: center;
}

.submitLinks {
  margin: 0 0 20px;
  font-size: 10px;
}

.submitLinks_link {
  color: #189edd;
  text-decoration: none;
}

/* 日付自動表示 */
.header p {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 0.2em;
  color: #715e3a;
  background: #f5eee6;
}

.header p span {
  display: inline-block;
  margin-right: 0.5em;
}

.header p::before,
.header p::after {
  position: absolute;
  content: "●";
  color: #ff9600;
  top: 50%;
}

.header p::before {
  left: auto;
  transform: translateX(-1.5em) translateY(-50%);
}

.header p::after {
  right: auto;
  transform: translateX(0.5em) translateY(-50%);
}

/* キャッチコピー */
.catch {
  font-size: 15px;
  font-weight: 700;
  color: #ff8900;
  padding-top: 10px;
}

.catch .note {
  font-size: 10px;
  font-weight: 400;
}

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

.urgent {
  display: inline-block;
  background-color: #EB591B;
  color: #fff;
  border-radius: 3px 0 0 0;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  padding: 4px 10px 4px 7px;
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-weight: bold;
}


.progress {
  padding-bottom: 30px;
}

.progress__inner {
  display: flex;
  list-style: none;
  width: 100%;
}

.progress__item {
  position: relative;
  width: 90%;
  text-align: center;
  font-size: 12px;
  color: #fffbe5;
  padding: 0.6em 0;
  background-color: #fffbe5;
  z-index: 1;
}

.progress__item.is-show {
  color: #ff9600;
  background-color: #ff9600;
}

.progress__item.is-head {
  color: #fff;
  z-index: 2;
}

.progress__item.is-head::after {
  position: absolute;
  content: "";
  height: 70%;
  aspect-ratio: 1;
  background-color: #ff9600;
  top: 50%;
  right: -11px;
  transform: translateY(-50%) scaleX(70%) rotate(45deg);
  z-index: -1;
}

.progress__item:last-child.is-head::after {
  content: none;
}

