
@charset "UTF-8";

body {
  font-size: 90%;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
a {
  color: #6268be;
}
a:hover img{
  opacity: 0.7;
}
button:focus {
  outline: none;
}
span,
.form-group {
  background: #fff;
}

a.title {
  font-size: 105%;
  font-weight: bold;
}

h1 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
h1 a,
h1 a:hover {
  color: #48505d;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .disp_sp {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .disp_pc {
    display: none;
  }
}
.nav {
  font-weight: bold;
}
.nav span.pan:before {
    content: ">";
    margin: 0 7px;
}

h2 {
  font-size: 22px;
  font-weight: bold;
  background: #f4f8ff;
  margin-bottom: 0;
  padding: 15px 0;
  width: 100%;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 20px;
  }
}



/*ロゴ画像*/
.logo {
  text-align: center;
  padding: 20px;
}

.logo img {
    width: 25%;
    min-width: 180px;
    height: auto;
}

div.before_text {
  text-align: center;
  font-size: 1rem;
  margin: 25px 0;
  letter-spacing: 0.5px;
}
div.after_text {
  text-align: center;
  font-size: 0.88rem;
  color: #aaa;
  margin: 25px 0 50px 0;
}

/*お買い物の流れ*/
div.shopping_flow h2,
div.shopping_flow {
  text-align: center;
}
.shopping_img span {
  font-size: 30px;
  color: #ececec;
}

@media screen and (max-width: 991px) {
  .shopping_img span {
    font-size: 18px;
    display: block;
}
  .shopping_img img {
    width: 90%;
  }
}

