/* --------------------------------------------------------------------------
   .key-visual
--------------------------------------------------------------------------- */
.key-visual {
  position: relative;
  z-index: 1;
  background-image: url("/komachi-official/assets/images/how-to-take/kv_pattern.png");
  background-repeat: repeat;
  text-align: center;
}

/* --------------------------------------------------------------------------
   .questions
--------------------------------------------------------------------------- */
.questions {
  background-image: url("/komachi-official/assets/images/how-to-take/bg_border01.png");
  background-repeat: repeat;
}

/* --------------------------------------------------------------------------
   .questions .grid
--------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   .questions
--------------------------------------------------------------------------- */
.questions .question {
  position: relative;
  z-index: 1;
}

.questions .question dl {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/* --------------------------------------------------------------------------
   .questions .basic
--------------------------------------------------------------------------- */
.questions .basic {
  position: relative;
}

.questions .basic dl {
  position: absolute;
  visibility: hidden;
}

/* --------------------------------------------------------------------------
   .sec-other-voice
--------------------------------------------------------------------------- */
.sec-other-voice {
  border-bottom: 1px solid #feeacc;
  background-image: url("/komachi-official/assets/images/how-to-take/bg_border01.png");
  background-repeat: repeat;
}

/* --------------------------------------------------------------------------
   .sec-other-voice .header
--------------------------------------------------------------------------- */
.sec-other-voice .header {
  text-align: center;
}

/* --------------------------------------------------------------------------
   .sec-other-voice .grid
--------------------------------------------------------------------------- */
.sec-other-voice .lg-contents .grid-wrapper {
  display: flex;
  justify-content: space-between;
}

.sec-other-voice .lg-contents .grid-wrapper .grid {
  width: 569px;
}

/* --------------------------------------------------------------------------
   .sec-other-voice .card
--------------------------------------------------------------------------- */
.sec-other-voice .card {
  position: relative;
}

.sec-other-voice .card::before, .sec-other-voice .card::after {
  display: block;
  background-repeat: no-repeat;
  content: '';
}

.sec-other-voice .card__inner {
  background-repeat: repeat-y;
}

.sec-other-voice .card__inner::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background-repeat: no-repeat;
  content: '';
}

/* .sec-other-voice .card .question
----------------------------------------------------------------- */
.sec-other-voice .card .question dt {
  position: relative;
}

.sec-other-voice .card .question dt span {
  position: absolute;
  visibility: hidden;
}

.sec-other-voice .card .question dd {
  background-repeat: repeat;
}

/* .sec-other-voice .card .history
----------------------------------------------------------------- */
.sec-other-voice .card .history {
  position: absolute;
  right: 0;
  color: #593900;
  text-align: center;
  line-height: 1;
}

.sec-other-voice .card .history dd span {
  font-weight: 500;
}

/* .sec-other-voice .card .user
----------------------------------------------------------------- */
.sec-other-voice .card .user {
  position: absolute;
  background-repeat: repeat;
  color: #fff;
  font-weight: 500;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.sec-other-voice .card .user::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  border-radius: 50%;
  background-color: #fff;
  content: '';
}

.sec-other-voice .card .user::after {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  content: '';
}

