@charset "utf-8";
body,div,form{margin:0; padding:0;}
form{
  font-size:14px;
  line-height:1.6em;
  color: #333;
  width:100%;
  padding:15px;
  box-sizing: border-box; /* box幅にpaddingとborderも含める */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#aptoenqform {
  padding:10px;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
  text-indent: 0;
  color: #333;
  overflow: hidden;
}
.aptoenq {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
	.aptoenq {
	  font-size: 13px;
	}
}
.aptoenq_question input {
  display: inline;
  width: auto;
}
.aptoenq_question label {
  font-weight: normal;
  width: auto;
  display: inline-block;
  margin:5px;
}
.aptoenq_question label span {
  vertical-align: middle;
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  .aptoenq_question label span {
    font-size: inherit;
  }
}
.aptoenq_question input[type="text"] {
  width:100%;
  height:32px;
  padding: 6px 8px !important;
  /* background-color: #F9FAFB; */
  border:1px solid #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.aptoenq_question input[disabled] {
  background-color: #F0F0F0;
}
.aptoenq_question input[type="checkbox"] {
  margin: 3px 3px 3px 3px !important;
  border-style: none;
  width: auto;
}
.aptoenq_question input[type="radio"] {
  margin: 3px 3px 0px 3px !important;
  border-style: none;
  width: auto;
}
.aptoenq_question select {
  font-size:16px;
  height:32px;
  padding: 2px !important;
  /* background-color: #F9FAFB; */
  border:1px solid #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.aptoenq_question input[type="file"] {
  font-size:16px;
}
.aptoenq_question textarea,
 #aptoenqform textarea {
  width: 100%;
  margin:0px auto;
  padding: 6px 8px !important;
  /* background-color: #F9FAFB; */
  outline: none;
  border:1px solid #CCC;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-sizing: border-box; /* パディングとボーダーを幅と高さに含める */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.aptoenq_question input[type="text"]:focus,
.aptoenq_question textarea:focus,
 #aptoenqform textarea:focus,
 select:focus {
  background:#FFFFDD;
  box-shadow: 0 0 7px #8bade4;
  border:1px solid #8bade4;
  box-shadow: 0;
}

.aptoenq_qa {
  font-size: 14px;
  line-height: 130%;
  margin: 10px 0 0;
  padding: 10px 0 0;
}
.aptoenq_q {
  padding: 13px 20px;
  font-weight: bold;
  font-size:110%;
  border: 1px solid #ccc;
  background-color: #F9F9F9;
  /* border-bottom:1px solid #ccc; */
}
@media screen and (min-width: 480px) {
	.aptoenq_qa {
	  font-size: 13px;
	}
	.aptoenq_q {
	  font-weight: normal;
	}
}
.aptoenq_a {
  padding: 10px 0;
}
.aptoenq_choice {
  width: 33%;
  float: left;
}
.aptoenq_br {
  clear: both;
}











.aptoenq_cusinfo {
  font-size: 14px;
  margin-top:0px;
}
.aptoenq_cusinfo input, .aptoenq_cusinfo textarea,
.aptoenq_qa input, .aptoenq_qa textarea {
  color: #333;
  font-size: 14px;
}
@media screen and (min-width: 480px) {
	.aptoenq_cusinfo input, .aptoenq_cusinfo textarea,
	.aptoenq_qa input, .aptoenq_qa textarea {
	  font-size: 14px;
	}	
}
.aptoenq_cusinfo .aptoenq_cusinfo_subj {
  font-weight: bold;
  margin: 0;
  padding: 0;
/*  font-size:120%;
  border-left:4px solid #ccc;
*/
}
.aptoenq_cusinfo .aptoenq_cusinfo_warn {
  text-align: left;
  margin: 6px;
  float: none;
}


.aptoenq_cusinfo .aptoenq_cusinfo_item {
/*
    width: 100%;
    font-weight:bold;
    margin:20px 0 0;
    padding: 20px 0 0;
    border-top: 1px dotted #ccc;
*/
	  background-color: #f0f0f0;
	  border:1px solid #ccc;
	  font-size:13px;
  width: auto;
	  margin: 20px 0px 10px 0px;
	  padding: 10px 25px 10px;
}
@media screen and (min-width: 480px) {
  .aptoenq_cusinfo .aptoenq_cusinfo_item {
	  background-color: #f0f0f0;
	  border:1px solid #ccc;
	  font-size:13px;
  width: auto;
	  margin: 20px 0px 10px 0px;
	  padding: 10px 25px 10px;
/*
      width: 100%;
      font-weight:normal;
      float: left;
      border-top:1px dotted #ccc;
      padding:10px 0;
      margin:0 0 0;
*/
  }
}










