@charset "utf-8";
/* スポットから探す_TOP */

body {
    background: #F8F8F8;
    text-align: left;
    line-height: 0;
    -webkit-text-size-adjust: 100%;
    font-family: 'Helvetica Neue', 'Arial', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans' , 'Meiryo', sans-serif;
    overflow-x: hidden;
}

.global_container {
    width: 1000px;
    margin: 0 auto;
    color: #333333;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.main-top {
    margin-bottom: 35px;
}

.main-title h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.main-visual {
    width: 100%;
    margin: 25px auto 20px;
}

.main-visual img {
    width: 100%;
    height: auto;
}

.main-text {
    font-size: 16px;
    line-height: 1.5;
}

.introduction_container {
    margin-bottom: 40px;
}

h2.introduction_title {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 10px;
}

.introduction_title>span {
    margin-left: 5px;
    font-size: 18px;
}

.introduction_title>small {
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
}

.fas fa-search::before {
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.introduction_main {
    background: #F5F5ED;
    border-radius: 5px;
    padding: 20px 20px 0 20px;
    border: 1px solid #CCCCCC;
}

.introduction_box {}

.particular_top h3.introduction_box_title {
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
    color: #CC0033;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

.particular_top h3.introduction_box_title::before {
    content: '';
    position: absolute;
    left: 3px;
    bottom: 0;
    display: inline-block;
    width: 7px;
    height: 25px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #CC0033;
    border-radius: 1px;
}

.introduction_box ul {
    display: flex;
    margin-bottom: 10px;
}

.introduction_box ul li {
    width: 76px;
    height: 36px;
    margin: 0 10px 10px 0;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.introduction_box ul li.noneStyle {
    pointer-events: none;
    background: #EEEEEE;
    color: #DDDDDD;
}

.introduction_box ul li:hover {
    border: 1px solid #CC0033;
    cursor: pointer;
    font-weight: bold;
}

.introduction_box ul li>a:link, .introduction_box ul li>a:visited {
    color: #333333;
    text-decoration: none;
}

.introduction_box ul li:hover .introduction_link-text {
    color: #CC0033;
}

/* 都道府県TOP */
.particular_prefecture .main-top-text {}

.particular_prefecture .main-top-text h1 {
    margin: 18px 0 20px;
    font-size: 25px;
    line-height: 30px;
}

.particular_prefecture .main-top-text p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 19px;
}

.particular_prefecture .introduction_box_title {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    background: #CC0033;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.introduction_box_prefecture ul {
    border: 1px solid #CCCCCC;
    display: flex;
    flex-wrap: wrap;
    background: #F5F5ED;
}

.introduction_box_prefecture ul:not(:first-child) {
    border-top: none;
}

.introduction_box_prefecture ul:last-child {
    margin-bottom: 20px;
}

.introduction_box_prefecture li {
    width: 25%;
    height: 40px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.introduction_box_prefecture ul li>a:link, .introduction_box_prefecture ul li>a:visited {
    color: #333333;
}

/* 市区郡ページ */
.particular-search {
    width: 100%;
    text-align: center;
    margin: 0 0 55px;
    position: relative;
    top: 0;
    left: 0;
}

.particular-search ul {
    display: flex;
}

.particular-search ul.tab {
    margin: 0 15px;
    font-size: 0;
    letter-spacing: 0;
    padding-inline-start: 0;
}

.particular-search ul.tab li {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.particular-search ul.tab li:first-child {
    margin-right: 10px;
}

.particular-search h3 a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 14px 10px;
    color: #CC0033;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.particular-search h3 a span {
    font-size: 20px;
    margin: 0 5px;
    font-weight: bold;
}

.particular-search h3 a.active {
    color: #fff;
    padding: 20px 10px;
    background-color: #CC0033;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.particular-search h3 a:hover {
    color: #fff;
    background-color: #CC0033;
}

.particular-search h3 .angle-down {
    position: absolute;
    left: 6px;
    top: 3px;
    font-size: 12px;
    color: #fff;
    transform: rotate(-90deg);
    transform-origin: center center 0;
    transition: all 0.1s ease;
    z-index: 1;
}

_::-webkit-full-page-media, _:future, :root .particular-search h3 .angle-down {
    left: 6px;
    top: 3px;
}

.particular-search h3 a.active .angle-down {
    left: 5px;
    top: 4px;
    transform: rotate(0);
}

_::-webkit-full-page-media, _:future, :root .particular-search h3 a.active .angle-down {
    left: 5px;
    top: 4px;
}

.particular-search h3 .round {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 14px;
    top: 17px;
    background: #CC0033;
    border-radius: 50%;
}

.particular-search h3 a:hover .angle-down, .particular-search h3 a.active .angle-down {
    color: #CC0033;
}

.particular-search h3 a:hover .round {
    background: #fff;
}

.particular-search h3 a.active .round {
    background: #fff;
    top: 22px;
    left: 15px;
}

.particular-search .inner {
    width: 100%;
    height: auto;
    padding: 15px;
    background: #F5F5ED;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.particular-search .release-box {}

.particular-search .tyugaku {
    display: none;
}

.particular-search .inner .nav {}

.particular-search .inner .nav ul {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}

.particular-search .inner .nav ul li {
    width: auto;
    margin: 0 10px 0 0;
}

.particular-search .inner .nav ul li>a {
    width: 50px;
    height: 36px;
    padding-left: 7px;
    background: #fff;
    border: 1px solid #CCC;
    border-radius: 10px;
    color: #CC0033;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.particular-search .inner .nav ul li>a:hover {
    opacity: 0.6;
}

.particular-search .inner .nav ul li .nav-angle {
    margin-left: 10px;
}

.particular-search .inner .particular-list-number-all {
    width: 100%;
    margin-bottom: 2px;
    line-height: 1;
    text-align: left;
}

.particular-search .inner .particular-list-number-all p {
    margin-bottom: 10px;
    font-weight: 600;
}

.particular-search .inner .particular-list-number-all .mgn {
    margin-right: 5px;
}

.particular-search .inner .particular-list-all {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.particular-search .inner .particular-list-all a:visited, .particular-search .inner .particular-list-all a:link {
    color: #333;
    text-decoration: none;
}

.particular-search .inner .particular-list {
    position: relative;
    width: 49.6%;
    background: #fff;
    border: 1px solid #DDD;
    border-bottom: 2px solid #DDD;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: default;
    margin-bottom: 10px;
}

.particular-search .inner .particular-list:hover {
    opacity: 0.6;
}

.particular-search .inner .particular-list .angle {
    position: absolute;
    right: 10px;
    top: 28px;
    color: #ddd;
}

.particular-search .inner .particular-list.none {
    color: #C5C5C5;
}

.particular-search .inner .particular-list.none:hover {
    opacity: 1;
}

.particular-search .inner .particular-list.none .angle{
    display: none;
}

.particular-search .inner .particular-list a {
    font-weight: 600;
}

.particular-search .inner .particular-list dl {
    margin: 15px 10px;
}

.particular-search .inner .particular-list dt {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 21px;
}

.particular-search .inner .particular-list dd {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}

/* 種目選択ページ */
.particular-search .spot-top {
    display: flex;
}
.particular-search .menubox-left {
    text-align: left;
    line-height: 1;
}
.particular-search .menu_title {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap !important;
    font-size: 28px;
    font-weight: bold;
}

.particular-search .menu_rent .icon_rent {
    background-image: url(/static/20250626-164204021/particular_search/common/images/icon_rent.svg);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    height: 60px;
    width: 60px;
    margin-right: 10px;
}
.particular-search .menu_rent .icon_rent::after {
    position: absolute;
    left: 67px;
    bottom: 10px;
    width: 100px;
    content: '';
    border-bottom: 2px #CA0A37 solid;
    display: inline-block;
}
.particular-search .menu_rent dd {
    width: 264px;
    background-color: #fff;
    margin-top: 27px;
    border-radius: 10px;
    border: 2px solid #E2E7EC;
    box-shadow: 0 3px #e2e7ec;
    display: flex;
    align-items: center;
    padding: 30px 32px;
    text-decoration: none;
    position: relative;
    justify-content: center;
    height: 82px;
    color: #333;

}

.particular-search .menu_rent dd:hover {
    opacity: .6;
}
.particular-search .menu_rent dd.disabled {
    background-color: #eee;
    opacity: .4;
    pointer-events:none;
}
.particular-search .menu_rent dd.disabled:hover {
    opacity: .4;
    transition: unset;
}
.particular-search .menu_rent dd a {
    display: flex;
    text-decoration: none;
    color: #333;
}
.particular-search .menu_rent dd::after {
    position: absolute;
    top: 0;
    right: -12px;
    height: 100%;
    content: '';
    border-right: 1px #a9a9a9 dotted;
    display: inline-block;
}

.particular-search .menu_company_pc .menu_rent dd {
    width: 420px;
    background-color: #fff;
    margin-top: 27px;
    border-radius: 10px;
    border: 2px solid #E2E7EC;
    box-shadow: 0 3px #e2e7ec;
    display: flex;
    align-items: center;
    padding: 30px 32px;
    text-decoration: none;
    position: relative;
    justify-content:flex-start;
    height: 82px;
    color: #333;
}
.particular-search .menu_company_pc .menu_rent dd::after,
.particular-search .menu_company_pc .menu_rent dd.disabled::after {
    border-right: none;
}

.particular-search .menu_rent dd.disabled::after {
    border-right: 1px #000 dotted;
}

.particular-search .menu_rent dd .rent_btn_section {
    margin-left: 30px;
}
.particular-search .menu_rent dd i {
    background-image: url(/static/20250626-164204021/particular_search/common/images/chintai.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 80px;
    height: 64px;
    flex: none;
}
.particular-search .menu_rent dd a.rent_btn_section {
    max-width: 153px;
}
.menu_rent_title {
    position: relative;
}
.particular-search .menu_rent dd p.btn_title {
    font-size: 28px;
    font-weight: bold;
}
.particular-search .menu_rent dd p.btn_text {
    font-size: 14px;
    margin-top: 12px;
    font-weight: bold;
    line-height: 1.5;
}
.particular-search .menubox-right {
    text-align: left;
    margin-left: 23px;
    width: 100%;
}
.particular-search .menu_buy .right {
    padding-right: 54px;
    display: flex;
    align-items: center;
}
.particular-search .menu_buy .icon_buy {
    background-image: url(/static/20250626-164204021/particular_search/common/images/icon_buy.svg);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    height: 60px;
    width: 60px;
    margin-right: 10px;
}
.particular-search .menu_buy .icon_buy::after {
    position: absolute;
    left: 67px;
    bottom: 10px;
    width: 100px;
    content: '';
    border-bottom: 2px #CA0A37 solid;
    display: inline-block;
}
.particular-search .menu_buy .buyall {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-left: auto;
    box-shadow: 0 3px #e2e7ec;
}
.particular-search .menu_buy .buyall:hover {
    opacity: .6;
}
.particular-search .menu_buy .buyall ul li {
    display:block;
    padding: 6px 40px 6px 16px;
    border-radius: 5px;
    font-size: 14px;
    white-space: normal;
    line-height: 1.5;
    font-weight: normal;
}
.particular-search .menu_buy .buyall ul li a {
    text-decoration: none;
    color: #0D39AF;
}
.particular-search .menu_buy .disabled {
    pointer-events: none;
}
.particular-search .menu_buy .disabled ul li {
    color: #A8B0C1;
}
.particular-search .menu_buy .buyall ul li span {
    font-weight: bold;
}
.particular-search .menu_buy .buyall .fa-angle-right {
    margin-right: 10px;
    color: #E1E1E1;
}
.particular-search .menu_buy dd ul li {
    background-color: #fff;
    max-width: 186px;
    width: 50%;
    border-radius: 10px;
    border: 2px solid #E2E7EC;
    margin: 27px 8px 0;
    box-shadow: 0 3px #e2e7ec;
    display: block;
    text-align: center;
    padding: 28px 0;
    line-height: 1;
    color: #333;
}
.particular-search .menu_buy dd ul li.disabled  {
    background-color: #eee;
    opacity: .4;
    pointer-events:none;
}
.particular-search .menu_buy dd ul li:hover {
    opacity: .6;
}
.particular-search .menu_buy dd ul li.disabled:hover  {
    opacity: .4;
    transition:none;
}
.particular-search .menu_buy dd ul li:first-child {
    margin: 27px 8px 0 0;
}
.particular-search .menu_buy dd ul li a {
    text-decoration: none;
    color: #333;
}
.particular-search .menu_buy dd li .icon_mansion {
    background-image: url(/static/20250626-164204021/particular_search/common/images/mansion.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 60px;
    height: 48px;
    margin-bottom: 16px;
}
.particular-search .menu_buy dd li .icon_kodate {
    background-image: url(/static/20250626-164204021/particular_search/common/images/kodate.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 60px;
    height: 48px;
    margin-bottom: 16px;
}
.particular-search .menu_buy dd li p {
    font-size: 22px;
    font-weight: bold;
}
.particular-searc .search-spot {
    margin-top: 20px;
}
.particular-spot-map {
    margin-top: 10px;
    margin-bottom: 20px;
}

.particular-spot-map .title h2 {
    font-size: 20px;
    text-align: left;
}
.particular-spot-map .title h2::before {
    background: url(/static/20250626-164204021/images/std/detail/icon_map_marker_red.svg) no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 25px;
    margin-left: 5px;
}
.particular-spot-map .google-map {
    border: 1px solid #ddd;
    margin: 10px 0 20px;
    padding: 5px;
}
.particular-spot-map .google-map-view {
    border: 1px solid rgb(184, 184, 184);
    margin-bottom: 3px;
    overflow: hidden;
    position: relative;
    height: 450px;
}

/* 家賃相場 pc */
.souba-info-head{
    font-weight: bold;
    background: #aeaea4;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 15px 20px;
}
.souba-info-table{
    width: 100%;
    table-layout: fixed;
}
.souba-info-table tbody,
.souba-info-table thead{
    text-align: center;
}
.souba-info-table th{
    color: #333;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.souba-info-table td{
    vertical-align: middle;
    font-size: 14px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.souba-info-thead{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #f1f1f1;
}
.souba-info-tr-select{
    background: #fffff1;
}
.souba-info-tr{
    background: #fff;
}
.souba-info-link{
    color: #0633ac;
    font-size: 14px;
    text-align:right;
    line-height: 1.5;
    padding-top: 10px;
}
.souba-info-link a,
.c-same-region__list li a{
    text-decoration: none;
    color: #0633ac;
}
.souba-info-link a:hover,
.c-same-region__list li a:hover {
    text-decoration: underline;
    color: #069;
}

/* 家賃相場 sp */
.souba_info_area{
    border-top-style: none;
    background: #fff;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
    border-top: 1px solid #f8f8f8;
}
.souba_info_area .souba-heading{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(204,0,51);
}
.souba_info_area .souba_link_li{
    text-align: right;
    font-size: 12px;
    color: #0633ac;
    text-decoration: none;
    display: block;
    padding: 8px 5px 0px 25px;
    margin-bottom: -12px;
}
.souba_info_area a.souba_link{
    text-align: right;
    font-size: 12px;
    color: #0633ac;
    text-decoration: none;
    display: block;
    padding: 8px 5px 0px 25px;
    margin-bottom: -12px;
}
.souba_info_area a.souba_link:hover {
    text-decoration: underline;
    color: #069;
}
.souba_info_area .souba-info-table{
    width:100%;
    border: none;
}
.souba_info_area .souba-info-th{
    font-weight: normal;
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    padding: 8px 20px 8px 10px;
}
.souba_info_area .souba-info-td{
    text-align: right;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    padding: 8px 20px 8px 10px;
}

/* 家賃相場・他の拠点から探す spのみ表示 */
.particular-other-sp {
    display: none;
}
@media screen and (max-width: 901px) {
    .particular-other {
        display: block;
    }
}

#seo-text {
    font-size: 16px;
    line-height: 1.5;
    margin: 30px 0;
    text-align: justify;
}
.search-company_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search-company_container input[type="text"]:focus {
    outline: 2px solid #CC0033;
}
.search-company_search-box {
    position: relative;
    width: 530px;
}
.search-box_input {
    width: 100%;
    height: 59px;
    padding: 0 20px;
    border-radius: 5px;
    border: solid 1px #CCCCCC;
    font-size: 18px;
    box-sizing: border-box;
}
.search-company_search-box input[type="text"] {
    font-size: 18px;
}
.search-box_input::placeholder {
    color: #CCCCCC;
}
.search-box_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 20px;
    font-size: 27px;
    color: #CCCCCC;
    display: block;
}
.search-box_icon--close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 20px;
    display: none;
}
.search-company_search-forecast {
    position: absolute;
    z-index: 10;
    width: 530px;
    border: solid 1px #CCCCCC;
    background: #ffffff;
    font-size: 16px;
    text-align: left;
    box-sizing: border-box;
    padding-right: 5px;
    margin-top: 2px;
    display: none;
}
.search-company_search-forecast .notFound {
    padding: 12px 20px;
    line-height: 1;
}
.search-company_search-forecast-list {
    max-height: 225px;
    overflow: hidden;
    overflow-y: scroll;
}
.search-company_search-forecast-list .campany-name {
    margin-right: 20px;
}
.search-company_search-forecast-list .campany-address {
    font-size: 14px;
    color: #BBBBBB;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-company_search-forecast-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.search-company_search-forecast-list::-webkit-scrollbar-track {
    background: #ffffff;
    margin: 5px 0;
}
.search-company_search-forecast-list::-webkit-scrollbar-thumb {
    background: #CCCCCC;
    border-radius: 25px;
}
.search-company_search-forecast-list li {
    position: relative;
    line-height: 1;
}
.search-company_search-forecast-list li:hover {
    background-color: #F0F0F0;
}
.search-company_search-forecast-list li .angle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 5px;
    color: #DDDDDD;
    width: 6px;
}
.search-company_search-forecast-list a {
    text-decoration: none;
    color: #333333;
    padding: 12px 0 12px 20px;
    width: 100%;
    max-width: 96%;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
}
.search-company_search-forecast>span {
    display: none;
}
.search-company_search-other {
    width: 450px;
}
.search-other_title {
    line-height: 35px;
    margin-bottom: 10px;
    vertical-align: bottom;
}
.search-other_list{
    display: flex;
}
.search-other_item:not(:last-child) {
    margin-right: 10px;
}
.search-other_item {
    width: 100%;
}
.search-other_item a {
    background: #fff;
    border: 1px solid #CCC;
    border-radius: 10px;
    color: #CC0033;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 10px 0 20px;
    height: 59px;
}
.search-other_item a:hover {
    border: 1px solid #CC0033;
}
.search-industry_list {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin-bottom: 10px;
}
.search-industry_item {
    width: calc(calc(100% / 3) - calc(20px / 3));
    box-shadow: 0px 1px 0px #dddddd;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.6;
    box-sizing: border-box;
}
.search-industry_item:hover {
    border: 1px solid #CC0033;
}
.search-industry_item.noneStyle {
    pointer-events: none;
    background: #EEEEEE;
    color: #DDDDDD;
    padding: 10px 10px 10px 16px;
}

.search-industry_item.noneStyle .angle{
    display: none;
}

.search-industry_item:not(:nth-of-type(3n)) {
    margin-right: 10px;
}
.search-industry_item a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 10px 10px 16px;
    color: #333333;
}
.search-industry_item a:hover {
    color: #CC0033;
    font-weight: bold;
}
.search-industry_item .angle {
    color: #ddd;
    margin-left: 10px;
}
.search-industry_item a:hover .angle {
    color: #CC0033;
}

/* 大学から探すTOP */
.forstudents-contents *{
    box-sizing: border-box;
}

.forstudents-contents a:link,
.forstudents-contents  a:visited{
    color: #333333;
    text-decoration: none;
}

.forstudents-contents{
    font-size: 16px;
    line-height: 1.5;
    margin: 0 calc(50% - 50vw) 40px;
    padding: 20px calc(50vw - 50%) 0;
    background: linear-gradient(180deg, #def0f8 0%, #def0f8 210px, transparent 210px, transparent 100%);
}

.forstudents-contents:last-child{
    padding: 0 calc(50vw - 50%) 0;
    background: none;
}

.forstudents-contents.howto{
    background: linear-gradient(180deg, #f8dede 0%, #f8dede 210px, transparent 210px, transparent 100%);
}

/* 記事エリア */
/* 共通 */
.forstudents-contents .section_title{
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.forstudents-contents .section_title .image{
    margin-right: 5px;
}

.forstudents-contents .section_title .image img{
    vertical-align: middle;
}

.forstudents-contents .section_desc{
    margin-bottom: 20px;
}

.forstudents-contents .mid-section{
    margin-bottom: 30px;
}
.forstudents-contents .mid-section:first-child{
    margin-bottom: 20px;
}
.forstudents-contents .mid-section:last-child{
    margin-bottom: 0;
}

.forstudents-contents .mid-section_title{
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.forstudents-contents .mid-section_title .image{
    margin-right: 5px;
}

.forstudents-contents .mid-section_title .image img{
    vertical-align: middle;
}

.forstudents-contents .art_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.forstudents-contents .art_list a{
    display: block;
    padding: 10px;
    position: relative;
    width: 100%;
    height: 100%;
    font-weight: bold;
}

.forstudents-contents .art_list li{
    margin-right: 10px;
}
.forstudents-contents .art_list li:last-child{
    margin-right: 0;
}

.forstudents-contents .art_list a .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.forstudents-contents .art_list a:hover .image{
    opacity: 0.6;
}

.forstudents-contents .art_list a:hover p{
    color: #cc0033;
}

.forstudents-contents .fas{
    color: #dddddd;
}

/* boxリンク */
.forstudents-contents .art_list .box{
    width: calc(100% / 4 - 8px);
    margin-bottom: 0;
    background: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08);
}

.forstudents-contents .art_list .box .image{
    width: 100%;
    height: 135px;
    margin-bottom: 10px;
}

.forstudents-contents .art_list .box .fas{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

/* boxリンク univ */
.forstudents-contents .art_list.univ .box .image{
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: -10px;
}

.forstudents-contents .art_list.univ .box .univ-name{
    font-size: 12px;
    font-weight: normal;
    color: #cc0033;
    margin-bottom: 5px;
}

/* barリンク */
.forstudents-contents .art_list .bar{
    width: calc(100% / 2 - 5px);
    margin-bottom: 10px;
    background: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08);
}
.forstudents-contents .art_list .bar:nth-child(2n){
    margin-right: 0;
}
.forstudents-contents .art_list .bar:nth-last-child(-n+2){
    margin-bottom: 0;
}

.forstudents-contents .art_list .bar a{
    display: flex;
    align-items: center;
}

.forstudents-contents .art_list .bar.largepic{
    position: relative;
}

.forstudents-contents .art_list .bar.largepic .fas{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.forstudents-contents .art_list .bar a.sp{
    display: none;
}

.forstudents-contents .art_list .bar .image{
    width: 70px;
    height: 70px;
    margin-right: 14px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forstudents-contents .art_list .bar.largepic .image{
    width: 164px;
    height: 102px;
}

.forstudents-contents .art_list .bar p{
    margin-right: auto;
}

.forstudents-contents .art_list .bar .fas{
    position: inherit;
    margin-left: 0.5em;
}

/* もっと見る */
.forstudents-contents .more{
    font-size: 14px;
    color: #cc0033;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
}

.forstudents-contents .more a{
    color: inherit;
    border-bottom: 1px solid #CC0033;
}

.forstudents-contents .more .fas{
    color: inherit;
    margin-left: 0.5em;
}

.forstudents-contents .more a:hover{
    opacity: 0.6;
}

/* その他お役立ち情報 */
.forstudents-contents .art_list .bar .txt{
    margin-right: auto;
}

.forstudents-contents .art_list .desc{
    font-size: 14px;
    font-weight: normal;
}

.forstudents-contents .art_list a:hover .desc{
    color: inherit;
}

/* 人気学校ピックアップ */
.forstudents-contents .introduction_main{
    padding: 20px;
    background: #ffffff;
    border-radius: 0;
    line-height: 1.3;
}

.forstudents-contents .introduction_main>div p{
    margin-bottom: 11px;
    font-weight: bold;
}

.introduction_main .search-pickup_list{
    font-size: 16px;
    margin: -10px 0 23px;
}

.introduction_main .search-pickup_list>.readmore-content{
    display: flex;
    flex-wrap: wrap;
}

.introduction_main>div:last-child .search-pickup_list{
    margin-bottom: 0;
}

.search-pickup_list .search-pickup_item{
    width: auto;
    padding-right: 16px;
    box-shadow: none;
    border: none;
    border-right: 1px solid #cccccc;
    line-height: 1.3;
    margin: 10px 16px 0 0;
    background: #fff;
    box-sizing: border-box;
}

.search-pickup_list .search-pickup_item:last-of-type{
	border-right: none;
}

.search-pickup_list .search-pickup_item a{
    padding: 0;
    color: #0633AC;
}

.search-pickup_list .search-pickup_item.noneStyle a{
    pointer-events: none;
    color: #333333;
}

.search-pickup_list .search-pickup_item a:hover{
    font-weight: normal;
    text-decoration: underline;
}

.search-pickup_list .search-pickup_item a:hover .angle{
    color: #dddddd;
}

.search-pickup_list .readmore-content{
    display: flex;
    flex-wrap: wrap;
}

.readmore_btn,.readmore_btn2{
    display: none;
}

/* あったアプリ訴求エリア */
.App_appeal_area {
    border-top: 7px solid #F87C77;
    border-bottom: 7px solid #F87C77;
    text-align: center;
    margin: 80px 0;
    line-height: 1.5;
}

.App_appeal_area .top{
    height: 350px;
    background-image: url(/static/20250626-164204021/particular_search/forstudents/images/kv_bg.png);
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    background-size: cover;
}

.App-PC{
    display: block;
}

.App-SP{
    display: none;
}

.App_appeal_area .top>p{
    font-size: 18px;
    font-weight: bold;
    color: #F0433C;
    padding: 20px 0;
}

.contents_area{
    display: flex;
    max-width: 680px;
    margin: 0 auto;
}

.contents_area>.image img{
    width: 190px;
    margin-top: 10px;
    height: auto;
    z-index: 9999;
    filter: drop-shadow(0px 5px 10px rgb(0, 0, 0, 0.34));
    image-rendering: -webkit-optimize-contrast;
}

.contents_area .text{
    margin: 0 auto;
}

.contents_area .text .contents_list{
    display: flex;
    margin: 20px 0 30px;
    color: #C70035;
}

.contents_area .text .contents_list .contents{
    width: 121px;
    height: 121px;
    background: #ffffff;
    box-shadow: 4px 6px 20px rgba(0, 0, 0, 34%);
    border-radius: 60.5px;
    margin-right: 20px;
}
.contents_area .text .contents_list .contents:last-child{
    margin-right: 0;
}

.contents_area .text .contents_list .contents .icon{
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    padding-top: 6.5px;
    padding-bottom: 10px;
}
.contents_area .text .contents_list .contents .icon span{
    display: block;
    font-size: 8px;
    font-weight: bold;
}

.contents_area .text .contents_list .contents p{
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}
.contents_area .text .contents_list .contents p span{
    font-size: 10px;
    display: block;
    transform: scale(0.8);
    margin: 0px -10px 3px;
}

.contents_area .text .app_title{
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 15px;
}

.contents_area .text a.about-link{
    display: block;
    width: 243px;
    font-size: 14px;
    color: #ffffff;
    background: #c70035;
    border-radius: 7px;
    box-shadow: 0 0 6px rgb(0 0 0 / 30%);
    padding: 6px;
    margin: 0 auto;
    box-sizing: border-box;
    text-decoration: none;
}

.contents_area .text a.about-link:hover{
    box-shadow: 0 0 0 rgb(235 235 235);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
    text-decoration: none;
}

.App_appeal_area .bottom{
    background-color: #fff;
    padding: 11px 42px 6px 207px;
}

.App_appeal_area .bottom .box{
    display: inline-flex;
    margin-bottom: 0;
}

.App_appeal_area .bottom .box .image.icon{
    display: flex;
    align-items: center;
}

.App_appeal_area .bottom .box .image.icon img{
    width: 58px;
    height: 58px;
    margin-right: 25px;
    filter: drop-shadow(0px 3px 6px rgb(0, 0, 0, 0.16));
}

.App_appeal_area .bottom .box .download_area p{
    font-size: 10px;
    margin-bottom: 4.5px;
    text-align: left;
    transform: scale(0.9);
    transform-origin: left center;
    color: #707070;
}

.App_appeal_area .bottom .box .download_area .download{
    display: flex;
    justify-content: center;
}

.App_appeal_area .bottom .box .download_area .download>div{
    display: flex;
    margin-right: 10px;
}
.App_appeal_area .bottom .box .download_area .download>div:last-child{
    margin-right: 0;
}

.App_appeal_area .bottom .box .download_area .download .image.App img{
    width: 40px;
    height: 40px;
    margin-right: 7px;
    image-rendering: -webkit-optimize-contrast;
}

.App_appeal_area .bottom .box .download_area .download .store{
    text-align: left;
    width: 67px;
}

.App_appeal_area .bottom .box .download_area .download .store p{
    font-size: 10px;
    font-weight: bold;
    margin-right: -33px;
    margin-bottom: 3px;
    transform: scale(0.6);
}

.App_appeal_area .bottom .box .download_area .download .store a img{
    height: 20px;
    vertical-align: baseline;
    image-rendering: -webkit-optimize-contrast;
}

.trademark p{
    font-size: 8px;
    margin: 10px 0;
    font-weight: bold;
    color: #707070;
}

/* 学生会館バナー */
.gakuseikaikan_banner{
    display: block;
    margin: 80px 0;
}

.gakuseikaikan_banner:hover{
    opacity: 0.6;
}

.gakuseikaikan_banner img{
    width: 100%;
}
/* ▽dev_CSITE-4839_CSITE-5094追加▽ */
/* 大学から探すキャンパスTOP */
/* 背景の帯を非表示 */
.forstudents-contents.no-bg{
    background: none;
}

/* 種目を選択 */
.category-search{
    background: #def0f8;
    width: 100vw;
    padding: 0;
    line-height: 1.5;
    margin: 0 calc(50% - 50vw) 40px;
}

.category-search .inner{
    padding: 16px 0 16px 40px;
    margin: 0 auto;
    width: 1000px;
    height: auto;
    box-sizing: border-box;
}

.category-search .spot-top{
    align-items: center;
    display: flex;
}

.category-search .inner>p{
    width: 400px;
    flex-shrink: 0;
    font-size: 24px;
    font-weight: bold;
    color: #cc0033;
    text-align: left;
}

.category-search .inner>p>span{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.category-search .spot-top>i{
    color: #cc0033;
    font-size: 24px;
}

.category-search .menubox-right {
    text-align: left;
    width: 100%;
    margin-left: 40px;
}

.category-search .menu_title{
    font-size: 12px;
    font-weight: bold;
}

.category-search .menu_rent dd{
    height: auto;
    margin: 4px 0 12px;
    justify-content: left;
    line-height: 1;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #E2E7EC;
    box-shadow: 0 3px #e2e7ec;
    display: flex;
    align-items: center;
    padding: 30px 32px;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
}

.category-search .menu_rent dd:hover {
    opacity: .6;
}

.category-search .menu_rent dd.disabled {
    background-color: #eee;
    opacity: .4;
    pointer-events:none;
}

.category-search .menu_rent dd.disabled:hover {
    opacity: .4;
    transition: unset;
}

.category-search .menu_rent dd i {
    background-image: url(/static/20250626-164204021/particular_search/common/images/chintai.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 80px;
    height: 64px;
    flex: none;
}

.category-search .menu_rent dd a {
    display: flex;
    text-decoration: none;
    color: #333;
}

.category-search .menu_rent dd .rent_btn_section {
    margin-left: 30px;
}

.category-search .menu_rent dd a.rent_btn_section {
    max-width: 153px;
}

.category-search .menu_rent dd p.btn_title {
    font-size: 28px;
    font-weight: bold;
}

.category-search .menu_rent dd p.btn_text {
    font-size: 14px;
    margin-top: 12px;
    font-weight: bold;
    line-height: 1.5;
}

.category-search .menu_buy dd ul{
    display: flex;
}

.category-search .menu_buy dd ul li{
    margin: 4px 8px 0 0;
    width: calc(100% / 3 - 5px);
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    max-width: 186px;
    box-shadow: 0 3px #e2e7ec;
    text-align: center;
    line-height: 1;
    color: #333;
    display: flex;
    padding: 8px 16px;
    justify-content: space-between;
}

.category-search .menu_buy dd ul li:last-child{
    margin-right: 0;
}

.category-search .menu_buy .disabled {
    pointer-events: none;
}

.category-search .menu_buy .disabled ul li {
    color: #A8B0C1;
}

.category-search .menu_buy dd ul li:hover {
    opacity: .6;
}


.category-search .menu_buy dd ul li.disabled  {
    background-color: #eee;
    opacity: .4;
    pointer-events:none;
}

.category-search .menu_buy dd ul li.disabled:hover  {
    opacity: .4;
    transition:none;
}

.category-search .menu_buy dd ul li a{
    text-decoration: none;
    color: #333;
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-radius: 5px;
}

.category-search .menu_buy dd li p{
    font-size: 14px;
    font-weight: normal;
}

.category-search .menu_buy dd li i{
    color: #dddddd;
}


/* キャンパス紹介 */
.forstudents-contents .spot-info{
    display: flex;
    flex-wrap: wrap;
}

.forstudents-contents .spot-info dt {
    text-align: center;
    width: 114px;
    position: relative;
    z-index: 1;
    margin: 0 30px 0 6px;
    font-weight: bold;
    font-size: 14px;
    padding: 3px 0;
    box-sizing: border-box;
    height: 24px;
}
.forstudents-contents .spot-info dt:not(:first-of-type) {
    margin-top: 20px;
}
.forstudents-contents .spot-info dt:before {
    content: "";
    position: absolute;
    transform: skew(-14deg);
    top: 0;
    bottom: 0px;
    left: -3px;
    right: -3px;
    z-index: -1;
    background: #abebd2;
}

.forstudents-contents .spot-info dt.l-blue::before{
    background: #c6edff;
}

.forstudents-contents .spot-info dt.l-pink::before{
    background: #f8dede;
}

.forstudents-contents .spot-info dd {
    width: calc(100% - 151px);
}
.forstudents-contents .spot-info dd:not(:first-of-type) {
    margin-top: 20px;
}

/* 相場情報 */
.panel {
    display: none;
}

.panel.is-show {
    display: block;
    margin-bottom: -9px;
}

.btn-group {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    z-index: 100;
    position: relative;
}

.btn--tab {
    font-size: 16px;
    padding: 8px 24px;
    cursor: pointer;
    color: #666666;
    border-top: 4px solid #dddddd;
    border-left: 1px solid #cccccc;
    background: #eeeeee;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 1;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.btn--tab:last-child {
    margin-right: 0;
    border-right: 1px solid #cccccc;
}

.btn--tab.is-active {
    border-top: 4px solid #cc0033;
    cursor: auto;
    color: #cc0033;
    background: #ffffff;
}

.btn--tab:hover {
    color: #cc0033;
}

.panel-group {
    position: relative;
    background-color: #ffffff;
    padding: 16px 21px;
    border: solid 1px #ccc;
    z-index: 90;
    margin-top: -1px;
}

.market__floor,
.market__view {
    position: absolute;
    z-index: 2;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    width: 141px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;

}

.market__floor {
    left: -20px;
    cursor: auto;
}

.market__floor > span {
    display: inline-block;
    width: 120px;
    margin-left: 21px;
    margin-bottom: 16px;
}

.market__floor > span:last-child {
    margin-bottom: 0;
}

.market__view {
    right: -20px;
}

.market__view > span{
    display: inline-block;
    width: 120px;
    margin-right: 21px;
    margin-bottom: 16px;
}

.market__view > span:last-child{
    margin-bottom: 0;
}

.market__view > span a:link, .market__view > span a:visited{
    color: #cc0033;
    font-weight: bold;
}

.market__view > span .fas{
    margin-left: 8px;
    color: #cc0033;
}

.market__view > span:hover{
    opacity: 0.6;
}

.panel {
    overflow: hidden;
    position: relative;
}

.panel .price-none {
    display: none;
    position: absolute;
    padding: 16px;
    background: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    min-width: calc(80% - 280px);}

.panel > canvas {
    margin: 0 140px;
    top: -8px;
}

.panel-head {
    font-size: 16px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    line-height: 1;
}

.panel-head .panel_floor {
    text-align: center;
    flex: 0 1 120px;
}

.panel-head .panel_price {
    text-align: center;
    flex: 0 1 calc(100% - 240px);
}

.panel-group .note{
    font-size: 14px;
    text-align: right;
    width: 100%;
}

/* 周辺の駅でお部屋を探す */
.search-pickup_list .search-pickup_item .noneStyle{
    pointer-events: none;
    color: #333333;
}

/* 他のキャンパスから探す */
.forstudents-contents.base-list .inner {
    padding: 15px 15px 5px;
    width: 100%;
    height: auto;
    background: #F5F5ED;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

/* 周辺の住まいを探すフローティング */
#float{
    display: none;
    background: rgba(0, 0, 0, 0.6);
    padding: 8px 0 12px;
    text-align: center;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 1;
}

#float>p{
    color: #ffffff;
    font-size: 12px;
}

#float>p::before{
    content: "\005C";
    margin-right: 4px;
    font-size: 13px;
}
#float>p::after{
    content: "/";
    margin-left: 4px;
    font-size: 13px;
}

#float #search-btn{
    box-sizing: border-box;
    display: flex;
    align-items: baseline;
    width: 320px;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 #e2e7ec;
    background: #ffffff;
    color: #cc0033;
    cursor: pointer;
    margin: 2px auto 0;
    padding: 9px 16px 9px 47px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

#float #search-btn:hover{
    opacity: 0.6;
}


#float #search-btn>p{
    margin: 0 41px 0 10px;
}

#float #search-btn>span{
    background: #f8dede;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toPagetop_btn_area.canpas-top #toPagetop_btn{
    bottom: 84px;
}

.g-C0RH8_footer.canpas-top{
    margin-bottom: 72px;
}

/* △dev_CSITE-4839_CSITE-5094追加△ */
.base-list {
    text-align: left;
}
.base-list .inner {
    padding: 15px 15px 5px 15px;
}

/* javascriptが無効になっている時に表示される注意文 */

.ns-alert {
    padding-top: 15px;
    padding-bottom: 15px;
}

.site-alert {
    padding: 1em 15px;
    text-align: left;
    border: 1px solid #faebcc;
    background: #fcf8e3;
}

.site-alert>.atention {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    color: #8a6d3b;
}

@media (min-width: 768px) {
    .container {
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 1020px) and (min-width: 768px) {
    .global_container {
        width: 98%;
    }
    .introduction_box ul {
        flex-wrap: wrap;
    }
    .introduction_box ul li {
        margin-bottom: 10px;
    }
    .container {
        width: 98%;
    }
    .search-other_title {
        line-height: 1;
        margin: 10px 0;
    }
}

@media screen and (min-width:768px) and ( max-width:960px) {
    .particular-search .menu_rent dd,
    .category-search .menu_rent dd {
        width: 100%;
    }
    .particular-search .menu_rent dd {
        padding: 31px 5px;
    }
    .particular-search .menu_rent dd .rent_btn_section,
    .category-search .menu_rent dd .rent_btn_section {
        margin-left: 14px;
    }
    .particular-search .menubox-right,
    .category-search .menubox-right {
        margin-left: 30px;
    }
    .particular-search .menu_rent dd::after {
        right: -10px;
    }
}

/* IE対応 */
@media all and (-ms-high-contrast: none) and (min-width:768px) and ( max-width:960px) {
    .particular-search .menu_buy .right {
        display: block;
    }
    .particular-search .menu_rent dd,
    .category-search .menu_buy dd {
        width: 255px;
    }
}

/* 種目選択 */
@media screen and (max-width: 1000px) {
    .category-search .inner{
        width: 100%;
        padding: 16px;
    }

    .category-search .menubox-right{
        width: 397px;
        flex-shrink: 0;
        margin-left: 20px;
    }

    .category-search .inner>p{
        width: auto;
        margin-right: auto;
    }

}

/* 相場情報 */
@media screen and (max-width: 861px) {
    .panel-group{
        padding: 10px 8px;
    }

    .panel-head .panel_floor {
        flex: 0 1 153px;
    }

    .panel-head .panel_price{
        flex: 0 1 calc(100% - 300px);
    }
}
@media screen and (max-width: 835px) {
    .panel.is-show{
        margin-bottom: -15px;
    }

    .panel-head{
        font-size: 12px;
    }

    .panel-head .panel_floor {
        flex: 0 1 75px;
    }

    .panel-head .panel_price{
        flex: 0 1 calc(100% - 140px);
    }

    .market__floor{
        width: 83px;
        left:-8px;
    }
    .market__floor > span{
        font-size: 12px;
        width: 75px;
        margin-left: 8px;
        margin-bottom: 18px;
    }

    .market__view{
        width: 67px;
        line-height: 2;
        right: -8px;
    }

    .market__view > span{
        width: 59px;
        font-size: 10px;
        margin-right: 8px;
        margin-bottom: 16px;
    }

    .market__view > span .fas{
        margin-left: 4px;
    }

    .panel-group .note{
        font-size: 12px;
    }

    .panel > canvas {
        margin-left: 79px;
        margin-right: 67px;
    }
}

@media screen and (max-width: 767px) {
    .global_container {
        width: 100%;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .main-top {
        margin: 0 auto 20px;
    }
    .main-title h1 {
        font-size: 16px;
        margin: 0 16px;
    }
    .main-visual {
        margin: 10px auto 20px;
    }
    .main-visual img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .main-text p {
        font-size: 12px;
        margin: 0 16px;
    }
    .introduction_container {
        margin-bottom: 50px;
    }
    h2.introduction_title {
        font-size: 23px;
        line-height: 31px;
        margin: 0 16px;
    }
    .introduction_title>span {
        font-size: 16px;
        line-height: 21px;
    }
    .introduction_title>small {
        font-size: 12px;
    }
    .fas fa-search::before {
        content: "\f002";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }
    .introduction_main {
        border-radius: 0;
        border: none;
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        padding: 20px 16px 0 16px;
    }
    .introduction_box {}
    .particular_top h3.introduction_box_title {
        margin-bottom: 11px;
        font-size: 16px;
    }
    .particular_top h3.introduction_box_title::before {
        left: 4px;
    }
    .introduction_box ul {
        margin-bottom: 10px;
        flex-wrap: wrap;
    }
    .introduction_box ul li {
        width: 69px;
        height: 32px;
        font-size: 12px;
    }

    /* 都道府県TOP */
    .particular_prefecture {
        margin-bottom: 50px;
    }
    .particular_prefecture .main-top-text {
        margin: 0 16px;
    }
    .particular_prefecture .main-top-text h1 {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 16px;
    }
    .particular_prefecture .main-top-text p {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 16px;
    }
    .particular_prefecture .introduction_box_title {
        width: 100%;
        height: 40px;
        padding-left: 16px;
        border-radius: 0;
        font-size: 16px;
    }
    .introduction_box_prefecture ul {
        border: none;
    }
    .introduction_box_prefecture ul:last-child {
        margin-bottom: 0;
    }
    .introduction_box_prefecture li {
        display: inline-block;
        width: 100%;
        height: 36px;
        padding-left: 0;
        font-size: 12px;
        line-height: 16px;
        border-bottom: 1px solid #CCCCCC;
        background: url(/static/20250626-164204021/images/std/e1/C0Z45_other/right-arrow.png) no-repeat center right 16px;
    }

    .introduction_box_prefecture li>a {
        display: block;
        width: 100%;
        padding: 10px 0 10px 16px;
        box-sizing: border-box;
    }
    .introduction_box_prefecture ul li>a:link, .introduction_box_prefecture ul li>a:visited {
        text-decoration: none;
    }
    /* 市区郡ページ */
    .particular-search {
        margin-bottom: 0;
    }
    .particular-search h3 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .particular-search h3 a {
        font-size: 12px;
        text-align: left;
        padding: 5px 0 5px 40px;
    }
    .particular-search h3 a.active {
        padding: 10px 0 10px 40px;
    }
    .particular-search h3 a span {
        display: inline-block;
        margin: 5px 5px 0 0;
    }
    .particular-search .inner .nav {
        margin: 10px 0 10px 10px;
    }
    .particular-search .inner .nav ul {
        overflow-y: hidden;
        overflow-x: scroll;
        padding-bottom: 2px;
    }
    .particular-search .inner .nav ul::-webkit-scrollbar {
        height: 2px;
    }
    .particular-search .inner .nav ul::-webkit-scrollbar-track {
        margin: 0;
        border-radius: 5px;
    }
    .particular-search .inner .nav ul::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #C5C5C5;
    }
    .particular-search .inner .nav ul li {
        width: auto;
        margin: 0 10px 0 0;
    }
    .particular-search .inner {
        padding: 0 0 20px 0;
        border: none;
        border-top: 1px solid #ccc;
        border-radius: 0;
        border-bottom: 1px solid #ccc;
    }
    .particular-search .inner .particular-list {
        width: 100%;
        background: #fff;
        border: none;
        margin-bottom: 5px;
        border-radius: 0;
    }
    .particular-search .inner .particular-list:last-of-type {
        margin-bottom: 0;
    }
    .particular-search .inner .particular-list dl{
        margin: 15px 16px;
    }
    .particular-search .inner .particular-list .angle {
        right: 16px;
    }
    .particular-search .inner .particular-list-number-all p {
        margin: 10px 16px;
        line-height: 18px;
    }
    .particular-search h3 .round {
        top: 16px;
        left: 10px;
    }
    .particular-search h3 a.active .round {
        top: 21px;
        left: 10px;
    }
    .container {
        margin-right: 10px;
        margin-left: 10px;
    }
    /* 種目選択ページ */
    .particular-search .spot-top {
        display: block;
    }
    .particular-search .inner.spot-top {
        padding: 25px 10px;
        border-bottom: 1px solid #ccc;
    }
    .particular-search .menu_rent dd {
        margin: 8px 0 20px;
        width: 100%;
        height: auto;
        min-width: 0;
        box-sizing: border-box;
    }
    .particular-search .menu_rent dd p.btn_title {
        font-size: 26px;
    }
    .particular-search .menu_rent dd p.btn_text {
        font-size: 12px;
    }
    .particular-search .menu_rent dd {
        padding: 24px 0;
    }
    .particular-search .menu_rent dd::after {
        display: none;
    }
    .particular-search .menu_rent dd .rent_btn_section {
        margin-left: 25px;
        max-width: 142px;
    }
    .particular-search .menu_rent dd i {
        width: 70px;
        height: 56px;
        flex: initial;
    }
    .particular-search .menubox-right {
        margin-left: 0;
    }
    .particular-search .menu_rent .icon_rent,
    .particular-search .menu_buy .icon_buy {
        width: 35px;
        height: 35px;
        margin-right: 5px;
    }
    .particular-search .menu_rent .icon_rent::after {
        left: 40px;
        bottom: 4px;
        width: 48px;
    }
    .particular-search .menu_rent .menu_title,
    .particular-search .menu_buy .menu_title {
        font-size: 16px;
    }
    .particular-search .menu_buy .right {
        padding-right: 10px;
    }
    .particular-search .menu_buy .menu_title::before {
        height: 35px;
        width: 35px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .particular-search .menu_buy .icon_buy::after {
        left: 40px;
        bottom: 4px;
        width: 31px;
    }

    .particular-search .menu_buy dd ul li {
        max-width: 100%;
        margin: 8px;
    }
    .particular-search .menu_buy dd ul li:first-child {
        margin: 12px 8px 0 0;
    }
    .particular-search .menu_buy dd ul li:last-child {
        margin: 12px 0 0 8px;
    }
    .particular-search .menu_buy dd ul li a {
        margin: 25px 0;
    }
    .particular-search .menu_buy .buyall ul li {
        padding: 8px 6px;
        font-size: 12px;
        text-align: left;
    }
    .particular-search .menu_buy .buyall ul li span {
        font-weight: bold;
    }
    .particular-search .menu_buy dd ul li .icon_mansion,
    .particular-search .menu_buy dd ul li .icon_kodate {
        margin-bottom: 8px;
    }
    .particular-search .menu_buy dd ul li p {
        font-size: 18px;
    }
    .particular-search .menu_buy i.fa-angle-right {
        right: 10px;
        top: 30px;
    }

    .particular-search .menu_company_pc .menu_rent dd {
        margin: 8px 0 20px;
        width: 100%;
        justify-content:center;
        height: auto; /* dev_CSITE-4654 追加 */
        min-width: 0;
        box-sizing: border-box;
    }

    .particular-spot-map {
        margin-top: 20px;
    }
    .particular-spot-map .title h2 {
        font-size: 14px;
        font-weight: normal;
        margin-left: 16px;
    }
    .particular-spot-map .google-map {
        border: none;
        padding: 0;
    }
    .particular-spot-map .google-map-view {
        border: none;
        height: 276px;
    }

    .particular-other {
        display: none;
    }
    .particular-other-sp {
        display: initial;
    }
    .readmoreListContents {
        background: #fff;
        padding: 5px 10px;
    }
    .company-list .readmoreListContents .readmore{
        background: url(/static/20250626-164204021/smp/images/common/icon-arrow-grey-down.png) 98% center no-repeat;
        background-size: 13px auto;
        -webkit-background-size: 13px auto;
        border: none;
        cursor: pointer;
        font-size: 12px;
        margin: 10px 5px 0 0;
        padding: 0 40px 0 10px;
        text-align: right;
    }
    .company-list .readmoreListContents .text{
        padding-left: 0;
        font-size: 13px;
    }

    #seo-text {
        font-size: 12px;
        padding: 5px 16px 20px;
        margin: 0;
    }
    .search-company_container {
        display: flex;
        flex-direction: column;
    }
    .search-company_enter {
        font-size: 14px;
    }
    .search-company_search-box {
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .search-box_icon {
        font-size: 24px;
        right: 28px;
    }
    .search-box_icon--close {
        width: 16px;
        height: 16px;
        right: 28px;
    }
    .search-company_search-forecast {
        width: calc(100% - 32px);
        margin: 2px 16px 0 16px;
    }
    .search-company_search-forecast .notFound {
        padding: 10px 4px 10px 10px;
        font-size: 14px;
    }
    .search-company_search-forecast-list {
        max-height: 270px;
    }
    .search-company_search-forecast-list a {
        flex-direction: column;
        padding: 10px 0 10px 10px;
        max-width: 92%;
    }
    .search-company_search-forecast-list .campany-name {
        margin: 0 0 5px 0;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .search-company_search-forecast-list .campany-address {
        font-size: 12px;
    }
    .search-company_search-forecast-list li .angle {
        right: 10px;
    }
    .search-company_search-other {
        padding: 0 16px;
        width: 100%;
        box-sizing: border-box;
        margin-top: 10px;
    }
    .search-other_title {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 1;
    }
    .search-box_input {
        padding: 0 10px;
        height: 46px;
    }
    .search-company_search-box input[type="text"] {
        font-size: 16px;
    }
    .search-industry_item {
        border-bottom: 1px solid transparent;
        border-radius: 0;
    }
    .search-other_item a {
        padding: 0 10px 0 16px;
        font-size: 14px;
        height: 38px;
    }
    .search-industry_list {
        flex-direction: column;
        margin-bottom: 0;
    }
    .search-industry_item {
        width: 100%;
        margin: 0;
    }
    .search-industry_item:not(:nth-of-type(3n)) {
        margin-right: 0;
    }
    .search-industry_item a{
        padding: 10px 16px;
    }
    .search-industry_bg {
        padding: 5px 0;
    }

     /* 大学から探すTOP */
    .forstudents-contents{
        margin: 0 auto 40px;
        padding: 16px 16px 0;
        font-size: 12px;
        background: linear-gradient(180deg, #def0f8 0%, #def0f8 260px, transparent 260px, transparent 100%);
    }

    .forstudents-contents:last-child{
        padding: 0 10px;
        margin-bottom: 57px;
    }

    .forstudents-contents.howto{
        background: linear-gradient(180deg, #f8dede 0%, #f8dede 260px, transparent 260px, transparent 100%);
    }

    /* 記事エリア */
    /* 共通 */
    .forstudents-contents .section_title{
        font-size: 16px;
        line-height: inherit;
        margin-bottom: 16px;
    }

    .forstudents-contents.pickup .section_title{
        margin-bottom: 10px;
    }

    .forstudents-contents .section_desc{
        font-size: 12px;
        margin-bottom: 16px;
    }

    .forstudents-contents .mid-section{
        margin-bottom: 36px;
    }

    .forstudents-contents .mid-section_title{
        font-size: 14px;
    }

    .forstudents-contents .art_list li{
        margin-bottom: 10px;
        margin-right: 0;
        font-size: 14px;
    }
    .forstudents-contents .art_list li:last-child{
        margin-bottom: 0;
    }

    .forstudents-contents .art_list a{
        display: flex;
        align-items: center;
    }

    .forstudents-contents .art_list a:hover .image, .forstudents-contents .art_list a:hover .image img{
        opacity: 1;
    }

    .forstudents-contents .art_list a:hover p {
    	color: #333333;
    }

    /* boxリンク */
    .forstudents-contents .art_list .box{
        width: 100%;
        margin-bottom: inherit;
    }

    .forstudents-contents .art_list .box .image{
        width: 164px;
        height: auto;
        margin-right: 14px;
        margin-bottom: 0;
    }

    .forstudents-contents .art_list .box p{
        width: calc(100% - 178px);
    }

     /* boxリンク univ */
    .forstudents-contents .art_list.univ .box{
        width: calc(100% / 2 - 5px);
        margin-right: 10px;
    }
    .forstudents-contents .art_list.univ .box:nth-child(2n){
        margin-right: 0;
    }
    .forstudents-contents .art_list.univ .box:nth-last-child(-n+2){
        margin-bottom: 0;
    }

    .forstudents-contents .art_list.univ .box a{
        flex-direction: column;
        align-items: inherit;
    }

    .forstudents-contents .art_list.univ .box .image{
        margin-right: 0;
        margin-bottom: 10px;
    }

    .forstudents-contents .art_list.univ .box .image img{
        min-height: 106px;
        object-fit: cover;
    }

    .forstudents-contents .art_list.univ .box p{
        width: auto;
        margin-bottom: 1.5em;
    }

    /* barリンク */
    .forstudents-contents .art_list .bar{
        width: 100%;
    }

    .forstudents-contents .art_list .bar:nth-last-child(-n+2){
        margin-bottom: 10px;
    }
    .forstudents-contents .art_list .bar:last-child{
        margin-bottom: 0;
    }

    .forstudents-contents .art_list .bar a.pc{
        display: none;
    }
    .forstudents-contents .art_list .bar a.sp{
        display: flex;
    }

    /* もっと見る */
    .forstudents-contents .more{
        font-size: 12px;
    }

    /* その他お役立ち情報 */
    .forstudents-contents .art_list .desc{
        font-size: 12px;
    }

     /* 人気学校ピックアップ */
    .forstudents-contents .introduction_main{
        padding: 6px 0;
        width: 100vw;
        margin-left: -16px;
        background: #F5F5ED;
    }

    .forstudents-contents.pickup .introduction_main>div {
        padding-bottom: 5px;
    }
    .forstudents-contents.pickup .introduction_main>div:last-child {
        padding-bottom: 0;
    }

    .forstudents-contents .introduction_main>div p{
        font-size: 14px;
        background: #c5c5c5;
        padding: 0 16px;
        height: 21px;
        line-height: 21px;
        margin-bottom: 0;
    }

    .introduction_main .search-pickup_list{
        flex-direction: column;
        font-size: 14px;
        margin: 0;
    }

    .search-pickup_list .search-pickup_item{
        width: 100%;
        box-shadow: none;
        border: none;
        margin: 0 0 2px;
        padding: 11px 16px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .search-pickup_list .search-pickup_item:last-of-type{
        padding-right: 16px;
    }

    .search-pickup_list .search-pickup_item a{
        display: flex;
        width: 100%;
        justify-content: space-between;
        color: #333333;
        align-items: center;
    }

    .search-pickup_list .search-pickup_item a:hover{
        text-decoration: none;
    }

    .search-pickup_list .search-pickup_item.noneStyle{
        color: #cccccc;
    }

    .search-pickup_list .search-pickup_item.noneStyle i{
        display: none;
    }



    .forstudents-contents .introduction_main .readmore_btn,
    .forstudents-contents .introduction_main .readmore_btn2,
    .forstudents-contents .introduction_main .close_btn,
    .forstudents-contents .introduction_main .close_btn2{
        display: block;
        position: relative;
        width: 100%;
        padding: 11px 32px 10px 16px;
        line-height: 1.3;
        background: #fff;
        font-size: 12px;
        text-align: right;
        height: auto;
        font-weight: normal;
    }

    .forstudents-contents .introduction_main .readmore_btn:after,
    .forstudents-contents .introduction_main .readmore_btn2:after{
        position: absolute;
        font-family: "Font Awesome\ 5 Free";
        font-weight: 900;
        content: '\f107';
        color: #dddddd;
        font-size: 14px;
        right: 15px;
    }

    .forstudents-contents .introduction_main .close_btn:after,
    .forstudents-contents .introduction_main .close_btn2:after{
        position: absolute;
        font-family: "Font Awesome\ 5 Free";
        font-weight: 900;
        content: '\f106';
        height: auto;
        color: #dddddd;
        font-size: 14px;
        right: 15px;
        bottom: 8px;
    }

     /* あったアプリ訴求 */
    .App_appeal_area {
        width: auto;
        margin: 40px 0;
    }
    .App-PC{
        display: none;
    }
    .App-SP{
        display: block;
        background-color: #fff;
    }
    .App_appeal_area .top {
        height: 227px;
    }
    .App_appeal_area .top>p{
        padding: 14px 0 20px;
    }
    .contents_area{
        padding: 0 10px;
    }
    .contents_area .text .contents_list {
        margin: 0;
    }
    .contents_area .text .contents_list .contents{
        width: 115px;
        height: 115px;
        border-radius: 57.5px;
        margin-right: 5px;
    }
    .contents_area .text .contents_list .contents .icon{
        padding-bottom: 3px;
    }
    .contents_area .text .contents_list .contents p span{
        font-size: 10px;
        display: block;
        transform: scale(0.75);
        margin: 0px -13px 3px;
    }
    .App_appeal_area .bottom{
        display: flex;
        align-items: center;
        max-width: 360px;
        margin:  0 auto;
        padding: 20px 0 15px 10px;
    }
    .bottom .image img{
        width: 103px;
        height: auto;
        z-index: 9999;
        filter: drop-shadow(0px 5px 10px rgb(0, 0, 0, 0.34));
    }
    .App_appeal_area .bottom .box {
        display: block;
        margin: 0 auto;
    }
    .App_appeal_area .bottom .box .app_title {
        font-size: 10px;
        font-weight: bold;
        margin: 15px 0;
    }
    .App_appeal_area .bottom .box a.about-link {
        display: block;
        width: 200px;
        font-size: 12px;
        color: #ffffff;
        background: #c70035;
        border-radius: 7px;
        box-shadow: 0 0 6px rgb(0 0 0 / 30%);
        padding: 6px;
        margin: 0 auto;
        box-sizing: border-box;
        text-decoration: none;
    }
    .App_appeal_area .bottom .box .download_area{
        margin-top: 15px;
    }
    .App_appeal_area .bottom .box .download_area p{
        transform: scale(1);
        font-weight: bold;
        text-align: center;
    }
    .App_appeal_area .bottom .box .download_area .download .store {
        width: 101px;
    }
    .App_appeal_area .bottom .box .download_area .download .store p{
        transform: scale(0.8);
        text-align: left;
    }
    .App_appeal_area .bottom .box .download_area .download .store a img{
        height: 30px;
    }
    .App_appeal_area .bottom .box .download_area .download>div{
        margin-right: 0;
    }
    .App_appeal_area .bottom .box .download_area .download>div:last-child{
        margin-right: 0px;
    }

    .trademark p{
        transform: scale(0.9);
    }

    .trademark span{
        display: inline-block;
    }

    /* 学生会館バナー */
    .gakuseikaikan_banner{
        width: 359px;
        margin: 40px auto;
    }

    /* 大学から探すキャンパスTOP */
    .campus-top{
        padding-top: 16px;
        margin-bottom: 20px;
    }

    .category-search{
        margin-bottom: 20px;
        padding: 0;
    }

    .category-search .inner{
        padding: 16px;
        width: 100%;
    }

    .category-search .spot-top{
        display: flex;
        flex-direction: column;
        border-bottom: none;
    }

    .category-search .spot-top>.fas{
        font-size: 16px;
    }

    .category-search .inner>p{
        text-align: center;
        font-size: 16px;
        width: 100%;
    }

    .category-search .inner>p>span{
        font-size: 14px;
    }

    .category-search .menubox-right{
        margin-left: 0;
        margin-top: 4px;
        width: 100%;
    }

    .category-search .menu_title{
        text-align: center;
        display: block;
        font-size: 12px;
        margin-bottom: 4px;
    }

    .category-search .menu_rent dd{
        justify-content: center;
        margin: 8px 0 20px;
        width: 100%;
        height: auto;
        min-width: 0;
        box-sizing: border-box;
        padding: 24px 0;
    }

    .category-search .menu_rent dd .rent_btn_section {
        margin-left: 25px;
        max-width: 142px;
    }

    .category-search .menu_rent dd i {
        width: 70px;
        height: 56px;
        flex: initial;
    }

    .category-search .menu_rent dd p.btn_title {
        font-size: 26px;
    }

    .category-search .menu_rent dd p.btn_text {
        font-size: 12px;
    }

    .category-search .menu_buy dd ul li{
        margin: 0 8px 0 0;
        max-width: 100%;
        padding: 9px 8px;
        align-items: center;
    }

    .category-search .menu_buy dd ul li i{
        font-size: 16px;
    }

    .category-search .menu_buy dd ul li a{
        margin: 0;
        align-items: center;
    }

    .category-search .menu_buy dd li p{
        font-size: 12px;
    }

    /* キャンパス紹介 */
    .particular-spot-map.forstudents-contents .google-map{
        width: 100vw;
        margin: 10px calc(50% - 50vw) 20px;
    }

    .forstudents-contents .spot-info{
        flex-direction: column;
    }

    .forstudents-contents .spot-info dt{
        margin: 0 0 12px 6px;
        font-size: 12px;
        width: 90px;
    }

    .forstudents-contents .spot-info dd:not(:first-of-type){
        margin-top: 0;
    }

    .forstudents-contents .spot-info dd{
        width: 100%;
        font-size: 14px;
    }

    /* 新着物件情報 */
    .forstudents-contents.new-prop{
        padding: 16px 0 0;
    }

    .forstudents-contents.new-prop .section_title{
        margin-bottom: 10px;
        padding: 0 16px;
    }

    .forstudents-contents.new-prop .particular-new-sp{
        width: 100vw;
    }

    /* 相場情報 */
    .forstudents-contents.souba .section_title{
        margin-bottom: 10px;
    }

    .market--js1{
        width: 100vw;
        margin: 0 calc(50% - 50vw) 0;
    }

    .btn-group{
        overflow-x: auto;
        margin-right: -1px;
    }

    .btn-group::-webkit-scrollbar {
        display: none;
    }

    .btn--tab {
        padding: 8px 15px;
        font-size: 12px;
        white-space: nowrap;
    }

    .btn--tab:first-child{
        border-left: none;
    }

    .panel .price-none {
        font-size: 12px;
        padding: 16px;
        min-width: calc(80% - 146px);
        margin-left: 6px;
    }

    .panel-group{
        border-right: none;
        border-left: none;
    }

    /* 周辺の駅でお部屋を探す */
    .forstudents-contents.station .section_title{
        margin-bottom: 10px;
    }

    /* 他のキャンパスから探す */
    .particular-search.base-list.forstudents-contents{
        padding: 16px 0 0;
    }

    .particular-search.base-list.forstudents-contents .section_title{
        padding: 0 16px;
        margin-bottom: 10px;
    }

    .forstudents-contents.base-list .inner{
        padding: 20px 0;
        border-radius: 0;
        border: none;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }

    .particular-search.forstudents-contents .inner .particular-list .angle{
        font-size: 16px;
    }

    /* 周辺の住まいを探すフローティング */
    #float #search-btn{
        padding: 6px 16px 7px 83px;
    }

    #float #search-btn i{
        font-size: 14px;
    }

    #float #search-btn>p{
        font-size: 14px;
    }

    .base-list h2.introduction_title {
        font-size: 20px;
    }
    .base-list .inner {
    padding-top: 20px;
    }
}

@media screen and (max-width:397px) {
    /* あったアプリ訴求 */
    .contents_area{
        padding: 0 5px;
    }

    .contents_area .text{
        width: 100%;
        margin: 0;
    }
    .contents_area .text .contents_list .contents{
        width: calc(100% / 3);
        height: 120px;
    }
    .contents_area .text .contents_list .contents p{
        padding: 0 1px 5px;
        font-size: 10px;
    }

    .App_appeal_area .bottom{
        padding: 10px 0 15px 15px;
    }

    .bottom .image img{
        filter: drop-shadow(0px 5px 5px rgb(0, 0, 0, 0.34));
        width: 103px;
        height: auto;
        margin-top: 30px;
    }

    .App_appeal_area .bottom .box a.about-link{
        width: 200px;
    }
}

@media screen and (max-width: 375px) {
    /* 種目選択ページ */
    .particular-search .menu_buy .icon_buy::after {
        bottom: 5px;
    }
}

@media screen and (max-width: 320px) {
    .main-text h1 {
        font-size: 22px;
        line-height: 33px;
        margin: 12px 20px 16px;
    }
    .main-text h1>span {
        font-size: 17px;
    }
    .main-text p {
        margin-top: 30px;
    }
    .main-text h1::after {
        bottom: -12px;
    }
    .particular-search h3 a {
        padding: 14px 0 14px 34px;
    }
    .particular-search h3 a.active {
        padding: 20px 0 20px 34px;
    }

    /* 種目選択ページ */
    .particular-search .menu_buy .icon_buy::after {
        bottom: 12px;
    }
}
