* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	/* sets the base font to 10px for easier math */
}

body {
	font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	color: #444444;
	width: 100%;
	line-height: 1.44;
	letter-spacing: 0.01em;
}

a,
a:hover,
a:visited {
	color: #333;
}

a {
	outline: none;
}

a:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: bold;
}

:root {
	--main-color: #ff6c1b;
}

.box-fadein img {
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 1s;
}

.box-fadein.lazyloaded img.lazyloaded {
	opacity: 3;
}

.lazyload-box {
	background-blend-mode: lighten;
	transition: all 1s ease;
}

.lazyload-box.lazyloaded {
	background-color: rgba(255, 255, 255, 0);
}

/* ---------- 要素の遅延表示 ---------- */

.effect-fade {
	opacity: 0;
	transform: translate(0, 60px);
	transition: all 1500ms;
}

.effect-fade.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

/* ---------- PC用　ここから ---------- */


/* ---------- メインエリア ---------- */

#main {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 10px;
	visivility: hidden;
}

/* ---------- ページタイトル ---------- */

.top-title {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.top-title-box {
	width: 100%;
	height: auto;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	margin-top: 3.5rem;
	margin-bottom: 1rem;
}

.top-title-box span.en {
	color: var(--main-color);
}

.top-title-box h2,
.top-title-box span.jp {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 2.2rem;
	font-weight: normal;
	margin: 1rem auto;
}

---------- ページ NAVI ----------

.top-navi {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}

.top-navi ul,
.top-navi li {
	list-style: none;
	width: auto;
}

.top-navi li::before {
	content: "　｜　";
}

.top-navi li.start::before {
	content: "";
}

.top-navi ul.navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.top-navi ul.navi2 {
	margin-top: 2rem;
}

.top-text {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 60px;
}

/* ---------- content エリア ---------- */

#content {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}

/* ---------- content タイトル ---------- */

#content .content-title {
	text-align: center;
	color: #333;
	margin-top: 4rem;
}

#content .content-title h2 {
	font-size: 2.4rem;
	width: 100%;
	height: auto;
	padding: 0 1rem 0.5rem;
}

#content .content-title p {
	font-size: 1.6rem;
}

/* ---------- 学生の方へ 大学エリアMAP ---------- */

#gakusei .area-map {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

#gakusei .area-map a.daigaku-link {
	position: absolute;
	display: block;
	width: 240px;
	height: 0;
	padding-top: 240px;
	overflow: hidden;
	border-radius: 120px;
}

#gakusei .area-map a.anabuki-link {
	left: 37%;
	top: 34%;
}

#gakusei .area-map a.jyousanjima-link {
	left: 41%;
	top: 21%;
}

#gakusei .area-map a.kuramoto-link {
	left: 14%;
	top: 31%;
}

#gakusei .area-map a.shikoku-link {
	left: 35%;
	top: -20%;
}

#gakusei .area-map a.bunri-link {
	left: 36%;
	top: 70%;
}

/* ---------- 学生の方へ メイン ---------- */

#gakusei #header #main-menu {
	border-top: solid 1px var(--main-color);
}

#gakusei #main {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#gakusei #content {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
}

#gakusei .gakusei-box {
	width: 100%;
	height: auto;
	overflow: hiddden;
	margin-top: 40px;
}

/* ---------- 学生の方へ 大学学校別お部屋探し専門サイト ---------- */

#content .daigaku_list ul,
#content .daigaku_list li {
	list-style: none;
}

/* ---------- 学生の方へ シティ・ハウジングで安心のお部屋探し ---------- */

#gakusei .anshin-list {
	width: 100%;
	height: auto;
	margin-top: 40px;
	background-color: rgba(141, 8, 1, 0.07);
	padding-top: 20px;
	padding-bottom: 40px;
}

#gakusei .anshin-list-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
}

#gakusei .anshin-list-box h2 {
	display: block;
	width: 100%;
	height: auto;
	font-size: 2.5rem;
	font-weight: bold;
	color: var(--main-color);
	padding: 1rem 0.5rem;
}

#gakusei .anshin-list-box p {
	display: block;
	width: 70%;
	height: auto;
	padding: 1rem 2rem;
}

#gakusei .anshin-list-box .list-no {
	display: inline-block;
	width: 3rem;
	height: 3rem;
	text-align: center;
	color: #ffffff;
	background-color: var(--main-color);
	line-height: 3rem;
	margin-right: 1rem;
	border-radius: 5px;
}

#gakusei .anshin-list-box dl,
#gakusei .anshin-list-box dt,
#gakusei .anshin-list-box dd {
	list-style: none;
}

#gakusei .anshin-list-box .list-item {
	width: 100%;
	height: auto;
	min-height: 180px;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 1.4rem;
	background-color: #ffffff;
	background-size: 300px auto;
	background-repeat: no-repeat;
	background-position: right center;
}

#gakusei .list-item dt {
	display: block;
	width: 100%;
	height: auto;
	font-size: 2.5rem;
	font-weight: bold;
	color: var(--main-color);
	padding: 1rem 0.5rem;
}

#gakusei .list-item dt .list-no {
	display: inline-block;
	width: 3rem;
	height: 3rem;
	text-align: center;
	color: #ffffff;
	background-color: var(--main-color);
	line-height: 3rem;
	margin-right: 1rem;
	border-radius: 5px;
}

#gakusei .list-item dd {
	display: block;
	width: 70%;
	height: auto;
	padding: 1rem 2rem;
}

#gakusei .list-item01 {
	background-image: url(images/room.jpg);
}

#gakusei .list-item02 {

	background-image: url(images/car.png);
}

#gakusei .list-item03 {
	background-image: url(images/kagu_kaden.jpg);
}

#gakusei .list-item04 {
	background-image: url(images/sos.jpg);
}

#gakusei .list-item05 {
	background-image: url(images/parent.jpg);
}

#gakusei .list-item06 {
	background-image: url(images/daigakusei.jpg);
}

/* ---------- 学生の方へ 徳島のエリアから探す ---------- */
.details_box {
	width: 100%;
	padding-top: 2rem;
}

.accordion_c {
	width: 94%;
	max-width: 1200px;
	padding: 0.5em;
	padding-bottom: 0.5em;
	margin: 0 auto;
	margin-top: 2em;
}

.accordion_cf {
	margin-top: 8rem;
}

.accordion_c_detail_1 {
	background-color: var(--main-color);
	border-radius: 30px;
}

.accordion_c_summary {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	list-style: none;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}

.accordion_c_summary::-webkit-details-marker {
	display: none;
}

.accordion_c_summary::after {
	content: "▼";
	color: #ffffff;
	font-size: 1em;
	list-style: none;
	position: relative;
	top: 1px;
	transform: translateY(-50%);
}

.accordion_c[open] .accordion_c_summary::after {
	content: "▲";
	color: #ffffff;
}

.accordion_c_detail {
	padding: 4px 10px;
}

.search-area {
	width: 94%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 2rem;
	background-size: 3px 3px;
}

.search-area-body {
	width: 100%;
	max-width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}

.search-area-body ul,
.search-area-body li {
	list-style: none;
}

