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

/* sec_news */
.akishitsu_container .sec_news {
	width: 900px;
	margin: 80px auto 0;
}
.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 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}
.akishitsu_container .sec_news .sec_news_header::before {
	content: "";
	display: inline-block;
	width: 69px;
	height: 61px;
	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: 4px;
	border-radius: 2px;
	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: 4px;
	border-radius: 2px;
	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 {
	width: 1000px;
	margin: 120px auto 0;
}
.akishitsu_container .sec_normal.sec_normal--narrow {
	width: 900px;
}
.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 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}
.akishitsu_container .sec_normal .sec_normal_header::before {
	content: "";
	display: inline-block;
	width: 120px;
	height: 35px;
	background-image: url("../img/icon_title_normal.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.akishitsu_container .sec_normal .sec_normal_body {
	margin-top: 70px;
}

/* ---------------------------------------------
*   module
--------------------------------------------- */
/* hero */
.akishitsu_container .hero .hero_header {
	text-align: center;
}
.akishitsu_container .hero .hero_subtitle {
	position: relative;
	color: #614b4a;
	font-size: 34px;
	font-weight: bold;
}
.akishitsu_container .hero .hero_subtitle > sub {
	margin: 0 4px;
	font-size: 14px;
	vertical-align: baseline;
}
.akishitsu_container .hero .hero_subtitle::before {
	content: "";
	position: absolute;
	top: -10px;
	left: -113px;
	width: 53px;
	height: 45px;
	background-image: url("../img/img_title_hero.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.akishitsu_container .hero .heromaintitle {
	display: block;
	color: #00356a;
	font-size: 54px;
	font-weight: bold;
}
.akishitsu_container .hero .heromaintitle > strong {
	color: #7b1451;
}
.akishitsu_container .hero .hero_body {
	margin-top: 15px;
}
.akishitsu_container .hero .hero_mv {
	padding-bottom: 15px;
	background-image: url("../img/bg_mv.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
	text-align: center;
}
.akishitsu_container .hero .hero_note {
	width: 910px;
	margin: 50px auto 0;
}
.akishitsu_container .hero .hero_note > li {
	padding-left: 2em;
	text-indent: -2em;
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: 0.03em;
}
.akishitsu_container .hero .hero_anchorlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px 40px;
	width: 800px;
	margin: 40px auto 0;
}
.akishitsu_container .hero .hero_anchorlist > li {
	width: calc((100% - 80px) / 3);
}
.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: 9px 16px;
	background-color: #00356a;
	border: 2px solid #00356a;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.akishitsu_container .hero .hero_anchorbtn::before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 6.5px;
	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:hover {
	background-color: #ecf4ff;
	color: #00356a;
}
.akishitsu_container .hero .hero_anchorbtn: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: 40px 10px;
}
.akishitsu_container .news .news_list {
	height: 77px;
	padding-right: 20px;
	overflow-y: auto;
	scrollbar-width: auto;
	scrollbar-color: #00356a transparent;
}
.akishitsu_container .news .news_list::-webkit-scrollbar {
	width: 8px;
}
.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 50px;
	font-size: 16px;
	line-height: 1.75;
}
.akishitsu_container .news .news_date {
	width: 80px;
}
.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:hover {
	text-decoration: none;
}
.akishitsu_container .news .news_text > a > img {
	vertical-align: middle;
}

/* service */
.akishitsu_container .service .service_list > li {
	margin-top: 55px;
}
.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 10px;
	margin-top: 26px;
}
.akishitsu_container .service .service_media:first-child {
	margin-top: 0;
}
.akishitsu_container .service .service_media .service_mediacontents {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 40px;
	border: 3px solid #7a0042;
	border-radius: 100px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.akishitsu_container .service .service_media .service_mediaicon {
	color: #7a0042;
	margin-right: 10px;
}
.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: 10px;
}
.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 {
	max-width: 450px;
	border: 3px solid #00356a;
}
.akishitsu_container .service .service_media.service_media--reverse .service_mediaicon {
	color: #00356a;
	margin-right: 10px;
}
.akishitsu_container .service .service_note {
	margin-top: 26px;
	font-size: 12px;
	text-align: center;
}
.akishitsu_container .service .service_desc {
	margin-top: 35px;
	padding: 50px;
	background-color: #fff1f8;
	border-radius: 16px;
	-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: 18px;
	font-weight: bold;
}
.akishitsu_container .service .service_desctext {
	margin-top: 20px;
	font-size: 16px;
	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: 15px;
}
.akishitsu_container .service .service_descnotelist > li {
	padding-left: 1em;
	font-size: 14px;
	text-indent: -1em;
}
.akishitsu_container .service .service_button {
	display: block;
	width: 100%;
	margin-top: 55px;
	padding: 22px 10px;
	background-color: #fdd000;
	border: 3px solid #fdd000;
	border-radius: 35px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.akishitsu_container .service .service_button: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: 57px;
}
.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 30px;
	font-size: 24px;
	line-height: 1;
	text-align: center;
}
.akishitsu_container .flow .flow_header::before {
	content: "";
	display: inline-block;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	height: 4px;
	background-color: #7a0042;
	border-radius: 2px;
}
.akishitsu_container .flow .flow_header::after {
	content: "";
	display: inline-block;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	height: 4px;
	background-color: #00356a;
	border-radius: 2px;
}
.akishitsu_container .flow .flow_body {
	margin-top: 36px;
}
.akishitsu_container .flow .flow_list > li {
	position: relative;
	padding-bottom: 44px;
	margin-top: 20px;
}
.akishitsu_container .flow .flow_list > li::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	width: 121px;
	height: 24px;
	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: 44px;
}
.akishitsu_container .flow .flow_list.flow_list--interim > li:last-child::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	width: 121px;
	height: 24px;
	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;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 30px;
	padding: 20px 70px;
	border: 1px solid #bbb;
	border-radius: 16px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.akishitsu_container .flow .flow_itemnumber {
	position: absolute;
	top: 20px;
	left: 20px;
	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: 50px;
	height: 50px;
	background-color: #7a0042;
	border-radius: 50%;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}
