@media screen and (max-width: 667px) {
  /* ----------------------------------------
 入居者様専用ページ　/customer/
 ---------------------------------------- */
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    background: #f3eee6;
    z-index: 0;
  }
  ul {
    margin: 0;
    padding: 0;
  }
  ul li {
    list-style: none;
  }
  a {
    text-decoration: none !important;
  }
  .sp_off {
    display: none;
  }
  h1 {
    background: none !important;
    padding: 3px 2%;
    color: #ccc;
    font-size: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    margin: 0;
    text-align: left;
  }

  .dra_tl p {
    background: #99b93a !important;
    color: #fff;
    padding: 0 2%;
    font-size: 12px;
    line-height: 30px;
    margin: 0px;
  }
  .customer_pankuzu {
    max-width: 98%;
    margin: 0px auto;
    padding: 2% 5%;
  }
  .customer_pankuzu ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
  }
  .customer_pankuzu ul li:last-child:before {
    content: ">";
    margin-right: 15px;
  }

  /*--------------header------------------*/
  header {
    margin: 0 auto 20px;
    padding: 0 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none !important;
  }

  .cus_h_logo {
    width: 50%;
  }

  .cus_h_logo img {
    width: 100%;
  }

  .h_nav ul {
    display: none;
  }

  .h_contct a {
    display: block;
    background: #99b93a;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    border: 1px solid #99b93a;
    box-sizing: border-box;
    width: 140px;
    position: relative;
    border-radius: 50px;
    letter-spacing: 0.05em;
  }

  .h_contct a::after {
    content: "";
    display: block;
    background: url(../customer/img/btn_ar.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 8px;
    top: 9px;
  }

  .h_contct a:hover {
    background: #759122;
  }

  /*--------------/header------------------*/

  /*--------------main------------------*/

  .custmer_allwrap {
    overflow: hidden;
    z-index: 0;
  }

  .custmer_allwrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 240px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
  }

  .cs_main_wrap {
    width: 96%;
    background: url(../customer/img/main_bg.webp);
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }

  .cs_main_wrap::before {
    content: "";
    display: block;
    background: url(../customer/img/main_icon.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: -60px;
  }

  .cs_main_wrap::after {
    content: "";
    display: block;
    background: url(../customer/img/main_sc.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 7px;
    height: 100px;
    position: absolute;
    right: 3%;
    bottom: 0;
  }

  .cs_main_inner {
    padding: 15% 5% 15%;
    width: 90%;
    box-sizing: border-box;
  }

  /*--------------/main------------------*/

  /*--------------procedure------------------*/

  .procedure_wrap {
    width: 90%;
    margin: 60px auto;
  }

  .cus_pr_ti {
    text-align: center;
    position: relative;
  }

  .cus_pr_ti img {
    height: 20px;
  }

  .cus_pr_ti::before {
    content: "";
    display: block;
    background: url(../customer/img/pr_icon_l.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 70px;
    position: absolute;
    right: 0;
    top: -40px;
  }

  .cus_pr_ti::after {
    content: "";
    display: block;
    background: url(../customer/img/pr_icon_r.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 70px;
    position: absolute;
    left: 5%;
    top: -60px;
  }

  .cus_pr_ti h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 30px;
  }

  .cus_pr_ti h2::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background: #99b93a;
    border-radius: 50%;
  }

  .procedure_con ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
  }

  .procedure_con ul li {
    width: 50%;
    box-sizing: border-box;
  }

  .procedure_con ul li:last-child {
    width: 100%;
  }

  .procedure_con ul li:not(:last-child) {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .procedure_con ul li a {
    display: block;
    background: #716859;
    color: #fff;
    text-align: center;
    padding: 15px 0 30px;
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
  }

  .procedure_con ul li a::after {
    content: "";
    display: block;
    background: url(../customer/img/pr_btn_ar.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 10px;
    left: 0;
  }

  .procedure_con ul li a img {
    display: block;
    margin: 0 auto;
    height: 40px;
  }

  .procedure_con ul li a span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 0;
  }

  .procedure_con ul li:first-child a span {
    flex-direction: column;
  }
  .procedure_con ul li:first-child a span p {
    font-size: 10px;
    line-height: 1.2;
  }

  .procedure_con ul li:nth-child(1) a,
  .procedure_con ul li:nth-child(2) a {
    background: #99b93a;
  }

  /*--------------/procedure------------------*/

  /*--------------question------------------*/
  .cus_faq_wrap {
    width: 90%;
    margin: 0 auto;
    background: url(../customer/img/qestion_bg.webp);
    background-position: center;
    padding: 40px 0;
    border-radius: 20px;
    overflow: hidden;
  }

  .cus_faq_inner {
    width: 82%;
    margin: 0 auto;
  }

  .cus_qa_ti {
    text-align: center;
  }

  .cus_qa_ti img {
    height: 20px;
  }

  .cus_qa_ti h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 30px;
  }

  .cus_qa_ti h2::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background: #fff718;
    border-radius: 50%;
  }

  .cus_faq_con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .cus_faq_con_list {
    background: #fff;
    border-radius: 20px;
    padding: 0 0 30px;
    margin-bottom: 40px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
  }

  .cus_faq_con_list img {
    margin-bottom: -40px;
    height: 160px;
    width: 100%;
    object-fit: cover;
  }

  .cus_faq_con_list h3 {
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px;
    background: #fff;
    text-align: center;
    padding: 15px 30px;
    border-radius: 10px 10px 0 0;
  }

  .cus_faq_con_list ul {
    margin: 0 20px;
  }

  .cus_faq_con_list ul li {
    border-bottom: 1px solid #aaa;
  }

  .cus_faq_con_list ul li:last-child {
    border-bottom: none;
  }

  .cus_faq_con_list ul li a {
    display: block;
    text-align: left;
    padding: 15px 10px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    position: relative;
  }

  .cus_faq_con_list 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(45deg);
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .cus_faq_con_list ul li a:hover,
  .cus_faq_stu_con ul li a:hover {
    background: #f5f5f5;
  }

  .cus_faq_con_more a {
    display: block;
    width: 80%;
    line-height: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    color: #fff;
    background: #716859;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 20px auto 0;
  }

  .cus_faq_con_more a:hover {
    background: #463f34;
  }

  .cus_faq_con_more a::after {
    content: "";
    display: block;
    background: url(../customer/img/btn_ar.webp);
    width: 22px;
    height: 22px;
    position: absolute;
    right: 15px;
    top: 14px;
  }

  .cus_faq_stu_wrap h3 {
    text-align: center;
    margin: 0 0 20px;
  }

  .cus_faq_stu_inner {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
  }

  .cus_faq_stu_inner::before {
    content: "";
    display: block;
    background: url(../customer/img/stu_img.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 160px;
  }

  .cus_faq_stu_con {
    padding: 30px 5%;
  }

  .cus_faq_stu_con ul {
  }
  .cus_faq_stu_con ul li {
    border-bottom: 1px solid #aaa;
  }

  .cus_faq_stu_con ul li:nth-child(6) {
    border-bottom: none;
  }

  .cus_faq_stu_con ul li a {
    display: block;
    text-align: left;
    padding: 15px 10px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    box-sizing: border-box;
  }

  .cus_faq_stu_con 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(45deg);
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .cus_faq_stu_more a {
    display: block;
    width: 90%;
    line-height: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    color: #fff;
    background: #716859;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 20px auto 0;
  }

  .cus_faq_stu_more a::after {
    content: "";
    display: block;
    background: url(../customer/img/btn_ar.webp);
    width: 22px;
    height: 22px;
    position: absolute;
    right: 15px;
    top: 14px;
  }

  .cus_faq_stu_more a:hover {
    background: #463f34;
  }

  /*--------------/question------------------*/

  /*--------------search------------------*/

  .cus_search_wrap {
    width: 90%;
    margin: 60px auto 0;
    position: relative;
  }

  .cus_search_wrap::after {
    content: "";
    display: block;
    background: url(../customer/img/search_bg.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
  }

  .cus_search_inner {
  }

  .cus_search_ti {
    text-align: left;
  }

  .cus_search_ti img {
    height: 20px;
  }

  .cus_search_ti h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: left;
    color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0 30px;
  }

  .cus_search_ti h2::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background: #99b93a;
    border-radius: 50%;
  }

  .cus_search_inner ul {
    display: flex;
    justify-content: space-between;
  }

  .cus_search_inner ul li {
    width: 48%;
    margin-bottom: 40px;
  }

  .cus_search_inner ul li h3 {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 15px 0 10px;
    transition: 0.3s all;
  }

  .cus_search_inner ul li a:hover h3 {
    color: #99b93a;
  }

  .cus_search_inner ul li h3::before {
    content: "";
    display: block;
    background: url(../customer/img/btn_ar.webp);
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }

  .cus_search_inner ul li p {
    font-size: 12px;
    line-height: 1.6;
    color: #333;
    margin: 0;
  }

  .cus_search_inner ul li img {
    height: 120px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  /*--------------/search------------------*/

  /*--------------footer------------------*/

  .cus_contact_wrap {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
  }

  .cus_contact_wrap ul {
  }

  .cus_contact_wrap ul li {
    overflow: hidden;
  }

  .cus_contact_wrap ul li:first-child {
    border-radius: 20px 20px 0 0;
    border-right: none;
  }

  .cus_contact_wrap ul li:last-child {
    border-radius: 0 0 20px 20px;
    border-left: none;
  }

  .cus_contact_wrap ul li a {
    display: block;
    text-align: center;
    padding: 25px 5%;
    background: #99b93a;
    box-sizing: border-box;
  }

  .cus_contact_wrap ul li:last-child a {
    background: #5f5f5f;
  }

  .cus_contact_wrap ul li a span {
    display: block;
    width: 80%;
    border: 1px solid #fff;
    line-height: 36px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 auto;
  }

  .cus_contact_wrap ul li a p {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
  }

  .cus_contact_tel {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin: 15px 0;
  }

  .cus_contact_tel::before {
    content: "";
    display: block;
    background: url(../customer/img/f_tel_icon.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }

  .cus_contact_mail {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin: 15px 0;
  }

  .cus_contact_mail::before {
    content: "";
    display: block;
    background: url(../customer/img/f_mail_icon.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 20px;
    margin-right: 10px;
  }

  footer {
    background: #716859;
    padding: 40px 0;
    margin: 40px 0 60px;
  }

  .cus_f_innner {
    width: 90%;
    margin: 0 auto;
    background: none !important;
  }

  .cus_f_flex {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }

  .cus_f_con_l p {
    font-size: 12px;
    line-height: 20px;
    color: #fff !important;
    letter-spacing: 0.1em;
    width: auto !important;
    padding: 0 !important;
    margin: 20px 0 40px !important;
  }

  .cus_f_con_r {
  }

  .cus_f_con_r span {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
  }

  .cus_f_con_r span::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background: #fff;
    border-radius: 50%;
  }

  .cus_f_con_r ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .cus_f_con_r ul li a {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    padding-left: 15px;
    position: relative;
    margin-right: 15px;
    display: inline;
  }

  .cus_f_con_r ul li a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 5px;
  }

  .cus_f_logo img {
    height: 36px;
  }

  .cus_f_bt {
    padding: 20px 0 0;
  }

  .cus_f_bt span {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .cus_f_bt ul {
    display: flex;
  }

  .cus_f_bt ul li a {
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .cus_f_bt ul li:first-child a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #fff;
    margin: 0 10px;
  }
  /*--------------/footer------------------*/
  /* media screen fin 消さないこと */
}