.search-area-body ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.search-area-body li {
	display: block;
	width: 49%;
	text-decoration: none;
	background-color: #ffffff;
	font-size: 1.6rem;
	padding: 1rem;
	border: solid 1px #ffffff;
	margin-bottom: 20px;
}
.search-area-body li a:hover {
	box-sizing: border-box;
	color: var(--main-color);
	background-image: linear-gradient(-45deg, #fff 25%, rgba(255, 0, 31, 0.1) 25%, rgba(255, 0, 31, 0.1) 50%, #fff 50%, #fff 75%, rgba(255, 0, 31, 0.1) 75%, rgba(255, 0, 31, 0.1));
	background-size: 5px 5px;
	border: solid 1px var(--main-color);
}

.search-area-body li a i.fa-map-marker-alt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 10%;
	height: 60px;
	float: left;
	color: var(--main-color);
	font-size: 3rem;
}

.search-area-body li a span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 80%;
	height: 60px;
	float: left;
}

.search-area-body li a i.fa-chevron-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 10%;
	height: 60px;
	float: left;
	text-align: right;
	color: var(--main-color);
}

.category-text {
	padding: 0.5em 0;
}



/* ---------- 学生の方へ お部屋探しQ&A ---------- */

#gakusei .qanda-box {
	width: 100%;
	height: auto;
	margin-top: 40px;
	background-color: rgba(4, 131, 255, 0.04);
	padding-top: 10px;
}

#gakusei .qanda-list {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 40px auto;
}

#gakusei .qanda-item {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 4rem;
	background-color: #ffffff;
}

#gakusei .qanda-item dt {
	display: block;
	width: 100%;
	height: auto;
	font-size: 1.8rem;
	font-weight: bolod;
	color: #ffffff;
	background-color: #003F8E;
	padding: 1.5rem 2rem;
}

#gakusei .qanda-item dt span {
	display: inline-block;
	width: 3%;
	height: auto;
	padding: 0.5rem 0;
	color: #003F8E;
	background-color: #ffffff;
	border-radius: 5px;
	margin-right: 1rem;
	text-align: center;
}

#gakusei .qanda-item dd {
	display: none;
	width;
	100%;
	height: auto;
	overflow: hidden;
	padding: 3rem 2rem;
}

#gakusei .qanda-item dd span.mark {
	display: block;
	width: 3%;
	height: auto;
	padding: 0.5rem 0;
	font-size: 1.8rem;
	font-weight: bolod;
	color: #ffffff;
	background-color: var(--main-color);
	border-radius: 5px;
	text-align: center;
	float: left;
}

#gakusei .qanda-item dd span.answer {
	display: block;
	width: 97%;
	height: auto;
	padding: 1rem 0 1rem 1rem;
	float: left;
}

#gakusei .qanda-item ul,
#gakusei .qanda-item li {
	list-style: none;
}

#gakusei .qanda-item ul {
	margin: 2rem 3rem;
}

/* ---------- 店舗紹介 ---------- */

#content .shop-info {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* ---------- 徳島大学生のお部屋探し ---------- */

#tokudai #main {
	width: 100%;
	background-image: url(images/tokudai_back.png);
}

#tokudai #main #content {
	display: block;
	width: 1200px;
	height: auto;
	margin: 0 auto;
	float: none;
	background: #ffffff;
	margin-top: 60px;
}

#tokudai .top-text {
	padding: 0 2rem;
	margin-bottom: 60px;
}


/* ---------- 徳島大学生のお部屋探し情報！ ---------- */

.tokudai #main {
	margin-top: 0;
}

#gakusei.tokudai #content.content-top {
	margin-top: 0;
}

.tokudai .top-title {
	width: 100%;
	heigt: auto;
	overflow: hidden;
}

.tokudai .top-title-box,
.shikoku .top-title-box {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #367CDA;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	margin: 0;
}

.tokudai .top-title-box.mobile,
.shikoku .top-title-box.mobile {
	display: none;
}

.tokudai .top-title-box h2,
.shikoku .top-title-box h2 {
	font-size: 2.8rem;
	margin: 0;
	font-weight: bold;
	color: var(--main-color);
}

.tokudai .top-image-box {
	width: 100%;
	height: 450px;
	background-image: url("images/tokudai_top.png");
	background-size: cover;
	background-position: center center;
}

.tokudai .top-image-box .top-image-text {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 300px;
	font-size: 4rem;
	font-weight: bold;
	color: #ffffff;
	text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px, rgba(0, 0, 0, 0.3) -2px 2px 4px;
	text-align: center;
}

.tokudai .top-subtitle-box {
	width: 100%;
	height: 70px;
	line-height: 70px;
	background-color: #367CDA;
	color: #ffffff;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
}

#gakusei.tokudai #content {
	float: none;
}

.tokudai #content .content-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 4rem;
}

.tokudai #content .content-title-box h3,
.shikoku #content .content-title-box h3,
.bunri #content .content-title-box h3 {
	font-size: 3rem;
	width: 100%;
	text-align: center;
	margin: 4rem auto;
}

.tokudai #content .content-box a {
	text-decoration: none;
}

.tokudai #content .content-box .text-box,
.shikoku #content .content-box .text-box,
.bunri #content .content-box .text-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 4rem;
}

.tokudai #content .content-box .image-box,
.shikoku #content .content-box .image-box,
.bunri #content .content-box .image-box {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 4rem auto;
}

#content .content-box .button-box img {
	width: 100%;
	margin: 0 auto;
}
#content .content-box .button-box p {
	color: #444;
}

.tokudai .content01 .content-box .image-box img,
.shikoku .content01 .content-box .image-box img,
.bunri .content01 .content-box .image-box img {
	width: 120px;
	height: auto;
}

.tokudai #content,
.shikoku #content {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.tokudai #content .button-box a,
.shikoku #content .button-box a,
.bunri #content .button-box a {
	display: block;
	width: auto;
	width: 50%;
	height: auto;
	margin: 4rem auto;
	padding: 2rem 4rem;
	font-size: 2.4rem;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border-radius: 0.5rem;
	text-align: center;
}

.tokudai #content .button-box a i,
.shikoku #content .button-box a i {
	margin-left: 2rem;
}

/* .tokudai #content.content01 .button-box a {
	background-color: #367CDA;
} */

.tokudai #content.content02 {
	background-color: rgba(54, 124, 218, 0.1);
}

.tokudai .content02 .image-box {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 4rem;
}

.tokudai #content.content02 .content-box .image-box img {
	width: 240px;
	height: auto;
	padding: 0 2%;
}

.tokudai #content.content02 .button-box a {
	background-color: #367CDA;
}

.tokudai #content.content03 .image-box {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 4rem;
}

.tokudai #content.content03 .image-box img {
	width: 240px;
	height: auto;
	padding: 0 2%;
}

.tokudai #content.content03 .button-box a {
	background-color: #367CDA;
}

.tokudai #content.content04 {
	background-color: rgba(54, 124, 218, 0.1);
}

.tokudai #content.content04 .map-box {
	width: 100%;
	height: auto;
	margin-top: 4rem;
}

.tokudai #content.content04 .map-box iframe {
	width: 1200px;
	height: 600px;
}

.tokudai #content.content04 .map-box img {
	width: 100%;
	height: auto;
}

