@charset "UTF-8";
/*========================================*/
/* Foundation
/*========================================*/
#koukoku01 .contents-menu-wrap {
  margin-bottom: 0; }
#koukoku01 .form-userArea {
  border-bottom: 1px dotted #000; }
#koukoku01 .main-heading02 {
  display: none; }
#koukoku01 .pageback--top {
  border-top: none; }
  @media print, screen and (min-width: 800px) {
    #koukoku01 .main-heading02 {
      display: block;
      text-align: center;
      margin-bottom: 40px; } }

.section-form {
  margin-bottom: 40px; }
  @media print, screen and (min-width: 800px) {
    .section-form {
      margin-bottom: 60px; } }

.form-userArea {
  padding: 23px 10px 30px;
  border-bottom: 1px solid #000; }
  @media print, screen and (min-width: 800px) {
    .form-userArea {
      padding: 0; } }

.form-heading {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px; }

.form-heading-caption {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 23px;
  color: #666666; }

  @media print, screen and (min-width: 800px) {
    .form-heading {
      display: inline-block;
      text-align: left;
      font-size: 1.6rem;
      font-weight: bold;
      margin-right: 56px;
      margin-bottom: 0; }
    .form-heading-caption {
      display: inline-block;
      text-align: left;
      font-size: 1.2rem;
      margin-bottom: 0; }
    .form-heading-wrap {
      padding-bottom: 20px;
      margin-bottom: 10px;
      border-bottom: 1px solid #999999; }
  }

.chukai-margin {
  margin-top: 30px;
}

.form-dl {
  padding:16px 5px 12px; }
  .form-dl dt {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold; }
    .form-dl dt .label-must {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.2rem;
      color: #b82029;
      width: 40px;
      text-align: center;
      line-height: 22px;
      height: 24px;
      border: #b82029 1px solid;
      font-style: normal;
      margin-left: 12px; }
  .form-dl dd {
    padding: 0 5px; }
  .form-dl--textarea {
    border-bottom: none; }

.form-dl dd input{
  font-size:1.3rem;
}

.form-dl dd textarea{
  padding:10px;
  font-size: 1.3rem;
}

  @media print, screen and (min-width: 800px) {
    .form-dl {
      padding: 20px 0;
      display: table;
      width: 100%; }
      .form-dl dd,
      .form-dl dt {
        display: table-cell;
        vertical-align: middle; }
      .form-dl dt {
        width: 210px;
        margin-bottom: 0;
        font-size: 1.3rem; }
        .form-dl dt .label-must {
          font-size: 1.2rem;
          width: 40px;
          line-height: 24px;
          height: 26px;
          margin-left: 10px; }
      .form-dl dd {
        width: calc(100% - 210px);
        padding: 0; }
      .form-dl--textarea {
        display: block;
        padding-top: 30px;
        border-bottom: none; }
        .form-dl--textarea dt {
          display: block;
          width: auto;
          margin-bottom: 10px; }
        .form-dl--textarea dd {
          display: block;
          width: auto; }
        .form-dl dd input{
          font-size:1.4rem; }
  }

input[type=text] {
  border: 1px solid #999;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 35px;
  font-size: 1.6rem;
  line-height: 33px;
  display: inline-block;
  padding: 0 10px; }
  input[type=text].input-tel, input[type=text].input-name {
    width: 246px; }
  input[type=text].input-mail {
    width: 100%; }
  @media print, screen and (min-width: 800px) {
    input[type=text] {
      height: 40px;
      line-height: 38px;
      display: inline-block; }
      input[type=text].input-tel, input[type=text].input-mail, input[type=text].input-name {
        width: 300px; }
  }

input[type=url] {
  border: 1px solid #999;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 35px;
  font-size: 1.6rem;
  line-height: 33px;
  display: inline-block;
  padding: 0 10px;
  width: 100%; }
  @media print, screen and (min-width: 800px) {
    input[type=url] {
      height: 40px;
      line-height: 38px;
      display: inline-block;
      width: 300px; }
  }

textarea {
  width: 100%;
  height: 110px;
  border: 1px solid #999999;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 1.4; }
  @media print, screen and (min-width: 800px) {
    textarea {
      height: 190px; } }

.input-caption {
  display: block;
  color: #666;
  font-size: 1.1rem;
  margin-top: 7px; }
  @media print, screen and (min-width: 800px) {
    .input-caption {
      display: inline-block;
      vertical-align: middle;
      margin-left: 15px;
      font-size: 1.3rem; }

      .caption-company {
        font-size: 1.1rem; }
      .caption-company-hp {
        font-size: 1.1rem; }
  }

.textarea-caption {
  display: block;
  color: #666;
  font-size: 1.1rem;
  margin-top: 7px; }
  @media print, screen and (min-width: 800px) {
    .textarea-caption {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.1rem;
      margin-left: 50px;
      margin-top: 0; } }

      dl dt .textarea-caption:nth-child(2){
         color: #b82029;
         margin-left: 0px;
         margin-top: 15px;
         font-weight: bold;
         font-size: 1.3rem;
      }

.pc_view {
  display: block;
}
@media screen and ( max-width:599px) {
  .pc_view {
    display: none;
  }
}

.form-dl + .form-dl {
  border-top: 1px dotted #000; }

/* 掲載希望媒体、名刺アップロードの上罫線 */
.form-dl + .faq-form-content-line {
  border-top: 1px dotted #000; }

/* 自社HPアドレスの上罫線 */
.faq-form-content-line + .form-dl {
  border-top: 1px dotted #000; }


.faq-form-content-line {
  position: relative;
  line-height: 60px;
}
.faq-form-content-line:after {
  content: "";
  display: block;
  clear: both;
}
.faq-form-content-line .flex-box {
    font-size: 1.3rem;
  display: flex;
  flex-wrap: wrap;
}
.faq-form-content-line .check_select {
  line-height: 1;
  margin: 7px 0px;
}
.faq-form-content-line .check_select:not(:last-child) {
  margin-right: 30px;
}
.faq-form-content-line label:not(.small) {
  margin-right: 30px;
  font-size: 1.3rem;
}
@media screen and ( max-width:599px) {
  .faq-form-content-line label:not(.small) {
    margin-right: 10px;
    white-space: nowrap;
    font-size: 1.5rem;
  }
}
.faq-form-content-line label.brank{
  margin-left: 20px;
}

.faq-form-content-line .faq-form-content-line-title {
  float: left;
  font-size: 1.3rem;
  font-weight: bold;
}

.faq-form-content-line .faq-form-content-line-title2 {
  font-size: 1.3rem;
  line-height: 5rem;
  font-weight: bold;
}
@media screen and ( max-width:599px) {
  .faq-form-content-line .faq-form-content-line-title,
  .faq-form-content-line .faq-form-content-line-title2 {
    width: 100%;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 10px;
  }
}

.faq-form-content-line .faq-form-content-line-title2 span,
.faq-form-content-line .faq-form-content-line-title2 div {
  margin-left: 50px;
  font-size: 1.1rem;
  font-weight: normal;
  color: #666;
  line-height: 2;
}
@media screen and ( max-width:599px) {
  .faq-form-content-line .faq-form-content-line-title2 span {
    position: absolute;
    right: 10px;
  }
}

.faq-form-content-line .faq-form-content-line-caution {
  position: absolute;
  top: 20px;
  left: 165px;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 1.1rem;
  color: #666;
}
@media screen and ( max-width:599px) {
  .faq-form-content-line .faq-form-content-line-caution {
    display: block;
    position: static;
    margin-top: -5px;
  }
}

.faq-form-content-line .faq-form-content-line-value {
  font-size: 1.3rem;
  float:right;
  width: 530px;
}
.faq-form-content-line .faq-form-content-line-value.full{
  width: 100%;
}
.faq-form-content-line .faq-form-content-line-value.file {
  display: flex;
  flex-wrap: wrap;
}
@media screen and ( max-width:599px) {
  .faq-form-content-line .faq-form-content-line-value {
    position: relative;
    width: 100%;
    text-align: left;
  }
  .faq-form-content-line-value input[type="text"]{
    width: 100%;
  }
}
@media print, screen and (min-width:599px) and (max-width: 800px) {
  .faq-form-content-line .faq-form-content-line-value {
    width: 65vw;
  }
}

.faq-form-content-line .faq-form-content-line-title .label-must,
.faq-form-content-line .faq-form-content-line-title2 .label-must {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  color: #b82029;
  width: 40px;
  text-align: center;
  line-height: 22px;
  height: 24px;
  border: #b82029 1px solid;
  font-style: normal;
  margin-left: 12px;
}
/* 掲載希望媒体 その他テキスト */
.faq-form-content-line input[type="text"] {
  border: 1px solid #999;
  border-radius: 4px;
  height: 30px;
  font-size: 1.4rem;
  line-height: 28px;
  display: inline-block;
  padding: 0 10px;
  width: 250px;
}
@media screen and ( max-width:599px) {
  .faq-form-content-line input[type="text"] {
    width: 100%;
    margin-top: 10px;
  }
}

  .faq-form-content-line input[type="file"] {
  width: 50%;
  margin-bottom: 10px;
}
@media screen and ( max-width:350px) {
  .faq-form-content-line input[type="file"] {
    width: 100%;
  }
}
@media screen and ( max-width:599px) {
  .faq-form-content-line input[type="file"] {
    font-size: 1.1rem;
  }
}


/* 個人情報 */
.form-privacy {
  padding: 25px 10px 0;
  margin-bottom: 20px; }
  .form-privacy-lead {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 23px; }
  .privacy-textarea {
    font-size: 1.2rem;
  }
  @media print, screen and (min-width: 800px) {
    .form-privacy {
      margin-bottom: 30px;
      padding: 20px 0 0; }
      .form-privacy-lead {
        font-size: 1.3rem;
        margin-bottom: 20px; }
      .privacy-textarea {
        font-size: 1.3rem;
      }
  }

.privacy-checkbox-area {
  margin: 20px 0 0;
  text-align: center; }
  .privacy-checkbox-area p {
    margin-top: 10px;
    color: #b82029;
    font-size: 1.3rem; }
  @media print, screen and (min-width: 800px) {
    .privacy-checkbox-area {
      margin: 30px 0 0; }
      .privacy-checkbox-area p {
        font-size: 1.2rem; }
  }

.submit-btn {
  display: block;
  border: 2px solid #000;
  width: 220px;
  height: 50px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
  position: relative;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease-in-out .35s;
  -moz-transition: all ease-in-out .35s;
  -ms-transition: all ease-in-out .35s;
  -o-transition: all ease-in-out .35s;
  transition: all ease-in-out .35s; }
  .submit-btn::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #5c5c5c;
    border-right: 1px solid #5c5c5c;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
    border-width: 2px !important;
    -webkit-transition: all ease-in-out .35s;
    -moz-transition: all ease-in-out .35s;
    -ms-transition: all ease-in-out .35s;
    -o-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s; }
  @media print, screen and (min-width: 800px) {
    .submit-btn {
      width: 300px;
      height: 50px;
      font-size: 1.5rem;
      cursor: pointer; }
      .submit-btn::after {
        right: 20px; }
      .submit-btn:hover {
        opacity: 1;
        background: #000;
        color: #fff; }
        .submit-btn:hover::after {
          border-color: #fff; } }

.pageback {
  border-top: 1px dotted #999; }

.section-insertion {
  max-width: 765px;
  margin: 0 auto; }

.thanksText{
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 20px 0;
}
