@charset "UTF-8";

/*
 * - - - - - - - - - - - - - -
 * form
 * - - - - - - - - - - - - - -
 */
 #form{
  margin-top: 50px;
}

@media (min-width: 1200px){
  #form .container {
      max-width: 900px !important;
  }
}
@media (min-width: 992px){
  #form .container {
      max-width: 900px !important;
  }
}

#form fieldset{
  padding: 20px 0px;
  border-bottom: 1px #ccc dotted;
}

#form .error{
  color:#ff0000;
  background: #fef3f1;
}

#form input[type="text"],
#form textarea {

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#form input[type="text"],
#form textarea {
  outline: none;
  padding: 2px;
  font-size: 1.2em;
  margin: 0px 5px 10px 5px;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

#form input[type="text"]:focus,
#form textarea:focus {
  box-shadow: 0 0 7px #8f9190;
  border: 1px solid #3e3e3e;
}
#form .row{
  margin: 0px !important;
}
#form .form-label{
  font-size:16px;
  font-weight: bold;
  background-color:#eee;
  padding: 10px;
  margin-bottom: 20px;
}
#form .form-label .required{
  color: #ff0000;
  float: none;
  display: inline-block;
}
#form .form-tel input{
  width: 30%;
  margin: 0px;
}
#form .submit-btn{
  background-color: #3AA4CA;
  color: #fff;
  font-weight: bold;
  padding: 20px 90px;
  width: 100%;
}
#form .back-btn{
  background-color: #fff;
  color: #000;
  padding: 20px 90px;
  background: #fff;
  -webkit-appearance: none;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #form .form-label{
    background-color:#fff;
  }
  #form .form-label .required{
    float: right;
  }
  #form .form-tel input{
    width: auto;
  }
  #form .back-btn, #form .submit-btn{
    width: auto;
    margin-bottom: 0px;
  }
  #form input[type="text"]{
    width: auto;
  }
}
#form select{
  font-size: 1.2em;
  padding: 4px;
  margin: 0px 5px 10px 5px;
  border: 1px solid #aaa;
  font-family: system-ui;
  min-width: 200px;
}

#form .newflow ol {
	background: #e8e8e8;
	height: 52px;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	font-size: 1em;
}

#form .newflow ol li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	font-weight: bold;
	background: url(/form/images/flow_arrow.gif) no-repeat right top;
	line-height: 1.3em;
  width: 33%;
}

#form .newflow ol li span {
  margin: 0;
  padding: 6px 0px;
  display: block;
  text-align: center;
}


#form .newflow ol li.active {
	color: #333;
	background: #F7F1DE url(/form/images/flow_arrow_a.gif) no-repeat right top;
}

#form .newflow ol li.active span {
	background:#F7F1DE url(/form/images/flow_arrow_a.gif) no-repeat right top;
}

#form .newflow ol li.pre span {
	background: url(/form/images/flow_arrow_b.gif) no-repeat right top;
}

#form .price-table .row{
  border-bottom: 1px solid #000;
}
#form .price-table .col-md-4{
  border-right: 1px solid #000;
}
#form .price-table .row:last-child{
  border-bottom: none;
}

#form .label-box LABEL{
  border: 1px solid #ddd;
  width: 100%;
  padding: 10px;
  margin-top: -1px;
}
#form .label-box LABEL INPUT{

  margin-right: 10px;
}

/* 利用規約 */
#form #secKyk{
  color: #6d6d6d;
  width: calc(100% - 10px);
  height: 150px;
  overflow: scroll;
  border: 1px solid #BFBFBF;
  margin: 0px auto 10px auto;
  font-size:90%;
  padding: 20px;
}
#form #secKyk h1{
  font-size: 20px;
}

#form #secKyk h2{
  font-size: 16px;
}
input[type=checkbox]{
    margin: 3px 8px 3px 4px;
}

.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
    color: #f00;
}
.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
    color: #00f;
}
.datetimepicker{
  width: 25% !important;
  min-width: 150px !important;
}
.datetimepicker{
    margin: 0px !important;
}
#form .datetimepicker-h{
  height: 33px !important;
}
#form .datetimepicker-h .input-group-text{
  padding:3px 10px;
  border-radius: 0px 10px 10px 0px;
}
#form .input-group-text{
  display: unset;
}
#form .date SELECT{
  margin-left: -5px;
}
@media (max-width: 768px) {
  #form .price-table .select-box{
    background-color: #007bff;
    color:#fff;
  }
  #form .price-table .row{

  }
  #form .price-table .col-md-4{
    border-right: none;
  }
}

#content-header{
  background-color: #3AA4CA;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
  padding: 25px;
  font-size:22px;
}

/*
 * - - - - - - - - - - - - - -
 * price-table
 * - - - - - - - - - - - - - -
 */
article .price-table {
  width: 100%;
  max-width: 650px;
  border-collapse: collapse;
  border: 1px solid #707070;
  margin:auto;
}
article .price-table U{
  border-bottom:5px solid #ffffcc;
  text-decoration: none;
}

article .price-table thead{
  background-color: #F5F5F5;
}
article .price-table TH {
  font-weight: bold;
}
article .price-table TD, article .price-table TH {
  border: 1px solid #707070;
  padding: 10px;
  margin: 10px;
}
