body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
  font-size: 15px;
}
.or {
  background: #981d27;
  height: 100vh;
  padding-top: 50px;
}
.gr {
  background: #095f22;
  height: 100vh;
  padding-top: 50px;
}
.bl {
  background: #2885d6;
  height: 100vh;
  padding-top: 50px;
}
.contents {
  width: 1024px;
  margin: 0px auto;
}
.contents__color,
.header__entry,
.footer__entry a {
  color: #ff7600;
}
.contents__text {
  width: 100%;
  color: white;
  text-align: center;
  line-height: 23px;
  margin-bottom: 25px;
}
.header_content_2 {
  right: 10vw;
}
.header_content_2 {
  color: #555;
}
.header_tytle a {
  color: #555;
}

.entry {
}
.entry__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  border-top: 1px #ddd solid;
}
.entry__inputs dt {
  width: 20%;
  background-color: #eeeeee;
  padding: 15px 10px;
  border-bottom: 1px #ddd solid;
}
.entry__inputs dd {
  width: 80%;
  padding: 15px 10px;
  border-bottom: 1px #ddd solid;
}
.entry__inputs-full {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px #ddd solid;
}
.entry__inputs-full:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.entry__inputs-full dt {
  width: 20%;
  background: none;
  padding: 0 10px;
  border: none;
}
.entry__inputs-full dd {
  width: 80%;
  padding: 0 10px;
  border: none;
}
.entry__inputs-ask {
  margin-bottom: 10px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.entry__inputs-ask span {
  width: 100%;
  display: block;
  margin: 0 0 10px 0;
}
.entry__inputs-label {
  width: 100%;
  display: block;
}
.entry__inputs-check {
  width: 20px;
  height: 20px;
}
.entry__must {
  position: relative;
}
.entry__must::after {
  content: "必須";
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 10px;
  background-color: #f60;
  color: #fff;
  padding: 2px 5px;
}
.entry__input-textarea {
  font-size: 15px;
  box-sizing: border-box;
}
.entry__button {
  margin: 30px auto;
  height: 53px;
  display: block;
  background-color: #f00;
  color: #fff;
  border: none;
  padding: 5px 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 17px;
  border-radius: 35px;
  cursor: pointer;
}
.entry__privacy {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  font-size: 12px;
  height: 200px;
  border: 1px #ddd solid;
  padding: 20px;
  margin-top: 10px;
}
.entry__pmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 80px;
}
.entry__pmark img {
  width: 75px;
}
.entry__pmark p {
  margin: 0 0 0 10px;
  width: 200px;
}
.entry__disabled {
  background-color: #ddd;
}
.entry__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.entry__hissu {
  background-color: #f60;
  font-size: 10px;
  color: #fff;
  padding: 2px 5px;
  margin: 0 5px;
}
.entry__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070;
}
.entry__label a {
  text-decoration: none;
  font-weight: bold;
}

.confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 50px;
  line-height: 2em;
  background-color: white;
  border-radius: 7px;
}
.confirm__title {
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.confirm__description {
  width: 80%;
  padding: 5px 0;
}

.page_comment_center {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.page_mind {
  text-align: center;
  font-size: 13px;
  line-height: 2.5em;
  margin: auto;
  margin-bottom: 100px;
  border-top: 3px double #eaeaea;
  border-bottom: 3px double #eaeaea;
  padding: 30px 0;
  width: 660px;
}
.page_mind span {
  font-weight: bold;
}
.waku {
  border: 1px solid #707070;
  border-radius: 0px;
}
.m50 {
  margin: 50px auto;
}
.waku {
  border: 1px solid #707070;
  border-radius: 0px;
  margin-bottom: 60px;
}
.lb {
  color: #2b9fe1;
}
.sosin_matome {
  padding-top: 0px;
}
.height {
  height: auto;
  padding-top: 200px;
  padding-bottom: 100px;
}

.content_tytle {
  color: white;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}
.black {
  color: #707070;
}

@media screen and (max-width: 740px) {
  .contents {
    width: 100%;
    margin: 50px auto;
  }
  .contents_text {
    margin-left: 10px;
  }
  .entry p {
    font-size: 12px;
  }
  .entry__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    border-top: 1px #ddd solid;
  }
  .entry__inputs dt {
    width: 100%;
    background-color: #eeeeee;
    padding: 5px 10px;
    border-bottom: 1px #ddd solid;
  }
  .entry__inputs dd {
    width: 100%;
    padding: 15px 10px;
    border-bottom: 1px #ddd solid;
  }
  .entry__inputs-full {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .entry__inputs-full dt {
    width: 100%;
    background: none;
    padding: 5px 10px;
    border-bottom: none;
  }
  .entry__inputs-full dd {
    width: 100%;
    padding: 5px 10px;
    border-bottom: 1px #ddd solid;
  }

  .entry__must::after {
    content: "必須";
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 10px;
    background-color: #f60;
    color: #fff;
    padding: 2px 5px;
  }
  .entry__input-text {
    width: 100%;
  }
  .entry__input-textarea {
    width: 100%;
    height: 100px;
  }
  .entry__button {
    margin: 0 auto;
    display: block;
    background-color: #f00;
    color: #fff;
    padding: 5px 95px;
    margin-top: 30px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .entry__privacy {
    width: 90%;
  }
  .entry__disabled {
    background-color: #ddd;
  }
  .entry__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    line-height: normal;
  }
  .entry__hissu {
    width: auto;
    display: inline-block;
    background-color: #f60;
    font-size: 10px;
    color: #fff;
    padding: 2px 5px;
    margin: 0 5px;
    font-weight: bold;
    font-style: normal;
  }
  .entry__label {
    display: inline-block;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #707070;
  }

  .confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px #ddd solid;
    font-size: 12px;
    font-size: 15px;
    margin: 10px;
    font-size: 15px;
    width: 90%;
    margin: 0 auto;
  }
  .confirm__title {
    width: 100%;
    padding: 5px 0;
  }
  .confirm__title::before {
    content: "■";
  }
  .confirm__title::after {
    content: "：";
  }
  .confirm__description {
    width: 50%;
    padding: 5px 0;
  }
  .page_mind {
    width: auto;
  }
  .page_mind br {
    display: none;
  }

  /*送信完了画面*/
  .height {
    padding-top: 60px;
  }
  .content_tytle {
    font-size: 19px;
  }
  .contents__text {
    font-size: 13px;
    line-height: 19px;
  }
  .m0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  /*送信完了画面終わり*/
}