.sec-other-voice .card .user__inner {
  display: flex;
  align-items: center;
  padding: 0 40px 0 30px;
  height: 100%;
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

/* --------------------------------------------------------------------------
   .sec-other-voice .link
--------------------------------------------------------------------------- */
.sec-other-voice .link {
  display: none;
  text-align: center;
}

/* --------------------------------------------------------------------------
   .sec-other-voice .note
--------------------------------------------------------------------------- */
.sec-other-voice .note {
  color: #8c7a53;
  text-align: right;
}

.card--01 .user {
  background-color: #f9b62f;
  background-image: url("/komachi-official/assets/images/how-to-take/voice_tag_bg01.png");
}

.card--02 .user {
  background-color: #f87936;
  background-image: url("/komachi-official/assets/images/how-to-take/voice_tag_bg02.png");
}

/* --------------------------------------------------------------------------
   .sec-tips
--------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   .sec-tips .header
--------------------------------------------------------------------------- */

.sec-tips .header__hdg {
  text-align: center;
}

/* --------------------------------------------------------------------------
   .sec-tips .grid
--------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   .sec-tips .point
--------------------------------------------------------------------------- */
.sec-tips .point {
  position: relative;
}

.sec-tips .point h2,
.sec-tips .point p {
  position: absolute;
  visibility: hidden;
}

/* --------------------------------------------------------------------------
   .sec-voice
--------------------------------------------------------------------------- */
.sec-voice {
  border-top: 1px solid #feeacc;
  background-image: url("/komachi-official/assets/images/how-to-take/bg_border01.png");
  background-repeat: repeat;
}

/* --------------------------------------------------------------------------
   .sec-voice .header
--------------------------------------------------------------------------- */
.sec-voice .header {
  text-align: center;
}

/* --------------------------------------------------------------------------
   .sec-voice .grid
--------------------------------------------------------------------------- */

@media (min-width: 768px) {
  body {
    width: auto;
  }
  .key-visual {
    padding: 49px 0 0;
    height: 482px;
  }
  .key-visual img {
    position: relative;
    left: -13px;
  }
  .questions {
    padding: 50px 0 60px;
    border-bottom: 1px solid #feefd2;
  }
  .questions .basic {
    margin: 28px -11px 0;
  }
  .sec-other-voice {
    padding: 0 0 15px;
  }
  .sec-other-voice__content {
    margin-top: 59px;
  }
  .sec-other-voice .grid__item + .grid__item {
    margin-top: 45px;
  }
  .sec-other-voice .card::before {
    width: 680px;
    height: 65px;
  }
  .sec-other-voice .card::after {
    width: 680px;
    height: 81px;
  }
  .sec-other-voice .card__inner {
    padding: 0 48px 0 42px;
  }
  .sec-other-voice .card__inner::before {
    width: 100px;
    height: 103px;
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_circle_md.png");
  }
  .sec-other-voice .card .question dd {
    margin-top: 8px;
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_bg_dashed_md.png");
    font-size: 1.5rem;
    line-height: 3;
  }
  .sec-other-voice .card .question + .question {
    margin-top: 40px;
  }
  .sec-other-voice .card .history {
    bottom: 33px;
    width: 96px;
  }
  .sec-other-voice .card .history dt {
    font-size: 1.2rem;
  }
  .sec-other-voice .card .history dd {
    margin-top: 4px;
    font-size: 1.3rem;
  }
  .sec-other-voice .card .history dd span {
    font-size: 2.2rem;
  }
  .sec-other-voice .card .user {
    top: -9px;
    right: 62px;
    padding: 2px 4px;
    height: 56px;
    border-radius: 3px;
    font-size: 1.6rem;
  }
  .sec-other-voice .card .user::before {
    right: 11px;
    width: 11px;
    height: 11px;
  }
  .sec-other-voice .card .user::after {
    top: 8px;
    right: -33px;
    width: 51px;
    height: 25px;
    background-image: url("/komachi-official/assets/images/how-to-take/voice_user_string_md.png");
  }
  .sec-other-voice .link {
    margin-top: 60px;
  }
  .sec-other-voice .note {
    margin-top: 64px;
    font-size: 1.3rem;
  }
  .card--01::before {
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_top01_md.png");
  }
  .card--01::after {
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_bottom01_md.png");
  }
  .card--01 .card__inner {
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_middle01_md.png");
  }
  .card--02::before {
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_top02_md.png");
  }
  .card--02::after {
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_bottom02_md.png");
  }
  .card--02 .card__inner {
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_middle02_md.png");
  }
  .sec-tips {
    padding: 60px 0 69px;
    border-bottom: 1px solid #feefd2;
  }
  .sec-tips__content {
    margin: 44px 0 0;
  }
  .sec-tips .header {
    text-align: center;
  }
  .sec-tips .header__lead {
    margin: 30px 0 0;
    line-height: 1.8;
  }
  .sec-tips .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec-voice {
    padding: 69px 0;
  }
  .sec-voice__content {
    margin-top: 32px;
  }
  .sec-voice .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    width: auto;
  }
}

