@media screen and (min-width: 668px), print {
  /* ----------------------------------------
入居者様専用ページ　/customer/
---------------------------------------- */
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    background: #f3eee6;
  }
  h1 {
    position: absolute;
    color: #aaa;
    font-weight: 500;
    width: 100%;
    box-sizing: border-box;
  }
  ul {
    margin: 0;
    padding: 0;
  }
  ul li {
    list-style: none;
  }
  a {
    text-decoration: none;
    color: #000;
    transition: 0.3s all;
  }

  .custmer_allwrap {
    overflow: hidden;
  }

  .custmer_allwrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 620px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
  }

  /*--------------header------------------*/
  header {
    min-width: 1060px;
    margin: 0 auto 30px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .h_nav {
    display: flex;
    justify-content: flex-end;
  }

  .h_nav ul {
    width: 440px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 30px;
  }

  .h_nav ul li a {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 6px;
    padding-right: 12px;
    border-bottom: 2px dotted #99b93a;
    position: relative;
    letter-spacing: 0.1em;
  }

  .h_nav ul li a::after {
    content: "";
    width: 4px;
    height: 4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    top: 6px;
  }

  .h_nav ul li a:hover {
    color: #99b93a;
  }

  .h_contct a {
    display: block;
    background: #99b93a;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    border: 1px solid #99b93a;
    box-sizing: border-box;
    width: 210px;
    position: relative;
    border-radius: 50px;
    letter-spacing: 0.1em;
  }

  .h_contct a::before {
    content: "";
    display: block;
    background: url(../customer/img/h_mail_icon.webp);
    width: 21px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .h_contct a::after {
    content: "";
    display: block;
    background: url(../customer/img/btn_ar.webp);
    width: 22px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .h_contct a:hover {
    background: #759122;
  }

  /*--------------/header------------------*/

  /*--------------main------------------*/

  .cs_main_wrap {
    width: calc(100% - 60px);
    min-width: 1100px;
    height: 740px;
    background: url(../customer/img/main_bg.webp);
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
  }

  .cs_main_wrap::before {
    content: "";
    display: block;
    background: url(../customer/img/main_icon.webp);
    width: 918px;
    height: 218px;
    position: absolute;
    left: 0;
    bottom: -85px;
  }

  .cs_main_wrap::after {
    content: "";
    display: block;
    background: url(../customer/img/main_sc.webp);
    width: 14px;
    height: 284px;
    position: absolute;
    right: 50px;
    bottom: 0;
  }

  .cs_main_inner {
    padding-top: 220px;
    padding-left: 100px;
  }

  /*--------------/main------------------*/

  /*--------------procedure------------------*/

  .procedure_wrap {
    width: 1100px;
    margin: 90px auto;
  }

  .cus_pr_ti {
    text-align: center;
    position: relative;
  }

  .cus_pr_ti::before {
    content: "";
    display: block;
    background: url(../customer/img/pr_icon_l.webp);
    width: 92px;
    height: 94px;
    position: absolute;
    left: 210px;
    top: -40px;
  }

  .cus_pr_ti::after {
    content: "";
    display: block;
    background: url(../customer/img/pr_icon_r.webp);
    width: 47px;
    height: 90px;
    position: absolute;
    right: 250px;
    top: -91px;
  }

  .cus_pr_ti h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 50px;
  }

  .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;
    border-radius: 20px;
    overflow: hidden;
  }

  .procedure_con ul li {
    width: 25%;
    box-sizing: border-box;
  }

  .procedure_con ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }

  .procedure_con ul li a {
    display: block;
    background: #716859;
    color: #fff;
    text-align: center;
    padding: 30px 0 60px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0.1em;
    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;
    width: 100%;
    height: 26px;
    position: absolute;
    bottom: 17px;
    left: 0;
  }

  .procedure_con ul li a img {
    display: block;
    margin: 0 auto 20px;
  }

  .procedure_con ul li a span {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .procedure_con ul li a:hover {
    background: #4b4234;
  }

  /*--------------/procedure------------------*/

  /*--------------question------------------*/
  .cus_faq_wrap {
    width: calc(100% - 60px);
    min-width: 1200px;
    margin: 0 auto;
    background: url(../customer/img/qestion_bg.webp);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    border-radius: 40px;
    overflow: hidden;
  }

  .cus_faq_inner {
    width: 1100px;
    margin: 0 auto;
  }

  .cus_qa_ti {
    text-align: center;
  }

  .cus_qa_ti h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 50px;
  }

  .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;
    width: 340px;
    padding: 0 0 30px;
    margin-bottom: 40px;
    box-sizing: border-box;
    text-align: center;
  }

  .cus_faq_con_list img {
    margin-bottom: -50px;
  }

  .cus_faq_con_list h3 {
    display: inline-block;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px;
    background: #fff;
    text-align: center;
    padding: 15px 30px;
    border-radius: 20px 20px 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: 15px;
    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: 300px;
    line-height: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    color: #fff;
    background: #716859;
    border-radius: 25px;
    font-size: 18px;
    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 30px;
  }

  .cus_faq_stu_inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding-left: 400px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
  }

  .cus_faq_stu_inner::before {
    content: "";
    display: block;
    background: url(../customer/img/stu_img.webp);
    width: 381px;
    height: 194px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .cus_faq_stu_con {
    padding: 28px 30px 28px 15px;
  }

  .cus_faq_stu_con ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cus_faq_stu_con ul li {
    border-bottom: 1px solid #aaa;
  }

  .cus_faq_stu_con ul li:nth-child(5),
  .cus_faq_stu_con ul li:nth-child(6) {
    border-bottom: none;
  }

  .cus_faq_stu_con ul li a {
    display: block;
    width: 320px;
    text-align: left;
    padding: 15px 10px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    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: 300px;
    line-height: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    color: #fff;
    background: #716859;
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 30px 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: 1100px;
    margin: 90px auto;
    position: relative;
  }

  .cus_search_wrap::after {
    content: "";
    display: block;
    background: url(../customer/img/search_bg.webp);
    width: 1541px;
    height: 190px;
    position: absolute;
    right: 779px;
    bottom: 0;
  }

  .cus_search_inner {
    display: flex;
    justify-content: space-between;
  }

  .cus_search_ti {
    text-align: left;
  }

  .cus_search_ti h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 50px;
  }

  .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 {
    width: 720px;
    display: flex;
    justify-content: space-between;
  }

  .cus_search_inner ul li {
    width: 340px;
  }

  .cus_search_inner ul li h3 {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 25px 0 20px;
    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: 14px;
    line-height: 28px;
    color: #333;
    letter-spacing: 0.1em;
    margin: 0;
  }

  /*--------------/search------------------*/

  /*--------------footer------------------*/

  .cus_contact_wrap {
    width: 1100px;
    box-sizing: border-box;
    margin: 0 auto -100px;
    overflow: hidden;
  }

  .cus_contact_wrap ul {
    display: flex;
    justify-content: space-between;
  }

  .cus_contact_wrap ul li {
    width: 50%;
    overflow: hidden;
  }

  .cus_contact_wrap ul li:first-child {
    border-radius: 20px 0 0 20px;
    border: 2px solid #f3eee6;
    border-right: none;
  }

  .cus_contact_wrap ul li:last-child {
    border-radius: 0 20px 20px 0;
    border: 2px solid #f3eee6;
    border-left: none;
  }

  .cus_contact_wrap ul li a {
    display: block;
    text-align: center;
    padding: 60px 0;
    background: #99b93a;
    height: 285px;
    box-sizing: border-box;
  }

  .cus_contact_wrap ul li:last-child a {
    background: #5f5f5f;
  }

  .cus_contact_wrap ul li a:hover {
    background: #759122;
  }

  .cus_contact_wrap ul li:last-child a:hover {
    background: #434343;
  }

  .cus_contact_wrap ul li a span {
    display: block;
    width: 330px;
    border: 1px solid #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 auto;
  }

  .cus_contact_wrap ul li a p {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 23px;
  }

  .cus_contact_tel {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
  }

  .cus_contact_tel::before {
    content: "";
    display: block;
    background: url(../customer/img/f_tel_icon.webp);
    width: 30px;
    height: 31px;
    margin-right: 10px;
  }

  .cus_contact_mail {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
  }

  .cus_contact_mail::before {
    content: "";
    display: block;
    background: url(../customer/img/f_mail_icon.webp);
    width: 36px;
    height: 27px;
    margin-right: 10px;
  }

  footer {
    background: #716859;
    padding-top: 200px;
  }

  .cus_f_innner {
    width: 1100px;
    margin: 0 auto;
    background: none !important;
  }

  .cus_f_flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }

  .cus_f_con_l p {
    font-size: 14px;
    line-height: 23px;
    color: #fff !important;
    letter-spacing: 0.1em;
    width: auto !important;
    padding: 0 !important;
    margin: 40px 0 !important;
  }

  .cus_f_con_r {
    width: 480px;
  }

  .cus_f_con_r span {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
  }

  .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: 40px;
  }

  .cus_f_con_r ul li a {
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    padding-left: 15px;
    position: relative;
    margin-right: 15px;
  }

  .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_bt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 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: 13px;
    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 消さないこと */
}