.tokudai .content05 .button-box a {
	background-color: #367CDA;
}

.tokudai .content06 {
	background-color: rgba(54, 124, 218, 0.1);
}

.tokudai .content06 .link-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 2rem;
}

.tokudai .content06 .link-box ul,
.tokudai .content06 .link-box li {
	list-style: none;
}

.tokudai .content06 .link-box li a {
	display: flex;
	align-items: center;
	width: 23%;
	margin: 2rem 1%;
	height: 10rem;
	float: left;
	padding: 1rem;
	padding-left: 9%;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left 5% center;
	background-size: 26% auto;
	border-bottom: dotted 4px #0c51b7;
}

.tokudai .content06 .link-box li.link01 a {
	background-image: url(images/icon_tokudai_system.png);
}

.tokudai .content06 .link-box li.link02 a {
	background-image: url(images/icon_tokudai_support.png);
}

.tokudai .content06 .link-box li.link03 a {
	background-image: url(images/icon_tokudai_schedule.png);
}

.tokudai .content06 .link-box li.link04 a {
	background-image: url(images/icon_tokudai_yoyaku.png);
	background-size: 20% auto;
	background-position: left 10% center;
}

.tokudai .content06 li.link05 a {
	background-image: url(images/icon_tokudai_room.png);
}

.tokudai .content06 .link-box li.link06 a {
	background-image: url(images/icon_tokudai_taiken.png);
}

.tokudai .content06 .link-box li.link07 a {
	background-image: url(images/icon_tokudai_parents.png);
}

.tokudai .content06 .link-box li.link08 a {
	background-image: url(images/icon_tokudai_circle.png);
}

.tokudai .content07 .button-box .button-area,
.shikoku .content07 .button-box .button-area,
.bunri .content07 .button-box .button-area {
	width: 60%;
	height: auto;
	margin-top: 2rem;
	float: left;
}

.tokudai #content.content07 .button-box .button-area a,
.shikoku #content.content07 .button-box .button-area a,
.bunri #content.content07 .button-box .button-area a {
	width: 80%;
}

.tokudai .content07 .button-box .button-01 a,
.shikoku .content07 .button-box .button-01 a,
.bunri .content07 .button-box .button-01 a {
	background-color: #367CDA;
}

.tokudai .content07 .button-box .button-02 a,
.shikoku .content07 .button-box .button-02 a,
.bunri .content07 .button-box .button-02 a {
	background-color: #ac2455;
}

.tokudai .content07 .button-box .button-03 a,
.shikoku .content07 .button-box .button-03 a,
.bunri .content07 .button-box .button-03 a {
	background-color: #56a764;
}

.tokudai .content07 .button-box .button-04 a,
.shikoku .content07 .button-box .button-04 a,
.bunri .content07 .button-box .button-04 a {
	background-color: #9b0034;
}

.tokudai .content07 .button-box .comment-box,
.shikoku .content07 .button-box .comment-box,
.bunri .content07 .button-box .comment-box {
	width: 40%;
	height: 0;
	margin-top: 10%;
	overflow: hidden;
	float: left;
	padding-top: 28%;
	background-image: url(images/pinpointed.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
}

.tokudai .content08 {
	background-color: rgba(54, 124, 218, 0.1);
}

.tokudai .content08 .button-box ul,
.tokudai .content08 .button-box li,
.shikoku .content08 .button-box ul,
.shikoku .content08 .button-box li,
.bunri .content08 .button-box ul,
.bunri .content08 .button-box li {
	list-style: none;
}

.tokudai #content.content08 .button-box li,
.shikoku #content.content08 .button-box li,
.bunri #content.content08 .button-box li {
	display: block;
	width: 378px;
	height: auto;
	padding: 1rem;
	background-color: #ffffff;
	margin-right: 33px;
	margin-bottom: 2rem;
	float: left;
}

.tokudai #content.content08 .button-box li a,
.shikoku #content.content08 .button-box li a,
.bunri #content.content08 .button-box li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 120px;
	text-decoration: none;
	padding: 1rem;
	padding-left: 1rem;
	padding-left: 140px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 120px auto;
	margin: 0;
	font-size: 1.6rem;
	color: #444444;
	font-weight: normal;
	border-radius: 0;
}

.tokudai #content.content08 .button-box li.link03,
.shikoku #content.content08 .button-box li.link03,
.bunri #content.content08 .button-box li.link03 {
	margin-right: 0;
}

.tokudai #content.content08 .button-box li.link01 a,
.shikoku #content.content08 .button-box li.link01 a,
.bunri #content.content08 .button-box li.link01 a {
	background-image: url("../images/school-info.jpg");
}

.tokudai #content.content08 .button-box li.link02 a,
.shikoku #content.content08 .button-box li.link02 a,
.bunri #content.content08 .button-box li.link02 a {
	background-image: url("../images/tokushima-info.jpg");
}

.tokudai #content.content08 .button-box li.link03 a,
.shikoku #content.content08 .button-box li.link03 a,
.bunri #content.content08 .button-box li.link03 a {
	background-image: url("../images/tintai-word-info.jpg");
	margin-right: 0;
}

#gakusei #content.content09 .text-box {
	margin-bottom: 0;
}

#gakusei .content09 .button-box ul,
#gakusei .content09 .button-box li {
	list-style: none;
}

#gakusei .content09 .button-list-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 2rem;
}

#gakusei .content09 .button-box li {
	display: flex;
	align-items: center;
	width: 18.5%;
	margin-left: 1.87%;
}

#gakusei .content09 .button-box li:first-child {
	margin-left: 0;
}

#gakusei .content09 .button-box li a {
	display: block;
	width: 100%;
	padding: 0;
	border: solid 1px #aaa;
	border-radius: 0;
	text-decoration: none;
	margin: 0 auto;
}

#gakusei .content09 .button-box li .image-box {
	margin: 0 auto;
}

#gakusei .content09 .button-box li .image-box img {
	width: 100%;
	height: auto;
}

#gakusei .content09 .button-box li .text-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 60px;
	padding: 1rem;
	margin-bottom: 0;
	color: #444444;
	font-size: 1.6rem;
	font-weight: normal;
}

.tokudai #gakusei .content10 {
	background-color: #EBF2FB;
}
.bunri #gakusei .content10 {
	background-color: #FDF2F8;
}
.shikoku #gakusei .content10 {
	background-color: #F4F9E5;
}

.tokudai #content .group_box {
	background-color: #EBF2FB;
}
.bunri #content .group_box {
	background-color: #FDF2F8;
}
.shikoku #content .group_box {
	background-color: #F4F9E5;
}

.tokudai #content .group_list,
.bunri #content .group_list,
.shikoku #content .group_list {
	margin-top: -4rem;
}


#gakusei .content10 .button-box ul,
#gakusei .content10 .button-box li {
	list-style: none;
}

#gakusei .content10 .button-box li a {
	display: block;
	width: 378px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin: 1.5rem auto;
	margin-right: 33px;
	text-decoration: none;
	text-align: center;
	font-size: 1.7rem;
	background-repeat: no-repeat;
	background-position: center 10px;
	padding-top: 115px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 0;
}

#content .button-box li.last a {
	margin-right: 0;
}

