@charset "utf-8";

/* ===========================================
 * ウインズリンク株式会社
 * -------------------------------------------
 * Unique Style
 * -------------------------------------------
 * 2014.08.28
=========================================== */

/*MAP共通*/
#map .filter {
	position:absolute;
	top:0;
	left:0;
	z-index:99;
}
#map .area {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
#map .area.active {
	z-index:9;
}
/*京都の大学から探す共通*/
.secUniversity {
  margin-top:30px;
}
.secUniversity h2.titText {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 0 45px;
    letter-spacing: 1.3px;
}
.secUniversity h2.titBg{
	height:43px;
	background:url(/img/tit_university01.gif) no-repeat;
}
.secUniversity h2 a.btnList {
  float: right;
  margin-right: 15px;
}
.secUniversity .secUniversityIn{
	padding: 10px;
	border-right:solid 1px #d9d9d9;
	border-bottom:solid 1px #d9d9d9;
	border-left:solid 1px #d9d9d9;
	border-radius:0 0 4px 4px;
}
.secUniversity ul{
	width:740px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
 .secUniversity ul li{
	position:relative;
	width:233px;
	height:80px;
	margin:10px 0 10px 0;
}
.secUniversity ul li .img{
	position:absolute;
}
.secUniversity ul li .tit{
	display:block;
	margin:0 0 0 90px;
	padding:0 0 0 17px;
	background:url(/common/img/ico_arrow03.png) no-repeat 0px 3px;
	font-weight:bold;
}
.secUniversity ul li .txt{
	font-size:13px;
	padding:0 0 0 90px;
}
.secUniversity .btnFeature{
	margin:5px 0 0 90px;
}


/* 検索以下 /search/以下
=========================================== */
/*沿線*/
#line {
	position:relative;
	background:url(/search/line/img/bg_line01.jpg) 0 0 no-repeat;
	width:900px;
	height:756px;
	overflow:hidden;
}
#line .filter {
	position:absolute;
	top:0;
	left:0;
	z-index:99;
}
#line .line {
	position:absolute;
	top:756px;
	left:0;
	z-index:9;
}
/*エリア*/
#map.inside {
	position:relative;
	background:url(/search/area/img/bg_map01.gif) 0 0 no-repeat;
	width:900px;
	height:425px;
}
#main .tab-content {
	background:#fff;
	border:solid 1px #c7d3d9;
	border-top:none;
	padding:20px 19px 19px;
}
#main .tab-content.hidden {
	display:none;
}

