@charset "utf-8";

.orange {
  color: #eb5505;
}
.attention-text {
  position: relative;
  padding-left: 20px;
}
.attention-text:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 13px;
  left: 0;
  top: 4px;
  background: url(/security/initiatives/misappropriate/img/icon_attention.png) no-repeat;
  background-size: 15px;
}



input[type=radio],
.question-check input[type=checkbox] {
  display: none; /* ラジオボタンとチェックボックスとテキストエリアを非表示にする */
}
.c-survey__container {
  margin-top: 50px;
  line-height: 1.6;
  border-top: 1px solid #dddddd;
  font-size: 16px;
}
.c-survey-head {
  padding: 35px 10px;
  font-size: 16px;
  background: #fff5ed;
  text-align: center;
}
.c-survey-head .c-hdg {
  margin-bottom: 10px;
  font-weight: 600;
}
.c-survey-lead {
  margin-bottom: 10px;
}
.c-survey-q-lead {
  margin-bottom: 34px;
}
.c-survey-lead b {
  font-weight: 700;
}
.c-survey-icon {
  line-height: 1;
}
.c-survey-icon > img {
  vertical-align: bottom;
}
.c-survey-buttonlist {
  display: flex;
  justify-content: center;
}
.c-survey-buttonlist .c-survey-button {
  display: none;
}
.c-survey-buttonlist .c-survey-button-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 40px;
  margin: 8px;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  border-bottom: 3px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
}
.c-survey-buttonlist .c-survey-button:checked + label {
  background:#fde7d8;
}
.c-survey-body {
  display: none;
  padding: 37.5px 20px;
  background: #f3f3f3;
}
.c-survey-body b {
  font-weight: 600;
}
.c-survey-body.is-disabled select,
.c-survey-body.is-disabled textarea{
  pointer-events : none;
  background: #cccccc;
}
.survey-q {
  font-weight: 600;
}
.survey-q-sub {
  margin-top: 5px;
}
select.survey-a {
  width: 100%;
  padding: 10px;
  margin-top: 16px;
  margin-bottom: 35px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
textarea.survey-a {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 35px;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.c-survey-submit-wrap {
  margin: 0 20px;
}
.c-survey-submit-wrap input {
  display: none;
}
.c-survey-submit {
  width: 100%;
  height: 54px;
  border-radius: 4px;
  color: #fff;
  background: #eb5505;
  border-top: 1px solid #ff6714;
  border-bottom: 2px solid #d14c04;
  border-left: 1px solid #eb5505;
  border-right: 1px solid #eb5505;
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#survey-end {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.question-item {
  color: #333333;
  font-size: 16px;
}
.question-item .alert {
  margin-top: 5px;
  color: red;
}
.question-content {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
}
.question-content.question-content--start {
  flex-direction: column;
}
.question-content--start {
  justify-content: flex-start;
}
.question-wrap:first-child {
  margin-right: 20px;
}
.question-wrap label {
  position: relative;
  padding-left: 30px;
  width: 152px;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px #d9d9d9;
}
.question-wrap label::before,
.question-wrap label::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
}
.question-wrap label::before {
  left: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  border: 1px solid #d9d9d9;
}
.question-wrap input[type=radio]:checked + label {
  background-color: #f2e3db;
}
.question-wrap input[type=radio]:checked + label::before {
  border-color: #eb5505;
}
.question-wrap input[type=radio]:checked + label::after {
  left: 13px;
  top: 13px;
  width: 9px;
  height: 9px;
  background-color: #eb5505;
}
.question-check {
  width: 100%;
  font-size: 14px;
}
.question-check:nth-child(n+2) {
  margin-top: 20px;
}
.question-check label {
  padding-left: 30px;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.question-check label::before,
.question-check label::after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
}
.question-check label::before {
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #d9d9d9;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
.question-check label::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  height: 7px;
  width: 13px;
  transform: rotate(-45deg);
  top: 4px;
  left: 4px;
}
.question-check input[type="checkbox"]:checked + label::before {
  background-color: #eb5505;
  border-color: #eb5505;
}
.question-check input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.question-evaluation {
  font-size: 18px;
  line-height: 2.25;
}
.question-evaluation label {
  position: relative;
  padding: 0 25px;
  color: #eb5505;
  display: inline-block;
  vertical-align: bottom;
  z-index: 2;
}
.question-evaluation label::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: -1;
}
.question-evaluation label::after {
  left: 11px;
  top: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #eb5505;
  background-color: #fff;
}
.question-evaluation input[type=radio]:checked + label {
  color: #fff;
}
.question-evaluation input[type=radio]:checked + label::after {
  background-color: #eb5505;
}
.question-rating {
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.question-rating + .question-content {
  margin-top: 5px;
}
.question-rating .question-rating-left {
  margin-right: 115px;
  text-align: left;
}
.question-rating  .question-rating-right {
  margin-left: 115px;
  text-align: right;
}
.c-anchor.anchor[data-col="1"] > li a {
  justify-content: center;
  text-align: center;
}
.c-anchor.anchor[data-siza="m"] > li {
  max-width: 450px;
  margin: 0 auto;
}

/*============================================================
PC
============================================================*/
@media screen and (min-width: 641px) {
  .question-wrap label {
    width: 170px;
  }
  .c-survey-icon {
    margin-bottom: 20px;
  }
  .c-survey-buttonlist .c-survey-button-text:hover {
    background-color: #fdeee6;
  }
}


/*============================================================
SP
============================================================*/
@media screen and (max-width: 640px) {
  select.survey-a {
    font-size: 16px;
    color: #000;
  }
  .question-wrap label {
    width: 152px;
  }
  .c-survey-icon {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 400px) {
  .question-rating .question-rating-left {
    width: 50%;
    margin-right: 0;
  }
  .question-rating .question-rating-right {
    width: 50%;
    margin-left: 0;
  }
}

.pink-bg {
  background-color: #fff4ed;
  padding: 10px 0;
  font-size: 18px;
}

.freeNum {
  position: relative;
  display: flex;
  align-items: center;
}

.freeNum::before {
  content: '';
  width: 50px;
  height: 30px;
  position: absolute;
  left: 0;
  background-image: url('/security/initiatives/misappropriate/img/icon_free.gif');
  background-repeat: no-repeat;
  background-size: 100%;
}

.freeNum > a {
  padding-left: 55px;
}

.freeNum > a,
.callNum > a {
  font-weight: bold;
  color: #0070cc;
  text-decoration: none;
}

.callNum > a {
  padding-left: 5px;
}

@media (min-width: 641px) {
  .flex {
    display: flex;
    align-items: center;
  }
  .freeNum > a, .callNum > a {
    font-size: 25px;
  }
  .flex div:first-child {
    margin-right: 30px;
  }
  .freeNum > a:hover,
  .callNum > a:hover {
    text-decoration: underline;
  }
}
.modal_overlay {
  display: block;
  opacity: 0;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.modal_overlay.show {
  opacity: 1;
  z-index: 2000000;
}
.modal_content_pop {
  background: #fff;
  padding: 32px 32px 40px 32px;
  width: 80%;
  max-width: 520px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  text-align: center;
}
.modal_content_pop.show_cont {
  opacity: 1;
  z-index: 1000;
}
.modal_block .modal_content_pop {
  max-width: 960px;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px #00000029;
}
.modal_content_inner {
  position: relative;
  z-index: 2;
  padding-top: 50px;
}
.close_modal {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.remove_body_scroll {
  overflow: hidden;
}
.modal_block .cmn_square_box {
  padding: 0 0 24px;
}
.modal_block .cmn_square_box .flex {
  padding: 0 24px;
}
.modal_block .cmn_square_box .cmn_annotation_list {
  padding: 0 24px
}
@media screen and (max-width: 640px) {
  .pink-bg {
    padding: 5px 10px;
    font-size: 16px;
  }
  .freeNum > a, .callNum > a {
    font-size: 20px;
  }
  .modal_content_pop {
    padding: 25px 25px 40px 25px;
    width: 90%;
  }
  .modal_content_pop .fs18 {
    font-size: 1.6rem;
  }
  .modal_content_pop .img img {
    width: 100%;
  }
  .close_modal {
    width: 40px;
    height: 40px;
  }
}