@charset "UTF-8";
/*=================================

*パソコン スマホ 切り替えるリンク

=================================*/
div#smartLink {
    background-color: #FFFFCC;
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
	text-decoration: none;
}
div#smartLink a{
	text-decoration: none;
}
/*=================================

*トップページ

=================================*/
body.front .tksn_box > table >tbody {
	display: flex;
    justify-content: space-between;
    width: 980px;
    flex-wrap: wrap;
}

body.front .layout_m .cont_main {
    padding-top: 50px;
}

body.front table.tksnBox64 {
	width: calc(calc(980px - 40px) / 3) !important;
	min-height: 465px !important;
}

/* お知らせ */
body.front .news__list{
	margin:0 auto 30px;
}
body.front .news__list li{
	border-bottom: 1px solid #ccc;
}
body.front .news__list li:first-child{
	border-top: 1px solid #ccc;
}
body.front .news__list a{
	display: flex;
	column-gap: 15px;
	line-height: 1.57;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	align-items: center;
	width: 100%;
	min-height: 67px;
	text-decoration: none;
	color: #000;
	box-sizing: border-box;
}
body.front .news__list a:hover{
	opacity: 0.8;
}
body.front .news__list a .photo,
body.front .news__list a .photo img{
	width: 100px;
	aspect-ratio: 1 / 1;
}
body.front .news__list a div{
	display: flex;
	align-items: center;
	column-gap: 15px;
}
/*=================================

*下層ページ・共通

=================================*/
/* 特選物件枠 */
.tksn_box > table >tbody {
	display: flex;
	justify-content: flex-start;
	width: 980px;
	flex-wrap: wrap;
	row-gap: 15px;
	margin-bottom: 10px;
	column-gap: 10px;
}
/*=================================

*下層ページ・スタッフ紹介

=================================*/
body.staff .w200 img{
	width: 200px;
}

/*=================================

*下層ページ・よくある質問

=================================*/
body.ques.single h2.tit{
	text-align: center;
}

body.ques.single .inner p + p{
	margin-top: 1em;
}
/*=================================

*下層ページ・ローンシミュレーション

=================================*/
body.loan .contents{
	margin-bottom: 50px;
}
body.loan .line01{
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: 24px;
	color: #395986;
	border-bottom: 1px solid #395986;;
	position: relative;
	font-weight: 700;
	line-height: 1;
	margin-top: 50px;
}
body.loan .line01::before {
	font-size: 30px;
	content: "\f044";
	font-family: "FontAwesome";
	color: #345887;
	margin-right: 7px;
	font-weight: 400;
}
body.loan .line02{
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: 20px;
	border-bottom: 1px solid #345887;
	position: relative;
	font-weight: 700;
	line-height: 1;
	color: #345887;
}
body.loan .line02::before {
	font-size: 26px;
	content: "\f040";
	font-family: "FontAwesome";
	color: #345887;
	margin-right: 7px;
	font-weight: 400;
}
body.loan .table-style01 {
	width: 100%;
	table-layout: fixed;
}
body.loan .table-style01 tr {
	border-bottom: 1px dotted #aaa;
}
body.loan .table-style01 th, .table-style01 td {
	padding: 20px 10px;
	text-align: left;
}
body.loan .table-style01 th {
	box-sizing: border-box;
	width: 200px;
	line-height: 1.3;
	font-weight: 700;
}

body.loan .shd {
	margin-top: 25px;
	margin-bottom: 12px;
	color: #345887;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}
body.loan .red {
	color: #c00;
}
body.loan #loansmu_form input:not([type="submit"]) {
	box-sizing: border-box;
	margin-right: 0.5em;
	padding: 5px 0;
	width: 120px;
	border: 1px solid #ccc;
	color: inherit;
	text-align: right;
	font-family: inherit;
	vertical-align: bottom;
	appearance: none;
	-webkit-appearance: none;
}
body.loan #loansmu_form select {
	box-sizing: border-box;
	margin-right: 0.5em;
	padding: 0 30px 0 10px;
	width: 120px;
	height: 36px;
	background: url(/img/loan/arrow.gif) no-repeat right 10px center / 10px;
	border: 1px solid #ccc;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	text-align: right;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
