@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : request.css
 author     : Ability Consultant
 style info : 資料請求
=================================================================== */
.wrp_form .con_form, .con_thanks .box_thanks, .con_thanks .box_thanks .box_text {
  max-width: 1199px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .wrp_form .con_form, .con_thanks .box_thanks, .con_thanks .box_thanks .box_text {
    width: 95%;
  }
}

::-webkit-input-placeholder {
  opacity: 0.5;
}

:-ms-input-placeholder {
  opacity: 0.5;
}

::-ms-input-placeholder {
  opacity: 0.5;
}

::placeholder {
  opacity: 0.5;
}

:-ms-input-placeholder {
  opacity: 0.5;
}

::-ms-input-placeholder {
  opacity: 0.5;
}

select::-ms-expand {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
  margin-bottom: 0;
}
#contents .con_main_title .box_main_title .box_head p.sst {
  margin: -1em 0 0 150px;
}
@media only screen and (max-width: 767px) {
  #contents .con_main_title .box_main_title .box_head p.sst {
    margin: -1.5em 0 0 8em;
  }
}

/* -----------------------------------------------------------
	wrp_form
----------------------------------------------------------- */
.wrp_form {
  width: 100%;
  padding: 100px 50px;
  margin: auto;
  background-color: #f7f7f7;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_form {
    padding: 10% 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form {
    padding: 10% 0;
  }
}
.wrp_form .con_form {
  padding: 5% 16.66667%;
  max-width: 1200px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_form .con_form {
    padding: 10% 5%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form {
    padding: 10% 5%;
  }
}
.wrp_form .con_form .box_title {
  font-size: 140%;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_form .con_form .box_title {
    font-size: 160%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_title {
    font-size: 134%;
  }
}
.wrp_form .con_form .box_form dl.form {
  margin-top: 70px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form dl.form {
    margin-top: 15%;
  }
}
.wrp_form .con_form .box_form dl.form dt {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form dl.form dt {
    width: 100%;
  }
}
.wrp_form .con_form .box_form dl.form dt span {
  font-size: 87%;
  border-radius: 3px;
  padding: 3px 5px;
  margin-right: 10px;
  background-color: #d4145a;
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_form .con_form .box_form dl.form dt span {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form dl.form dt span {
    font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form dl.form dt span {
    padding: 0.3em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form dl.form dt span {
    margin-right: 2%;
  }
}
.wrp_form .con_form .box_form dl.form dd {
  position: relative;
  padding-left: 3em;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form dl.form dd {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form dl.form dd {
    margin-top: 7%;
  }
}
.wrp_form .con_form .box_form dl.form dd input, .wrp_form .con_form .box_form dl.form dd select {
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  border: none;
  outline: none;
  display: block;
  border-bottom: 1px solid #d9d9d9;
  height: 5vh;
  vertical-align: middle;
}
.wrp_form .con_form .box_form dl.form dd input:focus, .wrp_form .con_form .box_form dl.form dd select:focus {
  border-bottom: 1px solid #84c217;
}
.wrp_form .con_form .box_form dl.form dd [type="date"]::-webkit-inner-spin-button {
  display: none;
}
.wrp_form .con_form .box_form dl.form dd [type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.wrp_form .con_form .box_form dl.form dd input[type="time"]::-webkit-clear-button {
  display: none;
}
.wrp_form .con_form .box_form dl.form dd.box_select:after {
  content: "\25BC";
  display: inline-block;
  font-size: 67%;
  width: 10px;
  height: 10px;
  position: absolute;
  line-height: 1em;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form dl.form dd.box_select:after {
    width: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form dl.form dd.box_select:after {
    height: 0.5em;
  }
}
.wrp_form .con_form .box_form dl.form.date [type="text"], .wrp_form .con_form .box_form dl.form.date [type="date"] {
  vertical-align: middle;
  background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}
.wrp_form .con_form .box_form dl.form.date [type="text"]:hover, .wrp_form .con_form .box_form dl.form.date [type="date"]:hover {
  cursor: default;
}
.wrp_form .con_form .box_form .box_btn {
  text-align: center;
}
.wrp_form .con_form .box_form .box_btn input[type=submit] {
  -webkit-appearance: none;
  border-radius: 50px;
  margin: 80px auto 0;
  cursor: pointer;
  background-color: #84c217;
  color: #fff;
  border: none;
  outline: none;
  padding: 1em 3em;
  width: 100%;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form .box_btn input[type=submit] {
    margin: 10% auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form .box_btn input[type=submit] {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_form .con_form .box_form dl.form {
    display: table;
  }
  .wrp_form .con_form .box_form dl.form dt, .wrp_form .con_form .box_form dl.form dd {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print {
  .wrp_form .con_form .box_form dl.form {
    display: table;
  }
  .wrp_form .con_form .box_form dl.form dt, .wrp_form .con_form .box_form dl.form dd {
    display: table-cell;
    vertical-align: middle;
  }
}
.ie8 .wrp_form .con_form .box_form dl.form {
  display: table;
}
.ie8 .wrp_form .con_form .box_form dl.form dt, .ie8 .wrp_form .con_form .box_form dl.form dd {
  display: table-cell;
  vertical-align: middle;
}
.wrp_form .con_form .txt {
  font-size: 87%;
  margin-top: 30px;
  text-align: center;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .txt {
    margin-top: 5%;
  }
}
.wrp_form .con_form .txt a {
  text-decoration: underline;
}
.wrp_form .con_form .box_ssl {
  margin-top: 80px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_ssl {
    margin-top: 10%;
  }
}
.wrp_form .con_form .box_ssl .logo {
  width: 141px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_ssl .logo {
    width: 30%;
  }
}
.wrp_form .con_form .box_ssl .txt {
  font-size: 87%;
  padding-left: 30px;
  text-align: left;
  line-height: 2em;
  color: #666;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_form .con_form .box_ssl .txt {
    padding-left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_ssl .txt {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_form .con_form .box_ssl {
    display: table;
  }
  .wrp_form .con_form .box_ssl .logo, .wrp_form .con_form .box_ssl .txt {
    display: table-cell;
  }
}
@media print {
  .wrp_form .con_form .box_ssl {
    display: table;
  }
  .wrp_form .con_form .box_ssl .logo, .wrp_form .con_form .box_ssl .txt {
    display: table-cell;
  }
}
.ie8 .wrp_form .con_form .box_ssl {
  display: table;
}
.ie8 .wrp_form .con_form .box_ssl .logo, .ie8 .wrp_form .con_form .box_ssl .txt {
  display: table-cell;
}

/* -----------------------------------------------------------
	con_thanks
----------------------------------------------------------- */
.con_thanks {
  border-top: 1px solid #d9d9d9;
  padding: 100px 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_thanks {
    padding: 10% 5% 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks {
    padding: 10% 0 5%;
  }
}
.con_thanks .box_thanks {
  margin: auto;
}
.con_thanks .box_thanks .box_text {
  margin: auto;
  text-align: center;
}
.con_thanks .box_thanks .box_text .st {
  line-height: 1.8em;
  display: block;
  font-weight: bold;
  font-size: 154%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_thanks .box_thanks .box_text .st {
    font-size: 167%;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks .box_thanks .box_text .st {
    font-size: 107%;
  }
}
.con_thanks .box_thanks .box_text .txt {
  display: block;
  line-height: 2em;
  margin-top: 0;
  font-size: 114%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_thanks .box_thanks .box_text .txt {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks .box_thanks .box_text .txt {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_thanks .box_thanks .box_text .txt {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks .box_thanks .box_text .txt {
    font-size: 87%;
  }
}
.con_thanks .box_thanks .btn_back {
  margin: 80px auto;
}
@media only screen and (max-width: 767px) {
  .con_thanks .box_thanks .btn_back {
    margin: 8% auto;
  }
}

@-webkit-keyframes radio-select {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  65% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes radio-select {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  65% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.category dd {
  padding-left: 3em !important;
}
@media only screen and (max-width: 767px) {
  .category dd {
    padding-left: 0;
  }
}
.category dd input {
  height: auto !important;
}
.category .check {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 2em;
}
.category input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.category .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #a9a9a9;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.category .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #84c217;
  left: 3px;
  top: 3px;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
.no-transforms .category .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}
.category input {
  /*  &:focus, &:active {
  	  + .outside {
  		border-color: $almost-black;
  	  }
  	}*/
}
.category input:checked + .outside .inside {
  -webkit-animation: radio-select 0.1s linear;
          animation: radio-select 0.1s linear;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.no-transforms .category input:checked + .outside .inside {
  width: 10px;
  height: 10px;
}