/* 初めての方へ /first/
=========================================== */
.pageFirst .cmnSecMiddle01 .txt {
	line-height: 1.7;
}
.pageFirst .boxRead{
	margin-bottom:20px;
}
.pageFirst .boxRead .copy{
	color: #fc3b7f;
	font-size: 20px;
	font-weight: bold;
}
/*----------------------------------*/
.pageFirst .secIntro {
	margin-bottom: 40px;
}
.pageFirst .secContent .secTit {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding: 15px 20px 15px 25px;
	background: #013b96;
	position: relative;
}
.pageFirst .secContent .secTit::before {
	content: '';
	display: block;
	width: 6px;
	height: calc(100% - 30px);
	background: #fff;
	position: absolute;
	left: 10px;
}
.pageFirst .secContent .btn {
	color: #013b96;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: solid #013b96;
	border-width: 1px 1px 3px 1px;
	border-radius: 4px;
}
.pageFirst .secContent .btn:hover {
	color: #fff;
	background: #013b96;
}
.pageFirst .secContent .btn:active {
	transform: translateY(2px);
	border-width: 1px;
}
.pageFirst .secContent:not(.secSearch) .tit {
	padding-left: 16px;
	position: relative;
}
.pageFirst .secContent:not(.secSearch) .tit::before {
	content: '';
	display: block;
	width: 6px;
	height: 100%;
	background: #013b96;
	position: absolute;
	top: 0;
	left: 0;
}
/*----------------------------------*/
.pageFirst .secIntro .boxContent {
	display: grid;
	grid-template-columns: 260px auto;
	grid-template-rows: auto auto auto;
	gap: 20px;
}
.pageFirst .secIntro .img {
	grid-column: 1/2;
	grid-row: 1/4;
}
.pageFirst .secIntro .tit {
	font-size: 18px;
	font-weight: bold;
	grid-column: 2/3;
	grid-row: 1/2;
}
.pageFirst .secIntro .txt {
	grid-column: 2/3;
	grid-row: 2/3;
}
.pageFirst .secIntro .btn {
	width: 300px;
	height: 45px;
	font-size: 20px;
	grid-column: 2/3;
	grid-row: 3/4;
	margin: auto;
}
/*----------------------------------*/
.pageFirst .secSearch .listContent {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.pageFirst .secSearch .listContent > li:not(.wide) {
	width: 350px;
	border: 1px dotted #888;
	padding: 20px;
	box-sizing: border-box;
}
.pageFirst .secSearch .listContent > li.wide {
	margin-top: 10px;
}
.pageFirst .secSearch .tit {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.pageFirst .secSearch .tit,
.pageFirst .secSearch .txt {
	margin-bottom: 10px;
}
.pageFirst .secSearch .btn {
	font-size: 18px;
	padding: 5px 0 3px;
}
.pageFirst .secSearch input[type="text"] {
	width: 225px;
	height: 30px;
	box-sizing: border-box;
}
.pageFirst .secSearch input[type="submit"] {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 65px;
	height: 30px;
	background: #013b96;
	border: none;
	box-sizing: border-box;
}
/*----------------------------------*/
.pageFirst .secFunction .boxContent {
	display: grid;
	grid-template-columns: 330px auto;
	grid-template-rows: auto 1fr;
	gap: 20px;
}
.pageFirst .secFunction .boxContent .img {
	grid-column: 1/2;
	grid-row: 1/3;
}
.pageFirst .secFunction .boxContent .tit {
	font-size: 18px;
	font-weight: bold;
	grid-column: 2/3;
	grid-row: 1/2;
}
.pageFirst .secFunction .boxContent .txt {
	grid-column: 2/3;
	grid-row: 2/3;
}
.pageFirst .secFunction .areaBtn {
	background: #efeee7;
	padding: 30px 0;
	display: flex;
	justify-content: center;
	gap: 40px;
}
.pageFirst .secFunction .areaBtn .btn {
	font-size: 18px;
	width: 250px;
	padding: 8px 0 5px;
}
.pageFirst .secRecommend01 .titBg {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 9px 0 0 45px;
	letter-spacing: 1.3px;
	height: 34px;
	background: url(/img/tit_recommend02.gif) no-repeat;
}

/* スマホでもお部屋探し /smartphone/
=========================================== */
.pageSmartphone .boxRead{
	margin-bottom:20px;
	height:274px;
	background:url(/smartphone/img/bg01.jpg) no-repeat top left;
}
.pageSmartphone .boxRead .copy01{
	padding:25px 0 0 27px;
}
.pageSmartphone .boxRead .txt01{
	padding:10px 0 0 30px;
	width:450px;
}
.pageSmartphone .boxRead .boxInner{
	position:relative;
	clear:both;
	overflow:hidden;
	width:345px;
	height:82px;
	margin:5px 0 0 30px;
	padding:5px 10px 5px 95px;
	border:solid 1px #ccccd3;
	background:#FFF;
}
.pageSmartphone .boxRead .qr{
	position:absolute;
	top:5px;
	left:5px;
}
.pageSmartphone .boxRead .url{
	padding-top:5px;
}
.pageSmartphone .boxRead .url a{
	color:#1684d9;
	font-weight:bold;
}
.pageSmartphone .boxRead .txt02{
	font-size:85%;
}
/*----------------------------------*/
.pageSmartphone .copy02{
	padding:5px 0 15px;
	text-align:center;
	font-size:123.1%;
	font-weight:bold;
}
.pageSmartphone .secScreenShot{
	width:736px;
	margin-right:-15px;
	overflow:hidden;
	zoom:1;
}
.pageSmartphone .secScreenShot dl{
	float:left;
	width:190px;
	margin:15px 15px 0 0;
	padding:19px;
	border:solid 1px #c7d3d9;
	border-radius:4px;
}
.pageSmartphone .secScreenShot dt{
	padding:0 0 5px;
	background:url(/common/img/bg_pattern06.gif) repeat-x bottom;
	font-size:108%;
	font-weight:bold;
}
.pageSmartphone .secScreenShot dd{
	padding-top:10px;
}
.pageSmartphone .secScreenShot dd img{
	width:188px;
	height:auto;
	border:solid 1px #c7d3d9;
}
.pageSmartphone .secScreenShot .note{
	clear:both;
	display:block;
	padding-top:10px;
	font-size:85%;
}

/* 会社概要 /company/
=========================================== */
.pageCompany .boxOutline{
	margin-bottom:20px;
	padding:10px;
	background:#f1f2f6;
}
.pageCompany .boxOutline table{
	width:100%;
}
.pageCompany .boxOutline th,
.pageCompany .boxOutline td{
	padding:12px;
	border:solid 1px #c2c2c2;
}
.pageCompany .boxOutline th{
	width:20%;
	background:#cfedfd;
	font-weight:bold;
}
.pageCompany .boxOutline td{
	width:80%;
	background:#FFF;
}
.pageCompany .boxOutline a {
	display: inline-block;
	padding: 0 20px 0 0;
	background: url(/common/img/ico_blank01.png) no-repeat right 4px top 4px;
}
.pageCompany .boxOutline .tit {
	font-weight: bold;
	margin-bottom: 10px;
}
.pageCompany .boxOutline .text {
	margin-bottom: 15px;
}
.pageCompany .boxOutline .text .shop {
	font-weight: bold;
}

/*----------------------------------*/
.pageCompany .boxMap{
	padding:5px;
	border:solid 10px #f1f2f6;
	background:#FFF;
	width: 720px;
	height: 330px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}
.pageCompany .boxMap iframe {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/* 個人情報の取扱いについて /privacy/
=========================================== */
.pagePrivacy .txt01{
	padding-bottom:15px;
}
.pagePrivacy .boxTxt{
	padding:10px 20px 20px;
	background:#f1f2f6;
	border-radius:4px;
}
.pagePrivacy .list01 li{
	text-indent:-1em;
	padding:10px 0 0 1em;
}
.pagePrivacy .list02,
.pagePrivacy .list03,
.pagePrivacy .list04{
	padding-top:10px;
}
.pagePrivacy .list02 li{
	text-indent:-1.5em;
	padding:0 0 0 1.5em;
}
.pagePrivacy .list03 li,
.pagePrivacy .list04 li{
	text-indent:-1em;
	padding:0 0 0 1em;
}
.pagePrivacy .list04{font-size:85%;}

/* 利用規約 /term/
=========================================== */
.pageTerm .cmnTit03{
	padding:9px 0 0 15px;
	background:url(/common/img/bg_cmntit14.png);
}
.pageTerm .txt01,
.pageTerm .txt02{
	padding-bottom:15px;
}
.pageTerm .list01{
	padding-bottom:5px;
}
.pageTerm .list01 li{
	text-indent:-1.2em;
	padding:0 0 10px 1.2em;
}
.pageTerm .list02{
	padding-bottom:15px;
}
.pageTerm .list02 li{
	text-indent:-1em;
	padding:0 0 0 1em;
}
.pageTerm .list03 li{
	text-indent:-1em;
	padding:0 0 0 1em;
}

/* マンションオーナー様へ /owner/
=========================================== */
.pageOwner .cmnSecMiddle01 .txt {
	line-height: 1.7;
}
.pageOwner .boxRead{
	padding-bottom:40px;
	background:url(/owner/img/img01.gif) no-repeat 106% 64px;
}
.pageOwner .boxRead .copy{
	color:#ff2356;
	font-size:153.9%;
	font-weight:bold;
}
.pageOwner .boxRead .txt{
	padding:10px 0 0 0;
	width:510px;
}
/*----------------------------------*/
.pageOwner .secContent .secTit {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding: 15px 20px 15px 25px;
	background: #013b96;
	position: relative;
}
.pageOwner .secContent .secTit::before {
	content: '';
	display: block;
	width: 6px;
	height: calc(100% - 30px);
	background: #fff;
	position: absolute;
	left: 10px;
}
.pageOwner .secContent .btn {
	color: #013b96;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: solid #013b96;
	border-width: 1px 1px 3px 1px;
	border-radius: 4px;
}
.pageOwner .secContent .tit {
	padding-left: 16px;
	position: relative;
}
.pageOwner .secContent .tit::before {
	content: '';
	display: block;
	width: 6px;
	height: 100%;
	background: #013b96;
	position: absolute;
	top: 0;
	left: 0;
}
.pageOwner .boxIntro .tit,
.pageOwner .boxServ .tit02 {
	position: relative;
}
.pageOwner .boxIntro .tit::before,
.pageOwner .boxServ .tit02::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #333;
	position: absolute;
	left: 0;
}
/*----------------------------------*/
.pageOwner .secIntro {
	display: flex;
	flex-flow: column;
	gap: 20px;
}
.pageOwner .boxIntro {
	background: #efeee7;
	padding: 20px;
}
.pageOwner .boxIntro .tit {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
	padding-left: 20px;
}
/*----------------------------------*/
.pageOwner .secServ .marker {
	background: linear-gradient(180deg, transparent 0, transparent 50%, #ffeb3f 50%);
}
.pageOwner .boxServ {
	border: 2px solid #ff6565;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	flex-flow: column;
	gap: 10px;
}
.pageOwner .boxServ .tit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.pageOwner .boxServ .tit::before {
	background: #ff6565;
}
.pageOwner .boxServ .tit02 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	padding-left: 20px;
}
/*----------------------------------*/
.pageOwner .secAbout .boxContent {
	display: grid;
	grid-template-columns: 260px auto;
	grid-template-rows: auto 1fr;
	gap: 20px;
}
.pageOwner .secAbout .boxContent .img {
	grid-column: 1/2;
	grid-row: 1/3;
}
.pageOwner .secAbout .boxContent .tit {
	font-size: 18px;
	font-weight: bold;
	grid-column: 2/3;
	grid-row: 1/2;
}
.pageOwner .secAbout .boxContent .txt {
	grid-column: 2/3;
	grid-row: 2/3;
}
/*----------------------------------*/
.pageOwner .boxShop {
	border: 1px solid #ddd;
	display: grid;
	grid-template-columns: 260px auto;
	grid-template-rows: repeat(2, auto);
	gap: 20px;
}
.pageOwner .boxShop .img {
	grid-column: 1/2;
	grid-row: 1/2;
	padding: 20px 0 0 20px;
}
.pageOwner .boxShop .shopInfo {
	grid-column: 2/3;
	grid-row: 1/2;
	padding: 20px 20px 0 0;
}
.pageOwner .boxShop .shopInfo .name {
	font-size: 20px;
	font-weight: bold;
}
.pageOwner .boxShop .shopInfo .tel {
	color: #f95858;
	font-size: 24px;
	font-weight: bold;
}
.pageOwner .boxShop .areaBtn {
	grid-column: 1/3;
	grid-row: 2/3;
	background: #efeee8;
	padding: 20px 0;
}
.pageOwner .boxShop .areaBtn .btn {
	font-size: 22px;
	width: 300px;
	padding: 5px 0;
	margin: auto;
}
.pageOwner .boxShop .areaBtn .btn:hover {
	color: #fff;
	background: #013b96;
}
.pageOwner .boxShop .areaBtn .btn:active {
	transform: translateY(2px);
	border-width: 1px;
}

/* 採用情報 /recruit/
=========================================== */
.pageRecruit .cmnSecMiddleIn{padding:19px 19px 0 19px;}
/*----------------------------------*/
.pageRecruit .boxRead{
	height:362px;
	margin-bottom:20px;
	background:url(/recruit/img/bg01.jpg) no-repeat;
}
.pageRecruit .boxRead .copy,
.pageRecruit .boxRead .txt{
	width:670px;
	margin:0 auto;
}
.pageRecruit .boxRead .copy{
	padding:20px 0 15px;
}
/*----------------------------------*/
.pageRecruit .lnavBtns{
	overflow:hidden;
	background:#FFF;
	border: 2px solid #101c89;
	padding:4px;
}
.pageRecruit .lnavBtns ul{
	overflow:hidden;
	display:block;
	padding:8px 8px 0 8px;
	background:#EEE;
}
.pageRecruit .lnavBtns li{
	float:left;
	margin-right:30px;
	padding:0 0 8px 15px;
	background:url(/common/img/ico_arrow04.png) no-repeat 0px 4px;
	cursor:pointer;
	color:#1684d9;
	text-decoration:underline;
}
/*----------------------------------*/
.pageRecruit .cmnTit03{
	margin-top:21px;
}
.pageRecruit .boxEntry{
	clear:both;
	overflow:hidden;
	padding:0 0 19px;
}
.pageRecruit .boxEntry .txt01{
	padding:5px 0 15px;
}
.pageRecruit .boxEntry table{
	width:100%;
}
.pageRecruit .boxEntry th,
.pageRecruit .boxEntry td{
	padding:12px;
	border:solid 1px #c2c2c2;
}
.pageRecruit .boxEntry th{
	width:20%;
	background:#cfedfd;
	font-weight:bold;
	vertical-align:middle;
}
.pageRecruit .boxEntry td{
	width:80%;
	background:#FFF;
}
.pageRecruit .noEntry{color:#F00; font-weight:bold;}

/* サイトマップ /sitemap/404error/
=========================================== */
.boxSitemap{
	clear:both;
	overflow:hidden;
}
.boxSitemap .boxL{
	float:left;
	width:340px;
}
.boxSitemap .boxR{
	float:right;
	width:340px;
}
.boxSitemap ul li{
	padding:8px 0;
	border-top:solid 1px #e5e5e5;
	font-size:14px;
}
.boxSitemap ul li a{
	padding:0 0 0 12px;
	background:url(/common/img/ico_circle02.png) no-repeat 0px 5px;
}
.boxSitemap ul li:first-child{
	border-top:none;
}
.boxSitemap ul.listIn{
	margin-top:8px;
	padding:5px 0 0 25px;
	border-top:dotted 1px #e5e5e5;
}
.boxSitemap ul.listIn li{
	padding:0;
	border-top:none;
}
.boxSitemap ul.listIn li a{
	padding:0 0 0 8px;
	background:url(/common/img/ico_arrow06.png) no-repeat 0px 7px;
}
/*----------------------------------*/
.secSitemapIn {
	padding: 20px 40px;
}
.boxSitemap {
	overflow: hidden;
	width: 980px;
}
.boxSitemap .boxL,
.boxSitemap .boxC,
.boxSitemap .boxR {
	float: left;
	width: 273px;
	margin-right: 30px;
}
/*----------------------------------*/
/*404error内サイトマップタイトル*/
.page404error.ver2 .secSitemap404 {
	border: solid 1px #d9d9d9;
}
.page404error.ver2 .secTit01 {
	background: #f4f6f7;
}
.page404error.ver2 .secTit01 .tit02 {
	display: block;
	background: url(/common/img/ico_square02.png) 20px 16px no-repeat;
	font-weight: bold;
	font-size: 20px;
	padding: 13px 0 10px 36px;
	background-size: 6px;
}

/* ブログ /blog/
=========================================== */
.page-blog .secBody{
	padding:19px;
	border:solid 1px #c7d3d9;
	border-radius:4px;
}
.page-blog .secBodyMore{
	margin-top:10px;
	padding-top:10px;
	border-top:dotted 1px #c7d3d9;
	text-align:right;
}
.page-blog .secCategory{
	padding:10px 10px 19px 10px;
	text-align:right;
}
.page-blog .cmnTit03 a{color:#fff;}
.page-blog .cmnTit03 .date{
	position:absolute;
	z-index:2;
	right:30px;
	font-weight:normal;
	font-size:13px;
}
/*店舗紹介部分*/
.page-blog .blogShopInfo{
	margin-top:20px;
	background-color:#f5f5f5;
	padding:20px 0;
}
.page-blog .blogShopInfo .shopMap,
.page-blog .blogShopInfo .shopData{
	width:300px;
	float:left;
	padding-left:25px;
}
.page-blog .blogShopInfo .shopName{
	color:#003399;
	font-weight:bold;
	font-size:20px;
	margin-top:5px;
}
.page-blog .blogShopInfo .shopContact{
	font-weight:bold;
	font-size:18px;
	margin-bottom:12px;
}
.page-blog .blogShopInfo .btn{
	text-align:center;
	margin-top:12px;
}
/*カテゴリ部分*/
.page-blog .catList {
	border: #b6e3f8 2px solid;
	border-radius: 5px;
	padding: 12px;
	margin: 20px 20px 0;
	background: url(/common/img/foot/bg_link_nav.gif) repeat left top;
}
.page-blog .catList .catListTitle {
	font-weight: bold;
	padding: 10px 10px 0 20px;
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	border: 1px solid #e0f5fe;
	border-bottom: none;
	font-size: 14px;
}
.page-blog .catList ul {
	text-align: left;
	padding: 2px 10px 10px 20px;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	border: 1px solid #e0f5fe;
	border-top: none;
}
.page-blog .catList ul li {
	display: inline-block;
	margin-top: 5px;
}
.page-blog .catList ul li a {
	display: block;
	padding: 0 8px 0 17px;
	background: url(/common/img/ico_arrow02.png) no-repeat 0px 4px;
}
/*スタッフブログ一覧部分*/
.page-blog .blogList {
	width: 720px;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: dotted 1px #ccc;
}
.page-blog .conImg01 {
	width: 290px;
	float: left;
}
.page-blog .conArticle01 {
	width: 402px;
	float: right;
}
.page-blog .conArticle01 .entryMeta {
	padding: 5px 0 10px;
}
.page-blog .conArticle01 .dateBox {
    margin-bottom: 5px;
}
.page-blog .conArticle01 .entryMeta .date {
	background: url(/article/img/ico_blog.png)no-repeat left 1px;
	padding: 0 15px 0 22px;
	font-weight: bold;
	color: #666;
}
.page-blog .conArticle01 .entryMeta .date.rewrite{
	background: url(/article/img/ico_blog02.png)no-repeat left 1px;
}
.page-blog .conArticle01 .entryMeta .category {
	background: #00acf6;
	color: #fff;
	padding: 1px 10px;
}
.page-blog .conArticle01 .title {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.page-blog .conArticle01 .txt {
	color: #666;
	line-height: 1.7;
}
/*スタッフブログ一覧*/
.page-blog.pageWebStaffBlog #contents .sideLatest .img {
	width: 166px;
	margin-left: 12px;
	margin-bottom: 5px;
	padding: 0;
}
/*スタッフブログ記事*/
.page-blog.pageWebStaffBlog .secBody {
    padding: 0;
    border: none;
    border-radius: 0;
}
.page-blog.pageWebStaffBlog .blogContents {
	border: 1px solid #eee;
	padding: 20px 25px 15px;
}
.page-blog.pageWebStaffBlog .blogContents .tit {
	font-size: 22px;
	font-weight: bold;
}
.page-blog.pageWebStaffBlog .blogContents .switch {
	font-size: 13px;
	text-decoration: underline;
	margin-left: 10px;
	cursor: pointer;
}
.page-blog.pageWebStaffBlog .blogContents .contentsList {
	margin-top: 15px;
}
.page-blog.pageWebStaffBlog .blogContents li {
	margin: 7px 0;
}
.page-blog.pageWebStaffBlog .blogContents .subList {
	padding-left: 20px;
}
.page-blog.pageWebStaffBlog .blogContents a {
	font-size: 15px;
}
.page-blog.pageWebStaffBlog .bigTit {
	font-size: 28px;
	font-weight: bold;
}
.page-blog.pageWebStaffBlog .conTit {
	font-size: 22px;
	font-weight: bold;
	margin: 35px 0 25px;
	padding: 15px 15px 10px;
	background: #f6f6f6;
	border-left: 7px solid #0b1e66;
}
.page-blog.pageWebStaffBlog .miniTit {
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	position: relative;
	padding-left: 25px;
}
.page-blog.pageWebStaffBlog .miniTit::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #0b1e66;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.page-blog.pageWebStaffBlog .miniTit02 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	padding-left: 20px;
	position: relative;
}
.page-blog.pageWebStaffBlog .miniTit02::before {
	content: '';
	display: block;
	width: 6px;
	height: 11px;
	border: solid #fd7979;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	position: absolute;
	top: 2px;
	left: 0;
}
.page-blog.pageWebStaffBlog .dateBox{
	display:flex;
	justify-content: flex-end;
}
.page-blog.pageWebStaffBlog .date {
	text-align: right;
	margin-bottom: 15px;
	background: url(/article/img/ico_blog.png)no-repeat left 1px;
	padding: 0 15px 0 22px;
	font-weight: bold;
	color: #666;
}
.page-blog.pageWebStaffBlog .date.rewrite {
	background: url(/article/img/ico_blog02.png)no-repeat left 1px;
	padding: 0 0px 0 22px;
}
.page-blog.pageWebStaffBlog .text {
	margin: 15px 0;
	font-size: 15px;
	line-height: 1.8;
}
.page-blog.pageWebStaffBlog .accent {
	font-weight: bold;
	background: linear-gradient(0deg, #fffb90 0% 50%, transparent 50% 100%);
}
.page-blog.pageWebStaffBlog .txtTbl,
.page-blog.pageWebStaffBlog .txtTbl dt,
.page-blog.pageWebStaffBlog .txtTbl dd {
	box-sizing: border-box;
}
.page-blog.pageWebStaffBlog .txtTbl {
	width: 680px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-blog.pageWebStaffBlog .txtTbl dt,
.page-blog.pageWebStaffBlog .txtTbl dd {
	padding: 15px;
	margin-bottom: 1px;
}
.page-blog.pageWebStaffBlog .txtTbl dt {
	font-size: 15px;
	font-weight: bold;
	width: 220px;
	background: #c3ddf8;
}
.page-blog.pageWebStaffBlog .txtTbl .small {
	font-size: 13px;
}
.page-blog.pageWebStaffBlog .txtTbl dd {
	width: 459px;
	background: #f1f8ff;
}
.page-blog.pageWebStaffBlog .txtList {
	margin: 15px 0;
}
.page-blog.pageWebStaffBlog .txtList li {
	list-style: inside;
}
.page-blog.pageWebStaffBlog .numList {
	margin: 15px 0;
	padding-left: 16px;
}
.page-blog.pageWebStaffBlog .numList li {
	list-style: decimal;
}
.page-blog.pageWebStaffBlog .memo {
	background: #f1f8ff;
	padding: 15px 18px 1px;
}
.page-blog.pageWebStaffBlog .memo .tit {
	font-size: 16px;
	font-weight: bold;
}
.page-blog.pageWebStaffBlog .category {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	background: #425086;
	margin-top: 16px;
	padding: 2px 8px 1px;
}
.page-blog.pageWebStaffBlog .category:not(:last-child) {
	margin-right: 5px;
}
.page-blog.pageWebStaffBlog .secOthers .secTit {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
.page-blog.pageWebStaffBlog .secOthers .blogArticle {
	display: flex;
	justify-content: space-between;
}
.page-blog.pageWebStaffBlog .secOthers .blogArticle .date {
    display: flex;
    margin-top: 10px;
}
.page-blog.pageWebStaffBlog .secOthers .blogArticle:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}
.page-blog.pageWebStaffBlog .secOthers .img {
	width: 200px;
	height: 110px;
        overflow: hidden;
}
.page-blog.pageWebStaffBlog .secOthers .content {
	width: 530px;
}
.page-blog.pageWebStaffBlog .secOthers .content .tit {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.page-blog.pageWebStaffBlog .secOthers .content .txt {
	color: #777;
	text-align: justify;
}
.page-blog.pageWebStaffBlog .tblCol thead,
.page-blog.pageWebStaffBlog .tblCol tbody {
	border: solid #fff;
	border-width: 0 0 1px 1px;
}
.page-blog.pageWebStaffBlog .tblCol caption {
	font-weight: bold;
}
.page-blog.pageWebStaffBlog .tblCol .capTop {
	caption-side: top;
	margin-bottom: 5px;
}
.page-blog.pageWebStaffBlog .tblCol .capBtm {
	caption-side: bottom;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 15px;
}
.page-blog.pageWebStaffBlog .tblCol th,
.page-blog.pageWebStaffBlog .tblCol td {
	border: solid #fff;
	border-width: 1px 1px 0 0;
	padding: 10px 15px;
	vertical-align: middle;
}
.page-blog.pageWebStaffBlog .tblCol04 th,
.page-blog.pageWebStaffBlog .tblCol04 td {
	width: 25%;
}
.page-blog.pageWebStaffBlog .tblCol05 th,
.page-blog.pageWebStaffBlog .tblCol05 td {
	width: 20%;
}
.page-blog.pageWebStaffBlog .tblCol thead th {
	color: #fff;
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
	background: #1e81e8;
}
.page-blog.pageWebStaffBlog .tblCol04 thead th {
	width: 25%;
}
.page-blog.pageWebStaffBlog .tblCol05 thead th {
	width: 20%;
}
.page-blog.pageWebStaffBlog .tblCol tbody th {
	font-weight: bold;
	background: #c3ddf8;
}
.page-blog.pageWebStaffBlog .tblCol tbody td {
	text-align: center;
	background: #f1f8ff;
}
.page-blog.pageWebStaffBlog .tblCol .hOrange {
	background: #ffc15c;
}
.page-blog.pageWebStaffBlog .tblCol .dOrange {
	background: #ffdda6;
}
.page-blog.pageWebStaffBlog .secOtherKodawariLink {
	padding: 15px;
	background: #f6f6f6;
}
.page-blog.pageWebStaffBlog .secOtherKodawariLink .tit {
	font-size: 16px;
	font-weight: bold;
	text-indent: 30px;
	position: relative;
	margin-bottom: 15px;
}
.page-blog.pageWebStaffBlog .secOtherKodawariLink .tit::before {
	content: '';
	display: block;
	width: 24px;
	height: 85%;
	background: url(/img/iconInfo3.png) center/contain no-repeat;
	border-radius: 3px;
	position: absolute;
}
.page-blog.pageWebStaffBlog .secOtherKodawariLink .links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 15px;
}
.page-blog.pageWebStaffBlog .secOtherKodawariLink .links li {
	background: url('/common/img/ico_arrow03.png') left center/12px 12px no-repeat;
	padding-left: 17px;
}
.page-blog.pageWebStaffBlog .secOtherKodawariLink .links a {
	display: inline-block;
}

/*路線図デザイン変更作業用
=========================================== */
#tabContents{
	width:746px;
	height:431px;
	margin-top:-2px;
	background:url(/img/bg_top03.png) no-repeat;
}
/*-----------------*/
#tabContents #switch_new1{
	position:relative;
	width:746px;
	height:431px;
	background:url(/img/bg_map_new02.gif) 14px 15px no-repeat;
}
#tabContents #switch_new1 #lineHome {
	position:absolute;
	width:718px;
	height:403px;
	overflow:hidden;
	top:15px;
	left:14px;
}
#tabContents #switch_new1 #lineHome .filter {
	position:absolute;
	top:0;
	left:0;
	z-index:99;
}
#tabContents #switch_new1 #lineHome .line {
	position:absolute;
	top:403px;
	left:0;
	z-index:9;
}
#tabContents #switch_new1 .btn{
	position:absolute;
	bottom:19px;
	left: 25px;
	z-index:999;
}
/*路線図デザイン変更作業用*/
#tabContents #switch_new2 #map {
	position:relative;
	background:url(/img/bg_map_new04.gif) 0 0 no-repeat;
	width:718px;
	height:403px;
	top:13px;
	left:14px;
}
#tabContents #switch_new2{
	display:none;
	position:relative;
	width:746px;
	height:431px;
}