.aptoenq_cusinfo .aptoenq_cusinfo_fm {
    width: 100%;
}
@media screen and (min-width: 480px) {
  .aptoenq_cusinfo .aptoenq_cusinfo_fm {
      width: 100%;
      float: right;
/*
      border-top:1px dotted #ccc;
*/
      padding:10px 0;
  }
  .aptoenq_cusinfo .aptoenq_cusinfo_subj + .aptoenq_cusinfo_fm {
      border-top:none;
  }
}
.aptoenq_cusinfo .aptoenq_cusinfo_fm_yuubin input {
  width:100%;
}
.aptoenq_cusinfo .aptoenq_cusinfo_fm_tel input,
.aptoenq_cusinfo .aptoenq_cusinfo_fm_fax input {
  width:100%;
}
.aptoenq_cusinfo_msg {
  display: block;
  width:100%;
}








.aptoenq_c {
  text-align: center;
}
.aptoenq_l {
  text-align: left;
}
.aptoenq_r {
  text-align: right;
}
.aptoenq_b {
  font-weight: bold;
}
.aptoenq_red {
  color: red;
}
.aptoenq_readonly {
  color: gray;
}
.aptoenq_check {
  width: 25px;
  height: 20px;
  display: inline-block;
}
.aptoenq_check_overlimit {
  display: none;
}
.aptoenq_check_blank {
  width: 25px;
  height: 20px;
  margin-top: 3px;
  display: inline-block;
}
.aptoenq_overlimit {
  padding-top: 4px;
  color: gray;
}
.aptoenq_h130 {
  line-height: 130%;
}
.aptoenq_h160 {
}

#aptoenq_confirm iframe {
  width: 100%;
  height: 600px;
  overflow: hidden;
  border:none;
}
#aptoenq_closebutton {
  cursor: pointer;
}
.aptoenq_popup {
  border-top: 1px solid #999999;
  background-color: #FFF;
  text-align: center;
  padding: 10px;
  box-shadow: 3px 3px 5px #000;
}
.aptoenq_popup .aptoenq_popupbutton {
  margin: 10px;
}
.aptoenq_popup div.popupframe {
  border: 1px solid black;
  background-color: #F4F4F4;
}
.aptoenq_popup_title {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color:#FFF;
  font-weight: bold;
  font-size: 20px;
  background: #000;
  box-shadow: 3px 3px 5px #000;
  padding: 20px 10px 15px 33px;
}
.aptoenq_grayout {
  background-color: #333;
  filter: alpha(opacity=30);
  -moz-opacity: 0.30;
  opacity: 0.30;
}

.aptoenq_msg {
  font-size: 14px;
  text-align: left;
  padding:15px;
}

.aptoenq_cusinfo_exp {
  margin:20px 0 0;
}

.aptoenq_exp {
  text-align:left;
  margin:15px 0;
}

/* buttonタグの場合 */
.aptoenq_bt_send,
.aptoenq_bt_back {
  width: 100%;
  margin:16px auto;
  position: relative;
  text-align: center;
}
.aptoenq_bt_set button {
  display:inline-block;
  text-decoration: none;
  border: 0px;
  width: 100%;
  font-size: 14px;
  padding:14px 0;
  color: #333;
  text-align: center;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  cursor:pointer;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.aptoenq_bt_send button {
  background: #ffd464;
  box-shadow: 0 6px #fcb909;
}
.aptoenq_bt_send button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.aptoenq_bt_send button:hover {
  box-shadow: 0 4px #fcb909;
  color:#333;
  top: 2px;
}
.aptoenq_bt_send button:active {
  box-shadow: 0 0 #fcb909;
  top: 6px;
}

.aptoenq_bt_back button {
  background: #e4e4e3;
  box-shadow: 0 6px #d2d1d0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.aptoenq_bt_back button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.aptoenq_bt_back button:hover {
  box-shadow: 0 4px #d2d1d0;
  color:#333;
  top: 2px;
}
.aptoenq_bt_back button:active {
  box-shadow: 0 0 #d2d1d0;
  top: 6px;
}

@media screen and (min-width: 480px) {
  .aptoenq_bt_set {
    margin:0 auto;
    text-align: center;
  }
  .aptoenq_bt_send,
  .aptoenq_bt_back {
/*  width: 50%;  */
/*  float:left;  */
    width: auto;
    display: inline-block;
  }
  .aptoenq_bt_send {
/*  text-align:right;  */
  }
  .aptoenq_bt_back {
/*  text-align:left;  */
  }
  .aptoenq_bt_send button {
    width: auto;
    height:44px;
    padding:0 20px;
    margin-right:10px;
  }
  .aptoenq_bt_back button {
    width: auto;
    height:44px;
    padding:0 20px;
    margin-left:10px;
  }
}