/*///////////////////////////
sec-entry
//////////////////////////*/
.sec-entry {
  width: 100%;
  margin: auto; }

.sec-entry table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.5em;
  padding: 0;
  border-top: 1px solid #959595;
  border-left: 1px solid #959595; }

.sec-entry table th,
.sec-entry table td {
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595; }

.sec-entry table th {
  background-color: #e5eaed;
  font-weight: bold;
  width: 28%; }

.sec-entry table td {
  background-color: #fff;
  width: 72%;
  padding: 20px 0 20px 20px; }

.sec-entry table td .td-in {
  width: 90%;
  margin: auto; }

.sec-entry table th .th-in {
  display: flex;
  justify-content: space-around; }

.sec-entry table th .th-in .col-l {
  width: 25%; }

.sec-entry table th .th-in .col-r {
  width: 70%;
  text-align: left; }

.sec-entry .must {
  color: #fff;
  background: #d80112;
  padding: 3px;
  font-weight: normal;
  margin-right: 5px;
  width: 30px;
  text-align: center; }

.sec-entry .nin {
  color: #fff;
  background: #8e8e8e;
  padding: 3px 5px 3px 5px;
  font-weight: normal;
  margin-right: 3px;
  text-align: center; }

.sec-entry .title {
  text-align: center; }

.sec-entry table th .th-in .col-r .line1 {
  display: block; }

.sec-entry table th .th-in .col-r .line2 {
  display: block;
  padding-left: 8px; }

.sec-entry textarea {
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.sec-entry .td-name {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.sec-entry .td-name div {
  width: 46%; }

.sec-entry .td-name .sama {
  font-weight: bold;
  padding-top: 20px;
  display: inline-block;
  font-size: 17px; }

.sec-entry .td-age {
  display: flex;
  justify-content: space-between;
  width: 180px;
  align-items: center; }

.sec-entry .td-age div {
  width: 150px;
  display: inline-block; }

.sec-entry .td-age .sai {
  font-weight: bold;
  padding-top: 20px;
  display: inline-block;
  font-size: 17px; }

.wpcf7-list-item {
  margin-right: 15px;
  font-weight: bold; }

.sec-entry .td-zip .zip1 {
  width: 150px;
  display: inline-block; }

.sec-entry .td-zip .zip2 {
  width: 200px;
  display: inline-block; }

.sec-entry .td-zip .hyphen {
  width: 20px;
  display: inline-block;
  text-align: center; }

.sec-entry .td-tel {
  display: flex;
  justify-content: space-between; }

.sec-entry .td-tel span {
  display: inline-block;
  width: 200px; }

.sec-entry .th-type .line-mb {
  display: none; }

.sec-entry .td-building {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.sec-entry .td-building .col-l {
  width: 250px;
  display: block; }

.sec-entry .td-building .col-r {
  width: 390px;
  display: block;
  padding-left: 10%; }

.sec-entry .td-building .col-r .text {
  width: 30%;
  display: inline-block;
  text-align: left; }

.sec-entry .td-building .col-r .form {
  width: 70%;
  display: inline-block;
  text-align: right; }

.sec-entry .td-building .line {
  color: #db0112;
  font-weight: bold; }

.sec-entry .image_btn {
  display: block; }

.sec-entry .image_btn_text {
  font-size: 12px;
  display: block; }

.sec-entry .wpcf7-text {
  width: 96%;
  padding: 15px 2% 15px 2%;
  background: #f9f9f9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: solid #bebebe 1px; }

.sec-entry .submit-button {
  width: 636px;
  display: block;
  margin: auto; }

.sec-entry .wpcf7-not-valid-tip {
  display: block;
  color: #CE0609; }

::placeholder {
  color: #999; }

.wpcf7-submit {
  width: 300px;
  padding: 10px 0 10px 0;
  display: block;
  margin: auto;
  background: #0D8DAD;
  color: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  border: none;
  border-right: 4px solid #ccc;
  border-bottom: 4px solid #ccc; }

.wpcf7-submit:hover {
  opacity: 0.7; }

@media only screen and (max-width: 750px) {
  .sec-entry {
    width: 90%; }

  .sec-entry .wr-form {
    width: 90%;
    margin: auto; }

  .sec-entry .subhead {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.5;
    border-bottom: 1px solid #8e8e8e;
    margin-bottom: 30px; }

  .sec-entry .subhead .image1 {
    position: absolute;
    bottom: 0;
    left: -8px;
    width: 90px; }

  .sec-entry .subhead .image2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px; }

  .sec-entry .submit-button {
    width: 90%;
    display: block;
    margin: auto; }

  .entry-footer {
    width: 100%;
    margin: auto;
    padding-top: 60px; }

  .sec-entry table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1.5em;
    padding: 0;
    border: none;
    font-size: 13px; }

  .sec-entry table tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }

  .sec-entry table th,
  .sec-entry table td {
    border: none; }

  .sec-entry table th {
    background-color: #fff;
    font-weight: bold;
    width: 100%;
    display: block;
    border-bottom: 1px solid #8e8e8e;
    padding-bottom: 3px; }

  .sec-entry table td {
    background-color: #fff;
    width: 100%;
    padding: 20px 0 40px 0; }

  .sec-entry table td .td-in {
    width: 100%;
    margin: auto; }

  .sec-entry table th .th-in {
    display: block;
    text-align: left;
    font-size: 0.9em; }

  .sec-entry .must {
    color: #fff;
    background: #d80112;
    padding: 3px 5px 3px 5px;
    font-weight: normal;
    margin-right: 3px;
    text-align: center;
    font-size: 0.9em; }

  .sec-entry .th-type .line-mb {
    display: inline;
    font-weight: normal;
    font-size: 0.8em;
    padding-left: 5px; }

  .sec-entry table th .th-in .col-l {
    display: inline;
    width: auto; }

  .sec-entry table th .th-in .col-r {
    display: inline;
    text-align: left;
    width: auto; }

  .sec-entry .td-zip .zip1 {
    width: 25%;
    display: inline-block; }

  .sec-entry .td-zip .zip2 {
    width: 35%;
    display: inline-block; }

  .sec-entry .td-tel {
    display: block; }

  .sec-entry .td-tel span {
    display: inline-block;
    width: 90px;
    margin-right: 10px; }

  .sec-entry .td-building {
    display: block; }

  .sec-entry .td-building .col-l {
    width: 100%;
    display: block;
    margin-bottom: 20px; }

  .sec-entry .td-building .col-r {
    width: 100%;
    display: block;
    padding-left: 0; }

  .sec-entry .td-building .col-r .text {
    width: 30%;
    display: inline-block;
    text-align: left; }

  .sec-entry .td-building .col-r .form {
    width: 70%;
    display: inline-block;
    text-align: right; }

  .sec-entry .td-building .line {
    color: #db0112;
    font-weight: bold;
    font-size: 0.8em; }

  .sec-entry table th .th-in .col-r .line1 {
    display: inline-block; }

  .sec-entry .td-qestion .line {
    font-size: 0.9em; }

  .sec-entry table th .th-in .col-r .line2 {
    display: inline-block;
    padding-left: 8px; } }