@media (min-width: 1280px) {
  body {
    width: auto;
  }
  .key-visual {
    padding: 28px 0 0;
    height: 400px;
  }
  .questions {
    margin: -62px 0 0;
    padding: 0 0 71px;
  }
  .questions .grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
  .questions .grid__item {
    padding: 32px 16px 0;
    width: 50%;
  }
  .sec-other-voice__content {
    margin-top: 12px;
  }
  .sec-other-voice .grid__item {
    margin: 62px 0 0;
  }
  .sec-other-voice .grid__item + .grid__item {
    margin-top: 55px;
  }
  .sec-other-voice .card {
    width: 569px;
  }
  .sec-other-voice .card::before {
    width: 569px;
    height: 62px;
  }
  .sec-other-voice .card::after {
    width: 569px;
    height: 83px;
  }
  .sec-other-voice .card__inner {
    padding: 1px 42px;
  }
  .sec-other-voice .card__inner::before {
    width: 107px;
    height: 104px;
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_circle_lg.png");
  }
  .sec-other-voice .card .question dd {
    margin-top: 7px;
  }
  .sec-other-voice .card .question + .question {
    margin-top: 40px;
  }
  .sec-other-voice .link {
    margin-top: 67px;
  }
  .sec-other-voice .note {
    margin-top: 35px;
    font-size: 1.3rem;
  }
  .card--01::before {
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_top01_lg.png");
  }
  .card--01::after {
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_bottom01_lg.png");
  }
  .card--01 .card__inner {
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_middle01_lg.png");
  }
  .card--02::before {
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_top02_lg.png");
  }
  .card--02::after {
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_bottom02_lg.png");
  }
  .card--02 .card__inner {
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_middle02_lg.png");
  }
  .sec-tips {
    padding: 70px 0 80px;
  }
  .sec-tips__content {
    margin: 43px 0 0;
  }
  .sec-voice {
    padding: 69px 0 82px;
  }
  .sec-voice__content {
    margin-top: 27px;
  }
  .sec-voice .grid {
    margin: -23px 0 0;
  }
  .sec-voice .grid__item {
    margin: 23px 0 0;
  }
}

