@charset "utf-8";
/* モジュール */

.flexBox {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap>* {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: .5rem;
}

.aptoenq_br {
  clear: both;
}

.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_qa, .aptoenq_cusinfo,
form[name="frm"]{
  line-height: 1.6;
  text-align: left!important;
  text-indent: 0!important;
  overflow: hidden;
  margin: 2rem 0;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
}

.aptoenq{margin-bottom: 1rem;}

.aptoenq_qa *, .aptoenq_cusinfo *, .aptoenq_qa *:before, .aptoenq_cusinfo *:before, .aptoenq_qa *:after, .aptoenq_cusinfo *:after{
  box-sizing: border-box;
}

.aptoenq_qa input[type="text"], .aptoenq_qa select, .aptoenq_qa textarea {
  padding: .5rem;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

input[type="text"].aptoenq_a, textarea.aptoenq_a {
  padding: .5rem;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.aptoenq_cusinfo input[type="text"], .aptoenq_cusinfo select, .aptoenq_cusinfo textarea {
  padding: .5rem;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.aptoenq_qa input[type="text"], .aptoenq_qa textarea, .aptoenq_qa select{
  max-width: 97%;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.aptoenq_cusinfo input[type="text"], .aptoenq_cusinfo textarea {
  max-width: 100%;
}

.aptoenq_qa input[type="text"]:focus, .aptoenq_qa textarea:focus, .aptoenq_qa select:focus {
  background: #FFFFDD;
  box-shadow: 0 0 7px #8bade4;
  border: 1px solid #8bade4;
  box-shadow: 0;
}

.aptoenq_cusinfo input[type="text"]:focus, .aptoenq_cusinfo textarea:focus, .aptoenq_cusinfo select:focus {
  background: #FFFFDD;
  box-shadow: 0 0 7px #8bade4;
  border: 1px solid #8bade4;
  box-shadow: 0;
}

.aptoenq_qa input[type="file"], .aptoenq_qa select, .aptoenq_qa button {
  font-size: 1em;
}

.aptoenq_cusinfo input[type="file"], .aptoenq_cusinfo select, .aptoenq_cusinfo button {
  font-size: 1em;
}

input.aptoEnquete_ans {
  -webkit-appearance: auto !important;
}

.aptoenq_cusinfo textarea {
  outline: none;
}

.aptoenq_bt_send+.aptoenq_bt_back,
.apto_bt_send + .apto_bt_back {
  margin-left: .5rem;
}

.aptoenq_bt_send, .aptoenq_bt_back,
.apto_bt_send, .apto_bt_back {
  display: inline-block;
  margin: 1rem auto;
}

.aptoenq_bt_set,.apto_bt_set {
  text-align: center;
  margin: 0 auto;
}

.aptoenq_bt_set button,
.apto_bt_set a {
  font-size: 1em;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 0px;
  padding: 1rem 2rem;
  display: inline-block;
  outline: none;
  cursor: pointer;
  border-radius: .3rem;
  box-shadow: 0 6px 6px -6px #777;
}

.aptoenq_bt_send button,
.apto_bt_send a {
  background: #ffd464;
}

.aptoenq_bt_send button:hover,
.apto_bt_send a:hover {
  background: #fcb909;
}

.aptoenq_bt_back button,
.apto_bt_back a {
  background: #e4e4e3;
}

.aptoenq_bt_back button:hover,
.apto_bt_back a:hover {
  background: #d2d1d0;
}

.aptoenq_qa .aptoenq_question input[disabled] {
  background-color: #F0F0F0;
}

.aptoenq_cusinfo .aptoenq_question input[disabled] {
  background-color: #F0F0F0;
}

.fontL .aptoenq_qa input[type="checkbox"] ,
.fontL .aptoenq_qa input[type="radio"] ,
.fontM .aptoenq_qa input[type="checkbox"] ,
.fontM .aptoenq_qa input[type="radio"] {
  transform: scale(1.5);
  margin: 0 5px 15px;
  vertical-align: unset !important;
}

.fontL .aptoenq_cusinfo input[type="checkbox"] ,
.fontL .aptoenq_cusinfo input[type="radio"] ,
.fontM .aptoenq_cusinfo input[type="checkbox"] ,
.fontM .aptoenq_cusinfo input[type="radio"] {
  transform: scale(1.5);
  margin: 0 5px 15px;
  vertical-align: unset !important;
}

.fontS .aptoenq_qa input[type="checkbox"] ,
.fontS .aptoenq_qa input[type="radio"] {
  transform: scale(1.1);
  margin: 0 5px 15px;
  vertical-align: unset !important;
}

.fontS .aptoenq_cusinfo input[type="checkbox"] ,
.fontS .aptoenq_cusinfo input[type="radio"] {
  transform: scale(1.1);
  margin: 0 5px 15px;
  vertical-align: unset !important;
}

.aligntop {
  vertical-align: top;
}

/*質問*/

.aptoenq_necessary {
  margin-bottom: 1rem;
}

.aptoenq_qa {
  line-height: 1.3!important;
  display: inline;
}

.aptoenq_q {
  padding: 1rem;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: .3rem;
}

#aptoenq_confirm_displayArea .aptoenq_q {
  padding: 0rem;
}

#aptoenq_confirm_displayArea .aptoenq_cusinfo .aptoenq_q {
  padding: 1rem;
}

.aptoenq_a {
  padding: .5rem 0;
  margin: 0.5rem 0 0.1rem;
}

.aptoenq_inlineblock {
  display: inline-block;
}

/*お客様情報*/
.aptoenq_cusinfo {
  margin-top: 0px;
}

.aptoenq_cusinfo .aptoenq_cusinfo_subj {
  font-weight: bold;
  margin: 2rem 0 1rem;
  padding: 6px 20px;
  border-left: 4px solid #ccc;
}

.aptoenq_cusinfo .aptoenq_cusinfo_warn {
  margin: 6px;
}

.aptoenq_cusinfo .aptoenq_cusinfo_item {
  width: 25%;
  float: left;
  border-top: 1px dotted #ccc;
  padding: 20px 0;
  margin: 0;
}

.aptoenq_cusinfo .aptoenq_cusinfo_fm {
  width: 75%;
  float: right;
  border-top: 1px dotted #ccc;
  padding: 20px 0;
}

.aptoenq_cusinfo_warn + .aptoenq_cusinfo_fm,
.aptoenq_cusinfo_subj + .aptoenq_cusinfo_fm{
  border: none;
  padding: 0;
}
.aptoenq_cusinfo_exp input[name="chkMemorize"]{
  margin-top: 1rem !important;
}

@media screen and (max-width: 480px) {
  .aptoenq_cusinfo .aptoenq_cusinfo_fm {
    border: none;
    width: 100%;
    padding-top: .5rem;
  }
  .aptoenq_cusinfo .aptoenq_cusinfo_item {
    font-size: .85em;
    width: 100%;
    padding: .75rem 0 0;
    border-top: 1px dotted #ccc;
  }
}

.aptoenq_cusinfo .aptoenq_cusinfo_fm_yuubin input {
  width: 100px;
}

.aptoenq_cusinfo .aptoenq_cusinfo_fm_tel input, .aptoenq_cusinfo .aptoenq_cusinfo_fm_fax input {
  width: 160px;
}

.aptoenq_cusinfo_msg {
  font-size: .75em;
  display: block;
  margin-top: .5rem;
}

.aptoenq_cusinfo_exp {
  line-height: 1.3;
  margin-top: 1rem;
}

/*popup*/
.aptoenq_popup {
  line-height: 1.6;
  color: #333;
}

.aptoenq_popup_title,
.aptoenq_popup * {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px!important;
}

.aptoenq_grayout {
  background-color: #333;
  filter: alpha(opacity=30);
  -moz-opacity: 0.30;
  opacity: 0.30;
}

.aptoenq_popup_title {
  font-weight: bold;
  font-size: 20px!important;
  background: #F9F9F9;
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
}

.aptoenq_popup {
  border-top: 1px solid #ccc;
  background-color: #FFF;
  padding: 15px 80px;
  border-radius: 0 0 5px 5px;
}

.aptoenq_popup_title, .aptoenq_popup {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.aptoenq_msg{
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
}

/*基本色設定*/
.aptoenq_qa {
  color: #333;
}
.aptoenq_cusinfo {
  color: #333;
  background: #FFF;
  clear: both;
}
.aptoenq_q {
  border-color: #ccc;
  background-color: #F9F9F9;
}
.aptoenq_cusinfo .aptoenq_cusinfo_subj {
  border-left-color: #ccc;
}


/* iframe幅。popup画面の幅に反映。*/
#aptoenq_confirm iframe {
  width: 100%;
  overflow: hidden;
  border: none;
}

@media screen and (min-width: 600px) {
  #aptoenq_confirm iframe {
    min-width: 555px;
    /*固定幅用。popup枠の左右の余白分を引いた幅*/
  }
}
@media screen and (max-width: 600px) {
  #aptoenq_confirm iframe {
    min-width: 450px;
  }
  label.enqtooltip {
    display: block !important;
    width: auto !important;
    float: none !important;
  }
}

@media screen and (max-width: 480px) {
  .aptoenq_bt_send+.aptoenq_bt_back,
  .apto_bt_send + .apto_bt_back {
    margin-left: 0;
  }

  .aptoenq_bt_send, .aptoenq_bt_back,
  .apto_bt_send, .apto_bt_back {
    display: block;
  }

  .aptoenq_bt_send button,
  .aptoenq_bt_back button {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #aptoenq_confirm iframe {
    min-width: initial;
  }
}

@media screen and (max-width: 370px) {
  #aptoenq_confirm iframe {
    max-width: 270px;
  }
}

/* ダウンロード認証用ダイアログの閉じるボタン位置*/
#aptoenq_notAns {
    position: absolute;
    float: right;
    top: -90px;
    padding: 0.5rem 0.75rem;
    background: none;
    box-shadow: none;
    font-size: 1.5rem !important;
}
#aptoenq_closeDialog {
    margin-left: 0.5rem;
}
#aptoenq_confirm_displayArea {
    word-break: break-all;
}
.whitespace {
  white-space: pre-wrap;
  vertical-align: middle;
  margin-right: 5px;
}
/* デザイン変更追加分 */
.questionTitle {
  background: #f2f2f2;
  font-weight: bold;
  padding: 0.3rem;
}

.questionTitleNoAns {
  background: none;
  padding: 0.3rem;
}

div#aptoenqform.fontL {font-size: 16px!important;}
div#aptoenqform.fontM {font-size: 14px!important;}
div#aptoenqform.fontS {font-size: 12px!important;}
div#aptoenqform_download.fontL {font-size: 16px!important;}
div#aptoenqform_download.fontM {font-size: 14px!important;}
div#aptoenqform_download.fontS {font-size: 12px!important;}