#gakusei .content10 .button-box li.monthly a {
	background-color: #ff9c37;
	background-image: url("../images/monthly_icon.png");
	background-size: 90px auto;
}

#gakusei .content10 .button-box li.tenant a {
	background-color: #00beff;
	background-image: url("../images/tenant_icon.png");
	background-size: 90px auto;
}

#gakusei .content10 .button-box li.baibai a {
	background-color: #008ccf;
	background-image: url("../images/sumitasu_icon.png");
	background-size: 90px auto;
}

#gakusei .content10 .button-box li.souzoku a {
	background-color: #27a6b2;
	background-image: url("../images/souzoku_icon.png");
	background-size: 90px auto;
}

#gakusei .content10 .button-box li.cralier a {
	background-color: #812600;
	background-image: url("../images/cralier_icon.png");
	background-size: 90px auto;
}

#gakusei .content10 .button-box li.akiya a {
	background-color: #0064ff;
	background-image: url("../images/akiya_icon.png");
	background-size: 90px auto;
}

#gakusei #footer {
	margin-top: 0;
}

/* ---------- 徳島文理大学生のお部屋探し情報！ ---------- */

.bunri #main {
	margin-top: 0;
}

.bunri #main #content a {
	text-decoration: none;
}

#gakusei.bunri #content.content-top {
	margin-top: 0;
}

.bunri .top-title {
	width: 100%;
	heigt: auto;
	overflow: hidden;
}

.bunri .top-title-box {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #ffffff;
	color: var(--main-color);
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	margin: 0;
}

.bunri .top-title-box.mobile {
	display: none;
}

.bunri .top-title-box h2 {
	font-size: 3rem;
	font-weight: bold;
	margin: 0;
}

.bunri .top-image-box {
	width: 100%;
	height: 450px;
	background: url(images/bunri_top.jpg) center center no-repeat;
	background-size: cover;
}

.bunri .top-image-box .top-image-text {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 300px;
	font-size: 4rem;
	font-weight: bold;
	color: #ffffff;
	text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px, rgba(0, 0, 0, 0.3) -2px 2px 4px;
	text-align: center;
}

.bunri .top-image-box .top-image-text {
	padding-top: 320px;
}

.bunri .top-subtitle-box {
	width: 100%;
	height: 70px;
	line-height: 70px;
	background-color: #e0007b;
	color: #ffffff;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
}

.bunri #content .content-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 4rem;
}

/* .bunri #content.content01 .button-box a {
	background-color: #e0007b;
} */

.bunri #content.content02 {
	background-color: rgba(224, 0, 123, 0.05);
}

.bunri #content.content02 .content-box .text-area {
	width: 50%;
	height: auto;
	float: left;
	padding-top: 6rem;
}

.bunri .content02 .book-box {
	width: 50%;
	height: auto;
	float: left;
	text-align: center;
}

.bunri .content02 .book-box img {
	width: 35%;
	height: : auto;
	padding: 0 2%;
}

.bunri #content.content02 .button-box a {
	background-color: #E0007B;
}

.bunri #content .button-box a i {
	margin-left: 2rem;
}

.bunri #content.content03 .image-box {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 4rem;
}

.bunri #content.content03 .image-box img {
	width: 240px;
	height: auto;
	padding: 0 2%;
}

.bunri #content.content04 .text-box {
	width: 100%;
	height: auto;
	float: none;
	padding: 0;
}

.bunri #content.content04 {
	background-color: rgba(224, 0, 123, 0.05);
}

.bunri #content.content04 .map-box {
	width: 100%;
	height: auto;
	margin-top: 4rem;
}

.bunri #content.content04 .map-box iframe {
	width: 1200px;
	height: 600px;
}

.bunri .content05 .button-box a {
	background-color: #E0007B;
}

.bunri #content.content08 {
	background-color: rgba(224, 0, 123, 0.05);
}

.bunri #content.content10 {
	background-color: rgba(224, 0, 123, 0.05);
}

/* ---------- 四国大学生のお部屋探し情報！ ---------- */

.shikoku #main {
	margin-top: 0;
}

.shikoku #main #content a {
	text-decoration: none;
}

#gakusei.shikoku #content.content-top {
	margin-top: 0;
}

.shikoku .top-title {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.shikoku .top-title-box {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #367CDA;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	margin: 0;
}

.shikoku .top-title-box .mobile {
	display: none;
}

.shikoku .top-image-box {
	width: 100%;
	height: 450px;
	background-image: url("images/shikoku_top.jpg");
	background-size: cover;
	background-position: center center;
}

.shikoku .top-image-box .top-image-text {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 300px;
	font-size: 4rem;
	font-weight: bold;
	color: #ffffff;
	text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px, rgba(0, 0, 0, 0.3) -2px 2px 4px;
	text-align: center;
}

.tokudai .top-image-box .top-image-text {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 300px;
	font-size: 4rem;
	font-weight: bold;
	color: #ffffff;
	text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px, rgba(0, 0, 0, 0.3) -2px 2px 4px;
	text-align: center;
}

.shikoku .top-subtitle-box {
	width: 100%;
	height: 70px;
	line-height: 70px;
	background-color: #96c200;
	color: #ffffff;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
}

.shikoku #content .content-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 4rem;
}

/* .shikoku #content.content01 .button-box a {
	background-color: #96c200;
} */

.shikoku #content.content02 {
	background-color: rgba(150, 194, 0, 0.1);
}

.shikoku #content.content02 .content-box .text-area {
	width: 50%;
	height: auto;
	float: left;
	padding-top: 6rem;
}

.shikoku .content02 .book-box {
	width: 50%;
	height: auto;
	float: left;
	text-align: center;
}

.shikoku .content02 .book-box img {
	width: 35%;
	height: : auto;
	padding: 0 2%;
}

.shikoku #content.content02 .button-box a {
	background-color: #96c200;
}

.shikoku .content03 .text-box h3 {
	font-size: 2.8rem;
	color: #a93f90;
	margin-bottom: 3rem;
}

.shikoku .content03 .text-box .shop-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 2.2rem;
	margin: 1.5rem 0;
}

.shikoku .content03 .text-box .shop-list dt {
	display: block;
	width: 40%;
	height: auto;
	float: left;
	font-weight: bold;
}

.shikoku .content03 .text-box .shop01 dt {
	color: var(--main-color);
}

.shikoku .content03 .text-box .shop02 dt {
	color: #005bab;
}

.shikoku .content03 .text-box .shop03 dt {
	color: #00a63c;
}

.shikoku .content03 .text-box .shop-list dd {
	display: block;
	width: 60%;
	height: auto;
	float: left;
}

.shikoku #content.content04 .text-box {
	width: 100%;
	height: auto;
	float: none;
	padding: 0;
}

.shikoku #content.content04 .text-box h3 {
	width: 100%;
	height: auto;
	font-size: 3rem;
	padding: 0.5rem 1rem;
	color: #ffffff;
	background-color: var(--main-color);
}

.shikoku #content.content04 .button-box a {
	background-color: #96c200;
}

.shikoku #content.content04 .content-box01,
.shikoku #content.content04 .content-box02 {
	border-bottom: none;
}

.shikoku #content.content04 .map-box {
	width: 100%;
	height: auto;
	margin-top: 4rem;
}