@media (max-width: 767px) {
  .key-visual {
    background-size: 12px 19px;
  }
  .key-visual img {
    max-width: 375px;
    width: 100%;
    height: auto;
  }
  .questions {
    padding: 26px 0 36px;
  }
  .questions .grid {
    text-align: center;
  }
  .questions .grid__item + .grid__item {
    margin-top: 15px;
  }
  .questions .question img {
    max-width: 325px;
    width: 100%;
    height: auto;
  }
  .questions .basic {
    margin: 26px 0 0;
    text-align: center;
  }
  .questions .basic::before, .questions .basic::after {
    position: absolute;
    display: block;
    width: 38px;
    height: 36px;
    background-image: url("/komachi-official/assets/images/how-to-take/question_basic_corner_sm.png");
    background-size: 38px 36px;
    content: '';
  }
  .questions .basic::before {
    top: -8px;
    left: -8px;
  }
  .questions .basic::after {
    right: -7px;
    bottom: -7px;
  }
  .questions .basic img {
    max-width: 340px;
    width: 100%;
    height: auto;
  }
  .sec-other-voice {
    padding: 0 0 35px;
  }
  .sec-other-voice__content {
    margin-top: 42px;
  }
  .sec-other-voice .grid__item + .grid__item {
    margin-top: 40px;
  }
  .sec-other-voice .card {
    margin: 0 auto;
    width: 325px;
  }
  .sec-other-voice .card::before {
    width: 325px;
    height: 44px;
    background-size: 325px 45px;
  }
  .sec-other-voice .card::after {
    width: 325px;
    height: 53px;
    background-size: 325px 53px;
  }
  .sec-other-voice .card__inner {
    padding: 0 28px 0 25px;
    background-size: 325px 30px;
  }
  .sec-other-voice .card__inner::before {
    width: 78px;
    height: 78px;
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_circle_sm.png");
    background-size: 78px;
  }
  .sec-other-voice .card .question dt img {
    margin-left: -5px;
    width: 225px;
    height: auto;
  }
  .sec-other-voice .card .question dd {
    margin-top: 6px;
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_bg_dashed_sm.png");
    background-size: 5px 40px;
    font-size: 1.5rem;
    line-height: 2.68;
  }
  .sec-other-voice .card .question + .question {
    margin-top: 33px;
  }
  .sec-other-voice .card .history {
    right: -5px;
    bottom: 23px;
    width: 78px;
  }
  .sec-other-voice .card .history dt {
    font-size: 1.2rem;
  }
  .sec-other-voice .card .history dd {
    margin-top: 1px;
    font-size: 1.2rem;
  }
  .sec-other-voice .card .history dd span {
    font-size: 1.8rem;
  }
  .sec-other-voice .card .user {
    top: -7px;
    right: 34px;
    padding: 1px 2px;
    height: 36px;
    border-style: 2px;
    border-radius: 2px;
    background-size: 25px;
    font-size: 1.2rem;
  }
  .sec-other-voice .card .user::before {
    right: 9px;
    width: 7px;
    height: 7px;
  }
  .sec-other-voice .card .user::after {
    top: 7px;
    right: -18px;
    width: 32px;
    height: 17px;
    background-image: url("/komachi-official/assets/images/how-to-take/voice_user_string_sm.png");
    background-size: 32px 17px;
  }
  .sec-other-voice .card .user__inner {
    padding: 0 21px 0 15px;
  }
  .sec-other-voice .link {
    margin-top: 40px;
  }
  .sec-other-voice .note {
    margin-top: 9px;
    font-size: 1.1rem;
  }
  .card--01::before {
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_top01_sm.png");
  }
  .card--01::after {
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_bottom01_sm.png");
  }
  .card--01 .card__inner {
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_middle01_sm.png");
  }
  .card--02::before {
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_top02_sm.png");
  }
  .card--02::after {
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_bottom02_sm.png");
  }
  .card--02 .card__inner {
    background-image: url("/komachi-official/assets/images/how-to-take/voice_card_middle02_sm.png");
  }
  .sec-tips {
    padding: 35px 0 43px;
  }
  .sec-tips__content {
    margin-top: 21px;
  }
  .sec-tips .header__hdg img {
    max-width: 281px;
    width: 100%;
    height: auto;
  }
  .sec-tips .header__lead {
    margin: 14px 0 0;
    font-size: 1.6rem;
    line-height: 1.66;
  }
  .sec-tips .grid {
    text-align: center;
  }
  .sec-tips .grid__item + .grid__item {
    margin-top: 15px;
  }
  .sec-tips .point img {
    max-width: 325px;
    width: 100%;
    height: auto;
  }
  .sec-voice {
    padding: 35px 0 29px;
  }
  .sec-voice__content {
    margin-top: 13px;
  }
  .sec-voice .grid {
    text-align: center;
  }
  .sec-voice .grid__item + .grid__item {
    margin-top: 12px;
  }
  .sec-voice .grid img {
    max-width: 325px;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .questions .grid__item + .grid__item {
    margin-top: 30px;
  }
  .sec-other-voice .header {
    margin: 0 -5px;
  }
  .sec-tips .grid {
    margin: -30px 0 0;
  }
  .sec-tips .grid__item {
    padding: 30px 0 0;
  }
  .sec-voice .grid__item:nth-child(3), .sec-voice .grid__item:nth-child(4) {
    margin-top: 16px;
  }
  .sec-voice .grid__item:nth-child(5), .sec-voice .grid__item:nth-child(6) {
    margin-top: 14px;
  }
}

@media (max-width: 374px) {
  .sec-other-voice .header img {
    width: 100%;
    height: auto;
  }
  .sec-other-voice .grid__item {
    margin: 0 -27px;
  }
  .sec-voice .header img {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=../../../../maps/komachi-official/assets/styles/how-to-take/index.css.map */
