@media screen and (max-width: 950px) {
  body {
    background: none;
  }
  img {
    max-width: 100%;
  }
  #wrapper.sub {
    padding-left: 0;
    padding-right: 0;
    margin-top: 85px;
  }
  #wrapper.sub .inner {
    width: auto;
  }
  #contents {
    width: auto;
    overflow: visible;
    box-shadow: none;
  }
  .inner {
    width: auto;
  }
  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
}
@media screen and (min-width: 950px) {
  .hide {
    display: none;
  }
  .sp_br {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  #header {
    display: none;
  }
  #header_sp {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    position: fixed;
    top: 0;
    z-index: 10;
    display: block;
    padding: 15px 0;
  }
  #header_sp .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 16px;
  }
  #header_sp .inner .header_sp-logo p {
    line-height: 1.5;
    font-size: 10px;
    font-weight: bold;
  }
  #header_sp .gmenu_sp .close_btn {
    display: none;
  }
  #header_sp.active {
    position: fixed;
  }
  #header_sp.active .gmenu_sp .close_btn {
    display: block;
  }
  #header_sp.active .gmenu_sp .open_btn {
    display: none;
  }
}
@media screen and (min-width: 950px) {
  #header_sp {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .sp_nav {
    position: absolute;
    z-index: 10;
    top: 78px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100vh;
    position: fixed;
  }
  .sp_nav .inner {
    background-color: #000000;
    width: 90%;
    margin: 0 auto;
  }
  .sp_nav .inner .nav_link li {
    border-bottom: 2px solid #fff;
  }
  .sp_nav .inner .nav_link li a {
    width: 90%;
    padding: 15px 20px;
    text-decoration: none;
    line-height: 1.5;
    position: relative;
    display: inline-block;
  }
  .sp_nav .inner .nav_link li a .nav-item_title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  .sp_nav .inner .nav_link li a .nav-item_subtitle {
    font-size: 10px;
    font-weight: bold;
    color: #A8A8A8;
  }
  .sp_nav .inner .nav_link li a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #D41A1B;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
  }
  .sp_nav .inner .nav_link .nav_address {
    padding: 20px;
  }
  .sp_nav .inner .nav_link .nav_address .inner {
    background-color: #fff;
    padding: 16px 20px;
    width: auto;
  }
  .sp_nav .inner .nav_link .nav_address .inner .address_img {
    padding-bottom: 10px;
  }
  .sp_nav {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .newsListLink a {
    padding: 15px 40px 15px 15px;
    background-color: #000000;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    display: inline-block;
  }
  .newsListLink a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #D41A1B;
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    margin: auto;
  }
  .returnToTop a {
    padding: 15px 15px 15px 40px;
    background-color: #000000;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    display: inline-block;
  }
  .returnToTop a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #D41A1B transparent transparent;
    position: absolute;
    top: 0;
    left: 14px;
    bottom: 0;
    margin: auto;
  }
  .returnToTop a span {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  #footer {
    display: none;
  }
  #footer_sp {
    display: block;
  }
  #footer_sp .inner .f_information {
    padding: 16px;
    background-color: #F2F2F2;
  }
  #footer_sp .inner .f_information .f_customer {
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #DDDDDD;
  }
}
@media screen and (max-width: 950px) and (max-width: 425px) {
  #footer_sp .inner .f_information .f_customer img {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  #footer_sp .inner .f_information .f_address-top {
    padding-top: 16px;
  }
  #footer_sp .inner .f_information .f_address-top .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  #footer_sp .inner .f_information .f_address-top .inner .f_address-text p {
    font-size: 10px;
    line-height: 1.5;
  }
  #footer_sp .inner .f_information .f_address-top .f_address-tel {
    margin-top: 10px;
    text-align: left;
  }
  #footer_sp .inner .f_information .f_address {
    padding-top: 0;
  }
  #footer_sp .inner .f_information .f_address .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  #footer_sp .inner .f_information .f_address .inner .f_address-text p {
    font-size: 10px;
    line-height: 1.5;
  }
  #footer_sp .inner .f_information .f_address .f_address-tel {
    margin-top: 10px;
    text-align: left;
  }
  #footer_sp .inner #f_menu {
    padding: 10px 16px 20px 16px;
    background-color: #fff;
  }
  #footer_sp .inner #f_menu li {
    border-bottom: 1px solid #bbb;
    padding: 10px;
  }
  #footer_sp .inner #f_menu li a {
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    width: 100%;
    position: relative;
    display: inline-block;
  }
  #footer_sp .inner #f_menu li a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #footer_sp .inner #copyright {
    float: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #footer_sp .inner #copyright p {
    font-size: 10px;
  }
}
@media screen and (min-width: 950px) {
  #footer_sp {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  #mainvis {
    display: none;
  }
  #mainvis_sp {
    display: block;
    margin-top: 85px;
  }
  #mainvis_sp img {
    width: 100%;
  }
  .top {
    padding-left: 16px;
    padding-right: 16px;
  }
  .top #newsFeed {
    padding: 0;
  }
  .top #newsFeed dl {
    display: block;
  }
  .top #newsFeed dl dt {
    margin-bottom: 8px;
  }
  .top #newsFeed dl dd {
    margin-bottom: 16px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
  }
  .top #newsFeed dl dd:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .top #tban_area {
    text-align: center;
  }
  .top #tban_area .l_ban_area {
    float: none;
    width: 100%;
  }
  .top #tban_area .l_ban_area p {
    margin-right: 0;
  }
  .top #tban_area .l_ban_area img {
    width: 100%;
    height: auto;
  }
  .top #tban_area .r_ban_area {
    float: none;
    width: 100%;
  }
  .top #tban_area .r_ban_area img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 950px) {
  #mainvis_sp {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .tsale_cont,
  .purchase_cont,
  .psale_cont {
    background: none;
    height: auto;
  }
  .tsale_cont .cont_inner,
  .purchase_cont .cont_inner,
  .psale_cont .cont_inner {
    display: none;
  }
  .tsale_cont .cont_inner_sp,
  .purchase_cont .cont_inner_sp,
  .psale_cont .cont_inner_sp {
    display: block;
  }
  .tsale_cont .cont_inner_sp .cont_mv,
  .purchase_cont .cont_inner_sp .cont_mv,
  .psale_cont .cont_inner_sp .cont_mv {
    margin-left: 8px;
  }
  .tsale_cont .cont_inner_sp .cont_mv img,
  .purchase_cont .cont_inner_sp .cont_mv img,
  .psale_cont .cont_inner_sp .cont_mv img {
    width: 100%;
  }
  .tsale_cont .cont_inner_sp .cont_text,
  .purchase_cont .cont_inner_sp .cont_text,
  .psale_cont .cont_inner_sp .cont_text {
    padding-right: 16px;
    padding-left: 16px;
  }
  .tsale_cont .cont_inner_sp .cont_text .cont_title,
  .purchase_cont .cont_inner_sp .cont_text .cont_title,
  .psale_cont .cont_inner_sp .cont_text .cont_title {
    font-size: 16px;
    font-weight: bold;
    color: #990000;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .tsale_cont .cont_inner_sp .cont_text p,
  .purchase_cont .cont_inner_sp .cont_text p,
  .psale_cont .cont_inner_sp .cont_text p {
    line-height: 2;
  }
  .tsale_cont .cont_inner_sp .cont_text p a,
  .purchase_cont .cont_inner_sp .cont_text p a,
  .psale_cont .cont_inner_sp .cont_text p a {
    text-decoration: none;
  }
  .tsale_cont ul,
  .purchase_cont ul,
  .psale_cont ul {
    background: none;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 48px;
  }
  .tsale_cont ul li,
  .purchase_cont ul li,
  .psale_cont ul li {
    float: none;
    text-align: center;
    padding: 0;
    border-bottom: 1px solid #DDDDDD;
  }
  .tsale_cont ul li:last-child,
  .purchase_cont ul li:last-child,
  .psale_cont ul li:last-child {
    border-bottom: none;
  }
  .tsale_cont ul li img,
  .purchase_cont ul li img,
  .psale_cont ul li img {
    width: 100%;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    background: none;
  }
  .tsale_cont .inp_space,
  .purchase_cont .inp_space,
  .psale_cont .inp_space {
    padding-top: 22px;
  }
  .tsale_cont .inp_space a,
  .purchase_cont .inp_space a,
  .psale_cont .inp_space a {
    width: 90%;
    height: auto;
    margin-bottom: 13px;
    padding-left: 0;
    padding-right: 0;
  }
  .tsale_cont .inp_space .inp_parts,
  .purchase_cont .inp_space .inp_parts,
  .psale_cont .inp_space .inp_parts {
    line-height: 23px;
    padding-top: 7px;
  }
  #subban_area {
    padding-right: 16px;
    padding-left: 16px;
  }
  #subban_area img {
    margin-top: 8px;
    margin-right: 0;
    width: 100%;
    height: auto;
  }
  .purchase_cont .cont_inner_sp .cont_text .cont_title {
    color: #000000;
  }
  .psale_cont .cont_inner_sp .cont_text .cont_title {
    color: #005899;
  }
  .psale_cont ul {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 950px) {
  .cont_inner_sp {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .about_cont {
    background: none;
    height: auto;
  }
  .about_cont .cont_inner {
    display: none;
  }
  .about_cont .cont_inner_sp {
    display: block;
  }
  .about_cont .cont_inner_sp .cont_mv {
    margin-left: 8px;
  }
  .about_cont .cont_inner_sp .cont_mv img {
    width: 100%;
  }
  .about_cont .cont_inner_sp .cont_text {
    padding-right: 16px;
    padding-left: 16px;
  }
  .about_cont .cont_inner_sp .cont_text .cont_title {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .about_cont .cont_inner_sp .cont_text p {
    line-height: 2;
  }
  .about_cont .cont_inner_sp .cont_text p a {
    text-decoration: none;
  }
  .about_cont .quote hr {
    display: none;
  }
  .about_cont .sec {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about_cont .sec .sec-title {
    display: none;
  }
  .about_cont .sec .sec-title_en {
    display: block;
    width: fit-content;
    padding-left: 16px;
    padding-right: 16px;
    margin: 48px auto 32px;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    border-right: 2px solid #ff0000;
    border-left: 2px solid #ff0000;
  }
  .about_cont .sec .sec-title_en .about-title {
    font-size: 24px;
  }
  .about_cont .sec .sec-title_en .about-title_en {
    padding-top: 3px;
    font-size: 14px;
    color: #666666;
  }
  .about_cont .l_area.t01 {
    width: 100%;
    text-align: left;
  }
  .about_cont .l_area.t01 .tb_set01 {
    width: 100%;
  }
  .about_cont .l_area.t01 .tb_set01 tr {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .about_cont .l_area.t01 .tb_set01 tr th {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .about_cont .l_area.t01 .tb_set01 tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.6;
  }
  .about_cont .sec.t02 .l_area {
    background: none;
    width: auto;
    float: none;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 48px;
  }
  .about_cont .sec.t02 .l_area li {
    float: none;
    margin: 0;
    text-align: center;
    padding: 0;
    border-bottom: 1px solid #DDDDDD;
  }
  .about_cont .sec.t02 .l_area li:last-child {
    border-bottom: none;
  }
  .about_cont .sec.t02 .l_area li img {
    width: 100%;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    background: none;
  }
  .about_cont .sec.t02 .l_area li span {
    margin: 0 auto;
    padding-bottom: 16px;
  }
  .about_cont .sec.t03 .map {
    width: 100%;
    height: 350px;
  }
  .about_cont .sec.t04 .l_area {
    width: auto;
    line-height: 2;
  }
}
@media screen and (min-width: 950px) {
  .cont_inner_sp {
    display: none;
  }
  .sec-title_en {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .news .cont_inner {
    width: auto;
    padding-top: 24px;
  }
  .news .cont_inner .news-title {
    display: none;
  }
  .news .cont_inner .news-title_en {
    display: block;
    margin-left: 8px;
    margin-bottom: 24px;
  }
  .news .cont_inner .news-title_en img {
    width: 100%;
  }
  .news .cont_inner .nav {
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .news .cont_inner .newsDetail {
    padding-right: 16px;
    padding-left: 16px;
  }
  .news .cont_inner .newsDetail .nav {
    padding-right: 0;
    padding-left: 0;
  }
  .news .cont_inner .newsDetail .newsBody {
    padding-left: 0;
  }
  .news .cont_inner #newsWrap {
    padding-right: 16px;
    padding-left: 16px;
  }
  .news .cont_inner #newsWrap .newsList li {
    padding: 0 0 1em 0;
  }
  .news .cont_inner #newsWrap .newsList li .newsBody {
    line-height: 1.6;
    padding-left: 0;
  }
  .news .cont_inner #newsWrap .newsList li:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 950px) {
  .news-title_en {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .ctact_cont {
    background: none;
  }
  .ctact_cont .cont_inner {
    width: auto;
    padding-top: 24px;
  }
  .ctact_cont .cont_inner .ctact-title {
    display: none;
  }
  .ctact_cont .cont_inner .ctact-title_en {
    display: block;
    margin-left: 8px;
    margin-bottom: 40px;
  }
  .ctact_cont .cont_inner .ctact-title_en img {
    width: 100%;
  }
  .ctact_cont .cont_inner .box {
    margin: 32px 16px;
  }
  .ctact_cont p {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 950px) {
  .ctact-title_en {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .rule,
  .policy,
  .specific {
    padding-right: 16px;
    padding-left: 16px;
  }
  .rule .cont_inner,
  .policy .cont_inner,
  .specific .cont_inner {
    width: auto;
    padding-top: 32px;
  }
  .specific {
    width: 100%;
    box-sizing: border-box;
  }
  .specific .cont_inner {
    width: 100%;
  }
  .specific .cont_inner .tb_set02 {
    width: 100%;
  }
  .specific .cont_inner .tb_set02 tr {
    display: block;
  }
  .specific .cont_inner .tb_set02 tr th {
    display: block;
    border-right: none;
    text-align: left;
  }
  .specific .cont_inner .tb_set02 tr td {
    display: block;
  }
}