@charset "utf-8";

/*
  File Name   : phishing.css
  Description : フィッシング詐欺
*/


/*
----------------------------------------------------------- */
/* index
----------------------------------------------------------- */
.sec-intro {
  margin: 0 0 30px;
  padding: 30px 15px 0;
}

.sec-intro__catch {
  margin: 0 0 20px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.sec-intro__img {
  position: relative;
  top: -50px;
  margin: 0 0 20px;
  text-align: center;
  opacity: 0;
}

.sec-intro__img img {
  width: 293px;
}

.sec-intro__ttl {
  position: relative;
  top: -50px;
  margin: 0 0 15px;
  text-align: center;
  opacity: 0;
}

.sec-intro__ttl img {
  width: 228px;
}

.sec-intro__txt {
  margin: 0 0 20px;
  color: #fff;
  opacity: 0;
}

.sec-intro__btn {
  text-align: center;
  opacity: 0;
}

.sec-intro__btn img {
  width: 230px;
}


/*
----------------------------------------------------------- */
/* recommend
----------------------------------------------------------- */
.sec-rcmd__ttl {
  line-height: 38px;
  padding: 0 15px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #f08300;
}

.nav-rcmd-wrap {
  position: relative;
}

.nav-rcmd {
  background: #000;
}

.nav-rcmd__item {
  position: relative;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.nav-rcmd__item.is-overlay {
  opacity: .4;
}

.nav-rcmd__item--anm {
  background: url(/jp/forHome/media/mobilesecurity/spsimulation/images/phishing/bg-rcmd-01.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.nav-rcmd__item--msc {
  background: url(/jp/forHome/media/mobilesecurity/spsimulation/images/phishing/bg-rcmd-02.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.nav-rcmd__item--mv {
  background: url(/jp/forHome/media/mobilesecurity/spsimulation/images/phishing/bg-rcmd-03.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.nav-rcmd__item img {
  position: absolute;
  top: 50%;
  height: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav-rcmd__item span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #4a9aaa;
  font-size: 8px;
}

.btn-campaign {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 290px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-btm {
  height: 50px;
}

.nav-btm__item {
  float: left;
  width: 25%;
  height: 50px;
  margin: 0 0 -10px;
  padding: 15px 0 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

.nav-btm__item--bsn {
  background: #b2d1e9;
}

.nav-btm__item--anm {
  background: #f7b2ca;
}

.nav-btm__item--rcmd {
  position: relative;
  top: -10px;
  height: 60px;
  padding: 20px 0 0;
  background: #f08300;
}

.nav-btm__item--vrty {
  background: #ddedbb;
}

@media screen and (max-width: 320px) {
  .nav-rcmd__item {
    height: 140px !important;
  }
  
  .nav-btm {
    height: 40px;
  }

  .nav-btm__item {
    height: 40px;
    padding: 10px 0 0;
  }
  
  .nav-btm__item--rcmd {
    height: 50px;
    padding: 15px 0 0;
  }
}


/*
----------------------------------------------------------- */
/* campaign
----------------------------------------------------------- */
.sec-cmp {
  padding: 30px 15px 20px;
  text-align: center;
  background: url(/jp/forHome/media/mobilesecurity/spsimulation/images/phishing/bg-cmp-01.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.sec-cmp__ttl {
  margin: 0 0 15px;
}

.sec-cmp__ttl img {
  width: 180px;
}

.sec-cmp__txt {
  margin: 0 0 20px;
}

.sec-cmp__txt img {
  width: 290px;
}

.sec-cmp__btn img {
  width: 230px;
}


/*
----------------------------------------------------------- */
/* form
----------------------------------------------------------- */
.sec-form {
  padding: 30px 15px 20px;
  color: #fff;
  background: url(/jp/forHome/media/mobilesecurity/spsimulation/images/phishing/bg-cmp-01.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.sec-form__ttl {
  margin: 0 0 10px;
  text-align: center;
}

.sec-form__ttl img {
  width: 235px;
}

.sec-form__txt {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.sec-form__btn {
  text-align: center;
}

.sec-form__btn img {
  width: 230px;
}

.form__label {
  font-size: 14px;
  font-weight: bold;
}

.form__label span {
  display: inline-block;
  line-height: 1.5;
  margin: 0 0 0 5px;
  padding: 0 5px;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  background: #d7000f;
}

.form__input {
  margin: 0 0 10px;
}

.form__input .w100 {
  width: 100%;
}

.form__input label {
  white-space: nowrap;
}

.form__input table {
  margin: 5px 0 0;
}

.form__input th {
  line-height: 1.3;
  padding: 0 0 5px;
  text-align: left;
}

.form__input td {
  padding: 0 0 5px;
}

.form__input .ok {
  color: #000 !important;
  background: #cfd;
  opacity: 1 !important;
}

.form__note {
  font-size: 10px;
}

.sec-form__att {
  margin: 0 0 10px;
  padding: 5px 10px;
  color: #231815;
  font-size: 9px;
  text-align: center;
  background: #fff100;
}


/*
----------------------------------------------------------- */
/* thanks
----------------------------------------------------------- */
.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.footer--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.sec-thanks {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px 15px 20px;
  color: #fff;
  background: url(/jp/forHome/media/mobilesecurity/spsimulation/images/phishing/bg-cmp-01.jpg) no-repeat 50% 50%;
  background-size: cover;
  box-sizing: border-box;
}

.sec-thanks__ttl {
  margin: 46px 0 20px;
  text-align: center;
}

.sec-thanks__ttl img {
  width: 235px;
}

.sec-thanks__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 230px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sec-thanks__txt img {
  width: 230px;
}

.thanks-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(/jp/forHome/media/mobilesecurity/spsimulation/images/common/bg-01.png) no-repeat 50% 50%;
  background-size: cover;
}

.thanks-overlay__txt {
  line-height: 95vh;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  opacity: 0;
}


/*
----------------------------------------------------------- */
/* mail
----------------------------------------------------------- */
.sec-mail {
  background: #fff;
}

.sec-mail__ttl {
  position: fixed;
  top: 46px;
  left: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  background: #dcdddd;
}

.sec-mail-list {
  padding: 81px 0 75px;
}

.sec-mail-list a {
  display: block;
}

.sec-mail-list .is-flashing {
  background: #fdede4;
}

.sec-mail-list img {
  vertical-align: top;
}

.sec-mail__nav {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #dcdddd;
}

.sec-mail__nav img {
  height: 40px;
}

.sec-mail__nav img:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

.sec-mail__nav img:last-child {
  position: absolute;
  top: 0;
  right: 0;
}

.sec-mail-detail {
  background: #fff url(/jp/forHome/media/mobilesecurity/spsimulation/images/phishing/img-mail-15.png);
}

.sec-mail-detail.is-shrinking {
  margin: 61px auto 0;
  background: #fff;
}

.sec-mail-detail__ttl {
  position: fixed;
  top: 46px;
  left: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: normal;
  background: #dcdddd;
  box-sizing: border-box;
}

.sec-mail-detail__ttl span:first-child {
  float: left;
}

.sec-mail-detail__ttl span:last-child {
  float: right;
}

.sec-mail-detail__txt {
  padding: 91px 0 75px;
  background: #fff;
}

.sec-mail-detail__nav {
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  background: #dcdddd;
  box-sizing: border-box;
}

.sec-mail-detail__nav img {
  height: 40px;
}

.credit-txt {
  display: none;
  margin: 20px 0;
  text-align: center;
}

.credit-txt img {
  width: 234px;
  opacity: 0;
}

.credit-btn {
  display: none;
  margin: 0 0 30px;
  text-align: center;
}

.credit-btn img {
  width: 230px;
  opacity: 0;
}


/*
----------------------------------------------------------- */
/* why
----------------------------------------------------------- */
.sec-why {
  margin: 0 0 30px;
  padding: 30px 15px 0;
}

.sec-why__img {
  margin: 0 0 20px;
  text-align: center;
}

.sec-why__img img {
  width: 293px;
}

.sec-why__txt {
  margin: 0 0 20px;
  color: #fff;
}

.sec-why-lesson {
  margin: 0 0 20px;
  text-align: center;
}

.sec-why-lesson__label {
  padding: 3px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 10px;
  background: #231815;
}

.sec-why-lesson__txt {
  line-height: 1.5;
  padding: 5px 15px;
  color: #231815;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
}

.sec-why__btn {
  text-align: center;
}

.sec-why__btn img {
  width: 230px;
}


/*
----------------------------------------------------------- */
/* howto
----------------------------------------------------------- */
.sec-howto {
  margin: 0 0 30px;
  padding: 30px 15px 0;
}

.sec-howto__ttl {
  margin: 0 0 20px;
  text-align: center;
}

.sec-howto__ttl img {
  width: 279px;
}

.sec-howto-list {
  margin: 0 0 20px;
  padding: 15px;
  background: #fff;
}

.sec-howto-list__label {
  display: table;
  margin: 0 0 10px;
}

.sec-howto-list__label span {
  display: table-cell;
}

.sec-howto-list__label span:first-child {
  width: 40px;
  vertical-align: top;
}

.sec-howto-list__label span:last-child {
  line-height: 1.3;
  vertical-align: middle;
  padding: 0 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.sec-howto-list__txt {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #231815;
  font-size: 14px;
}

.sec-howto-list__txt:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.box-fb {
  margin: 0 0 20px;
  text-align: center;
}

.sec-howto__btn {
  width: 248px;
  margin: 0 auto 20px;
  text-align: center;
}

.sec-howto__btn a {
  display: inline-block;
  margin: 0 5px;
}

.sec-howto__btn img {
  height: 51px;
}

.sec-howto__app {
  text-align: center;
}

.sec-howto__app a {
  display: inline-block;
  margin: 0 5px;
}

.sec-howto__app img {
  height: 40px;
}

.sec-howto__staff {
  line-height: 1.5;
  margin: 0 0 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.sec-howto__staff span {
  font-size: 16px;
}