@charset "UTF-8";
html {
  font-size: 0.714vw;
}

@media (max-width: 999px) {
  html {
    font-size: 0.9vw;
  }
}

@media (max-width: 575px) {
  html {
    font-size: 2vw;
  }
}

html {
 overflow-x: hidden;
 overflow-y: scroll; -webkit-overflow-scrolling: touch
}

html body {
  font-family: 'YakuHanJP_Noto', 'Noto Sans JP', sans-serif;
  font-size: 47px;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}


html body .top {
  position: relative;
  width: 1000px;
  height: auto;
  background-color: #FFFFFF;
  top: 0;
  bottom: 0;
  margin: auto;
  /*padding: 0 40rem; */
  /*サイドバーアニメーション制御*/
}

@media (max-width: 575px) {
  html body .top {
    width: 100%;
    padding: 0rem 0;
  }
}

html body .top img {
  position: relative;
  top:0px;
  background-color: #FFFFFF;
  justify-content;
  display: flex;
  width: 100%;
  height: auto;
}


/*------------------------------------------------*/
/* 質問画像       　                               */
/*------------------------------------------------*/
html body .question img {
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #4E4444;
  justify-content;
  display: flex;
  width: 1000px;
  height: auto;
  padding: 0rem 0rem 0rem;
 }
@media (max-width: 575px) {
  html body .question img {
    position: relative;
    top:0px;
    justify-content;
    display: flex;
    width: 100%;
    height: auto;
    padding: 0rem 0rem 0rem;
  }
}


/*------------------------------------------------*/
/* アンケート(4段)  　                               */
/*------------------------------------------------*/
html body .answerbox_4 {
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1000px;
  height: 625px;
  background-color: #FFFFFF;
}

@media (max-width: 575px) {
  html body .answerbox_4 {
    position: relative;
    width: 100%;
    height: 275px;
    background-color: #FFFFFF;
  }
}

/*------------------------------------------------*/
/* チェックボックス(4段)                               */
/*------------------------------------------------*/
html body .answerbox_4 .checkbox-wrap {
  position: relative;
  top: 26px;
  bottom: 0;
  width: 811px;
  height: 74px;
  background-color: #EDB6B9;
  border: 1px solid;
  border-color: #EDB6B9;
  display: block;
  margin: 0px 0px 26px 0px;
    
  cursor: pointer;
  font-size: 47px;
  color: #FFFFFF;
  user-select: none;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  text-shadow:0px 0px 0px rgba(100, 36, 36, 0.38);
  letter-spacing: 0.1em;
}

@media (max-width: 575px) {
  html body .answerbox_4 .checkbox-wrap {
    position: relative;
    top:0px;
    width: 80%;
    height: 40px;
    background-color: #EDB6B9;
    border: 1px solid;
    border-color: #EDB6B9;
    display: block;
    margin: 0px 0px 26px 26px;
    padding:5px;
    
    cursor: pointer;
    font-size: 16px;
    color: #FFFFFF;
    user-select: none;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    text-shadow:0px 0px 0px rgba(100, 36, 36, 0.38);
    letter-spacing: 0.1em;
  }
}

@media (max-width: 400px) {
  html body .answerbox_4 .checkbox-wrap {
    padding:7px;
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  html body .answerbox_4 .checkbox-wrap {
    padding:8px;
    font-size: 13px;
  }
}

@media (max-width: 280px) {
  html body .answerbox_4.checkbox-wrap {
    padding:8px;
    font-size: 10px;
  }
}

/* デフォルトチェックボックス非表示 */
html body .answerbox_4 .checkbox-wrap input {
  display: none;
}

/* チェックボックスのスタイル */
html body .answerbox_4 .checkbox-wrap .checkmark {
  position: absolute;
  top: 9px;
  left: 24px;
  height: 56px;
  width: 56px;
  border: 2px solid #707070;
  background-color: #FFFFFF;
  box-sizing: border-box;
}

@media (max-width: 575px) {
    html body .answerbox_4 .checkbox-wrap .checkmark {
    position: absolute;
    top: 4px;
    left: 12px;
    height: 28px;
    width: 28px;
    border: 2px solid #707070;
    background-color: #FFFFFF;
    box-sizing: border-box;
  }
}

/* チェックマーク作成 */
html body .answerbox_4 .checkbox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  bottom: 15px;
  width: 25px;
  height: 35px;
  border: 2px solid #707070;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media (max-width: 575px) {
  html body .answerbox_4 .checkbox-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 12px;
    bottom: 8px;
    width: 10px;
    height: 20px;
    border: 2px solid #707070;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
}


/* チェック時のスタイル */
html body .answerbox_4 .checkbox-wrap input:checked + .checkmark {
  border: 2px solid #707070;
}

/* チェック時 チェックマーク表示 */
html body .answerbox_4 .checkbox-wrap input:checked + .checkmark:after {
  display: block;
}

/*------------------------------------------------*/
/* アンケート(縦幅広)  　                             */
/*------------------------------------------------*/
html body .answerbox_5 {
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1000px;
  height: 1250px;
  background-color: #FFFFFF;
}

@media (max-width: 575px) {
  html body .answerbox_5 {
    position: relative;
    width: 100%;
    height: 370px;
    background-color: #FFFFFF;
  }
}

