@charset "UTF-8";

.container {
  width: auto !important;
  max-width: 100% !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.content {
  padding-bottom: 100px;
  font-family: "Noto Sans Japanese","Segoe UI","Helvetica Neue",Arial,"Yu Gothic Medium","游ゴシック Medium","Yu Gothic",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif; }

.formrun {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 22px 0; }

.divider {
  border: none;
  border-top: 1px solid #CFD8DC;
  width: 100px;
  margin: 32px auto; }

.tag {
  position: relative;
  top: -.2em;
  margin-left: 10px; }
  .tag-danger {
    background-color: #e50322; }

.btn {
  border-radius: 0; }

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group .btn {
    width: 100%; }
    .btn-group .btn.btn-back {
      margin-right: .75rem; }

.btn-group-lg > .btn, .btn-lg {
  border-radius: 0; }

.btn-tmc {
  background-color: #e50322;
  color: #fff; }
  .btn-tmc:hover {
    color: #fff; }

.is-sp {
  display: none; }

input[type="text"],
.form-control {
  border-radius: 0; }

input[type="text"],
textarea,
select {
  margin-top: 10px; }

select {
  border-radius: 0 !important; }

input[type="radio"] {
  border-radius: 50%; }

select.form-control:not([size]):not([multiple]) {
  height: 2.4rem; }

.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
  opacity: 1; }

.text-danger {
  font-size: 13px;
  margin-top: 7px;
  display: block; }

.form-cover {
  width: 100%;
  height: 160px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(https://form.run/admin/api/user_contents/cjP3oofyQa4pwDKGHXQBj08BO23s2688RiHr4Oe7);
  background-color: #00bcd4; }

.form-head {
  padding: 0 22px 0; }

.form-ttl {
  margin-top: 64px;
  text-align: center;
  font-size: 30px; }

.form-text {
  font-size: 13px;
  line-height: 1.75;
  margin-top: 7px; }
  .form-text a {
    color: #e50322; }

.form-comment {
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.75;
  border-bottom: 1px solid #CFD8DC;
  padding-bottom: 12px;
  margin-bottom: 32px; }
  .form-comment p {
    margin-bottom: 20px; }
    .form-comment p.atten {
      text-indent: -.65em;
      padding-left: .65em; }

.form-group {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 0; }
  .form-group-last {
    border-bottom: none; }

.form-label {
  line-height: 1.75; }
  .form-label-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .form-label-group label {
      margin-top: 10px;
      width: calc(50% - .375rem); }

.form-confirm {
  /* border-bottom: 1px dotted #CFD8DC; */
  font-size: 18px;
  margin-top: 10px;
  /* padding-bottom: 30px; */
  /* margin-bottom: 30px; */ }

.form-atten {
  text-align: center;
  font-size: 20px;
  line-height: 1.75;
  padding-top: 30px;
  padding-bottom: 60px; }

.form-privacy {
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 200px;
  overflow: auto;
  padding: 10px 20px 20px;
  margin-top: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
  .form-privacy-ttl {
    font-size: 14px; }
  .form-privacy dl, .form-privacy p, .form-privacy table {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 10px; }
  .form-privacy dt {
    font-size: 18px;
    font-weight: bold; }
  .form-privacy table {
    border: 1px solid #ddd; }
    .form-privacy table th, .form-privacy table td {
      padding: 10px;
      border: 1px solid #ddd; }
    .form-privacy table th {
      background-color: #f8f8f8; }
  .form-privacy ol {
    padding-left: 1em; }
    .form-privacy ol li {
      list-style-type: decimal; }

.form-block {
  margin-top: 10px; }
  .form-block-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .form-block-code {
    width: calc(50% - .375rem); }

.form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.form-check-input {
  margin: 0 5px 0 0; }

.form-thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .form-thanks-wrap dl {
    text-align: center;
    line-height: 1.75;
    margin-bottom: 30px; }
    .form-thanks-wrap dl dt {
      font-size: 40px; }
  .form-thanks-wrap .btn {
    color: #fff;
    width: 100%; }

.form-text-list li {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.75;
  padding-left: 1em;
  text-indent: -1em; }
  .form-text-list li:before {
    content: '・'; }

.form-check-inline + .form-check-inline {
  margin-left: 0; }

@media screen and (min-width: 768px) {
    .formrun {
      padding: 0 0 0; }
    .form-head {
      padding: 0 0 0; } }

@media screen and (min-width: 0) and (max-width: 767px) {
    .divider {
      margin: 27px auto; }
    .is-sp {
      display: block; }
    .form-cover {
      height: 100px; }
    .form-ttl {
      margin-top: 10px;
      font-size: 20px;
      line-height: 1.75; }
    .form-comment {
      font-size: 14px; }
    .form-atten {
      padding-top: 10px;
      font-size: 15px;
      padding-bottom: 30px; }
      .form-block-group {
        display: block; }
      .form-block-code {
        width: auto; }
    .form-block-first {
      margin-top: 0; }
    .form-block-first label {
      margin-top: 10px; }
    .form-thanks-wrap {
      padding: 70px 0 70px; }
      .form-thanks-wrap dl {
        margin-bottom: 20px; }
        .form-thanks-wrap dl dt {
          font-size: 30px; }
      .form-thanks-wrap .btn:hover {
        color: #fff; } }

@media screen and (max-width: 767px) {
  .form-thanks {
    height: auto; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-thanks {
    height: calc(100vh - 260px - 73px); } }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .form-thanks {
    height: calc(100vh - 260px - 73px); } }

@media screen and (min-width: 1280px) and (max-width: 1519px) {
  .form-thanks {
    height: calc(100vh - 292px - 164px); } }

@media screen and (min-width: 1520px) and (max-width: 1759px) {
  .form-thanks {
    height: calc(100vh - 292px); } }

@media screen and (min-width: 1760px) {
  .form-thanks {
    height: calc(100vh - 292px); } }

    .textredcenter {
      color: #e50322;
      text-align: center; }

      .psize8em {
        font-size: 0.8em; }

      .mb5 {
        margin-bottom: 0.5rem; }


/* 20220303追加 */
hr {
  border-top: 1px solid #f4f4f4 !important;
}
/* 20220303追加おわり */