/*お買い物サポート*/
div.shopping_supprt h2 {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .shopping_supprt > * {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.form-group {
  text-align: center;
}

div.search_keyword {
  text-align: left;
}

div.search_form {
  width: 50%;
  margin: 0 auto;
  text-align: left;
}

div.auto_search {
  width: 50%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 991px) {
  div.auto_search {
    width: 95%;
  }
}
.auto_search > div {
  padding: 0.375rem 0.75rem;
}

.auto_search > div > div {
    margin-top: 0.2rem;
}

.auto_search > div > div > a {
    display: block;
    margin-bottom: 0.3rem;
}
div.result {
  padding: 25px 24px 0;
}

.slide-enter-active {
  transition: all 0.8s ease;
}
.slide-leave-active {
  transition: all 0s ease;
}
.slide-enter,
.slide-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

@media screen and (max-width: 991px) {
  div.search_form {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}

.search_form input.form-control {
  width: 80%;
  border-radius: 45px 0 0 45px;
  height: 40px;
}
div.search_form button {
  border: none;
  background-color: #3e5c8c;
  border-radius: 0 45px 45px 0;
  width: 20%;
  color: #fff;
  background-image: url(https://perfect-floors.jp/faq/faq_search.png);
  background-position: 23% 52%;
  background-size: 14%;
  background-repeat: no-repeat;
  padding-left: 1em;
}
@media (min-width: 992px){
  div.search_form button {
    background-position: 1.5em 52%;
  }
}
@media (min-width: 1200px){
  div.search_form button {
    background-position: 1.8em 52%;
  }
}


div.search_keyword {
  text-align: left;
  width: 50%;
  margin: 12px auto 0;
}
@media screen and (max-width: 991px) {
  div.search_keyword {
    text-align: left;
    width: 100%;
    margin: 10px auto 20px;
  }
}

div.search_keyword p {
  font-weight: bold;
  letter-spacing: 0.5px;
}

div.keyword_list {
  margin-top: 12px;
}

div.keyword_list span {
  padding: 6px 15px;
  background-color: #f4f8ff;
  border-radius: 16.5rem;
  cursor: pointer;
}

input[type="radio"] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
}

input.chkbtn + label.mb-0.cat2::after {
    content: " ";
    position: absolute;
    right: 3em;
    top: 1.5em;
    width: 12px;
    height: 12px;
    border-top: 2px solid #797fca;
    border-right: 2px solid #797fca;
    transform: rotate(135deg);
  }

  input.chkbtn:checked + label.mb-0.cat2::after {
    content: " ";
    position: absolute;
    right: 3em;
    top: 1.9em;
    width: 12px;
    height: 12px;
    border-top: 0px solid #797fca;
    border-right: 0px solid #797fca;
    transform: rotate(-45deg);
  }

div.faq > .cat1 label {
  height: 165px;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #f2f2f2;
  padding: 8px 0 12px;
}
@media screen and (max-width: 991px) {
  div.faq > .cat1 label {
    height: 145px;
  }
}
@media screen and (max-width: 768px) {
  div.faq > .cat1 label {
    height: 115px;
  }
}
.cat1 > span {
  width: calc(100% / 4 - 4px);
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.cat1 span label {
  border-color: WHITE;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-style: none;
  padding-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .cat1 span label {
    /*
        padding-bottom: 80px;
        */
  }
}
.row.mx-0.mt-3.cat2 {
  margin-top: 0 !important;
}

div.faq > .cat1 label {
  background-position: center;
  background-position-y: 83%;
}

div.faq > .cat1 label.ご注文について {
  background-image: url(https://perfect-floors.jp/img/faq/faq_pc_02.png);
}

div.faq > .cat1 label.お届けについて {
  background-image: url(https://perfect-floors.jp/img/faq/faq_car_02.png);
}

div.faq > .cat1 label.製品について {
  background-image: url(https://perfect-floors.jp/img/faq/faq_lack_02.png);
}

div.faq > .cat1 label.その他,
div.faq > .cat1 label.その他のサービス {
  background-image: url(https://perfect-floors.jp/img/faq/faq_sonota_02.png);
}

div.faq > .cat1 label.ご注文について_select {
  background-color: #f4f8ff;
  background-image: url(https://perfect-floors.jp/img/faq/faq_pc_01.png);
  /*背景の上部左右の角を丸く修正*/
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

div.faq > .cat1 label.お届けについて_select {
  background-color: #f4f8ff;
  background-image: url(https://perfect-floors.jp/img/faq/faq_car_01.png);
}

div.faq > .cat1 label.製品について_select {
  background-color: #f4f8ff;
  background-image: url(https://perfect-floors.jp/img/faq/faq_lack_01.png);
}

div.faq > .cat1 label.その他,
div.faq > .cat1 label.その他のサービス_select {
  background-color: #f4f8ff;
  background-image: url(https://perfect-floors.jp/img/faq/faq_sonota_01.png);
}

@media screen and (max-width: 991px) {
  div.faq > .cat1 label.ご注文について {
    background-image: url(https://perfect-floors.jp/img/faq/faq_pc_sp_02.png);
    background-size: 50%;
  }
  div.faq > .cat1 label.お届けについて {
    background-image: url(https://perfect-floors.jp/img/faq/faq_car_sp_02.png);
    background-size: 50%;
  }
  div.faq > .cat1 label.製品について {
    background-image: url(https://perfect-floors.jp/img/faq/faq_lack_sp_02.png);
    background-size: 50%;
  }
  div.faq > .cat1 label.その他,
  div.faq > .cat1 label.その他のサービス {
    background-image: url(https://perfect-floors.jp/img/faq/faq_sonota_sp_02.png);
    background-size: 50%;
  }

  div.faq > .cat1 label.ご注文について_select {
    background-color: #f4f8ff;
    background-image: url(https://perfect-floors.jp/img/faq/faq_pc_sp_01.png);
    background-size: 50%;
  }

  div.faq > .cat1 label.お届けについて_select {
    background-color: #f4f8ff;
    background-image: url(https://perfect-floors.jp/img/faq/faq_car_sp_01.png);
    background-size: 50%;
  }

  div.faq > .cat1 label.製品について_select {
    background-color: #f4f8ff;
    background-image: url(https://perfect-floors.jp/img/faq/faq_lack_sp_01.png);
    background-size: 50%;
  }

  div.faq > .cat1 label.その他,
  div.faq > .cat1 label.その他のサービス_select {
    background-color: #f4f8ff;
    background-image: url(https://perfect-floors.jp/img/faq/faq_sonota_sp_01.png);
    background-size: 50%;
  }
}

div.faq > .cat1 label span {
    font-size: 19px;
    background-color: transparent;
    position: relative;
    font-weight: bold;
}
@media screen and (max-width: 991px) {
  div.faq > .cat1 label span {
    font-size: 12px;
    font-weight: 600;
    background-color: transparent;
    position: relative;
    padding: 0 0.7em;
    letter-spacing: 0.2em;
    display: inline-block;
  }
}

div.faq > .cat1 label span:after {
  content: "▼";
  position: absolute;
  right: -25px;
}
@media screen and (max-width: 991px){
  div.faq > .cat1 label span::after {
    content: "▼";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -1.2em;
  }
}
div.faq > .cat1 label[class$="_select"] span:after {
  content: "";
}

div.faq > div.cat2,
div.faq > div.cat2 span {
  background-color: #f4f8ff;
  /*faqの上部をくっつけるために強制的にmargin-tを0に書き換える。*/
  margin-top: 0rem !important;
}

div.faq label.cat2 {
    color: #797fca;
    background-color: #fff;
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #797fca;
    border-radius: 0.5rem;
    font-size: 17px;
    font-weight: bold;
}
.faq_list {
  background: #fff;
}
/**
* 「ご注文方法について」
**/
.order_faq {
  /*bootstrapのimportant指定を上書きするため*/
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
  padding-right: 0em !important;
  padding-left: 1em !important;
}
.order_faq > a {
  color: #6268be;
  font-size: 1.1em;
  font-weight: 600;
}


div.tags > span {
  color: #4b4b4b;
  font-size: 1em;
  background: none;
  margin-right: 7px;
  /* white-space: nowrap; */
}

div.tags > span:hover {
  text-decoration: underline;
  cursor: pointer;
}


/**
* 「こちらの質問ではありませんか」
**/
.visit_faq_wrap h3.px-3 {
  font-size: 1.3em;
  font-weight: 600;
  /*bootstrapのimportant指定を上書きするため*/
  padding-top: 0em !important;
  padding-bottom: 0em !important;
  padding-right: 0em !important;
  padding-left: 0.1em !important;
}
.visit_faq a.title {
  color: #6268be;
}
.visit_faq a.title:hover {
  color: #6268be;
}
.visit_faq div.px-3 {
  /*bootstrapのimportant指定を上書きするため*/
  padding-top: 0.3em !important;
  padding-bottom: 0.5em !important;
  padding-right: 1em !important;
  padding-left: 1em !important;
}
.visit_faq div.tags {
  margin-bottom: 0.1em;
}

div.visit_faq {
  /*bootstrapのborderを削除するため、線の太さを0pxにしている。*/
  background-color: #f4f8ff;
  border: solid 1px #f4f8ff;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
/*vist_fqaに条件を付けて線を引く。*/
.visit_faq_wrap > .visit_faq {
  border-right: solid 1px #f4f8ff;
  border-left: solid 1px #f4f8ff;
}
.visit_faq_wrap > .visit_faq:first-child {
  border-top: solid 1px #f4f8ff;
}
.visit_faq_wrap > .visit_faq:last-child {
  border-bottom: solid 1px #f4f8ff;
}

div.unsolved {
  text-align: center;
  margin: 25px 0 4%;
}

div.unsolved p {
  font-size: 0.88rem;
}
div.unsolved button {
  width: 350px;
  height: 70px;
  margin: 25px auto 0;
  background-color: #575eb9;
  border: none;
  border-radius: 0.5rem;
  color: #fff;
  position: relative;
  letter-spacing: 0.5px;
}

div.unsolved div.contactIcon {
  position: absolute;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  right: 10px;
}

div.unsolved .contactIcon::before,
div.unsolved .plusIcon::after {
  position: absolute;
  top: 10px;
  right: 6px;
  content: "";
  display: inline-block;
  width: 17px;
  height: 7px;
  border-top: 2px solid #fff;
  transform: translateX(-50%);
}

div.unsolved button .plusIcon:after {
  top: 8px;
  right: 17px;
  transform: rotate(90deg);
}
div.unsolved button.show .plusIcon:after {
  top: 0px;
  left: 50px;
  transform: rotate(0deg);
}
/*お問い合わせ*/
div.contact div.selectCat {
  display: block;
  position: relative;
  width: 300px;
}
div.contact div.cat1 {
  margin: 40px 0 25px;
}

div.contact div.cat2 {
  margin-bottom: 40px;
}

div.contact div.selectCat label {
  display: block;
  font-weight: bold;
  letter-spacing: 0.5px;
}

div.contact div.selectCat select {
  width: 300px;
  margin-top: 12px;
  padding: 12px 24px;
  border: 1px solid #aaa;
  border-radius: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
}

div.contact .selectCat::after {
  content: "";
  position: absolute;
  top: 3.2rem;
  right: 1rem;
  width: 0;
  height: 0;
  padding: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #666666;
  pointer-events: none;
  z-index: 2;
}

div.contact div.selectCat select::-ms-expand {
  display: none;
}

div.contact div.settled {
  margin: 50px auto;
  display: inline-flex;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
@media (min-width: 576px){
  div.contact div.settled .col-md-3 {
    margin: 5px 0;
  }
}

div.contact div.settled p {
  margin-bottom: 25px;
  width: 100%;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.5px;
}
div.contact div.settled p.jump_messe {
    font-size: 0.9rem;
    font-weight: 400;
    margin: 3px 0 5px;
}

div.settled span {
  width: 15rem;
}

div.contact div.settled span button,
div.contact div.settled span.yes a {
  padding: 15px 0 13px;
  max-width: 200px;
  width: 100%;
  background-color: #575eb9;
  color: #fff;
  border-radius: 0.5rem;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  border: none;
  line-height: 1.1;
}

div.contact div.settled span button:hover {
  background-color: #8185b3;
}

div.contact div.settled span.yes a {
  background-color: #fd5151;
}

div.contact div.settled span.yes a:hover {
  background-color: #ffbebe;
}

/*お問い合わせフォーム*/
.contactNum {
  width: 70%;
  margin: 0 auto;
  background-color: #fefef4;
  border: 1px solid #ffffa1;
}
@media screen and (max-width: 991px) {
  .contactNum {
    width: 100%;
  }
}

.contactNum > div {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap;
  padding: 24px;
  text-align: left;
  background-color: #fefef4;
  margin: 0 auto;
}
@media screen and (min-width: 990px) {
  .contactNum > div {
    padding-left: 12%;
  }
}

@media screen and (max-width: 768px) {
  .contactNum > div,
  .contactNum > div > span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .contactNum > div.contact_tell{
    position: relative;
  }
  .contactNum > div.contact_tell::after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background-color: #ffffa1;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.contactNum span {
  background-color: #fefef4;
  flex-grow: 1;
  box-sizing: border-box;
  width: 20%;
  font-size: 18px;
  font-weight: bold;
}

span.tellnum,
span.faxnum {
  width: 25%;
  font-size: 24px;
  font-weight: bold;
}
span.tellnum a {
  color: #48505d;
}

.contactNum span img {
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
}

div.return {
  width: 70%;
  margin: 25px auto 50px;
  position: relative;
}
@media screen and (max-width: 991px) {
  div.return {
    width: 90%;
    margin: 25px auto 50px;
  }
}

div.return img {
  width: 100%;
}

div.return div.link {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  width: 350px;
  text-align: center;
  background-color: transparent;
}
@media (min-width: 992px){
  div.return div.link {
    top: 8%;
    left: 3%;
  }
}
@media (min-width: 1200px){
  div.return div.link {
    top: 13%;
    left: 6%;
  }
}


div.siteTop a {
  color: #fff;
  background-color: #ffcd62;
  padding: 25px;
  width: 300px;
  border-radius: 0.5rem;
  margin: 12px 0;
}

div.faqTop a {
  color: #fff;
  background-color: #575eb9;
  padding: 25px;
  width: 300px;
  border-radius: 0.5rem;
  margin-top: 12px;
}

@media screen and (max-width: 991px) {
  div.return div.link {
    position: absolute;
    top: 19%;
    left: 2.5%;
    z-index: 2;
    width: 300px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-align: left;
  }
  div.return div.link > div > a,
  div.return div.link > div > span {
    display: block;
  }
  div.return div.link > div > span {
    margin-left: 1em;
  }
  div.siteTop a,
  div.faqTop a {
    width: 90%;
    padding: 20px;
    margin: 10px 0;
    text-align: center;
  }
  div.return div.link div.row{
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  div.return div.link {
    width: 45%;
    top: 10%;
  }
  div.siteTop a, div.faqTop a {
    padding: 0.5em;
    margin: 10px 0;
  }
}
@media screen and (max-width: 539px) {
}
@media screen and (max-width: 470px) {
  div.return div.link {
    font-size: 11px;
  }
  div.siteTop a,
  div.faqTop a {
    padding: 10px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 400px) {
  div.return div.link br {
    display:none;
}
}
@media screen and (max-width: 380px) {
  div.return div.link {
    font-size: 9px;
    top: 8%;
  }
}
@media screen and (max-width: 350px) {
  div.return div.link {
    font-size: 9px;
    top: 5%;
  }
  div.siteTop a, div.faqTop a {
    padding: 5px;
    margin: 5px 0;
}
}

div.return span {
  width: 100%;
  background: transparent;
}

/*faqカテゴリ*/
div.faq {
  padding: 0 24px 24px;
  min-height: 64vh;
}
@media screen and (max-width: 991px) {
  div.faq {
    padding: 0 8px;
  }
}

/*faq一覧*/
div.faq_list h3 {
    text-align: left;
    background: #f4f8ff;
    font-size: 19px;
    font-weight: bold;
}
/* タグ */
.tags > a {
    color: #6f6f6f;
}
.tags > a:before {
  content: "#";
}

/*FAQ記事ページ*/
.FAQpage {
  padding: 0 8px;
}

.FAQpage .nav a {
  color: #48505d;
}
div.FAQpage .card {
  border: none;
}
div.FAQpage .card-body {
  border: 1px solid #000;
  padding: 0;
}
div.FAQpage .card-title.border-bottom {
  background-color: #f4f8ff;
  padding: 0 1.25em;
}
div.FAQpage .card-text {
  padding: 0 1.25em 1.25em;
}
div.FAQpage .card-text img {
  max-width: 100%;
}
div.FAQpage .card-text p {
    margin-bottom: 5px;
}
div.FAQpage .visit_faq_wrap > .tags {
  font-size: 1rem;
}
div.FAQpage .visit_faq_wrap > .tags > a {
  font-size: 1rem;
  color: #6268be;
}
div.FAQpage div.faq_contact .settled {
  text-align: center;
  margin: 25px 0;
}
div.FAQpage div.faq_contact .settled button {
    background-color: #fd5151;
    border: none;
    border-radius: 0.5em;
    color: #fff;
    margin-top: 25px;
    padding: 25px 75px;
}

/*お問合せページ*/
.error_message {
  color: red;
}
.formPage h2 {
  text-align: center;
}
div.formPage > div {
  padding: 0 24px;
}
.formPage input {
  border: solid 1px #8e8e8e;
  border-radius: 0.5rem;
}

div.formPage div.selectCat {
  position: relative;
}

div.formPage div.selectCat label {
  display: block;
  font-weight: bold;
  letter-spacing: 0.5px;
}

div.formPage div.selectCat select {
  padding: 12px 24px;
  border-radius: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
}

div.formPage .selectCat div::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 10rem;
  width: 0;
  height: 0;
  padding: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #666666;
  pointer-events: none;
  z-index: 2;
}

div.contact div.selectCat select::-ms-expand {
  display: none;
}

.contact_box > div {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .contact_box > div {
    flex-direction: column;
  }
}
.contact_box > div > input,
.contact_box > div > select,
.contact_box > div > textarea {
  border: solid 1px #8e8e8e;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .contact_box > div > input,
  .contact_box > div > select,
  .contact_box > div > textarea {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.contact_box > div > label {
  font-size: 16px;
  font-weight: 600;
}
.contact_box > div.cbox_button {
  justify-content: center;
}
.contact_box > div.cbox_button > button {
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  background-color: #fc5151;
  border: none;
  border-radius: 10px;
  max-width: 400px;
  width: 90%;
  padding-top: 1em;
  padding-bottom: 1em;
}


.thanksPage {
    max-width: 880px;
}