/*------------------------------------------------*/
/* チェックボックス(縦幅広)                               */
/*------------------------------------------------*/
html body .answerbox_5 .checkbox-wrap {
  position: relative;
  top: 45px;
  bottom: 0;
  width: 811px;
  height: 160px;
  background-color: #EDB6B9;
  border: 1px solid;
  border-color: #EDB6B9;
  display: block;
  margin: 0px 0px 45px 75px;
    
  cursor: pointer;
  font-size: 45px;
  color: #FFFFFF;
  user-select: none;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  text-shadow:0px 0px 0px rgba(100, 36, 36, 0.38);
  letter-spacing: 0.1em;
}

@media (max-width: 575px) {
  html body .answerbox_5 .checkbox-wrap {
    position: relative;
    top:0px;
    width: 80%;
    height: 40px;
    background-color: #EDB6B9;
    border: 1px solid;
    border-color: #EDB6B9;
    display: block;
    margin: 0px 0px 60px 75px;
    padding:5px;
    
    cursor: pointer;
    font-size: 16px;
    color: #FFFFFF;
    user-select: none;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    text-shadow:0px 0px 0px rgba(100, 36, 36, 0.38);
    letter-spacing: 0.1em;
  }
}

@media (max-width: 400px) {
  html body .answerbox_5 .checkbox-wrap {
    padding:7px;
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  html body .answerbox_5 .checkbox-wrap {
    padding:8px;
    font-size: 13px;
  }
}

@media (max-width: 280px) {
  html body .answerbox_5 .checkbox-wrap {
    padding:8px;
    font-size: 10px;
  }
}

/* デフォルトチェックボックス非表示 */
html body .answerbox_5 .checkbox-wrap input {
  display: none;
}

/* チェックボックスのスタイル */
html body .answerbox_5 .checkbox-wrap .checkmark {
  position: absolute;
  top: 50px;
  left: 22px;
  height: 56px;
  width: 56px;
  border: 2px solid #707070;
  background-color: #FFFFFF;
  box-sizing: border-box;
}

@media (max-width: 575px) {
    html body .answerbox_5 .checkbox-wrap .checkmark {
    position: absolute;
    top: 4px;
    left: 12px;
    height: 28px;
    width: 28px;
    border: 2px solid #707070;
    background-color: #FFFFFF;
    box-sizing: border-box;
  }
}

/* チェックマーク作成 */
html body .answerbox_5 .checkbox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  bottom: 15px;
  width: 25px;
  height: 35px;
  border: 2px solid #707070;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media (max-width: 575px) {
  html body .answerbox_5 .checkbox-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 10px;
    bottom: 8px;
    width: 10px;
    height: 20px;
    border: 2px solid #707070;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
}

/* チェック時のスタイル */
html body .answerbox_5 .checkbox-wrap input:checked + .checkmark {
  border: 2px solid #707070;
}

/* チェック時 チェックマーク表示 */
html body .answerbox_5 .checkbox-wrap input:checked + .checkmark:after {
  display: block;
}

/*------------------------------------------------*/
/* 最終画像       　                               */
/*------------------------------------------------*/
.last {
  position: relative;
  width: 988px;
  height: auto;
  top: 0;
  bottom: 0;
  right:6px;
  margin: auto;
  justify-content;
}

@media (max-width: 900px) {
  .last {
    right:0px;
  }
}

@media (max-width: 575px) {
  .last {
    position: relative;
    justify-content;
    display: flex;
    width: 100%;
    right:0px;
    height: auto;
  }

  .last img {
    position: relative;
    justify-content;
    display: flex;
    width: 100%;
    height: auto;
  }
}

/*------------------------------------------------*/
/* アンケート送信ボタン　                               */
/*------------------------------------------------*/
/*
.btn {
  position: absolute;
  width: 100%;
  bottom: 5%;
  justify-content;
  display: flex;
  height: auto;
}

*/

.btn img{
  /*position: absolute; */
  width: 80%;
}

.btn {
  position: absolute;
  width: 100%;
  bottom: 5%;
  display: flex;
  justify-content;
  display: flex;
  /*
  display: inline-block;  */
  /*
  text-decoration: none;
  justify-content;  */
  height: auto;
}

.btn:active {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  /*border-bottom: none;  */
}


@media (max-width: 575px) {
  .btn{
    position: absolute;
    width: 100%;
    left:0%;
    bottom:5%;
    justify-content;
    display: flex;
    height: auto;
  }

  .btn img{
    margin:0 auto;
    width: 80%;
  }
}

/* ボタンをマウスホバーしたとき、ボタンを薄くする */
.btn img button:hover {
  opacity: .7;
}

/* ボタンをクリックしたとき、ボタンを下に移動する */
.btn img button:active {
  transform: translateY(0.2em);
}

.btn.dokidoki{   
    animation-name:dokidoki;  /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 2s; /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
}
 
@keyframes dokidoki {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.1);
    }

    20% {
        transform: scale(1.1);
    }

    30% {
        transform: scale(1);
    }
 
    40% {
        transform: scale(1);
    }
 
    50% {
        transform: scale(0.9);
    }
    
    60% {
        transform: scale(1);
    }

    70% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(1);
    }

    90% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}


/*# sourceMappingURL=topmessage.css.map */