@charset "UTF-8";
/*
pc contact css start
*/
/* line 7, ../scss/contact.scss */
.contact {
  /*contact style*/
  /*form item*/
  /*入力漏れ時*/
  /*side space*/
  /*contact style end*/
}
/* line 9, ../scss/contact.scss */
.contact .contact-section {
  margin-bottom: 40px;
  padding-left: 20px;
}
/* line 13, ../scss/contact.scss */
.contact .sec-last {
  border-bottom: 1px solid #dbdad2;
  padding-bottom: 20px;
}
/* line 17, ../scss/contact.scss */
.contact .form-title {
  font-size: 17px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c70019;
}
/* line 23, ../scss/contact.scss */
.contact .required-item-txt {
  font-size: 12px;
  color: #e60012;
  margin-left: 10px;
}
/* line 28, ../scss/contact.scss */
.contact .submit-area {
  text-align: center;
  margin-bottom: 30px;
}
/* line 32, ../scss/contact.scss */
.contact .sorry-txt {
  font-size: 14px;
  line-height: 1.6em;
}
/* line 38, ../scss/contact.scss */
.contact input,
.contact textarea {
  background-color: #f9f8f8;
  border: 1px solid #dedede;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 46, ../scss/contact.scss */
.contact input[type=text] {
  display: inline-block;
  height: 42px;
  font-size: 14px;
  padding-left: 15px;
  width: 390px;
}
/* line 53, ../scss/contact.scss */
.contact input[type=checkbox] {
  margin-right: 10px;
}
/* line 56, ../scss/contact.scss */
.contact input[type=submit],
.contact input[type=reset] {
  font-size: 13px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: none;
  cursor: pointer;
}
/* line 69, ../scss/contact.scss */
.contact input[type=reset] {
  background-color: #b5b5b5;
}
/* line 70, ../scss/contact.scss */
.contact input[type=submit] {
  background-color: #c70019;
}
/* line 71, ../scss/contact.scss */
.contact textarea {
  width: 530px;
  height: 100px;
  overflow: auto;
  resize: none;
}
/* line 77, ../scss/contact.scss */
.contact .select-open-box-area {
  position: relative;
}
/* line 80, ../scss/contact.scss */
.contact .select00-wrap,
.contact .select01-wrap {
  position: relative;
  display: block;
  width: 158px;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  color: #000;
  padding: 0 31px 0 11px;
  border: 1px solid #dedede;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
  margin: 5px 0 5px 0;
}
/* line 97, ../scss/contact.scss */
.contact .select-open-box {
  display: none;
  position: absolute;
  top: 30px;
  z-index: 5;
  width: 380px;
  padding: 15px;
  border: 1px solid #dedede;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
}
/* line 112, ../scss/contact.scss */
.contact .select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 80px;
  background-color: #ffffff;
  color: #000;
  line-height: 1em;
}
/* line 120, ../scss/contact.scss */
.contact .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  min-width: 110px;
  margin: 0;
  padding: 8px 31px 8px 11px;
  background: transparent;
  border: 1px solid #dedede;
  outline: none;
  font-size: 14px;
}
/* line 136, ../scss/contact.scss */
.contact .entypo-down:before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 10px;
  z-index: 1;
  width: 8px;
  height: 5px;
  background-image: url(https://www.cardinal-japan.com/contact/dirfiles/images/pc_icn_select.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
}
/* line 150, ../scss/contact.scss */
.contact table th {
  text-align: right;
  width: 125px;
  padding-right: 20px;
}
/* line 155, ../scss/contact.scss */
.contact table td {
  padding: 10px 0;
}
/* line 162, ../scss/contact.scss */
.contact .alert-txt {
  margin-top: 10px;
  line-height: 13px;
  padding-left: 20px;
  display: block;
  color: #e60012;
  background-image: url(https://www.cardinal-japan.com/contact/dirfiles/images/alert_icn.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
/* line 172, ../scss/contact.scss */
.contact .alert-on {
  border: 1px solid #ff7d7d;
  background-color: #ffe7e7;
}
/* line 178, ../scss/contact.scss */
.contact #top-sec03-box-title,
.contact #top-sec04-box-title {
  padding: 3px 0;
  margin-bottom: 25px;
  margin: 0 20px;
  border-bottom: 1px dotted #c70019;
}
/* line 184, ../scss/contact.scss */
.contact #top-sec03-box-title img,
.contact #top-sec04-box-title img {
  width: 100%;
}
/* line 188, ../scss/contact.scss */
.contact .contact-side-cover {
  border: 1px solid #c70019;
  border-top: 2px solid #c70019;
  margin-bottom: 30px;
}
/* line 193, ../scss/contact.scss */
.contact #top-sec03-box {
  padding: 20px;
  background-color: #ffffff;
}
/* line 196, ../scss/contact.scss */
.contact #top-sec03-box ul {
  position: relative;
  left: -10px;
  margin-bottom: 20px;
}
/* line 200, ../scss/contact.scss */
.contact #top-sec03-box ul li {
  line-height: 20px;
  padding-left: 20px;
  background-image: url(https://www.cardinal-japan.com/contact/dirfiles/images/top_side_rec_icn_pc.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}
/* line 209, ../scss/contact.scss */
.contact #top-sec03-box .top-sec03-title-img img {
  width: 178px;
  height: auto;
}
/* line 214, ../scss/contact.scss */
.contact #top-sec03-box .top-sec03-title-txt {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c3c3c3;
}
/* line 220, ../scss/contact.scss */
.contact #top-sec03-box .top-sec03-btn img {
  width: 100%;
  height: auto;
}
/* line 226, ../scss/contact.scss */
.contact #top-sec04-box {
  padding: 20px;
}
/* line 228, ../scss/contact.scss */
.contact #top-sec04-box dt {
  margin-bottom: 15px;
}
/* line 230, ../scss/contact.scss */
.contact #top-sec04-box dt img {
  width: 100%;
  height: auto;
}
/* line 234, ../scss/contact.scss */
.contact #top-sec04-box dt span {
  display: block;
  width: 180px;
  height: 48px;
  background-image: url(https://www.cardinal-japan.com/contact/dirfiles/images/top_side_com_subtitle.png);
  background-position: center 0;
  border-bottom: 2px solid #d3cfc6;
}
/* line 243, ../scss/contact.scss */
.contact #top-sec04-box dd {
  margin-bottom: 20px;
}
/* line 246, ../scss/contact.scss */
.contact #top-sec04-box dd.btn_more_more_detail {
  margin-bottom: 0;
}
/* line 250, ../scss/contact.scss */
.contact .btn_more_more_detail a {
  display: block;
  width: auto;
  text-align: center;
}