body.loan #loansmu_form .kinri input {
	margin-left: 0.5em;
	width: 90px;
	padding-right: 0;
	text-align: right;
}
body.loan #loansmu_form input[type="submit"] {
	margin: 20px auto;
	width: 280px;
	background-color: #345887;
	border: 0;
	border-radius: 0;
	outline: none;
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 54px;
	font-family: inherit;
	cursor: pointer;
	transition: opacity 0.2s;
	-webkit-appearance: none;
	appearance: none;
}
body.loan #loansmu_form input[type="submit"]:hover {
	opacity: 0.8;
}
body.loan #loansmu_form #result input {
	padding-right: 10px;
}
body.loan #result{
	margin-top: 50px;
}
body.loan #result > table + p {
	margin-top: 20px;
	margin-left: 1em;
	text-indent: -1em;
}

/* 個人情報保護方針
////////////////////////////////////////////////////////////////////*/

body.privacy .cont_main h3 {
    margin-bottom: 0.5em;
    font-size: 16px;
    color: #345887;
    margin-top: 1.5em;
	font-weight: bold;
}
body.privacy .cont_main h4 {
    margin-top: 1em;
	font-weight: bold;
}
body.privacy .cont_main ol {
    margin-left: 2em;
}
body.privacy .cont_main ol li {
    text-indent: -2em;
}
body.privacy .cont_main a {
	text-decoration: underline;
	color: #000;
}

/* archive-list02 //
---------------------------------------------- */
body.archive .archive-list02 {
	border-bottom: 1px dotted #ccc;
	width: 100%;
}
body.archive .archive-list02:first-child {
	border-top: 1px dotted #ccc;
}
body.archive .archive-list02 a {
	padding: 15px 60px 15px 20px;
	display: block;
	overflow: hidden;
	position: relative;
	transition: opacity 0.2s;
	text-decoration: none;
	color: #004EA2;
}
body.archive .archive-list02 a::before {
	margin: auto;
	height: 1em;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	color: #004EA2;
	font-size:1.2rem;
	line-height: 1;
	content: "\f054";
	font-family: "FontAwesome";
}
body.archive .archive-list02 a:hover {
	opacity: 0.8;
}
body.archive .archive-list02 time {
	font-size: 16px;
	color: #004EA2;
	font-weight: bold;
}
body.archive .archive-list02 h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
}
body.archive .archive-list02 .photo {
	margin-right: 20px;
	width: 150px;
	height: 150px;
	float: left;
}
body.archive .archive-list02 .photo img {
	width: 100%;
}
body.archive .archive-list02 .txt p {
	line-height: 24px;
	font-size: 16px;
	color: #000;
}
body.archive .archive-list02 .elips {
	max-height: 3.5em;
	overflow: hidden;
}

#pager {
	margin: 50px 0;
	overflow: hidden;
	font-size: 13px;
}
#pager .page-numbers {
	margin-right: 1px;
	padding: 8px 20px;
	height: 22px;
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#pager .page-numbers img {
	vertical-align: middle;
}
#pager span {
	background: #41444b;
}
#pager a {
	color: #fff;
	background: #d7d7d7;
	text-decoration: none;
}
#pager a:hover {
	background: #ececec;
}
/* マイページについて ///
---------------------------------------------- */
body.template{
	text-align: left;
}
body.template .taktmypageh2{
	font-size: 16px;
	min-height: 30px;
}
body.template #taktmypagetop{
	margin-bottom: 100px !important;
}
body.template #taktmypagetop p,
body.template .taktmypagetext{
	font-size: 16px;
}
/* シングル表示 ///
---------------------------------------------- */
body.single h2.tit{
	text-align: left;
}
body.single ._main {
	word-break: break-all;
}
body.single ._main time {
	margin-top: 11px;
	text-align: right;
	display: block;
}
body.single ._main figure{
	margin-bottom: 20px;
}
body.single .navlink {
	margin-top: 40px;
	padding-top: 5px;
	overflow: hidden;
	clear: both;
}
body.single .navlink .navlink-prev {
	float: left;
}
body.single .navlink .navlink-next {
	float: right;
}
body.single .navlink a{
	color: #000;
	text-decoration: none;
}
body.single .navlink a:hover {
	opacity: 0.7;
}
/* ブログサイドメニュー //
////////////////////////////////////////////////////////////////////*/

#side-menu {
	width: 250px;
}
#side-menu > ul > li:not(:last-child) {
	margin-bottom: 30px;
}
#side-menu > ul > li#menu_bukkens,
#side-menu > ul > li.mypage{
	margin-bottom: 20px;
}