.akishitsu_container .flow .flow_itemnumber.flow_itemnumber--blue {
	background-color: #00356a;
}
.akishitsu_container .flow .flow_itemobj {
	width: 207px;
}
.akishitsu_container .flow .flow_itemcontents {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.akishitsu_container .flow .flow_itemtitle {
	font-size: 30px;
}
.akishitsu_container .flow .flow_itemtitle > span {
	display: block;
	color: #00356a;
	font-size: 18px;
	font-weight: bold;
}
.akishitsu_container .flow .flow_itemtitle > a {
	color: #0000ff;
	text-decoration: underline;
}
.akishitsu_container .flow .flow_itemtitle > a:hover {
	text-decoration: none;
}
.akishitsu_container .flow .flow_itemtitle > a > img {
	margin: 0 5px;
}
.akishitsu_container .flow .flow_itemtext {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.5;
}
.akishitsu_container .flow .flow_itemtext > a {
	color: #0000ff;
	text-decoration: underline;
}
.akishitsu_container .flow .flow_itemtext > a:hover {
	text-decoration: none;
}
.akishitsu_container .flow .flow_itemtext > a > img {
	margin: 0 5px;
}
.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:hover {
	text-decoration: none;
}
.akishitsu_container .flow .flow_itemlist > li > a > img {
	margin: 0 5px;
}
.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: 15px;
	padding-left: 1em;
	font-size: 14px;
	line-height: 1.5;
	text-indent: -1em;
}
.akishitsu_container .flow .flow_note > a {
	color: #0000ff;
	text-decoration: underline;
}
.akishitsu_container .flow .flow_note > a:hover {
	text-decoration: none;
}
.akishitsu_container .flow .flow_note > a > img {
	margin: 0 5px;
}
.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_label {
	width: 650px;
	margin: 0 auto;
}
.akishitsu_container .flow .flow_labelitem {
	padding: 28px 10px;
	background-color: #fff1f8;
	border: 1px solid #bbb;
	border-radius: 57px;
	color: #7a0042;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.akishitsu_container .flow .flow_labelitem > span {
	display: block;
	font-size: 16px;
}
.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 30px;
	margin-top: 15px;
}
.akishitsu_container .flow .flow_point::before {
	content: "";
	display: inline-block;
	width: 57px;
	height: 48px;
	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: 16px;
	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;
}
.akishitsu_container .flow .flow_pointanchor:hover {
	text-decoration: none;
}

/* question */
.akishitsu_container .question > li {
	margin-top: 20px;
}
.akishitsu_container .question > li:first-child {
	margin-top: 0;
}
.akishitsu_container .question > li.question_item--type01 .question_btn {
	background-color: #ecf4ff;
}
.akishitsu_container .question > li.question_item--type01 .question_contents {
	background-color: #ecf4ff;
}
.akishitsu_container .question > li.question_item--type02 .question_btn {
	background-color: #fff1f8;
}
.akishitsu_container .question > li.question_item--type02 .question_contents {
	background-color: #fff1f8;
}
.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: 16px 56px 16px 35px;
	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 {
	margin-right: 6px;
	color: #7a0042;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
.akishitsu_container .question .question_btntext {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 14px;
	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: 30px;
	display: inline-block;
	width: 20px;
	height: 20px;
	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: 14px 30px 16px 35px;
}
.akishitsu_container .question .question_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.akishitsu_container .question .question_type {
	margin-right: 6px;
	color: #00356a;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
.akishitsu_container .question .question_desc {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 14px;
	line-height: 1.5;
}
.akishitsu_container .question .question_text {
	margin-top: 12px;
}
.akishitsu_container .question .question_text:first-child {
	margin-top: 0;
}
.akishitsu_container .question .question_note {
	margin-top: 12px;
	padding-left: 1em;
	text-indent: -1em;
}
.akishitsu_container .question .question_note:first-child {
	margin-top: 0;
}
.akishitsu_container .question .question_list {
	margin-top: 12px;
}
.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 5px;
	vertical-align: middle;
}

/* ---------------------------------------------
*   table
--------------------------------------------- */
.sec_normal .module_tables_apartment .item_col_station {
	padding-left: 0;
	padding-right: 0;
}

.sec_normal .module_tables_apartment .item_targetshop {
	text-align: center;
}

/* ---------------------------------------------
*   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 4px;
	padding: 5px;
	background-color: #7a0042;
	border: 1px solid #7a0042;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.akishitsu_container .btn_targetshop:hover {
	text-decoration: none;
}