@charset "UTF-8";

/* ===================
bootstrap
===================*/
.form-control {
    font-size: 1.6rem;
    /*line-height: 2.0;*/
}


/* ===================
mailform [mailform.css]
===================*/
form#mailform dl dt {
	/*width: 100%;*/
	border-top: none;
	font-size: 100%!important;
  text-align: left;
}
form#mailform dl dd {
	border-top: none;
}
@media  (max-width: 767px) {
	form#mailform dl dt {
    margin-top: 1.5rem;
	}
}
@media (min-width: 768px){
  form#mailform dl dt {
  	float: left;
    width: 250px;
  }
  form#mailform dl dd {
    margin-left: 100px;
  }
}

.mfp_colored {
	background-color: #fff;
}


@media  (max-width: 992px) {
    form#mailform .inquiry_type label {
        width: 20px;
        text-align: left;
	}
}
@media (min-width: 993px){
    form#mailform dl dd.inquiry_type_wrapp {
        display : flex;
        flex-wrap : wrap;
        justify-content: flex-start;
        padding-left: 20px;
    }
    .inquiry_type {
        width: 45%;    
    }
}


/* -----------------------------
  must
-----------------------------*/
.must {
	display:inline-block;
	border: none;
	text-shadow: none;
/*	font-size: 100%;*/
	color: #fff;
  background-color: #ff0000;
	float:none;
	margin: 0px 5px;
	box-shadow: none;
	background-image: none;
	background-size: 100% 100%;
  font-size: 12px;
  padding: 4px 8px;
  line-height: 1;
  border-radius: 4px;
}
@media (min-width: 768px){
  .must {
    float: right;
  }
}


/* -----------------------------
 form parts
-----------------------------*/
form#mailform dl dd input {
  /*padding: 20px 1rem;*/
	/*background: #EEEEEF;*/
  margin-bottom: 10px;
  border: 1px solid #ced4da;
  padding: 1rem;
}

@media (max-width: 767px) {
  form#mailform dl dd input, 
  form#mailform dl dd textarea, 
  form#mailform dl dd select {
    width: calc(100% - 20px)!important;
  }
}
@media (min-width: 768px){
  form#mailform dl dd .w-100 {
    width: 100%!important;
  }
  form#mailform dl dd .h-50 {
    height: 10em!important;
  }
  form#mailform dl dd .w-50 {
    width: 50%!important;
  }
}
  

/* for IE*/
@media all and (-ms-high-contrast: none) {
  form#mailform dl dd input {
    padding: 0px 1rem;
  }
}

form#mailform dl dd textarea {
  padding: 10px 1rem;
	/*background: #EEEEEF;*/
  margin-bottom: 10px;
  border: 1px solid #ced4da;
}
form#mailform dl dd select {
  padding: 1rem;
	/*background: #EEEEEF;*/
  margin-bottom: 10px;
  border: 1px solid #ced4da;
}
form#mailform label.mfp_not_checked {
  border: none!important;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
	box-shadow: none;
}

.mfp_element_all {
	max-width: 100%;
}

/*
@media  (max-width: 767px) {
	form#mailform dl dd input,
  form#mailform dl dd textarea,
  form#mailform dl dd select{
    width: 100%!important;
	}
}
*/

::placeholder{
  color:#a6a6a6!important;
}


/* -----------------------------
 buttons
-----------------------------*/
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button {
  width: 250px;
  padding:1.8rem 2.0rem;
	font-size: 125%;
	background-color: #333!important;
	border-radius: 0px;
	font-weight: 600;
	color: #fff;
 /* box-shadow: 0px 6px 1px -1px #222;*/
  border: none;
}

.mfp_element_submit,.mfp_element_reset,.mfp_element_button,button.mfp_next,button.mfp_prev {
	border-radius: 8px;
	padding: 10px 0px;
	border: none;
	background: gradient(none);
	background: -webkit-gradient(none);
	background: -moz-linear-gradient(none);
	background: -ms-linear-gradient(none);
	text-shadow: none;
	font-size: 125%;
  background : none!important;
}



/* -----------------------------
 err
-----------------------------*/
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background : none;
	background-repeat: no-repeat;
}
.problem {
	background:transparent;
}



/* -----------------------------
 confirmation
-----------------------------*/
div#mfp_phase_confirm h4 {
	font-size: 2.5rem;
	padding: 10px 0px 0px 0px;
	/*text-align: center;*/
  text-align: left;
  margin-bottom: 2.0rem;
  border-top: none;
  border-bottom: none;
}

table#mfp_confirm_table {
  margin-bottom: 20px;
  border-bottom: solid 1px #CCC;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	font-size: 100%;
	padding: 10px 10px;
}
table#mfp_confirm_table tr.mfp_colored {
  background-color: #fff;
}



/* -----------------------------
 thanks
-----------------------------*/
div.mfp_thanks {
	padding: 0px;
}
#mfp_thanks {
  display: none!important;
}
