@charset "UTF-8";
/*==================================================================================================
フォーム共通
==================================================================================================*/
#entry {
  line-height: 1.7;
}

::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
  color: #bbb;
}

input {
  border: 1px solid #ccc;
}
input[type=radio], input[type=checkbox] {
  border: 0 !important;
  margin:0.7rem;
}

textarea {
  border: 1px solid #ccc;
}

label {
  font-weight: normal;
  margin: 0 10px 10px 0;
}

.category > label {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}

.form-area .col-md-4 {
  border-bottom: 1px solid #fff;
}
.form-area .col-md-4 span.required {
  background: #555;
  color: #fff;
  font-size: 11px;
  padding: 4px 5px;
  margin-left: 5px;
  font-weight: normal;
  white-space: nowrap;
}
.form-area .col-md-4 span.required_02 {
  border: 2px solid #444;
  color: #444;
  font-size: 11px;
  padding: 4px 5px;
  margin-left: 5px;
  font-weight: bold;
  background: #dedede;
  white-space: nowrap;
  box-sizing: border-box;
}
.form-area .col-md-4 span.option {
  font-size: 11px;
  border: 1px solid #222;
  padding: 4px 5px;
  margin-left: 5px;
  font-weight: normal;
  white-space: nowrap;
}
.form-area .col-md-4 p {
  color: #333;
  font-weight: bold;
  padding: 30px 15px;
  background: #eee;
  display: block;
}
.form-area .col-md-4 p span {
  font-weight: bold;
}
.form-area .col-md-4 .comment {
  position: absolute;
  bottom: 10px;
  left: 15px;
  width: calc(100% - 20px);
  font-size: 11px;
  color: #888;
}
.form-area .col-md-8 {
  padding: 25px 0;
  word-break: break-all;
}
.form-area .col-md-8 .comment {
  font-size: 11px;
  color: #888;
}
.form-area .col-md-8 input {
  /*	width: 13px;*/
  padding: 5px;
  outline: none;
}
.form-area .col-md-8 span {
  display: inline-block;
}

.category li label {
  display: flex;
  align-items: flex-start;
}
.category li label .c_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category li label .c_ttl {
  width: 150px;
  font-weight: bold;
}
.category li label .c_ttl02 {
  width: 160px;
  font-weight: bold;
}
.category li label .c_exp {
  width: calc(100% - 150px);
}
.category li label .c_exp02 {
  width: calc(100% - 160px);
}

.box_gray_logo {
  padding: 40px;
  background: #fff;
}

.form-area > [class*=col-md-4],
.form-area-last > [class*=col-md-4] {
  padding-right: 0;
  padding-left: 0;
  margin-left: 15px;
  margin-right: 15px;
  background: #eee;
}

.alert_entry {
  margin-bottom: 10px;
  color: #d11f22;
}

@media screen and (min-width: 992px) {
  .form-area,
  .form-area-last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .form-area .col-md-8 {
    margin-right: -15px;
  }
  .form-wrapper button {
    margin: 30px 0 0 0;
  }
}
.label_teema {
  margin-bottom: 20px !important;
}

.comment.middle {
  margin-bottom: 10px;
}

.pre_text_teema,
.text_teema {
  position: relative;
  padding-left: 23px;
}

.pre_text_teema span,
.text_teema span {
  position: absolute;
  left: 0;
}

#field_teema {
  padding: 3px 5px;
  text-align: right;
}

.form_pc {
  display: inline-block;
}

.form_tab {
  display: none;
}

@media screen and (max-width: 991px) {
  .form-area {
    margin: 0 0 20px;
  }
  .form-area .col-md-8 input,
  .form-area .col-md-8 textarea {
    padding: 10px;
    min-width: 13px;
  }
  .form-area .col-md-4 p {
    padding: 10px;
  }
  .form-ttl {
    padding: 10px;
  }
  .form-area .col-md-4 {
    margin: 0;
  }
  .form_pc {
    display: none;
  }
  .form_tab {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .category li {
    float: none;
  }
  .box_gray_logo {
    padding: 25px;
    background: #eee;
  }
  input {
    position: relative;
    top: 2px;
  }
  .category li label .c_ttl,
  .category li label .c_ttl02,
  .category li label .c_exp,
  .category li label .c_exp02 {
    width: 100%;
  }
  .form-area .col-md-4 .comment {
    position: static;
    margin-left: 15px;
    display: block;
    margin-bottom: 5px;
  }
}/*# sourceMappingURL=form.css.map */



.area_form_attention,
.area_form_attention p{
font-size: 1.4rem;
}

.ttl_form_attention{
  font-weight: bold;
  border-bottom: 10px;
}

@media screen and (max-width: 991px) {
.area_form_attention,
.area_form_attention p{
font-size: 1.4rem;
}
}

/* 本エントリー画面では非表示 */
.entry .entry_attention{
display: none;
}
.entry_attention{
  font-size: 13px;
}