@charset "UTF-8";
.marker {
  background-color: #ffff66;
  font-weight: bold;
}

/* Margin Top */
.mT12{ margin-top:12px; }
.mT32 { margin-top: 32px;}

/* common section */
.section_block {
  margin-top: 72px;
}
.mTMV {
  margin-top: 95px;
}
@media screen and (max-width:640px){
  .section_block {
    margin-top: 56px;
  }
  .mTMV {
    margin-top: 80px;
  }
  .sp_mT56 {
    margin-top: 56px !important;
  }
  .cmn_w100p_wrap > .inner {
    padding: 40px 24px;
  }
}
/* Tags */
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tags .tags_text {
  color: #7D7D7D;
  margin-right: 40px;
}
.tags .tags_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.tags .tags_list li {
  padding: 2px 8px;
  background: #D5F2F2;
  color: #096663;
  font-weight: 500;
}
@media screen and (max-width:640px) {
  .tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tags .tags_text {
    margin: 0 0 16px 0;
  }
  .tags .tags_text,
  .tags .tags_list li {
    font-size: 1.4rem;
  }
}
/* Attention Box */
.attention-box {
  background-color: #fef6f2;
  padding: 20px;
}
.attention-head {
  font-weight: bold;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 12px;
  font-size: 1.3em;
}
.attention-head::before {
  position: absolute;
  content: '';
  width: 1.3em;
  height: 100%;
  left: 0;
  background: url('/column/security_index/2404_password/img/icon_attention.png') no-repeat;
  background-size: 100% auto;
  background-position: center 0.3em;
}
.attention-head.--size_s {
  font-size: 1.6rem;
  font-weight: normal;
}
.attention-grid {
  display: flex;
  justify-content: space-between;
}
.attention-grid-item {
  width: 49%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.attention-grid-head {
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  padding: 0.1em;
  background-color: #EA5605;
  border-radius: 10px 10px 0 0;
}
.attention-grid-cont {
  background-color: #fff;
  padding: 1em 1.5em;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
  line-height: 1.5;
  flex-grow: 1;
}
.attention-grid-item:last-child .attention-grid-head {
  background-color: #00939D;
}
@media screen and (max-width:640px){
  .attention-grid {
    display: block;
  }
  .attention-grid-item {
    width: 100%;
  }
  .attention-grid-item:last-child {
    margin-top: 20px;
  }
}

/* amends step */
.amends-step {
  width: 100%;
  max-width: 614px;
  margin: 0 auto;
}

.amends-step li {
  border: 1px solid #ccc;
  padding: 20px 25px;
  position: relative;
  margin-top: 48px;
}

.amends-step li::after {
  position: absolute;
  content: "";
  border-top: 18px solid #eb5505;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
}

.amends-step li:last-child:after {
  display: none;
}

.amends-step li:first-child {
  margin-top: 0;
}

.amends-step__hdg {
  font-size: 18px;
  font-weight: bold;
  color: #eb5505;
  text-align: center;
  margin-bottom: 20px;
}

.amends-step__img {
  width: 15%;
  text-align: center;
}

.amends-step__wrap {
  width: 85%;
  margin-left: 25px;
}

.amends-step__item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width:640px){
  .amends-step__hdg {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .amends-step {
    margin-top: 25px;
  }

  .amends-step li {
    padding: 20px 20px;
    margin-top: 38px;
  }

  .amends-step__img {
    width: 30%;
    text-align: center;
  }

  .amends-step__wrap {
    width: 75%;
    margin-left: 15px;
  }

  .amends-step li::after {
    bottom: -30px;
  }
}
/* people box */
.people-box[data-bg-color="orange"] {
  background-color: #FFF4ED;
}

.people-box[data-bg-color="light-blue"] {
  background-color: #EAF8FA;
}

.people-box__wrap {
  width: 100%;
  display: flex;
  align-items: center;
}

.people-box__lead {
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (min-width: 641px) {
  .people-box {
    margin-top: 30px;
    padding: 30px 40px;
  }

  .people-box + .people-box {
    margin-top: 25px;
  }

  .people-box__img {
    width: 16%;
    margin-right: 20px;
  }

  .people-box__body {
    width: 84%;
  }

  .people-box__lead {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .people-box__lead > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .people-box {
    margin-top: 20px;
    padding: 20px 15px;
  }

  .people-box + .people-box {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .people-box__wrap {
    margin-bottom: 15px;
  }

  .people-box__img {
    width: 27%;
    margin-right: 15px;
  }

  .people-box__body {
    width: 73%;
  }

  .people-box__lead {
    font-size: 18px;
  }

  .people-box__lead > span {
    font-size: 14px;
  }
}
/* voice */
.voice {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.voice dt {
  margin-right: 10px;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}
.voice.voice01 dt {
  color: #00939D;
}

.voice.voice02 dt {
  color: #EA5605;
}

.voice__img {
  text-align: center;
}

.voice__name {
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .voice + .voice {
    margin-top: 35px;
  }

  .voice dt {
    width: 6%;
  }

  .voice dd {
    width: 94%;
  }

  .voice__img > img {
    width: 100%;
    max-width: 60px;
  }

  .voice__name {
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  .voice + .voice {
    margin-top: 30px;
  }

  .voice dt {
    width: 14%;
  }

  .voice dd {
    width: 86%;
  }

  .voice__img > img {
    max-width: 50px;
  }

  .voice__name {
    margin-top: 2px;
  }
}
/* slider調整用 */
.steps.cmn_heading03._sml.--with_img {
  font-size: 1.8rem;
}
@media screen and (max-width:640px){
  .steps.cmn_heading03._sml.--with_img {
    font-size: 1.6rem;
  }
}
