@charset "UTF-8";
/* ===========================================
 * 子育て世帯＆若者夫婦世帯対象空き室情報お届けサービス
 * ======================================== */
/* ---------------------------------------------
*   section / layout
--------------------------------------------- */
/* akishitsu_container */
.akishitsu_container {
	padding-top: 5.333vw;
}

/* sec_news */
.akishitsu_container .sec_news {
	margin-top: 17.6vw;
	padding: 0 2.667vw;
}
.akishitsu_container .sec_news .sec_news_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0 2.667vw;
	font-size: 6.4vw;
	font-weight: bold;
	line-height: 1;
}
.akishitsu_container .sec_news .sec_news_header::before {
	content: "";
	display: inline-block;
	width: 14.933vw;
	height: 13.333vw;
	background-image: url("../img/icon_title_news.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.akishitsu_container .sec_news .sec_news_body {
	margin-top: 30px;
}
.akishitsu_container .sec_news .sec_news_body::before {
	content: "";
	display: block;
	width: 100%;
	height: 1.067vw;
	border-radius: 0.533vw;
	background-image: -webkit-gradient(linear, left top, right top, from(#7a0042), color-stop(50%, #7a0042), color-stop(50%, #00356a), to(#00356a));
	background-image: linear-gradient(to right, #7a0042 0%, #7a0042 50%, #00356a 50%, #00356a 100%);
}
.akishitsu_container .sec_news .sec_news_body::after {
	content: "";
	display: block;
	width: 100%;
	height: 1.067vw;
	border-radius: 0.533vw;
	background-image: -webkit-gradient(linear, left top, right top, from(#7a0042), color-stop(50%, #7a0042), color-stop(50%, #00356a), to(#00356a));
	background-image: linear-gradient(to right, #7a0042 0%, #7a0042 50%, #00356a 50%, #00356a 100%);
}

/* sec_normal */
.akishitsu_container .sec_normal {
	margin-top: 23.467vw;
	padding: 0 2.667vw;
}
.akishitsu_container .sec_normal .sec_normal_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 2.667vw;
	font-size: 6.4vw;
	font-weight: bold;
	line-height: 1;
}
.akishitsu_container .sec_normal .sec_normal_header::before {
	content: "";
	display: inline-block;
	width: 25.6vw;
	height: 7.467vw;
	background-image: url("../img/icon_title_normal.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.akishitsu_container .sec_normal .sec_normal_body {
	margin-top: 14.667vw;
}
.akishitsu_container .sec_normal.sec_normal--nomargin {
	padding: 0;
}

/* ---------------------------------------------
*   module
--------------------------------------------- */
/* hero */
.akishitsu_container .hero .hero_header {
	text-align: center;
}
.akishitsu_container .hero .hero_subtitle {
	color: #614b4a;
	font-size: 4.8vw;
	font-weight: bold;
}
.akishitsu_container .hero .hero_subtitle > sub {
	margin: 0 0.533vw;
	font-size: 2.667vw;
	vertical-align: baseline;
}
.akishitsu_container .hero .heromaintitle {
	display: block;
	color: #00356a;
	font-size: 7.467vw;
	font-weight: bold;
}
.akishitsu_container .hero .heromaintitle > strong {
	color: #7b1451;
}
.akishitsu_container .hero .hero_body {
	margin-top: 5.333vw;
}
.akishitsu_container .hero .hero_mv {
	background-image: url("../img/bg_mv.png");
	background-repeat: no-repeat;
	background-size: 181.867vw 29.333vw;
	background-position: bottom center;
	text-align: center;
}
.akishitsu_container .hero .hero_mv > img {
	width: 91.467vw;
	height: 76.8vw;
}
.akishitsu_container .hero .hero_note {
	margin-top: 8vw;
	padding: 0 2.667vw;
}
.akishitsu_container .hero .hero_note > li {
	padding-left: 2em;
	text-indent: -2em;
	font-size: 3.2vw;
	line-height: 1.75;
	letter-spacing: 0.03em;
}
.akishitsu_container .hero .hero_anchorlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 2.667vw;
	margin-top: 8vw;
	padding: 0 2.667vw;
}
.akishitsu_container .hero .hero_anchorlist > li {
	width: calc((100% - 2.667vw) / 2);
}
.akishitsu_container .hero .hero_anchorbtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	padding: 2.133vw 2.667vw;
	background-color: #00356a;
	border: 0.533vw solid #00356a;
	border-radius: 1.067vw;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	font-size: 3.733vw;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.akishitsu_container .hero .hero_anchorbtn::before {
	content: "";
	display: inline-block;
	width: 2.933vw;
	height: 1.733vw;
	background-image: url("../img/icon_arrow_white.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.akishitsu_container .hero .hero_anchorbtn span {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
}
.akishitsu_container .hero .hero_anchorbtn.is-hover {
	background-color: #ecf4ff;
	color: #00356a;
}
.akishitsu_container .hero .hero_anchorbtn.is-hover::before {
	background-image: url("../img/icon_arrow_blue.png");
}
.akishitsu_container .hero .hero_anchorbtn:focus-visible {
	background-color: #ecf4ff;
	color: #00356a;
	outline: none;
}
.akishitsu_container .hero .hero_anchorbtn:focus-visible::before {
	background-image: url("../img/icon_arrow_blue.png");
}

/* news */
.akishitsu_container .news {
	padding: 8vw 0 8vw 5.333vw;
}
.akishitsu_container .news .news_list {
	height: 21.333vw;
	padding-right: 5.333vw;
	overflow-y: auto;
	scrollbar-width: auto;
	scrollbar-color: #00356a transparent;
}
.akishitsu_container .news .news_list::-webkit-scrollbar {
	width: 1.067vw;
}
.akishitsu_container .news .news_list::-webkit-scrollbar-track {
	background-color: transparent;
}
.akishitsu_container .news .news_list::-webkit-scrollbar-thumb {
	background-color: #00356a;
}
.akishitsu_container .news .news_list > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 2.667vw;
	font-size: 3.733vw;
	line-height: 2;
}
.akishitsu_container .news .news_date {
	width: 21.333vw;
}
.akishitsu_container .news .news_text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.akishitsu_container .news .news_text > a {
	color: #0000ff;
	text-decoration: underline;
}
.akishitsu_container .news .news_text > a > img {
	width: 3.733vw;
	height: 3.2vw;
	vertical-align: middle;
}

/* service */
.akishitsu_container .service .service_list > li {
	margin-top: 10.667vw;
}
.akishitsu_container .service .service_list > li:first-child {
	margin-top: 0;
}
.akishitsu_container .service .service_media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 1.333vw;
	margin-top: 6.4vw;
}
.akishitsu_container .service .service_media:first-child {
	margin-top: 0;
}
.akishitsu_container .service .service_media .service_mediaobj {
	width: 29.333vw;
}
.akishitsu_container .service .service_media .service_mediacontents {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	padding: 5.333vw;
	border: 0.8vw solid #7a0042;
	border-radius: 5.333vw;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 4.267vw;
	font-weight: bold;
	line-height: 1.5;
}
.akishitsu_container .service .service_media .service_mediaicon {
	margin-right: 2.133vw;
	color: #7a0042;
	font-size: 5.333vw;
}
.akishitsu_container .service .service_media .service_mediatext {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.akishitsu_container .service .service_media .service_mediatext > sup {
	font-size: 2.667vw;
}
.akishitsu_container .service .service_media.service_media--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.akishitsu_container .service .service_media.service_media--reverse .service_mediacontents {
	border: 0.8vw solid #00356a;
}
.akishitsu_container .service .service_media.service_media--reverse .service_mediaicon {
	color: #00356a;
}
.akishitsu_container .service .service_note {
	margin-top: 3.2vw;
	padding-left: 2em;
	font-size: 3.2vw;
	line-height: 1.4;
	letter-spacing: 0.03em;
	text-indent: -2em;
}
.akishitsu_container .service .service_desc {
	margin-top: 3.733vw;
	padding: 8vw;
	background-color: #fff1f8;
	border-radius: 4.267vw;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.akishitsu_container .service .service_desc.service_desc--blue {
	background-color: #ecf4ff;
}
.akishitsu_container .service .service_desctitle {
	font-size: 4.8vw;
	font-weight: bold;
}
.akishitsu_container .service .service_desctext {
	margin-top: 5.333vw;
	font-size: 4.267vw;
	line-height: 1.5;
}
.akishitsu_container .service .service_desclist > li {
	margin-top: 1em;
	padding-left: 3em;
	text-indent: -3em;
}
.akishitsu_container .service .service_desclist > li:first-child {
	margin-top: 0;
}
.akishitsu_container .service .service_descnotelist {
	margin-top: 4vw;
}
.akishitsu_container .service .service_descnotelist > li {
	padding-left: 1em;
	font-size: 3.733vw;
	text-indent: -1em;
}
.akishitsu_container .service .service_button {
	display: block;
	width: 100%;
	margin-top: 12vw;
	padding: 5.867vw 2.667vw;
	background-color: #fdd000;
	border: 0.533vw solid #fdd000;
	border-radius: 9.333vw;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0 2.667vw 2.667vw 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 2.667vw 2.667vw 0 rgba(0, 0, 0, 0.2);
	font-size: 5.333vw;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.akishitsu_container .service .service_button.is-hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.akishitsu_container .service .service_button:focus-visible {
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

/* flow */
.akishitsu_container .flow > li {
	margin-top: 10.667vw;
}
.akishitsu_container .flow > li:first-child {
	margin-top: 0;
}
.akishitsu_container .flow .flow_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 4vw;
	font-size: 6.4vw;
	line-height: 1;
}
.akishitsu_container .flow .flow_header::before {
	content: "";
	display: inline-block;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	height: 1.067vw;
	background-color: #7a0042;
	border-radius: 0.533vw;
}
.akishitsu_container .flow .flow_header::after {
	content: "";
	display: inline-block;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	height: 1.067vw;
	background-color: #00356a;
	border-radius: 0.533vw;
}
.akishitsu_container .flow .flow_body {
	margin-top: 9.6vw;
}
.akishitsu_container .flow .flow_list > li {
	position: relative;
	padding-bottom: 11.733vw;
	margin-top: 5.333vw;
}
.akishitsu_container .flow .flow_list > li::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	width: 32.267vw;
	height: 6.4vw;
	background-image: url("../img/icon_arrow_flow.png");
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.akishitsu_container .flow .flow_list > li:first-child {
	margin-top: 0;
}
.akishitsu_container .flow .flow_list > li:last-child {
	padding-bottom: 0;
}
.akishitsu_container .flow .flow_list > li:last-child::after {
	content: none;
}
.akishitsu_container .flow .flow_list.flow_list--interim > li:last-child {
	padding-bottom: 11.733vw;
}
.akishitsu_container .flow .flow_list.flow_list--interim > li:last-child::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	width: 32.267vw;
	height: 6.4vw;
	background-image: url("../img/icon_arrow_flow.png");
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.akishitsu_container .flow .flow_item {
	position: relative;
	padding: 5.333vw 5.333vw 8vw;
	border: 0.267vw solid #bbb;
	border-radius: 4.267vw;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.akishitsu_container .flow .flow_itemnumber {
	position: absolute;
	top: 5.333vw;
	left: 5.333vw;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 13.333vw;
	height: 13.333vw;
	background-color: #7a0042;
	border-radius: 50%;
	color: #fff;
	font-size: 6.933vw;
	font-weight: bold;
}
.akishitsu_container .flow .flow_itemnumber.flow_itemnumber--blue {
	background-color: #00356a;
}
.akishitsu_container .flow .flow_itemobj {
	text-align: center;
}
.akishitsu_container .flow .flow_itemobj > img {
	width: 54.933vw;
	height: 40vw;
}
.akishitsu_container .flow .flow_itemcontents {
	margin-top: 5.333vw;
}
.akishitsu_container .flow .flow_itemtitle {
	font-size: 8vw;
}
.akishitsu_container .flow .flow_itemtitle > span {
	display: block;
	color: #00356a;
	font-size: 4.8vw;
	font-weight: bold;
}
.akishitsu_container .flow .flow_itemtitle > a {
	color: #0000ff;
	text-decoration: underline;
}
.akishitsu_container .flow .flow_itemtitle > a > img {
	margin: 0 1.333vw;
	width: 3.733vw;
	height: 3.2vw;
}
.akishitsu_container .flow .flow_itemtext {
	margin-top: 3.2vw;
	font-size: 3.733vw;
	line-height: 1.5;
}
.akishitsu_container .flow .flow_itemtext > a {
	color: #0000ff;
	text-decoration: underline;
}
.akishitsu_container .flow .flow_itemtext > a > img {
	margin: 0 1.333vw;
	width: 3.733vw;
	height: 3.2vw;
}
.akishitsu_container .flow .flow_itemtext > strong {
	color: #ce0000;
}
.akishitsu_container .flow .flow_itemlist {
	margin-top: 12px;
}
.akishitsu_container .flow .flow_itemlist > li {
	padding-left: 1em;
	font-size: 14px;
	line-height: 1.5;
	text-indent: -1em;
}
.akishitsu_container .flow .flow_itemlist > li::before {
	content: "・";
}
.akishitsu_container .flow .flow_itemlist > li > a {
	color: #0000ff;
	text-decoration: underline;
}
.akishitsu_container .flow .flow_itemlist > li > a > img {
	margin: 0 1.333vw;
	width: 4vw;
	height: 4.533vw;
}
.akishitsu_container .flow .flow_itemanchor {
	width: auto;
	padding: 0;
	background-color: transparent;
	border: none;
	color: #0000ff;
	text-decoration: underline;
	cursor: pointer;
}
.akishitsu_container .flow .flow_itemanchor:hover {
	text-decoration: none;
}
.akishitsu_container .flow .flow_note {
	margin-top: 4vw;
	padding-left: 1em;
	font-size: 3.733vw;
	line-height: 1.5;
	text-indent: -1em;
}
.akishitsu_container .flow .flow_note > a {
	color: #0000ff;
	text-decoration: underline;
}
.akishitsu_container .flow .flow_note > a > img {
	margin: 0 1.333vw;
	width: 3.733vw;
	height: 3.2vw;
}
.akishitsu_container .flow .flow_noteanchor {
	width: auto;
	padding: 0;
	background-color: transparent;
	border: none;
	color: #0000ff;
	text-decoration: underline;
	cursor: pointer;
}
.akishitsu_container .flow .flow_noteanchor:hover {
	text-decoration: none;
}
.akishitsu_container .flow .flow_labelitem {
	padding: 7.467vw 2.667vw;
	background-color: #fff1f8;
	border: 0.267vw solid #bbb;
	border-radius: 15.2vw;
	color: #7a0042;
	font-size: 8vw;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.akishitsu_container .flow .flow_labelitem > span {
	display: block;
	font-size: 4.267vw;
}
.akishitsu_container .flow .flow_point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 5.333vw;
	margin-top: 5.333vw;
}
.akishitsu_container .flow .flow_point::before {
	content: "";
	display: inline-block;
	width: 15.2vw;
	height: 12.8vw;
	background-image: url("../img/icon_finger.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.akishitsu_container .flow .flow_pointtext {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 4.267vw;
	font-weight: bold;
	line-height: 1.5;
}
.akishitsu_container .flow .flow_pointanchor {
	width: auto;
	padding: 0;
	background-color: transparent;
	border: none;
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

/* question */
.akishitsu_container .question > li {
	margin-top: 2.667vw;
	border: 0.267vw solid #bbb;
}
.akishitsu_container .question > li:first-child {
	margin-top: 0;
}
.akishitsu_container .question .question_btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	padding: 3.2vw 9.333vw 3.2vw 2.667vw;
	background-color: #fff;
	border: none;
	text-align: left;
	cursor: pointer;
}
.akishitsu_container .question .question_btn.is-open .question_btnicon::before {
	background-image: url("../img/icon_close.png");
}
.akishitsu_container .question .question_btntype {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 8vw;
	height: 8vw;
	margin-right: 2.667vw;
	background-color: #7a0042;
	border-radius: 50%;
	color: #fff;
	font-size: 3.733vw;
	line-height: 1;
}
.akishitsu_container .question .question_btntext {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 3.733vw;
	font-weight: bold;
	line-height: 1.5;
}
.akishitsu_container .question .question_btnicon {
	width: 0;
	height: 0;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	display: block;
}
.akishitsu_container .question .question_btnicon::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 2.667vw;
	display: inline-block;
	width: 5.333vw;
	height: 5.333vw;
	background-image: url("../img/icon_open.png");
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.akishitsu_container .question .question_contents {
	display: none;
	padding: 4.8vw 2.667vw 3.2vw;
}
.akishitsu_container .question .question_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.akishitsu_container .question .question_type {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 8vw;
	height: 8vw;
	margin-right: 2.667vw;
	background-color: #00356a;
	border-radius: 50%;
	color: #fff;
	font-size: 3.733vw;
	line-height: 1;
}
.akishitsu_container .question .question_desc {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 3.733vw;
	line-height: 1.5;
}
.akishitsu_container .question .question_text {
	margin-top: 3.2vw;
}
.akishitsu_container .question .question_text:first-child {
	margin-top: 0;
}
.akishitsu_container .question .question_note {
	margin-top: 3.2vw;
	padding-left: 1em;
	text-indent: -1em;
}
.akishitsu_container .question .question_note:first-child {
	margin-top: 0;
}
.akishitsu_container .question .question_list {
	margin-top: 3.2vw;
}
.akishitsu_container .question .question_list:first-child {
	margin-top: 0;
}
.akishitsu_container .question .question_list > li {
	padding-left: 1em;
	text-indent: -1em;
}
.akishitsu_container .question .question_list > li::before {
	content: "・";
}
.akishitsu_container .question .question_list.question_list--threeindent > li {
	padding-left: 3em;
	text-indent: -3em;
}
.akishitsu_container .question .question_list.question_list--threeindent > li::before {
	content: none;
}
.akishitsu_container .question .question_anchor {
	width: auto;
	padding: 0;
	background-color: transparent;
	border: none;
	color: #0000ff;
	text-decoration: underline;
	cursor: pointer;
}
.akishitsu_container .question .question_anchor:hover {
	text-decoration: none;
}
.akishitsu_container .question .question_link {
	color: #0000ff;
	text-decoration: underline;
}
.akishitsu_container .question .question_link:hover {
	text-decoration: none;
}
.akishitsu_container .question .question_link > img {
	margin: 0 1.333vw;
	width: 3.733vw;
	height: 3.2vw;
	vertical-align: middle;
}

/* ---------------------------------------------
*   table
--------------------------------------------- */
.module_tables_apartment thead th.bukken_skcs_header, .tokubetsu_area_ttl th.bukken_skcs_header {
	background: #284679 none repeat scroll 0 0;
	color: #fff;
	font-weight: bold;
	padding: 0px 3.2vw;
	text-align: left;
	vertical-align: middle;
	height: 8vw;
}

.module_tables_apartment thead th, .module_tables_apartment th {
	background-color: #ecedf5;
	padding: 2.133vw 1.333vw;
	text-align: center;
	color: #284679;
	font-weight: bold;
	border-bottom: 0.267vw solid #c7c7c7;
	font-size: 1.136363637em;
}

.module_tables_apartment td.item_col_name {
	padding: 2.667vw 0 2.667vw 1.333vw;
}

.module_tables_apartment td.item_col_name .item_targetshop {
	margin-top: 4vw;
}

/* ---------------------------------------------
*   botton
--------------------------------------------- */
/* btn_targetshop */
.akishitsu_container .btn_targetshop {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 0.533vw;
	padding: 1.6vw 0.533vw;
	background-color: #7a0042;
	border-radius: 1.067vw;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
}