.shikoku #content.content04 .map-box iframe {
	width: 1200px;
	height: 600px;
}

.shikoku #content.content04 .content-box02 .text-box h3 {
	background-color: #005bab;
	margin-top: 2rem;
}

.shikoku #content.content04 .content-box03 .text-box h3 {
	background-color: #00a63c;
	margin-top: 2rem;
}

.shikoku #content.content04 .content-box04 .text-box h3 {
	background-color: #ff5e00;
	margin-top: 2rem;
}

.shikoku #content.content05 .button-box a {
	background-color: #96c200;
}

.shikoku #content.content08 {
	background-color: rgba(150, 194, 0, 0.1);
}

.shikoku #content.content10 {
	background-color: rgba(150, 194, 0, 0.1);
}

/* ---------- 学生のみなさまへ - 穴吹カレッジ ---------- */

#anabuki #main {
	width: 100%;
}

#anabuki #content {
	float: none;
}

#anabuki .top-image-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 350px;
	background-image: url("images/anabuki_top.png");
	background-size: cover;
	background-position: center top;
	margin-top: 2rem;
}

#anabuki .top-image-box h2 {
	width: 100%;
	height: 0;
	overflow: hidden;
}

#anabuki .room-list-box .bukken-box .corner-box span {
	top: 18%;
	right: 4%;
	font-size: 1.6rem;
}

/* ---------- 穴吹カレッジ向け別物件一覧 ---------- */

.property-box {
	width: 1200px;
	margin: 4rem auto;
}

.property-box .sort-box {
	width: 98%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 4rem;
	font-size: 1.4rem;
}

.property-box .sort-box .order-type {
	width: 22%;
	height: auto;
	padding: 0 0.5rem;
	float: left;
}

.property-box .sort-box .list-order {
	width: 12%;
}

.property-box .sort-box .list-order span {
	display: block;
	width: 100%;
	height: auto;
	padding: 0.5rem;
	text-align: center;
	background-color: #e1f2fb;
}

.property-box .sort-box .order-type a {
	display: block;
	width: 100%;
	height: auto;
	padding: 0.5rem;
	background-color: rgba(229, 0, 27, 0.1);
	text-decoration: none;
	text-align: center;
}

.property-box .sort-box .order-type a:hover {
	color: rgba(229, 0, 27, 1.0);
}

.property-box .sort-box .current a {
	background-color: rgba(229, 0, 27, 1.0);
	color: #ffffff;
}


.room-list-box {
	width: 900px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 0px;
	float: right;
	margin-bottom: 4rem;
}

.condition-box {
	width: 300px;
	height: auto;
	overflow: hidden;
	float: right;
	margin: 0 auto;
	padding-right: 1.15%;
}

.condition-box .menu__item__link {
	display: none;
}

.room-list-box .pager {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 1.15%;
	padding-bottom: 0.5rem;
	text-align: center;
	margin-top: 4rem;
}

.room-list-box .pager .page-no {
	margin-top: 1rem;
}

.room-list-box .pager span,
.room-list-box .pager a {
	padding: 0.3rem 0.8rem;
	color: #666666;
	border: 1px solid #666666;
}

.room-list-box .room-list-content {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.room-list-box .bukken-box {
	float: left;
	width: 31%;
	height: 470px;
	overflow: hidden;
	border: 1px solid #acacac;
	margin: 0 1.15% 2.3%;
	position: relative;
}

.room-list-box .bukken-box a {
	text-decoration: none;
	color: #666666;
}

.room-list-box .bukken-box .photo-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 184px;
	overflow: hidden;
}

.room-list-box .photo-box img {
	width: 100%;
	height: auto;
}

.room-list-box .bukken-box .name-box {
	width: 100%;
	height: auto;
	padding: 2rem;
}

.room-list-box .bukken-box .name-box h3 {
	font-size: 1.6rem;
	color: #333333;
}

.room-list-box .bukken-box .title-box {
	width: 100%;
	height: auto;
	padding: 0 2rem;
	padding-bottom: 1rem;
	font-size: 1.4rem;
}

.room-list-box .bukken-box .detail-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 2rem;
	padding-bottom: 1rem;
	font-size: 1.4rem;
}

.room-list-box .bukken-box .detail-box dt {
	display: block;
	width: 40%;
	height: auto;
	float: left;
}

.room-list-box .bukken-box .detail-box dd {
	display: block;
	width: 60%;
	height: auto;
	float: left;
}

.room-list-box .bukken-box .detail-box .rent-box {
	display: table;
	width: 100%;
	height: auto;
	color: #333;
	margin-bottom: 1rem;
}

.room-list-box .bukken-box .detail-box .rent-box dt {
	float: none;
	display: table-cell;
	width: 40%;
	height: 3rem;
	vertical-align: bottom;
}


.room-list-box .bukken-box .detail-box .rent-box dd {
	float: none;
	display: table-cell;
	width: 60%;
	height: 3rem;
	font-size: 1.6rem;
	font-weight: bold;
	vertical-align: bottom;
}

.room-list-box .bukken-box .corner-box {
	position: absolute;
	right: 0;
	top: 0;
	width: 12rem;
	height: 12rem;
	padding: 0.5rem;
	text-align: center;
	color: #ffffff;
	line-height: 1.2;
	z-index: 1;
	transform-origin: right top;
	transform: scale(0.7);
}

.room-list-box .bukken-box .corner-box::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12rem 12rem 0;
	border-color: transparent #11a73b transparent transparent;
	position: absolute;
	left: 0;
	top: 0;
}

.room-list-box .bukken-box .corner-box span {
	position: absolute;
	top: 5%;
	right: 10%;
	transform: rotate(45deg);
	font-size: 2.4rem;
}

.room-list-box .bukken-box .status-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 8rem;
	height: auto;
	padding: 0.3rem;
	text-align: center;
	color: #ffffff;
	background-color: var(--main-color);
}

.room-list-box .bukken-box .new-box {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	width: 100%;
	height: auto;
	padding: 1rem;
	text-align: right;
	color: var(--main-color);
	font-weight: bold;
	font-style: italic;
}

.room-list-box .bukken-box .new-box img {
	width: 50px;
	height: auto;
}

.room-list-box .bukken-box .detail-button-box {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	text-align: center;
	padding: 1rem 3rem;
	margin: 0 auto;
	margin-top: 0;
	color: #005bac;
}

.widget.l-space {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 2rem;
}

.widget.l-space .widget__title h3 {
	width: 100%;
	height: auto;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 1rem;
	text-align: center;
	background-color: #e1f2fb;
}

.widget.l-space div {
	margin-bottom: 0.5rem;
}

.widget.l-space dt {
	width: 100%;
	height: auto;
	color: #5bb8e9;
	padding: 0.5rem;
	margin-bottom: 1rem;
	border-bottom: solid 1px #5bb8e9;
}

.widget.l-space input {
	margin: 0.5rem 0;
	margin-right: 0.5rem;
}

.widget.l-space .text-base .select-group {
	width: 100%;
	height: auto;
	text-align: center;
}

.widget.l-space .text-base select {
	width: 40%;
	height: auto;
	padding: 0.5rem;
}