/*路線図デザイン変更作業用ver2
=========================================== */
#tabContents.ver2{
	background:url(/img/bg_top03_ver2.png) no-repeat;
}
/*-----------------*/
#tabContents #switch_new1.ver2{
	background:none;
}
#tabContents #switch_new1.ver2 #lineHome {
	top:13px;
}
#tabContents.ver2 .requestBtn {
	position:absolute;
	bottom:19px;
	left: 25px;
	z-index:999;
}

/*エリアデザイン変更作業用ver2
=========================================== */
#tabContents #switch_new2.tabBlock.ver2 #map {
	background:none;
	top:13px;
}
#tabContents .tabBlock.ver2 #map .mapster_el {
	position: relative;
	top: -2px;
}

/* ライフあんしんプラスwebお申込みについて /anshin_plus/
=========================================== */
.pageAnshinPlus .boxRead{
	margin:0 50px 20px 0;
	min-height:210px;
	background:url(/anshin_plus/img/bg_top01.png) no-repeat right bottom;
}
.pageAnshinPlus .boxRead .txt{
	padding:15px 0 0 30px;
	width:535px;
	line-height:1.5;
}
.pageAnshinPlus .boxRead .copy01{
	color:#ff3976;
    font-weight:bold;
	font-size:170%;
    padding:20px 0 0 30px;
}
/*----------------------------------*/
.pageAnshinPlus .sec01{
	margin:20px;
}
.pageAnshinPlus .sec01 table{
	width:100%;
	border-right:solid 1px #c7d3d9;
	border-left:solid 1px #c7d3d9;
}
.pageAnshinPlus .sec01 th,
.pageAnshinPlus .sec01 td{
	padding:8px 15px;
	border-top:solid 1px #c7d3d9;
	border-bottom:solid 1px #c7d3d9;
}
.pageAnshinPlus .sec01 th{
	width:20%;
	background:#fcfcfc;
	border-right:dotted 1px #c7d3d9;
	font-weight:bold;
}
/*----------------------------------*/
.pageAnshinPlus .sec02{
	clear:both;
	overflow:hidden;
	padding-bottom:20px;
	margin:20px;
}
.pageAnshinPlus .sec02 .boxL{
	float:left;
	width:445px;
	padding:10px 15px;
	background-color:#eaf5fd;
	border-radius:4px;
}
.pageAnshinPlus .sec02 .boxR{
	float:right;
	width:445px;
	padding:10px 15px;
	background-color:#eaf5fd;
	border-radius:4px;
}
.pageAnshinPlus .sec02 ol li{
	padding:8px 0;
	border-bottom:dotted 1px #999999;
}
.pageAnshinPlus .sec02 ol li span{
	font-weight:bold;
	color:#ff3976;
    padding-right:3px;
}
.pageAnshinPlus .sec02 .note{
	clear:both;
	padding-left:1em;
	text-indent:-1em;
}
.pageAnshinPlus .sec02 .note span{
	color:#ff3976;
}
/*----------------------------------*/
.pageAnshinPlus .sec03{
	padding-bottom:20px;
	margin:20px;
}
/*----------------------------------*/
.pageAnshinPlus .sec04{
	padding-bottom:20px;
	margin:20px;
}
.pageAnshinPlus .sec04 .delta01{
	text-align:center;
	padding-bottom:10px;
}
.pageAnshinPlus .sec04 table{
	width:100%;
    border-collapse:separate;
	border:solid 2px #a7e4fa;
	border-radius:4px;
}
.pageAnshinPlus .sec04 th,
.pageAnshinPlus .sec04 td{
	padding:8px;
}
.pageAnshinPlus .sec04 th{
	width:25%;
	background:#a7e4fa;
	text-align:center;
	vertical-align:middle;
}
.pageAnshinPlus .sec04 .tit{
	font-weight:bold;
	font-size:120%;
}
.pageAnshinPlus .sec04 .kome{
	color:#ff3976;
}
.pageAnshinPlus .sec04 .Parentheses{
	font-weight:bold;
	font-size:60%;
}
/*----------------------------------*/
.pageAnshinPlus .sec05{
	margin:20px;
	background:url(/common/img/bg_pattern05.gif) top repeat-x;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:20px;
}
.pageAnshinPlus .sec05 .text01{
	font-size:130%;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.pageAnshinPlus .sec05 .btn01{
	text-align:center;
}
.pageAnshinPlus .sec05 .picWoman{
	position:absolute;
	bottom:20px;
	left:70px;
}
li .olast {
    padding-top:0;
    margin-top:0;
}

/*ペット可賃貸とは/pet/
=========================================== */
.pagePet .p_mainimg{
	position:relative;
}
.pagePet .p_maintext{
	width:497px;
	height:100px;
	line-height:1.8;
	position:absolute;
	top:205px;
	left:40px;
	color:#af731b;
	font-weight:bold;
	font-size:14px;
}
/*----------------------------------*/
.pagePet .pet_01{
	width:960px;
	height:360px;
	border:1px solid #f19ec2;
	background:#fcf6f7;
	margin:60px 0 0 0;
	position:relative;
}
.pagePet .pet_02{
	width:960px;
	height:360px;
	border:1px solid #e4df74;
	background:#fffef3;
	margin:60px 0 0 0;
	position:relative;
}
.pagePet .pet_03{
	width:960px;
	height:360px;
	border:1px solid #269ec1;
	background:#f3fcfe;
	margin:60px 0 0 0;
	position:relative;
}
.pagePet .pet_04{
	width:960px;
	height:360px;
	border:1px solid #1cad92;
	background:#f2fffd;
	margin:60px 0 20px 0;
	position:relative;
}
/*----------------------------------*/
.pagePet .pet_tipic{
	position:absolute;
	top:-35px;
	left:248px;
}
/*----------------------------------*/
.pagePet .pet_pic01{
	width:396px;
	float:left;
	margin:47px 0 0 15px;
	display:inline;
}
.pagePet .pet_pic02{
	width:396px;
	float:right;
	margin:47px 15px 0 0;
	display:inline;
}
/*----------------------------------*/
.pagePet .pet_txt01{
	width:509px;
	float:right;
	margin:55px 15px 0 20px;
	font-size:98%;
	line-height:1.7;
	display:inline;
}
.pagePet .pet_txt02{
	width:509px;
	float:left;
	margin:55px 20px 0 15px;
	font-size:98%;
	line-height:1.7;
	display:inline;
}
/*----------------------------------*/
.pagePet .pet_btn01{
	position:absolute;
	top:290px;
	left:526px;
}
.pagePet .pet_btn02{
	position:absolute;
	top:290px;
	left:110px;
}
/*デザイナーズマンション/Designers/
=========================================== */
.pageDesigners_00 .cmnSecWide02{
	border:solid 1px #d9d9d9;
	border-radius:6px;
	box-shadow: #eaeaea 0px 1px 1px;
	background:#000;
}
.pageDesigners_00 .cmnSecWide02 .cmnSecWideIn{
	overflow:hidden;
	padding:7px;
}
/*----------------------------------*/
.pageDesigners_00 .designers_00{
	width:964px;
	padding:10px;
}
.pageDesigners_00 .designers_01{
	width:482px;
	height:325px;
	float:left;
	display:inline;
}
.pageDesigners_00 .designers_02{
	width:482px;
	height:325px;
	float:right;
	text-align:center;
	display:inline;
}
.pageDesigners_00 .designers_000{
	width:964px;
	padding:10px;
	margin-top:-10px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .pageDesigners_00 .designers_000{
		width:964px;
		padding:10px;
		margin-top:-23px;
	} /* IE11 */
}
.pageDesigners_00 .designers_03{
	width:482px;
	height:325px;
	float:left;
	display:inline;
}
.pageDesigners_00 .designers_04{
	width:482px;
	height:325px;
	float:right;
	display:inline;
}
/*----------------------------------*/
/*サブタイトル*/
.pageDesigners_00 .d_subtit{
	color:#ffffff;
	margin:5px 0 3px 0;
	padding-top:13px;
	text-align:center;
}
/*----------------------------------*/
/*タイトル*/
.pageDesigners_00 .d_tit01{
	color:#ff0000;
	font-size:27px;
	display:block;
	width:375px;
	margin:0 auto;
	font-family:"遊明朝","ヒラギノ明朝",serif;
	border-bottom:solid 1px #ff0000;
	padding-bottom:3px;
	letter-spacing:1px;
}
.pageDesigners_00 .d_tit02{
	color:#ff0000;
	font-size:27px;
	display:block;
	width:460px;
	margin:0 auto;
	font-family:"遊明朝","ヒラギノ明朝",serif;
	border-bottom:solid 1px #ff0000;
	padding-bottom:3px;
	text-align:center;
	letter-spacing:1px;
}
.pageDesigners_00 .d_tit03{
	color:#ff0000;
	font-size:27px;
	display:block;
	width:410px;
	margin:0 auto;
	font-family:"遊明朝","ヒラギノ明朝",serif;
	border-bottom:solid 1px #ff0000;
	padding-bottom:3px;
	letter-spacing:1px;
}
.pageDesigners_00 .d_tit04{
	color:#ff0000;
	font-size:27px;
	display:block;
	width:430px;
	margin:0 auto;
	font-family:"遊明朝","ヒラギノ明朝",serif;
	border-bottom:solid 1px #ff0000;
	padding-bottom:3px;
	text-align:center;
	letter-spacing:1px;
}
/*----------------------------------*/
/*テキスト*/
.pageDesigners_00 .d_txt{
	display:block;
	width:340px;
	margin:10px auto;
	font-size:90%;
	line-height:1.7;
	text-align:left;
	color:#ffffff;
}
.pageDesigners_00 .d_txt01{
	display:block;
	width:360px;
	margin:10px auto;
	font-size:90%;
	line-height:1.5;
	color:#ffffff;
	text-align:left;
}
/*----------------------------------*/
.pageDesigners_00 .d_link a{
	color:#5591e2;
	margin:0 auto;
	display:block;
	font-size:90%;
	text-align:center;
	width:300px;
}
.pageDesigners_00 .d_link a:hover{
	color:#eeecaf;
}

/*新築物件の魅力/newhouse/
=========================================== */
.pageNewhouse .cmnSecWide00{
	border:solid 1px #d9d9d9;
	border-radius:6px;
	box-shadow: #eaeaea 0px 1px 1px;
	background:#e5e4df;
}
.pageNewhouse .cmnSecWide00 .cmnSecWideIn{
	overflow:hidden;
	padding:20px;
}
/*----------------------------------*/
.pageNewhouse .newhouse_000{
	width:900px;
	margin:40px 0 0 30px;
}
.pageNewhouse .newhouse_01{
	width:410px;
	float:left;
	display:inline;
}
.pageNewhouse .newhouse_02{
	width:448px;
	float:right;
	display:inline;
}
.pageNewhouse .newhouse_05{
	width:448px;
	float:left;
	display:inline;
}
.pageNewhouse .newhouse_06{
	width:410px;
	float:right;
	display:inline;
}
.pageNewhouse .newhouse_001{
	width:380px;
	margin-top:70px;
}
.pageNewhouse .newhouse_002{
	width:380px;
	margin-top:40px;
}
.pageNewhouse .newhouse_003{
	width:380px;
	margin-top:40px;
}
.pageNewhouse .newhouse_004{
	width:380px;
	margin-top:20px;
}
.pageNewhouse .newhouse_03{
	width:220px;
	float:left;
	display:inline;
}
.pageNewhouse .newhouse_04{
	width:136px;
	float:right;
	display:inline;
}
/*----------------------------------*/
.pageNewhouse .n_text{
	display:block;
	width:448px;
	font-size:90%;
	line-height:2.3;
	color:#2d2e32;
	margin-top:20px;
}
.pageNewhouse .titlepic{
	margin-bottom:20px;
}

/*駐車場付き賃貸の魅力/parking/
=========================================== */
.pageParking .cmnSecWide00{
	border:solid 1px #d9d9d9;
	border-radius:6px;
	box-shadow: #eaeaea 0px 1px 1px;
	background:#ffffff;
}
.pageParking .cmnSecWide00 .cmnSecWideIn{
	overflow:hidden;
	padding:20px;
}
/*----------------------------------*/
.pageParking .parking_000{
	width:900px;
	height:300px;
	margin:35px 0 0 30px;
	background:#05114b;
}
.pageParking .parking_01{
	width:430px;
	height:300px;
	float:left;
	display:inline;
}
.pageParking .parking_02{
	width:470px;
	height:300px;
	float:right;
	display:inline;
	text-align:center;
}
.pageParking .parking_03{
	width:470px;
	height:300px;
	float:left;
	display:inline;
	text-align:center;
}
.pageParking .parking_04{
	width:430px;
	height:300px;
	float:right;
	display:inline;
}
/*----------------------------------*/
.pageParking .p_pic01{
	margin:0;
}
.pageParking .title00{
	margin:10px 0 5px 0;
}
.pageParking .p_text{
	display:block;
	width:410px;
	font-size:90%;
	line-height:2.3;
	color:#ffffff;
	margin:0 auto;
	text-align:left;
}
/*----------------------------------*/
/*リンク*/
.pageParking .p_btn{
	margin:0 auto;
}
.pageParking .p_btn02{
	margin-top:80px;
}
.pageParking .p_btn03{
	margin-top:55px;
}
.pageParking .p_btn04{
	margin-top:55px;
}

/*新婚カップル向け賃貸特集/couple/
=========================================== */
.pageCouple .cmnSecWide00{
	border:solid 1px #d9d9d9;
	border-radius:6px;
	box-shadow: #eaeaea 0px 1px 1px;
	background:#fdf2f2;
}
.pageCouple .cmnSecWide00 .cmnSecWideIn{
	overflow:hidden;
	padding:20px;
}
/*----------------------------------*/
.pageCouple .c_mainpic{
	width:959px;
}
.pageCouple .couple_000{
	width:902px;
	margin-left:25px;
}
.pageCouple .couple_01{
	width:394px;
	float:left;
	display:inline;
}
.pageCouple .couple_02{
	width:488px;
	float:right;
	display:inline;
}
.pageCouple .couple_03{
	width:488px;
	float:left;
	display:inline;
}
.pageCouple .couple_04{
	width:394px;
	float:right;
	display:inline;
}
/*----------------------------------*/
/*タイトル*/
.pageCouple .c_tit{
	margin-top:-30px;
}
/*----------------------------------*/
/*テキスト*/
.pageCouple .c_text01{
	width:394px;
	font-size:90%;
	line-height:2.5;
	color:#512122;
	margin:10px 20px 0 0;
	text-align:left;
}
.pageCouple .c_text02{
	width:394px;
	font-size:90%;
	line-height:2.5;
	color:#512122;
	margin:25px 0 0 10px;
	text-align:left;
}
.pageCouple .c_text03{
	width:394px;
	font-size:90%;
	line-height:2.5;
	color:#512122;
	margin:30px 20px 0 0;
	text-align:left;
}
/*----------------------------------*/
/*画像*/
.pageCouple .c_pic01{
	margin-top:10px;
}
.pageCouple .c_pic02{
	margin-top:10px;
}
/*----------------------------------*/
/*リンク*/
.pageCouple .c_btn{
	width:322px;
	margin:30px auto;
}

/*2人の新生活を始める前に読んで下さい/couple/
=========================================== */
.pageWedding .cmnSecWide00{
	border:solid 1px #d9d9d9;
	border-radius:6px;
	box-shadow: #eaeaea 0px 1px 1px;
	background:#f5919d;
}
.pageWedding .cmnSecWide00 .cmnSecWideIn{
	overflow:hidden;
	padding:20px;
}
/*----------------------------------*/
.pageWedding .w_mainpic{
	margin:0 auto;
}
/*----------------------------------*/
.pageWedding .wedding_000{
	margin-top:-19px;
}
.pageWedding .w_pic01{
	width:959px;
	height:367px;
	margin:0 auto;
	position:relative;
}
.pageWedding .w_text01{
	width:394px;
	font-size:90%;
	line-height:2.5;
	color:#ffffff;
	text-align:left;
	position:absolute;
	top:470px;
	left:49px;
}
.pageWedding .w_btn01{
	position:absolute;
	top:665px;
	left:480px;
}
/*----------------------------------*/
.pageWedding .wedding_001{
	margin-top:-38px;
}
.pageWedding .w_pic02{
	width:959px;
	height:367px;
	margin:0 auto;
	position:relative;
}
.pageWedding .w_text02{
	width:394px;
	font-size:90%;
	line-height:2.5;
	color:#ff006e;
	text-align:left;
	position:absolute;
	top:835px;
	left:558px;
}
.pageWedding .w_btn02{
	position:absolute;
	top:1036px;
	left:475px;
}
/*----------------------------------*/
.pageWedding .wedding_002{
	margin-top:-38px;
}
.pageWedding .w_pic03{
	width:959px;
	height:367px;
	margin:0 auto;
	position:relative;
}
.pageWedding .w_text03{
	width:394px;
	font-size:90%;
	line-height:2.5;
	color:#ffffff;
	text-align:left;
	position:absolute;
	top:1220px;
	left:49px;
}
.pageWedding .w_btn03{
	position:absolute;
	top:1400px;
	left:475px;
}

/*レディースマンション特集/ladies/
=========================================== */
.pageLadies .cmnSecWide00{
	border:solid 1px #d9d9d9;
	border-radius:6px;
	box-shadow: #eaeaea 0px 1px 1px;
}
.pageLadies .cmnSecWide00 .cmnSecWideIn{
	overflow:hidden;
	padding:20px;
}
.pageLadies .background_l{
	background-image:url(/help/ladies/img/back.jpg);
	background-repeat:repeat-y;
}
/*----------------------------------*/
.pageLadies .l_mainpic{
	margin:0 auto;
}
/*----------------------------------*/
.pageLadies .ladies_000{
	margin-top:20px;
}
.pageLadies .l_backpic01{
	width:959px;
	height:370px;
	margin:0 auto;
	position:relative;
}
.pageLadies .l_btn01{
	position:absolute;
	top:892px;
	left:277px;
}
/*----------------------------------*/
.pageLadies .ladies_001{
	margin-top:205px;
}
.pageLadies .l_backpic02{
	width:959px;
	height:596px;
	margin:0 auto;
	position:relative;
}
.pageLadies .l_btn02{
	position:absolute;
	top:1514px;
	left:277px;
}
/*----------------------------------*/
.pageLadies .ladies_002{
	margin-top:-10px;
}
.pageLadies .l_backpic03{
	width:959px;
	height:674px;
	margin:0 auto;
	position:relative;
}
.pageLadies .l_btn03{
	position:absolute;
	top:2220px;
	left:277px;
}

/*ファミリー向け賃貸/familial/
=========================================== */
.pageFamilial .cmnSecWide00{
	border:solid 1px #d9d9d9;
	border-radius:6px;
	box-shadow: #eaeaea 0px 1px 1px;
}
.pageFamilial .cmnSecWide00 .cmnSecWideIn{
	overflow:hidden;
	padding:80px;
	background:#ffffff;
}
/*----------------------------------*/
.pageFamilial .fam_main{
	margin:0 auto;
}
/*----------------------------------*/
.pageFamilial .familial_000{
	margin-top:20px;
}
.pageFamilial .fampic01{
	width:840px;
	height:560px;
	margin:0 auto;
	position:relative;
}
.pageFamilial .fam_btn01{
	position:absolute;
	top:1050px;
	left:340px;
}
/*----------------------------------*/
.pageFamilial .familial_001{
	margin-top:-10px;
}
.pageFamilial .fampic02{
	width:840px;
	height:499px;
	margin:0 auto;
	position:relative;
}
.pageFamilial .fam_btn02{
	position:absolute;
	top:1600px;
	left:545px;
}
/*----------------------------------*/
.pageFamilial .familial_002{
	margin-top:10px;
}
.pageFamilial .fampic03{
	width:840px;
	height:572px;
	margin:0 auto;
	position:relative;
}
.pageFamilial .fam_btn03{
	position:absolute;
	top:2130px;
	left:280px;
}

/*敷金・礼金無/without /
=========================================== */
.pageWithout .cmnSecWide00{
	border:solid 1px #d9d9d9;
	border-radius:6px;
	box-shadow: #eaeaea 0px 1px 1px;
}
.pageWithout .cmnSecWide00 .cmnSecWideIn{
	overflow:hidden;
	padding:80px;
	background:#ffffff;
}
/*----------------------------------*/
.pageWithout .out_main{
	width:840px;
	height:325px;
	margin:0 auto;
}
/*----------------------------------*/
.pageWithout .withouto_000{
	width:840px;
	padding:0px;
	margin:0 auto;
}
.pageWithout .outpic01{
	width:420px;
	height:470px;
	float:left;
	display:inline;
	margin-top:-20px;
}
.pageWithout .outpic02{
	width:420px;
	height:235px;
	float:right;
	display:inline;
	margin-top:-489px;
}
.pageWithout .outpic03{
	width:420px;
	height:235px;
	float:right;
	display:inline;
	margin-top:-293px;
}
.pageWithout .outpic04{
	width:420px;
	height:470px;
	float:left;
	display:inline;
	margin-top:-95px;
}
.pageWithout .outpic05{
	width:420px;
	height:470px;
	float:right;
	display:inline;
	margin-top:-492px;
}
/*----------------------------------*/
/*リンク*/
.pageWithout .outpic05{
	width:420px;
	height:470px;
	position:relative;
}
.pageWithout .out_btn{
	position:absolute;
	top:1275px;
	left:140px;
}

/*高級賃貸物件特集/higher/
=========================================== */
.pageHigher .mainImgText {
	top: 143px;
	left: 28px;
	color: #fff;
	line-height: 2;
}
.pageHigher .cmnTit01 .tit02 span{
	font-size:24px;
	font-weight:bold;
}
/*----------------------------------*/
/*キービジュアル*/
.pageHigher .mainpic{
	width:960px;
	height:260px;
}
/*----------------------------------*/
/*backcontainer*/
.pageHigher .container01{
	width:960px;
	height:auto;
	margin:25px 0;
	padding:10px 0;
	border-right:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	background:url("/help/higher/img/bg.png") no-repeat left top;
	box-sizing: border-box;
}
/*title*/
.pageHigher .title01{
	width:902px;
	margin:0 auto;
	margin-top: 7px;
	margin-bottom:20px;
}
/*----------------------------------*/
/*高級賃貸と通常賃貸の違い*/
.pageHigher .con01Left{
	width:310px;
	float:left;
	margin-left:25px;
	display:inline;
}
.pageHigher .con01Right{
	width:565px;
	float:right;
	margin-right:25px;
	margin-top:5px;
	display:inline;
}
.pageHigher .h_text{
	line-height:1.9;
	font-size:14px;
	letter-spacing:1.2;
	display:inline;
}
.pageHigher .pickr{
	color:#a21310;
}
/*----------------------------------*/
/*立地･セキュリティ･設備*/
.pageHigher .h_con02{
	width:290px;
	height:555px;
	float:left;
	text-align:center;
	margin-left:30px;
	border:1px solid #c9c9c9;
	display:inline;
}
.pageHigher .h_con03{
	width:290px;
	height:555px;
	float:left;
	text-align:center;
	margin:0 10px;
	border:1px solid #c9c9c9;
	display:inline;
}
.pageHigher .h_con04{
	width:290px;
	height:555px;
	float:right;
	text-align:center;
	margin-right:30px;
	border:1px solid #c9c9c9;
	display:inline;
}
/*subtitle*/
.pageHigher .subtit01{
	margin:10px 0;
}
/*subtext*/
.pageHigher .h_text01{
	width:260px;
	margin:15px 0 15px 15px;
	text-align:left;
	font-size:13px;
	line-height:2;
}
/*----------------------------------*/
.pageHigher .mtmpic{
	width:960px;
	margin:0 auto;
}
.pageHigher .box{
	text-align:center;
	margin:45px 0;
}

/*京町家賃貸物件特集/machiya/
=========================================== */
.pageMachiya .cmnTit01 .tit02 span{
	font-size:24px;
	font-weight:bold;
}
/*----------------------------------*/
/*キービジュアル*/
.pageMachiya .mainpic{
	width:960px;
	height:260px;
}
/*----------------------------------*/
/*backcontainer*/
.pageMachiya .container01{
	width:960px;
	height:auto;
	margin:0 auto;
	padding:10px 0;
	border-bottom:1px solid #c9c9c9;
	background:url("/help/machiya/img/bg_img01.png") no-repeat left top;
}
/*title*/
.pageMachiya .con00_tit{
	width:960px;
	margin:0 auto;
}
/*link*/
.pageMachiya .machiya_btn{
	width:960px;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}
/*----------------------------------*/
/*京町家の基礎知識*/
.pageMachiya .never01{
	padding-top:15px;
}
.pageMachiya .con01Left{
	width:597px;
	float:left;
	margin-left:30px;
	display:inline;
}
.pageMachiya .con01_btn{
	text-align: center;
	margin:5px 0;
}
.pageMachiya .con01Right{
	width:273px;
	float:right;
	margin-right:30px;
	display:inline;
}
.pageMachiya .con01_text{
	line-height:1.7;
	font-size:14px;
	display:inline;
}
/*----------------------------------*/
/*外から見る京町家の特徴*/
.pageMachiya .con02_main01{
	text-align:center;
	margin:10px 0;
}
/*外観説明*/
.pageMachiya .con02_img{
	text-align:center;
}
/*---------------*/
/*京格子の種類*/
.pageMachiya .con02_tit02{
	width:899px;
	margin:0 auto;
}
.pageMachiya .con02_text03{
	width:900px;
	margin:10px auto;
	line-height:1.6;
	font-size:15px;
}
/*各格子の説明*/
.pageMachiya .con02_kosimg{
	text-align:center;
}
/*----------------------------------*/
/*内から見る京町家の特徴*/
.pageMachiya .con03_main01{
	text-align:center;
	margin:10px 0 20px 0;
}
/*内観説明*/
.pageMachiya .con03_img{
	text-align:center;
}
/*----------------------------------*/
/*まとめ*/
.pageMachiya .con04_main{
	width:960px;
	height:295px;
	margin-top:20px;
	text-align:center;
}
/*----------------------------------*/
/*最後*/
.pageMachiya .box01{
	text-align:center;
	margin:45px 0;
}
.pageMachiya .bg_btn{
	width:1000px;
	margin:0 0 -19px -21px;
	height:auto;
	padding:15px 0;
	border-bottom:1px solid #ffffff;
	background:url("/help/higher/img/bg_btn.png") no-repeat left top;
}
/*link*/
.pageMachiya .machiya_btn01{
	width:1000px;
	text-align:center;
}

/*オール電化賃貸特集/all-electric/
=========================================== */
/*キービジュアル*/
.pageElectric .mainImgText {
	top: 130px;
	left: 69px;
	width: 402px;
	text-align: center;
	line-height: 1.7;
}
.pageElectric .mainpic{
	width:960px;
	height:260px;
}
/*----------------------------------*/
/*backcontainer*/
.pageElectric .container01,
.pageElectric .container02 {
	width:960px;
	height:auto;
	margin:25px 0;
	border-bottom:1px solid #d2d2d2;
}
.pageElectric .container01{
	background:url("/help/all-electric/img/bg_img.png") no-repeat left top;
}
.pageElectric .container02{
	background:url("/help/all-electric/img/con04_bg.png") no-repeat left top;
}
/*----------------------------------*/
/*title*/
.pageElectric .electric_titbg{
	width:960px;
	height:50px;
	margin:0 auto;
	background:url("/help/all-electric/img/title_img.png");
}
.pageElectric .electric_title{
	font-size:22px;
	color:#ffffff;
	font-weight:bold;
	padding: 10px 0 0 70px;
	text-shadow:2px 2px 0px #10512e;
}
/*----------------------------------*/
.pageElectric .con01_text01{
	width: 900px;
	line-height:1.8;
	font-size:14px;
	margin: 15px auto;
	font-weight:bold;
}
/*-------------*/
.pageElectric .con01_never{
	width:930px;
	margin:0 auto;
	overflow:hidden;
}
.pageElectric .con01Left{
	width:270px;
	float:left;
	margin-left:30px;
}
/*-------------*/
.pageElectric .con01_title{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding: 5px 0;
}
.pageElectric .con01_text{
	width:260px;
	margin:0 auto;
	font-size:13px;
	line-height:1.6;
}
.pageElectric .con01_btn{
	text-align:center;
	margin:20px 0;
}
/*----------------------------------*/
.pageElectric .con23_never{
	width:960px;
	padding: 20px 0;
}
.pageElectric .con23Left{
	width:571px;
	float:left;
	margin-top:5px;
	margin-left:30px;
}
.pageElectric .con234Right{
	width:299px;
	float:right;
	margin-right:30px;
}
.pageElectric .con234_text{
	width:571px;
	font-size:13px;
	line-height:1.7;
}
.pageElectric .con0203_btn{
	text-align:center;
	margin:30px 0 20px 0;
}
/*----------------------------------*/
/*オール電化を上手く利用するために！*/
.pageElectric .con04_never{
	width:960px;
	padding: 20px 0;
}
.pageElectric .con04Left{
	width:571px;
	float:left;
	padding-left: 30px;
}
.pageElectric .con04_title{
	margin-bottom:10px;
}
/*----------------------------------*/
/*link！*/
.pageElectric .box{
	text-align:center;
	margin:45px 0;
}

/*楽器可相談賃貸特集/musical/
=========================================== */
.pageMusical .mainImgText {
	top: 169px;
	left: 475px;
	width: 459px;
}
/*キービジュアル*/
.pageMusical .mainpic{
	width:960px;
	height:260px;
}
/*----------------------------------*/
/*backcontainer*/
.pageMusical .container01,
.pageMusical .container02{
	width:960px;
	height:auto;
	margin:25px 0;
	border-bottom:1px solid #d0c5b4;
	box-sizing: border-box;
}
.pageMusical .container01{
	background:url("/help/musical/img/bg_img.png") no-repeat left top;
}
.pageMusical .container02{
	background:url("/help/musical/img/con4_bg.png") no-repeat left top;
}
/*----------------------------------*/
/*title*/
.pageMusical .conMusicTit{
	width:960px;
	height:60px;
}
.pageMusical .con1_titbg{
	background:url("/help/musical/img/con1_title.png");
}
.pageMusical .con2_titbg{
	background:url("/help/musical/img/con2_title.png");
}
.pageMusical .con3_titbg{
	background:url("/help/musical/img/con3_title.png");
}
.pageMusical .con4_titbg{
	background:url("/help/musical/img/con4_title.png");
}
.pageMusical .musical_title{
	font-size:23px;
	color: #6e593e;
	font-weight:bold;
	padding: 11px 0 0 55px;
	text-shadow:1px 1px 0px #ffffff,2px 2px 0px #cbbbae;
	clear:both;
	letter-spacing: 0.07em;
}
.pageMusical .m_tit{
	font-size:27px;
}
.pageMusical .musical4_title{
	font-size:23px;
	color: #407f52;
	font-weight:bold;
	padding: 11px 0 0 55px;
	text-shadow:1px 1px 0px #ffffff,2px 2px 0px #c1eabd;
	clear:both;
	letter-spacing: 0.07em;
}
/*----------------------------------*/
.pageMusical .con13_never,
.pageMusical .con24_never{
	width:900px;
	margin:25px auto;
}
/*float*/
.pageMusical .con13Left,
.pageMusical .con24Left{
	float:left;
	margin-top:5px;
}
.pageMusical .con13Left{
	width:595px;
	margin-top:5px;
}
.pageMusical .con24Left{width:271px;}
.pageMusical .con13Right,
.pageMusical .con24Right{
	float:right;
	margin-left:34px;
}
.pageMusical .con13Right{width:271px;}
.pageMusical .con24Right{
	width:595px;
	margin-top:5px;
}
.pageMusical .con123_btn{
	width:270px;
	text-align:center;
	margin-top:10px;
}
/*----------------------------------*/
/*text*/
.pageMusical .con1234_text{
	width:595px;
	font-size:14px;
	line-height:1.8;
}
/*----------------------------------*/
/*link！*/
.pageMusical .box{
	text-align:center;
	margin:45px 0;
}

/*新店オープン・リニューアル
=========================================== */
/*キービジュアル*/
.pageNewopen .mainImg{
	width:960px;
	height: auto;
	background: #eee;
}
.pageNewopen .titCatch {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: #023b95;
	padding: 12px 15px 8px 32px;
	position: relative;
}
.pageNewopen .titCatch::before {
	content: '';
	display: block;
	width: 8px;
	height: 24px;
	background: #fff;
	position: absolute;
	top: 16px;
	left: 15px;
}
.pageNewopen .txtCatch{
	line-height:2;
}
.pageNewopen .txtCatch .red{
	color:"red;"
}
.pageNewopen .conImg {
	display: flex;
	flex-flow: wrap;
	row-gap: 30px;
	justify-content: space-between;
}
.pageNewopen .conImg .boxImg {
	width: 280px;
	border: 1px solid #e5e5e5;
}
.pageNewopen .boxInfo,
.pageNewopen .boxInfo * {
	box-sizing: border-box;
}
.pageNewopen .boxInfo {
	display: flex;
}
.pageNewopen .boxInfo .map {
	width: 420px;
	background: #ddd;
}
.pageNewopen .boxInfo .map iframe {
	width: 100%;
	height: 100%;
}
.pageNewopen .boxInfo .address {
	width: calc(100% - 420px);
	background: #dceaff;
	padding: 30px;
}
.pageNewopen .boxInfo .address .tit {
	font-size: 22px;
	font-weight: bold;
	position: relative;
	padding-left: 24px;
	color: #013b96;
}
.pageNewopen .boxInfo .address .tit::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: #013b96;
	position: absolute;
	top: 6px;
	left: 0;
}
.pageNewopen .boxInfo .address .shopData,
.pageNewopen .boxInfo .address .shopData * {
	box-sizing: border-box;
}
.pageNewopen .boxInfo .address .shopData {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.pageNewopen .boxInfo .address .shopData dt {
	width: 90px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #013b96;
	align-self: baseline;
}
.pageNewopen .boxInfo .address .shopData dd {
	width: calc(100% - 110px);
}
.pageNewopen .secBtns .boxBtns {
	text-align: center;
	background: #eee;
	padding: 20px;
}
.pageNewopen .secBtns .boxBtns .btn {
	display: inline-block;
}
.pageNewopen .secBtns .boxBtns .btn a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	background: #ff7e00;
	border-bottom: 4px solid #d06800;
	border-radius: 4px;
	padding: 20px 70px 15px;
}
/*合格発表前予約/Preorder/
=========================================== */
.pagePreorder h3.titBg {
	width: 960px;
	height: 34px;
	background: url(/kodawari/preorder/img/tit01.png) no-repeat;
}
.pagePreorder h3.tit01 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 11px 0 0 45px;
	letter-spacing: 1.3px;
}
.pagePreorder .boxPeriod {
	text-align: center;
	padding: 25px 0 20px;
	margin-top: 30px;
	background: #fff5e8;
	border: 1px solid #e5a857;
}
.pagePreorder .boxPeriod .period {
        color: #ff0c48;
	font-size: 20px;
	font-weight: bold;
}
.pagePreorder .boxPeriod .note {
	font-size: 15px;
}
/*boxCopy*/
.pagePreorder .boxCopy01{
	width: 906px;
	height: 165px;
	margin: 30px auto 10px;
	background: url(/kodawari/preorder/img/bg01.png) no-repeat;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: 16px;
}
.pagePreorder .boxCopy01 span {
	font-size: 20px;
	font-weight: bold;
	color: #ff0c48;
}
.pagePreorder .boxCopy02 {
	width: 960px;
	height: auto;
	background: #fff4f9;
	text-align: center;
	padding: 30px 0;
	margin-bottom: 30px;
}
.pagePreorder .boxCopy02 .copyTxt01 {
	font-size: 24px;
	font-weight: bold;
	text-shadow: #fff 2px 2px 0px,
	#fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px;
}
.pagePreorder .boxCopy02 .copyTxt02 {
	font-size: 41px;
	font-weight: bold;
	color: #ff0c48;
	text-shadow: #fff 3px 3px 0px,
	#fff -3px 3px 0px, #fff 3px -3px 0px, #fff -3px -3px 0px;
	background: linear-gradient(transparent 70%, #ffeb11 60%);
	margin: 0 auto;
}
.pagePreorder .boxCopy02 .secBoxBtn {
	margin: 20px 0;
}
/*----------------------------------*/
/*boxMelit*/
.pagePreorder .boxMelit01 {
	width: 972px;
	margin: 30px 0;
	overflow: hidden;
}
.pagePreorder .boxMelit01 li {
	float: left;
	width: 310px;
	margin-right: 14px;
}
/*----------------------------------*/
/*boxSchedule*/
.pagePreorder .scheduleText {
	width: 940px;
	margin: 20px auto;
	font-size: 14px;
}
.pagePreorder .boxSchedule01 {
	width: 960px;
	height: auto;
	margin-bottom: 30px;
}
/*----------------------------------*/
/*boxFlow*/
.pagePreorder .boxFlow01 {
	width: 960px;
	padding: 20px 0 0 20px;
	border: solid 2px #0b63b4;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	box-sizing: border-box;
	background: url(/kodawari/preorder/img/bg_pattern01.gif) 0 0 repeat;
	margin-bottom: 30px;
}
.pagePreorder .boxFlow01 ul .conStep {
	float: left;
	position: relative;
	width: 270px;
	height: 150px;
	margin: 0 20px 20px 0;
	padding: 10px;
	border: solid 1px #c3c8d0;
	background: #FFF;
}
.pagePreorder .boxFlow01 ul .conStep .img {
	position: absolute;
	top: 10px;
	left: 10px;
}
.pagePreorder .boxFlow01 ul .conStep .icon,
.pagePreorder .boxFlow01 ul .conStep .tit,
.pagePreorder .boxFlow01 ul .conStep .txt {
	margin: 0 0 0 120px;
	width: 146px;
}
.pagePreorder .boxFlow01 ul .conStep .icon {
	padding: 0 0 5px;
}
.pagePreorder .boxFlow01 ul .conStep .tit {
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #0552ba;
}
.pagePreorder .boxFlow01 ul .conStep .txt {
	padding: 5px 0 0 0;
	font-size: 12px;
}
/*----------------------------------*/
/*secMessage*/
.pagePreorder .secMessage {
	border: solid 2px #dddddd;
	border-radius: 4px;
	margin: 48px 0 15px;
}
.pagePreorder .secMessage .boxIn {
	background: url(/kodawari/preorder/img/bg_msg01.gif) no-repeat left bottom;
	border: solid 10px #FFF;
}
.pagePreorder .secMessage .copy {
	padding: 10px 0 0 10px;
}
.pagePreorder .secMessage .boxText {
	width: 625px;
	font-size: 95%;
	padding: 15px 0 10px 20px;
}
/*----------------------------------*/
/*btn*/
.pagePreorder .secBoxBtn a {
	background: url(/kodawari/preorder/img/btn_n.png) no-repeat;
	width: 320px;
	height: 40px;
	display: block;
	margin: 0 auto;
	font-size: 20px;
	padding-top: 12px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.pagePreorder .secBoxBtn a:hover {
	background: url(/kodawari/preorder/img/btn_o.png) no-repeat;
	color: #ffdfe9;
}

/*賃貸のお役立ち便利箱/kodawari/
=========================================== */
/*mainimg*/
.pageKodawari .mainImg {
	width: 960px;
	margin-bottom: 20px;
	position: relative;
}
.pageKodawari .mainImgText {
	position: absolute;
	height: 40px;
	top: 143px;
	left: 42px;
	line-height: 1.8;
	color: #1f3950;
}
/*secRead*/
.pageKodawari ul.secRead {
	overflow: hidden;
	width: 980px;
	margin: 0 auto 25px;
}
.pageKodawari ul.secRead li {
	position: relative;
	float: left;
	width: 225px;
	height: 70px;
	padding: 20px 20px 25px 0px;
	border-bottom: dotted 1px #d4d4d4;
}
.pageKodawari ul.secRead li:nth-child(4n) {
	padding-right: 0;
}
.pageKodawari ul.secRead li .img {
	position: absolute;
	top: 20px;
}
.pageKodawari ul.secRead li .tit {
	display: block;
	padding: 0 0 0 87px;
	font-weight: bold;
}
.pageKodawari ul.secRead li .txt {
	font-size: 11px;
	padding: 0 0 0 87px;
}

/*来店予約のご案内/reserve/
=========================================== */
.pageReserve .boxRead,
.pageReserve .secProcess {
	background: #ebe9e0;
}
.pageReserve .boxRead {
	text-align: center;
	padding: 20px 0;
}
.pageReserve .secMerit .secTit,
.pageReserve .secProcess .secTit {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.pageReserve .secMerit .txt,
.pageReserve .secProcess .txt {
	font-size: 18px;
	font-weight: bold;
}
.pageReserve .secMerit .imgArrow {
	text-align: center;
}
.pageReserve .listSecMerit {
	display: flex;
	justify-content: space-between;
}
.pageReserve .secProcess {
	padding: 40px 30px;
	display: flex;
	flex-flow: column;
	row-gap: 40px;
}
.pageReserve .boxSecProcess {
	display: flex;
	justify-content: space-between;
}
.pageReserve .boxSecProcess .txt {
	width: 470px;
}
.pageReserve .secProcess .attention {
	background: #fff;
	padding: 20px;
}
.pageReserve .secProcess .attention ul {
	line-height: 2.5;
	padding-left: 20px;
}
.pageReserve .secProcess .attention li {
	list-style: disc;
}
.pageReserve .cmnBtn02 {
	width: 290px;
	height: 50px;
	background: #ff8d1d;
	border-bottom: 5px solid #d16b07;
	border-radius: 3px;
	margin: auto;
}
.pageReserve .cmnBtn02:active {
	border-bottom: none;
	transform: translateY(5px);
}
.pageReserve .cmnBtn02 a {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

/* コロナ対策ページ /prevention.html
=========================================== */
.pagePrevention .boxWrapper {
	background: #d4f4eb;
	padding: 50px 30px;
	margin-top: 30px;
}
.pagePrevention .text01 {
	line-height: 1.6rem;
}
.pagePrevention .boxWrapper ul{
	padding:0;
	display: flex;
	margin-top: 40px;
}
.pagePrevention .boxWrapper .boxTit {
	background: #27b992;
	font-size: 22px;
	padding: 15px 0;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
.pagePrevention .boxWrapper .box01 ul {
	flex-wrap:wrap;
}
.pagePrevention .boxWrapper .box01 ul li{
	vertical-align: middle;
	width: 423px;
	background:#FFF;
	border: 3px #27b992 solid;
	border-radius: 3px;
}
.pagePrevention .boxWrapper .box01 ul li:nth-child(odd){
	margin-right: 40px;
}
.pagePrevention .boxWrapper .box01 ul li:nth-child(-n+2){
	margin-bottom:40px;
}
.pagePrevention .boxWrapper .box01 ul li .box01Text {
	font-size: 20px;
	line-height: 2.2rem;
	color: #2a2827;
	margin: 0;
	padding: 20px 0 20px 190px;
	height: 105px;
	font-weight:bold;
	display: flex;
	align-items: center;
	background-repeat:no-repeat;
}
.pagePrevention .boxWrapper .box01 ul li:nth-child(1) .box01Text{
	background-image: url(/prevention/img/ico_01.png);
	display: table;
	background-position: 23px center;
}
.pagePrevention .boxWrapper .box01 ul li:nth-child(2) .box01Text{
	background-image: url(/prevention/img/ico_02.png);
	background-position: 50px center;
}
.pagePrevention .boxWrapper .box01 ul li:nth-child(3) .box01Text{
	background-image: url(/prevention/img/ico_03.png);
	background-position: 35px center;
}
.pagePrevention .boxWrapper .box01 ul li:nth-child(4) .box01Text{
	background-image: url(/prevention/img/ico_04.png);
	background-position: 35px center;
}
.pagePrevention .boxWrapper .box01 ul li .box01Text span{
	font-size: 18px;
	font-weight:normal;
}
.pagePrevention .boxWrapper .box01 ul li .box01Text:before {
	width: 60px;
	height: 43px;
	top: 27px;
	left: 20px;
	background-image: url(/prevention/img/ico_01.png);
}
.pagePrevention .boxWrapper .box02 ul{
	width: 880px;
	margin: 40px auto 0px;
}
.pagePrevention .boxWrapper .box02 ul li{
	width: 260px;
}
.pagePrevention .boxWrapper .box02 ul li:not(:last-child) {
	margin-right:50px;
}
.pagePrevention .boxWrapper .box02 ul li .box02Text{
	color: #2a2827;
	font-weight:bold;
	text-align:center;
	font-size:23px;
	margin-top: 30px;
}
.pagePrevention .boxWrapper .box03 .box03In {
	background: #FFF;
	display: flex;
	padding: 40px 40px 0px;
	margin-top: 40px;
}
.pagePrevention .boxWrapper .box03 .box03In .box03Img{
	width: 170px;
	height: 153px;
	margin-top: 30px;
	margin-left: 20px;
}
.pagePrevention .boxWrapper .box03 .box03Text {
	font-size: 17px;
	width: 600px;
	margin-left: 45px;
	line-height: 2.3rem;
	font-weight: bold;
}
.pagePrevention .boxWrapper .area-btn.bottom .btn01:not(:last-child){
	margin-right:20px;
}
.pagePrevention .preventionBtn {
	margin: 30px auto;
	text-align: center;
}
.pagePrevention .preventionBtn .btn{
	width: auto;
	display: inline-block;
	margin: 0;
	overflow:hidden;
	line-height: 1.6;
}
.pagePrevention .preventionBtn .btn a{
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
	padding: 12px 40px;
	font-size: 1.2rem;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #139ce2;
	box-shadow: 0 3px 0 #0b73a9;
	color: #ffffff;
}
.pagePrevention .preventionBtn .btn a:hover{
	box-shadow: 0 1px 0 #0b73a9;
	margin: 12px auto 8px;
}
.pagePrevention .box01 .preventionBtn .btn,
.pagePrevention .box02 .preventionBtn .btn{
	width: 240px;
}
.pagePrevention .box03 .preventionBtn {
	position: relative;
	z-index: 0;
}
.pagePrevention .preventionBtn.bottom .btn a{
	display: inline-block;
}
.pagePrevention .preventionBtn.bottom {
	background-color: #f0f0f0;
	padding: 17px 0 20px;
	margin: 30px auto 10px;
	text-align: center;
}
.pagePrevention .preventionBtn.bottom .btn:not(:last-child) {
	margin-right: 20px;
}
