@media screen and (min-width: 668px), print {
  /* ----------------------------------------
入居者様専用ページ　/faq/
---------------------------------------- */
  .custmer_list_allwrap {
    overflow: hidden;
  }

  .custmer_list_allwrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 270px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
  }

  /* faq
---------------------------------------- */
  .cms_faq_main {
    width: calc(100% - 60px);
    min-width: 1100px;
    height: 300px;
    background: url(../customer/img/qa_main_bg.webp);
    background-size: cover;
    background-position: top;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
  }

  .cms_faq_main::before {
    content: "";
    display: block;
    background: url(../customer/img/main_icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 600px;
    height: 140px;
    position: absolute;
    left: 0;
    bottom: -57px;
  }

  .cms_faq_main h2 {
    padding-top: 50px;
    padding-left: 50px;
  }

  .cust_list_ma_tl {
    font-weight: bold;
    font-size: 20px;
    margin-top: 50px;
    line-height: 62px;
    color: #fff;
    text-align: center;
    border-radius: 20px 20px 0 0;
    background: #99b93a;
    position: relative;
  }
  .cust_list_ma_tl a {
    font-size: 14px;
    background: #fff;
    display: block;
    width: 115px;
    line-height: 32px;
    border-radius: 30px;
    color: #99b93a;
    border: 1px solid #99b93a;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .cust_list_ma li a:hover {
    background-color: #f5f5f5;
  }

  .custo_faq {
    width: 100%;
    padding: 70px 0;
    background-color: #f0f5fe;
    overflow: hidden;
  }
  .custo_faq_box_tl {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
  }
  .custo_faq_box {
    width: 900px;
    margin: 0 auto 50px;
  }
  .custo_faq_box ul {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
  }
  .custo_faq_box ul li {
    width: 130px;
    height: 130px;
    text-align: center;
    border: 3px solid #042455;
    border-radius: 50%;
    background-color: #fff;
  }
  .custo_faq_box ul li a {
    padding: 30px 10px;
    display: block;
    box-sizing: border-box;
  }
  .custo_faq_box ul li:hover {
    background-color: #fefecc;
  }
  .custo_faq_box ul li a p {
    font-size: 14px;
  }
  .custo_faq_box ul li i {
    text-align: center;
    font-size: 30px;
  }
  .custo_icon_color {
    color: #042455;
  }

  /*----------CMS---------*/
  .faq .pan_wrap_new {
    width: 1100px;
  }
  .faq_subti {
    text-align: center;
    width: 1100px;
    margin: 0 auto;
  }

  .faq_subti h3 {
    font-size: 40px;
    text-align: center;
    line-height: 1;
    margin: 40px 0;
    position: relative;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .faq_subti h3::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #99b93a;
    margin-right: 10px;
  }

  .faq_subti h3::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #99b93a;
    margin-left: 10px;
  }

  .cust_list_ma {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #716859;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .cust_list_ma li a {
    display: block;
    float: left;
    width: 14.28%;
    border-right: 1px solid #716859;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    padding: 20px 0;
  }
  .cust_list_ma li:last-child a {
    border-right: none;
  }
  .cust_list_ma li p {
    font-weight: bold;
    margin: 10px 0 0;
    font-size: 15px;
    color: #99b93a;
  }
  .cust_list_ma li img {
    height: 60px;
    object-fit: none;
  }

  .faq_sub_menu {
    margin: 30px 0 -30px;
  }

  .faq_sub_menu ul {
    display: flex;
    justify-content: center;
    width: 1050px;
    margin: 0 auto;
  }

  .faq_sub_menu ul li a {
    display: inline-block;
    border: 1px solid #99b93a;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #99b93a;
    font-size: 14px;
    font-weight: bold;
    min-width: 180px;
    padding: 0 40px;
    box-sizing: border-box;
    border-radius: 30px;
    position: relative;
  }

  .faq_sub_menu ul li a:hover {
    background: #f7f4ed;
  }

  .faq_sub_menu ul li:not(:last-child) a {
    margin-right: 15px;
  }

  .faq_sub_menu ul li a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #99b93a;
    border-right: 2px solid #99b93a;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
    right: 16px;
    top: 14px;
  }

  /*----------CMS END---------*/
  .accordionbox {
    width: 1100px;
    margin: 0 auto 90px;
  }
  .accordionlist {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
  }
  .accordionlist dl {
    margin: 0;
  }
  .accordionlist dt {
    display: block;
    overflow: hidden;
  }
  .accordionlist dt:first-child,
  .accordionlist dt:nth-child(2) {
    border-top: none !important;
  }
  .accordionlist dt .title {
    float: left;
    font-weight: bold;
    padding: 20px 0 20px 50px;
    display: block;
    width: 100%;
    background-image: url(/customer/img/faq-question.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position-y: center;
    background-position-x: 20px;
    box-sizing: border-box;
  }
  .accordionlist dd {
    display: none;
    padding: 20px 0 20px 50px;
    margin: 0;
    background-image: url(/customer/img/faq-answer.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position-y: 20px;
    background-position-x: 20px;
    font-size: 15px;
    box-sizing: border-box;
    position: relative;
  }
  .accordionlist dd::before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 20px;
    top: 0;
  }
  .accordion_icon,
  .accordion_icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .accordion_icon {
    position: relative;
    width: 30px;
    float: right;
    margin-right: 5px;
    margin-top: -30px;
  }
  .accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #99b93a;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .accordion_icon span:nth-of-type(1) {
    top: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .accordion_icon span:nth-of-type(2) {
    top: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  /*＋、－切り替え*/
  .accordion_icon.active span:nth-of-type(1) {
    display: none;
  }
  .accordion_icon.active span:nth-of-type(2) {
    top: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .clearfix.active {
    background-color: #38a1ce;
  }

  .accordionlist dt .title p {
    font-size: 15px;
    color: #333;
    margin: 0;
    padding: 0;
  }

  .qa_block_wrap {
    background: #fff;
    padding: 30px 50px;
    cursor: pointer;
    border-radius: 0 0 20px 20px;
  }

  .qa_block {
    display: block;
    overflow: hidden;
    background: #f6f8f1;
    border: 1px solid #99b93a;
    border-radius: 10px;
  }

  /* media screen fin 消さないこと */
}
