@charset "UTF-8";
@media screen and (max-width: 768px) {
.head_title_area {
    margin-top: 0;
}
}

.container{
  width:100%;
  margin:0 auto;
}

.allmain {
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
}

.breadcrumb {
  padding: 0;
  background: none;
}

th{
  background-color:#FDEDE2 !important;
  color:#000;
}

td{
  background-color:#FFF !important;
  line-height: 180%;
}

footer{
  margin-top:0;
}

textarea, input[type="text"] {
    height: 40px;
    background: #F3F2F1;
    border: 1px solid #E4E4E4;
    box-shadow: none;
}

.label-important, .badge-important {
    background-color: #F17313;
    float: right;
    padding: 5px 10px;
    line-height: 1;
}

.policy_check {
    background-color: #F17313;
    padding: 5px 10px;
    line-height: 1;
    color: #fff;
    font-size: 10px;
    margin-left: 10px;
}

.input-prepend .add-on, .input-prepend .btn{
  height: 40px;
}

.label {
  border-radius: 0;
}

.table{
  margin-bottom: 40px;
}

.table th, .table td{
      padding: 15px 15px 5px;
      border-bottom: 1px solid #CCCCCC;
      vertical-align: middle;
}

.table th {
  width: 200px;
  font-weight: 500;
  padding:20px;
}

@media screen and (max-width: 768px) {
  .table th, .table td{
    display: block;
    padding: 10px;
    width: 100%;
    border-bottom: 0;
  }

  .table td {
    padding-left: 0;
    padding-right: 0;
    min-height: 50px;
  }
}

#confirm_page .table td{
  padding:15px;
}

input[type="submit"].btn {
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    padding: 20px;
    display: block;
    width: 320px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    transition: 0.2s ease-out all;
    background: #009389;
    border: 0;
}

input[type="submit"].btn:hover{
  background: #5FB3BE;
}

.button.btn::after,
input[type="submit"].btn::after
 {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    right: 16px;
    position: absolute;
}

input.size_m{
width: 400px;
}

input.size_s{
width: 200px;
}

input.size_xs {
  width: 100px;
}

input.size_full{
width: 100%;
}

textarea.size_textarea {
  width: 100%;
  height: 260px;
}

@media screen and (max-width: 768px) {
  input.size_m{
  width: 100%;
  }
  input.size_s{
  width: 100%;
  }
  input.size_xs{
    width: 30%;
  }
}

.policy {
  background: #009389;
  padding:10px 20px;
  border-radius: 5px;
  color: #fff;
  transition: 0.2s all ease-out;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
    .policy:hover{
      background: #009389;
      text-decoration: none;
      color: #fff;
      opacity: 0.7;
    }

    .policy:focus {
      color: #fff;
      text-decoration: none;
    }
}

@media screen and (max-width: 768px) {
.policy:hover {
  background: #009389;
  text-decoration: none;
  color: #fff;
}
}

.check_area {
  margin-bottom: 40px;
}

.check_area label{
  display: inline;
  margin-left: 10px;
}

.maintext {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .maintext {
  font-size: 16px;
  }
}

.subtext {
  font-size: 14px;
}

.con_btn_area {
  display: flex;
  width: 800px;
  margin:0 auto 60px;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
.con_btn_area {
  display: block;
  width: 100%;
  margin:0 auto 60px;
  justify-content: space-between;
}
.con_btn_area input[type="submit"].btn {
  margin-bottom: 10px;
  text-shadow: none;
  width: 100%;
}
}