/*
pc contact css end
*/
@media screen and (max-width: 540px) {
  /*
  sp contact css start
  */
  /* line 264, ../scss/contact.scss */
  body.content {
    font-size: 12px;
    line-height: 1.75em;
  }

  /* line 269, ../scss/contact.scss */
  .contact #content {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 275, ../scss/contact.scss */
  .contact #side {
    display: none;
  }

  /* line 279, ../scss/contact.scss */
  .contact {
    /*contact style*/
    /*form item*/
    /*入力漏れ時*/
    /*contact style end*/
  }
  /* line 281, ../scss/contact.scss */
  .contact .contact-section {
    margin-bottom: 40px;
    padding-left: 0;
  }
  /* line 285, ../scss/contact.scss */
  .contact .sec-last {
    border-bottom: 1px solid #dbdad2;
    padding-bottom: 20px;
  }
  /* line 289, ../scss/contact.scss */
  .contact .form-title {
    font-size: 12px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #c70019;
  }
  /* line 295, ../scss/contact.scss */
  .contact .required-item-txt {
    font-size: 10px;
    margin-left: 10px;
  }
  /* line 299, ../scss/contact.scss */
  .contact .submit-area {
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 303, ../scss/contact.scss */
  .contact .sorry-txt {
    font-size: 14px;
    line-height: 1.6em;
  }
  /* line 309, ../scss/contact.scss */
  .contact input,
  .contact textarea {
    background-color: #f9f8f8;
    border: 1px solid #dedede;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  /* line 317, ../scss/contact.scss */
  .contact input[type=text] {
    display: inline-block;
    height: 30px;
    font-size: 12px;
    padding-left: 12px;
    width: 80%;
  }
  /* line 324, ../scss/contact.scss */
  .contact input[type=checkbox] {
    margin-right: 10px;
  }
  /* line 327, ../scss/contact.scss */
  .contact input[type=submit],
  .contact input[type=reset] {
    font-size: 12px;
    width: 110px;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none;
    cursor: pointer;
  }
  /* line 340, ../scss/contact.scss */
  .contact input[type=reset] {
    background-color: #b5b5b5;
  }
  /* line 341, ../scss/contact.scss */
  .contact input[type=submit] {
    background-color: #c70019;
  }
  /* line 342, ../scss/contact.scss */
  .contact textarea {
    width: 100%;
    height: 100px;
  }
  /* line 346, ../scss/contact.scss */
  .contact .select-open-box-area {
    position: relative;
  }
  /* line 349, ../scss/contact.scss */
  .contact .select00-wrap,
  .contact .select01-wrap {
    display: none;
  }
  /* line 353, ../scss/contact.scss */
  .contact .select-open-box {
    display: block;
    position: static;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10%;
    width: 90%;
    padding: 5px;
    border: none;
    overflow: auto;
  }
  /* line 364, ../scss/contact.scss */
  .contact .sp-select-open-box {
    height: 80px;
    overflow: auto;
    border: 1px solid #dedede;
  }
  /* line 371, ../scss/contact.scss */
  .contact .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 80px;
    background-color: #ffffff;
    color: #000;
    line-height: 1em;
  }
  /* line 379, ../scss/contact.scss */
  .contact .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    min-width: 110px;
    margin: 0;
    padding: 4px 31px 4px 11px;
    background: transparent;
    border: 1px solid #dedede;
    outline: none;
    font-size: 12px;
  }
  /* line 395, ../scss/contact.scss */
  .contact .entypo-down:before {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: 10px;
    z-index: 1;
    width: 8px;
    height: 5px;
    background-image: url(https://www.cardinal-japan.com/contact/dirfiles/images/pc_icn_select.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  /* line 407, ../scss/contact.scss */
  .contact table {
    display: block;
  }
  /* line 409, ../scss/contact.scss */
  .contact table tbody {
    display: block;
    width: 100%;
  }
  /* line 413, ../scss/contact.scss */
  .contact table th {
    text-align: right;
    width: 100%;
    padding-right: 20px;
    margin-bottom: 5px;
  }
  /* line 419, ../scss/contact.scss */
  .contact table td {
    padding: 0 0;
    margin-bottom: 18px;
  }
  /* line 423, ../scss/contact.scss */
  .contact table tr {
    width: 100%;
    display: block;
  }
  /* line 427, ../scss/contact.scss */
  .contact table th, .contact table td {
    display: block;
    text-align: left;
    width: 100%;
  }
  /* line 434, ../scss/contact.scss */
  .contact .alert-txt {
    margin-top: 10px;
    line-height: 13px;
    padding-left: 20px;
    display: block;
    color: #e60012;
    background-image: url(https://www.cardinal-japan.com/contact/dirfiles/images/alert_icn.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
  }
  /* line 444, ../scss/contact.scss */
  .contact .alert-on {
    border: 1px solid #ff7d7d;
    background-color: #ffe7e7;
  }

  /*
  sp contact css end
  */
}