.widget.l-space .operations button {
	display: block;
	width: max-content;
	padding: 1rem 2rem;
	font-size: 1.6rem;
	margin: 0 auto;
	margin-top: 2rem;
	background-color: #005bac;
	color: #ffffff;
}

/* ---------- PC用　ここまで ---------- */



/* ---------- 画面サイズが767px以下の場合読み込む---------- */

@media only screen and (max-width: 768px) {

	/* ---------- 学生のみなさまへ - ドロップダウンメニュー ---------- */

	#tab.top-navi {
		position: relative;
		width: 100%;
		color: #fff;
		/* アコーディオン タブ文字色 */
		overflow: hidden;
		margin-top: 2rem;
	}

	#tab.top-navi input {
		position: absolute;
		opacity: 0;
		z-index: -1;
	}

	#tab.top-navi input[type=checkbox]:checked+label::after {
		content: '-';
	}

	#tab.top-navi .menu {
		position: absolute;
		top: 0;
		right: 70px;
		width: auto;
		width: max-content;
		height: 60px;
		line-height: 60px;
		font-size: 1.6rem;
		font-weight: bold;
	}

	.breadcrumb {
		display: block;
		width: 94%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}

	#main {
		width: 100%;
	}

	.top-title {
		width: 100%;
	}

	.top-title-box {
		margin: 0;
	}

	.top-title-box span.en {
		color: #666666;
	}

	.top-title-box h2,
	.top-title-box span.jp {
		font-weight: bold;
	}

	.top-navi {
		width: 100%;
		margin-top: 2rem;
	}

	.top-navi ul.navi {
		display: block;
	}
	/* ---------- 学生のみなさまへ TOP ---------- */

	.top-text {
		width: 94%;
		margin: 0 auto;
		margin-top: 2rem;
	}

	#gakusei #content .content-title h2 {
		color: var(--main-color);
		padding: 0;
		padding-bottom: 1rem;
	}

	#gakusei .gakusei-box {
		margin-top: 2rem;
	}

	#gakusei .area-map {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}

	#gakusei .area-map img {
		margin-left: -24%;
		width: 200%;
		height: auto;
	}

	#gakusei .area-map a.daigaku-link {
		position: absolute;
		display: block;
		width: 15rem;
		height: 0;
		padding-top: 15rem;
		overflow: hidden;
		border-radius: 7.5rem;
	}

	#gakusei .area-map a.anabuki-link {
		left: 50%;
		top: 34%;
	}

	#gakusei .area-map a.jyousanjima-link {
		left: 59%;
		top: 21%;
	}

	#gakusei .area-map a.kuramoto-link {
		left: 4%;
		top: 31%;
	}

	#gakusei .area-map a.shikoku-link {
		left: 46%;
		top: -20%;
	}

	#gakusei .area-map a.bunri-link {
		left: 48%;
		top: 68%;
	}

	#gakusei #anshin {
		margin-top: 0;
	}

	#gakusei .anshin-list {
		margin: 2rem auto;
	}

	#gakusei .anshin-list-box {
		width: 94%;
		margin-top: 2rem;
	}

	#gakusei .anshin-list-box p {
		width: 100%;
		padding: 0;
		text-align: justify;
	}

	#gakusei .anshin-list-box .list-item {
		padding-bottom: 80%;
		background-size: 100% auto;
		background-position: center bottom;
	}

	#gakusei .list-item dd {
		width: 100%;
		padding: 0;
	}

	#gakusei .qanda-box {
		margin-top: 0;
		margin-bottom: -4rem;
	}

	#gakusei .qanda-list {
		width: 94%;
		margin-top: 2rem;
	}

	#gakusei .qanda-item {
		margin-bottom: 2rem;
	}

	#gakusei .qanda-item dt span,
	#gakusei .qanda-item dd span.mark {
		width: 3.5rem;
	}

	#content .shop-info {
		width: 100%;
	}

	/* ---------- 徳島大学生のお部屋探し ---------- */

	.tokudai {
		box-sizing: border-box;
	}

	.tokudai .top-title-box.mobile {
		display: none;
	}

	.tokudai .top-title-box.mobile {
		display: block;
		height: auto;
		padding: 1rem;
	}

	.tokudai .top-title-box h2 {
		font-size: 1.9rem;
		line-height: 1.4;
	}

	.tokudai .top-image-box {
		height: 22rem;
		padding: 0;
		background-size: auto 120%;
		background-repeat: no-repeat;
		background-attachment: scroll;
		position: relative;
		background-position: center center;
	}

	.tokudai .top-image-box .top-image-text {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		font-size: 1.7rem;
		padding: 1rem;
		text-align: left;
	}

	.tokudai #content .content-box .image-box,
	.shikoku #content .content-box .image-box,
	.bunri #content .content-box .image-box {
		margin-bottom: 0;
	}

	.tokudai .top-subtitle-box {
		height: auto;
		line-height: inherit;
		font-size: 1.6rem;
		padding: 1rem;
		text-align: left;
	}

	.tokudai #content .content-box {
		width: 94%;
		position: relative;
		margin: 0 auto;
		padding: 0;
		padding-bottom: 2rem;
	}

	.tokudai #content .content-title-box h3 {
		font-size: 2.0rem;
		margin: 2rem auto;
	}

	#gakusei #content.content-last {
		margin-bottom: 2rem;
	}

	.tokudai #content .button-box a {
		width: 100%;
		padding: 1rem;
		margin: 2rem auto;
		font-size: 1.8rem;
	}

	.tokudai #content.content01 .content-box .text-box {
		width: 100%;
		padding: 0;
	}

	.tokudai #content .text-box h3 {
		font-size: 2.4rem;
		padding-left: 20%;
	}

	.tokudai #content.content02 .content-box .text-box {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-bottom: 2rem;
	}

	.tokudai #content.content02 .content-box .image-box img {
		width: 40%;
		height: auto;
		margin: 1rem;
	}

	.tokudai #content.content03 .content-box .image-box img {
		width: 40%;
		height: auto;
		margin: 1rem;
	}

	.tokudai #content.content04 .map-box {
		margin-top: 2rem;
	}

	.tokudai #content.content04 .map-box iframe {
		width: 100%;
		height: 40rem;
	}

	.tokudai #content.content05 .button-box a {
		margin: 4rem auto;
	}

	.tokudai .content06 .link-box {
		margin-top: 0;
	}

	.tokudai .content06 .link-box li a {
		width: 100%;
		margin: 0rem auto;
		margin-bottom: 2rem;
		float: none;
		padding-left: 30%;
		background-size: 18% auto;
	}

	.tokudai .content06 .link-box li.link04 a {
		background-size: 15% auto;
		background-position: left 8% center;
	}

	.tokudai #content.content07 .content-box .text-box {
		margin-bottom: 2rem;
	}

	.tokudai .content07 .button-box .button-area {
		width: 100%;
		margin-top: 0;
		float: none;
	}

	.tokudai #content.content07 .button-box .button-area a {
		width: 100%;
		margin: 4rem auto;
	}

	.tokudai .content07 .button-box .comment-box {
		width: 100%;
		float: none;
		padding-top: 50%;
		background-position: center center;
	}

	.tokudai #content.content08 .button-box li {
		width: 100%;
	}

	.tokudai #content.content08 .button-box li a {
		width: 100%;
		height: 90px;
		padding-left: 100px;
		background-size: 90px auto;
		border-radius: 0;
	}

	.tokudai #content.content09 .button-box {
		margin-top: 2rem;
	}

	#gakusei .content09 .button-list-flex {
		justify-content: space-between;
	}

	#gakusei .content09 .button-box li {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 48%;
		margin-left: 0;
		margin-bottom: 2rem;
	}

	#gakusei #content.content09 .button-box li.list-r a {
		margin-right: 0;
	}

	#gakusei .content09 .button-box li .image-box {
		height: auto;
	}

	#gakusei #content.content10 {
		margin-bottom: 0;
	}

	.tokudai #content.content10 .content-box .text-box {
		margin-bottom: 2rem;
	}

	#gakusei #content.content10 .button-box li a {
		width: 100%;
	}



	/* ----------徳島文理大学生のお部屋探し---------- */
	/* ----------ここから相原追加12月24日---------- */

	.bunri {
		box-sizing: border-box;
	}

	.bunri .top-title pc {
		display: none:
	}

	.bunri .top-title .mobile {
		display: block;
		height: auto;
		padding: 1rem;
	}

	.bunri .top-title-box h2 {
		font-size: 1.9rem;
		line-height: 1.4;
	}

	.bunri .top-image-box {
		height: 20rem;
		padding: 0;
		background: url(images/bunri_top_sp.jpg) center top 30% no-repeat;
		background-size: 100% auto;
		position: relative;
	}

	.bunri .top-image-box .top-image-text {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		font-size: 1.7rem;
		padding: 1rem;
		text-align: left;
	}

	.bunri .top-subtitle-box {
		height: auto;
		line-height: inherit;
		font-size: 1.6rem;
		padding: 1rem;
		text-align: left;
	}

	.bunri #content .content-box {
		width: 94%;
		position: relative;
		margin: 0 auto;
		padding: 0;
		padding-bottom: 2rem;
	}

	.bunri #content .content-title-box h3 {
		font-size: 2.0rem;
		margin: 2rem auto;
	}

	.bunri #content .button-box a {
		width: 100%;
		padding: 1rem;
		margin: 2rem auto;
		font-size: 1.8rem;
	}

	.bunri #content.content01 .content-box .text-box {
		width: 100%;
		padding: 0;
		float: none;
		background-image: none;
	}

	.bunri .content01 .content-box .text-box {
		padding-right: 14%;
		background-image: url(images/heyakari_chan.png);
		background-repeat: no-repeat;
		background-size: 120px auto;
		background-position: right 5% center;
	}

	.bunri .content01 .text-box span {
		display: block;
		width: 100%;
		height: auto;
		margin-top: 1rem;
		font-size: 2.4rem;
		font-weight: bold;
		color: #e11b2a;
	}

	.bunri #content .text-box h3 {
		font-size: 2.4rem;
		padding-left: 20%;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	.bunri #content.content02 .content-box .text-box {
		width: 100%;
		float: none;
		padding-left: 0;
	}

	.bunri #content.content02 .content-box .text-area {
		width: 100%;
		height: auto;
		float: none;
		padding-top: 0;
	}

	.bunri .content02 .book-box {
		width: 100%;
		height: auto;
		float: none;
		text-align: center;
		margin-top: 2rem;
	}

	.bunri .content02 .book-box img {
		width: 50%;
		height: auto;
		padding: 0;
	}

	.bunri #content.content03 .content-box .image-box img {
		width: 40%;
		height: auto;
		margin: 1rem;
	}

	.bunri #content.content03 .content-box .text-box {
		width: 100%;
		float: none;
		padding-left: 0;
	}

	.bunri .content03 .text-box span.text-en {
		font-size: 2.4rem;
	}

	.bunri .content03 .text-box .line-box .line-text-box {
		width: 100%;
		float: none;
	}

	.bunri .content03 .text-box .line-box .line-image-box {
		width: 100%;
		margin-top: 2rem;
	}

	.bunri .content03 .text-box .line-box .line-image-box img {
		width: 40%;
		margin: 0 4%;
	}

	.bunri #content.content04 .text-box h3 {
		font-size: 2.4rem;
	}

	.bunri #content.content04 .map-box {
		margin-top: 2rem;
	}

	.bunri #content.content04 .map-box iframe {
		width: 100%;
		height: 400px;
	}

	.bunri #content .content-box .text-box {
		width: 100%;
		float: none;
		padding-left: 0;
	}

	.bunri .content05 .text-box .buttom-area .buttom-box {
		width: 100%;
		float: none;
	}

	.bunri #content.content05 .button-box a {
		margin: 4rem auto;
	}

	.bunri .content07 .button-box .button-area {
		width: 100%;
		margin-top: 0;
		float: none;
	}

	.bunri #content.content07 .button-box .button-area a {
		width: 100%;
		margin: 4rem auto;
	}

	.bunri .content07 .button-box .comment-box {
		width: 100%;
		float: none;
		padding-top: 50%;
		background-position: center center;
	}

	.bunri #content.content07 .text-box h3,
	.bunri #content.content08 .text-box h3,
	.bunri #content.content10 .text-box h3 {
		margin-bottom: 10%;
	}

	.bunri .content06 .text-box .link-box li a {
		width: 100%;
		background-size: 15% auto;
		padding-left: 25%;
	}

	.bunri .content06 .text-box .link-box li.link04 a {
		background-size: 12% auto;
		background-position: left 2% center;
	}

	.bunri #content.content08 {
		background-color: rgba(224, 0, 123, 0.05);
	}

	.bunri #content.content08 .button-box li {
		width: 100%;
	}

	.bunri #content.content08 .button-box li a {
		width: 100%;
		height: 90px;
		padding-left: 100px;
		background-size: 90px auto;
		border-radius: 0;
	}

	/* ----------四国大学のお部屋探し---------- */

	.shikoku {
		box-sizing: border-box;
	}

	.shikoku .top-title .pc {
		display: none;
	}

	.shikoku .top-title .mobile {
		display: block;
		height: auto;
		padding: 1rem;
	}

	.shikoku .top-title-box h2 {
		font-size: 1.9rem;
		line-height: 1.4;
	}

	.shikoku .top-image-box pc {
		display: none;
	}

	.shikoku .top-image-box {
		height: 20rem;
		padding: 0;
		background: url(images/shikoku_top_sp.jpg) center top 30% no-repeat;
		background-size: 100% auto;
		position: relative;
	}

	.shikoku .top-image-box .top-image-text {
		width: 1200px;
		height: auto;
		margin: 0 auto;
		padding-top: 300px;
		font-size: 4rem;
		font-weight: bold;
		color: #ffffff;
		text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px, rgba(0, 0, 0, 0.3) -2px 2px 4px;
		text-align: center;
	}

	.shikoku .top-image-box .top-image-text {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		font-size: 1.7rem;
		padding: 1rem;
		text-align: left;
	}

	.shikoku .top-subtitle-box {
		height: auto;
		line-height: inherit;
		font-size: 1.6rem;
		padding: 1rem;
		text-align: left;
	}

	.shikoku #content .content-box {
		width: 94%;
		position: relative;
		margin: 0 auto;
		padding: 0;
		padding-bottom: 2rem;
	}

	.shikoku #content .content-box .icon-box {
		position: absolute;
		left: 0;
		top: 0;
		width: 20%;
		float: none;
	}

	.shikoku #content .content-title-box h3 {
		font-size: 2.0rem;
		margin: 2rem auto;
	}

	.shikoku #content.content01 .content-box .text-box {
		width: 100%;
		padding: 0;
		float: none;
		background-position: center bottom;
		background-size: auto 25%;
		margin-bottom: 2rem;
	}

	.shikoku #content .text-box h3 {
		font-size: 2.4rem;
		padding-left: 20%;
	}

	.shikoku #content .button-box a {
		width: 100%;
		padding: 1rem;
		margin: 2rem auto;
		font-size: 1.8rem;
	}

	.shikoku #content.content02 .content-box .text-box {
		width: 100%;
		float: none;
		padding-left: 0;
	}

	.shikoku #content.content02 .content-box .text-area {
		width: 100%;
		height: auto;
		float: none;
		padding-top: 0;
	}

	.shikoku .content02 .book-box {
		width: 100%;
		height: auto;
		float: none;
		text-align: center;
		margin-top: 2rem;
	}

	.shikoku .content02 .book-box img {
		width: 50%;
		height: auto;
		padding: 0;
	}

	.shikoku #content.content03 .content-box .text-box {
		width: 100%;
		float: none;
		padding-left: 0;
	}

	.shikoku .content03 .text-box span.text-en {
		font-size: 2.4rem;
	}

	.shikoku .content03 .text-box .line-box .line-text-box {
		width: 100%;
		float: none;
	}

	.shikoku .content03 .text-box .line-box .line-image-box {
		width: 100%;
		margin-top: 2rem;
	}

	.shikoku .content03 .text-box .line-box .line-image-box img {
		width: 40%;
		margin: 0 4%;
	}

	.shikoku #content.content04 .text-box h3 {
		font-size: 1.8rem;
	}

	.shikoku #content.content04 .map-box {
		margin-top: 2rem;
	}

	.shikoku #content.content04 .map-box iframe {
		width: 100%;
		height: 400px;
	}

	.shikoku #content .content-box .text-box {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-bottom: 2rem;
	}

	.shikoku .content05 .text-box .buttom-area .buttom-box {
		width: 100%;
		float: none;
	}

	.shikoku #content.content07 .text-box h3,
	.shikoku #content.content08 .text-box h3,
	.shikoku #content.content10 .text-box h3 {
		margin-bottom: 13%;
	}

	.shikoku .content06 .text-box .link-box li a {
		width: 100%;
		background-size: 15% auto;
		padding-left: 25%;
	}

	.shikoku .content06 .text-box .link-box li.link04 a {
		background-size: 12% auto;
		background-position: left 2% center;
	}

	.shikoku .content07 .text-box .link-box {
		width: 100%;
		float: none;
	}

	.shikoku .content07 .button-box .button-area {
		width: 100%;
		margin-top: 0;
		float: none;
	}

	.shikoku #content.content07 .button-box .button-area a {
		width: 100%;
		margin: 4rem auto;
	}

	.shikoku .content07 .button-box .comment-box {
		width: 100%;
		float: none;
		padding-top: 50%;
		background-position: center center;
	}

	.shikoku #content.content08 .button-box li {
		width: 100%;
	}

	.shikoku #content.content08 .button-box li a {
		width: 100%;
		height: 90px;
		padding-left: 100px;
		background-size: 90px auto;
		border-radius: 0;
	}

	/* ----------ここまで相原追加---------- */

	/* ---------- 穴吹カレッジ向け別物件一覧 ---------- */

	#anabuki .top-image-box {
		height: 14rem;
	}

	#anabuki .top-image-box h2 {
		font-size: 3.4rem;
	}

	#anabuki .content-box h3 {
		font-size: 2.4rem;
		margin: 2rem auto;
	}

	.property-box {
		width: 100%;
	}

	.property-box .condition-box.mobile {
		width: 94%;
		padding: 0;
		margin: 0 auto;
		margin-bottom: 2rem;
		float: none;
	}

	.property-box .menu__item {
		background: #0083f9;
		color: #fff;
		cursor: pointer;
		display: block;
		margin-bottom: 1px;
	}

	.property-box .menu__item__link {
		color: #fff;
		display: block;
		line-height: 60px;
		padding: 0 1rem;
		position: relative;
	}

	.property-box .condition-box .menu__item__link {
		display: block;
	}

	.property-box a.menu__item__link {
		color: #ffffff;
		text-decoration: none;
		font-size: 1.8rem;
	}

	.property-box .menu__item__link:after {
		background: #005bac;
		content: '+';
		display: block;
		line-height: 60px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 60px;
		font-size: 2.4rem;
		font-weight: bold;
	}

	.property-box .menu__item__link.on:after {
		content: '-';
	}

	.property-box .submenu {
		background: #fff;
		display: none;
	}

	.property-box .submenu__item {
		border-bottom: 1px solid #5200b7;
		color: #222;
		padding: 1rem;
	}

	.room-list-box {
		width: 94%;
		margin-bottom: 4rem;
		float: none;
	}

	.room-list-box .bukken-box {
		float: none;
		width: 100%;
		height: auto;
		margin: 0 0 2rem;
		padding-bottom: 6rem;
	}

	.room-list-box .bukken-box .new-box,
	.room-list-box .bukken-box .detail-button-box {
		font-size: 1.6rem;
	}

	.room-list-box .bukken-box .name-box h3 {
		font-size: 1.6rem !important;
		color: #333333;
	}

	.room-list-box .bukken-box .photo-box {
		height: auto;
		max-height: 24rem;
	}

	.room-list-box .pager {
		padding-bottom: 0.5rem;
		margin-top: 2rem;
	}

	.property-box .condition-box {
		width: 94%;
		float: none;
	}

	.property-box .sort-box {
		width: 100%;
		font-size: 1.6rem;
	}

	.property-box .sort-box details {
		width: 100%;
		height: auto;
	}

	.property-box .sort-box details summary {
		width: 100%;
		margin: 0;
		border: none;
		font-weight: normal;
		padding: 0;
	}

	.property-box .sort-box details summary:hover {
		border-radius: 0;
		background: none;
	}

	.property-box .sort-box .list-order {
		width: 100%;
	}

	.property-box .sort-box .list-order span {
		padding: 1.5rem;
	}

	.property-box details[open] summary {
		background: none;
	}

	.property-box .sort-box .order-type {
		padding: 0;
	}

	.property-box .sort-box ul,
	.property-box .sort-box li {
		list-style: none;
		display: block;
	}

	.property-box .sort-box li.order-type {
		width: 100%;
	}

	.property-box .sort-box .order-type a {
		padding: 1.5rem;
	}

	/* ---------- スマホ用ここまで ---------- */

}

@media screen and (max-width:600px) {

	.shikoku .top-image-box {
		background: url(images/shikoku_top_sp.jpg) center center no-repeat;
		background-size: 100% auto;
	}

	.bunri .top-image-box {
		background: url(images/bunri_top_sp.jpg) center center no-repeat;
		background-size: 100% auto;
	}

}