hr.style1 {
  border-top: 1px solid #8c8b8b;
}

.note_text {
  color: red;
  font-size: 13px;
}

.r_navi {
  text-align: center;
}

.tel_img {
  max-width: 214px;
  min-width: 192px;
}
.tel_img img {
  width: 100%;
  height: auto;
}

.type_frame input[type="text"],
input[type="email"],
textarea {
  width: 100%;
}

.type_frame input[type="reset"],
input[type="submit"] {
  font-size: 14px;
}

table.type_frame {
  width: 95%;
  margin-bottom: 0;
}

table.type_frame th {
  width: auto;
  font-size: 15px;
  font-weight: bold;
  background: #d4fcd0;
  color: #333;
  padding: 10px;
}

table.type_frame td {
  padding: 10px;
  width: auto;
  vertical-align: top;
}

.type_frame-ttl {
  background-color: #e2f8f8;
}

.type_frame_ttl_g {
  background-color: #d4fcd0;
}

table.type01 {
  width: auto;
  margin-bottom: 0;
  margin-left: 15px;
}

table.type01 th {
  width: auto;
  font-size: 15px;
  font-weight: bold;
  background: #ffdfdf;
  color: #333;
  padding: 10px;
}

table.type01 td {
  padding: 10px;
  width: auto;
}

.type01-ttl {
  background-color: #eeeeee;
}

.img_right {
  float: right;
}
.thead_min_r {
  display: none;
}

/* Larger than mobile */
@media (min-width: 400px) {
}

@media (max-width: 400px) {
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
}

/* Larger than tablet */
@media (min-width: 750px) {
}

@media (max-width: 750px) {
  table.type01 {
    width: auto;
  }
}

/* Larger than desktop */
@media (min-width: 1000px) {
  table.type01 td {
    vertical-align: top;
  }
}

/* Larger than tablet */
@media (max-width: 1000px) {
  table.type01 td {
    width: auto;
    vertical-align: top;
  }

  .tbl-r05 {
    width: 100%;
  }

  .tbl-r05 .thead {
    font-size: 14px;
    display: block;
    width: auto;
  }
  .tbl-r05 .hide {
    display: none;
  }

  .thead_min_l {
    float: left;
  }

  .thead_min_r {
    display: inherit;
  }

  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    width: auto;
  }

  table.type01 td:first-child {
    background: #eeeeee;
    color: #000;
    font-weight: bold;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
}

@media (min-width: 1100px) {
}
