@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------------------------
common
------------------------------------------------------------------------*/
html {
	/*font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;*/
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
	font-size: 62.5%;
}

body {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	line-height: 1.6;
	letter-spacing: 0.08em;
	-webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
}

strong {
	font-weight: bold;
}

img, object, embed, video {
	max-width: 100%;
	height: auto;
}

img {
	border: 0;
	vertical-align: bottom;
}

a:link,
a:visited {
    color: #2c488f;
    text-decoration: none;
}

a:hover {
	opacity: 0.8;
    text-decoration: underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:active {
    color: #333;
    text-decoration: none;
}

.inner {
	margin: auto;
	padding: 0 20px;
	max-width: 1000px;
}

.fN {
	float: none !important;
	width: 100%;
}

.w100 {
	width: 100%;
}

.border {
	border: solid 1px #e6e6e6 !important;
}

.borderN {
	border: none !important;
}

.bold {
	font-weight: bold;
}

.red {
	color: #de1313;
}

.oakred {
	color: #E35D54;
}

.blue {
	color: #2c488f;
}

.lightblue {
	color: #108ccf;
}

.green {
	color: #33b371;
}

.yellowgreen {
	color: #64b962;
}

.orange {
	color: #f18f19;
}

.frame {
	padding: 20px;
	border: solid 1px #e6e6e6;
}

.listStyleInside {
	list-style: inside;
}

/*----------------------------------------------------------------------
header
------------------------------------------------------------------------*/
/* header */
#header {
	padding: 22px 0;
	border-top: solid 4px #2c488f;
}

#header h1 {
	float: left;
	margin: auto;
	margin-top: 6px;
}

#header h1 p{
	font-size: 11px;
}

#header h1 a{
	display: block;
	width: 178px;
	height: auto;
}

#header .telBox {
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
}

#header p {
	line-height: 1;
}

#header .tel01,
#header .tel02 {
	margin: auto;
	max-width: 376px;
	max-height: 20px;
	margin-bottom: 6px;
}

#header .tel .t {
	float: left;
	padding: 4px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: 0;
	background: #4a7cb4;
}

#header .tel .n {
	float: right;
	margin-left: 4px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #2c488f;
	letter-spacing: 0;
}

#header .tel .n span {
	padding-right: 3px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #333;
}

.headerBtn a {
	display: block;
	margin: 8px 0;
	padding: 8px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #2c488f url(../images/icon_arrow02.png) no-repeat 20px center;
}

.headerBtn a:hover {
	text-decoration: none;
}

.info_covid{
	width: 100%;
	color: #FFF;
	background-color: #E35D54;
	padding: 10px 0;
	line-height: 1.2;
}

.info_covid .info_covid_inner{
	text-align: center;
	margin: 0 auto;
}

.info_covid2{
	border: #E35D54 solid 1px;
	padding: 10px;
	color: #E35D54;
	margin-top: 10px;
}

/*----------------------------------------------------------------------
gNav
------------------------------------------------------------------------*/
.gNav {
	background: #f0f0f0;
}

.menu {
	position: relative;
	width: 100%;
	border-left: solid 1px #fff;
}

.menu > li {
	float: left;
	line-height: 50px;
	text-align: center;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0;
}

.menu > li a {
	display: block;
	color: #333;
    text-decoration: none;
	border-right: solid 1px #fff;
	padding: 0 16px;
}

.menu > li:first-child a {
	border-left: solid 1px #fff;
}

.menu > li a:hover {
	color: #fff;
	background: #2c488f;
}

.menu__second-level li a:hover {
	color: #fff;
	background: #2c488f;
}

.menu__mega .menu__second-level {
	position: absolute;
	top: 40px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

.menu__mega:hover .menu__second-level {
	top: 50px;
	visibility: visible;
	opacity: 1;
	border-left: solid 1px #eee;
}

/*
.menu__mega .menu__second-level > li {
	float: left;
	width: 10.0%;
	border: none;
}
*/

.menu__mega .menu__second-level > li {
	float: left;
	width: 20.0%;
	font-size: 10px;
	font-size: 1.0rem;
	border: none;
	background: #fff;
}

.menu__mega .menu__second-level > li > a {
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.menu__mega .menu__second-level > li > ul:first-child > li {
}

/*----------------------------------------------------------------------
MV
------------------------------------------------------------------------*/
#mv {
	height: 460px;
	background: url(../images/mv.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

#mv .inner{
	width: 80%;
	font-size: 34px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	color: #fff;
}

#mv h1 {
	max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    text-align: center;
    padding: 20px 0 40px 0;
    text-shadow: 3px 3px 7px #000;
    font-size: 27px;
}

#mv .btn {
	line-height: 1;
    padding-top: 40px;
    text-align: center;
}

/*----------------------------------------------------------------------
最新のセミナー情報
------------------------------------------------------------------------*/
#seminar {
	letter-spacing: 0;
	background: url(../images/seminarBg.png) no-repeat center center;
}

#seminar ul.seminarBox {
	display: table;
	width: 100%;
	height: 50px;
}

#seminar ul li.ttl,
#seminar ul li.info,
#seminar ul li.link {
	display: table-cell;
	vertical-align: middle;
}

#seminar ul li.ttl {
	width: 180px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	background: url(../images/seminarTtlBg.png) no-repeat right center, #2c488f;
}

#seminar ul li.info {
	width: 720px;
	padding: 0 0 0 20px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../images/seminarLine.png) no-repeat right center, #f0f0f0;
}

#seminar ul li.link {
	width: 100px;
	padding: 0 10px;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../images/seminarLine.png) no-repeat right center, #f0f0f0;
}

.time {
	margin-right: 10px;
	font-weight: bold;
}

/* ニュースティッカー */
.ticker {
    position: relative;
    overflow: hidden;
}
 
.ticker ul {
    position: relative;
}
 
.ticker ul li {
    display: none;
}

/*----------------------------------------------------------------------
main
------------------------------------------------------------------------*/
#main {
	margin-bottom: 60px;
}

#main ul li {
	float: left;
	width: 31%;
	margin-left: 3.5%;
}

/* caption effect */
#main figure {
	position: relative;
	overflow: hidden;
}

.main01 {
	background: #4a7cb4;
	background: rgba(74,124,180,0.9);
}

.main02 {
	background: #ab7d4a;
	background: rgba(171,125,74,0.9);
}

.main03 {
	background: #73669e;
	background: rgba(115,102,158,0.9);
}

#main figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}

#main figure:hover figcaption {
	opacity: 1;
}

.figcaptionBox {
	padding: 20px;
}

.figcaptionBox h3 a {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #fff;
	background: url(../images/line01.png) repeat-x bottom;
}

.figcaptionBox a {
	display: block;
	padding-left: 12px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../images/icon_arrow02.png) no-repeat left 50%;
}

.figcaptionBox p a:link,
.figcaptionBox p a:visited {
	color: #fff;
}

.contactBtn a {
	display: block;
	margin-top: 20px;
	line-height: 40px;
	text-align: center;
	border: solid 1px #fff;
	font-size: 14px;
	font-size: 1.4rem;
	background: none;
}

.contactBtn a:hover {
	text-decoration: none;
}

/*----------------------------------------------------------------------
content
------------------------------------------------------------------------*/
.content {
/*	margin-top: 80px;*/
}

.contentBox {
	margin-bottom: 40px;
}

/* title */
.title01 {
	margin-bottom: 30px;
	padding-bottom: 16px;
	border-bottom: solid 1px #e6e6e6;
	font-size: 24px;
	font-size: 2.4rem;
}

.title01 span {
	padding-left: 30px;
	line-height: 24px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #666;
	background: url(../images/titleLine.png) no-repeat 8px bottom;
}

.title02 {
	margin: 30px 0 20px;
	padding-left: 16px;
	border-left: solid 6px #2c488f;
	font-size: 16px;
	font-size: 1.6rem;
}

/* view */
.view a {
	display: block;
	padding: 0 18px 0 28px;
	line-height: 24px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	background: url(../images/icon_arrow02.png) no-repeat 10px 50% #2c488f;
}

.view a:hover {
    text-decoration: none;
}

/* articleBox */
.articleBox {
	float: left;
	margin-left: 2%;
	width: 23.5%;
	background: url(../images/icon_arrow04.png) no-repeat right bottom;
}

.articleBox .border {
	padding: 20px 0;
}

.articleBox h4 {
	margin-bottom: 18px;
	padding: 0 15px;
	line-height: 1.2;
}

.articleBox img {
	margin-bottom: 20px;
}

.articleBox .txtBox {
	padding: 0 15px;
	font-size: 12px;
	font-size: 1.2rem;
}

/*----------------------------------------------------------------------
news
------------------------------------------------------------------------*/
.news li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #e6e6e6;
}

.event,
.topics,
.information {
	float: left;
	margin-right: 20px;
	width: 110px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}

.event {
	background: #d37177;
}

.topics {
	background: #c4bf0c;
}

.information {
	background: #3ea6b8;
}

.newsTime {
	float: left;
	height: 20px;
	font-weight: bold;
}

.newsTxt {
	margin-top: 10px;
}

/*----------------------------------------------------------------------
footer
------------------------------------------------------------------------*/
/* sns */
#sns {
	margin-top: 20px;
	text-align: right;
}

/* footer */
#footer {
	margin-top: 20px;
	padding: 50px 0;
	letter-spacing: 0;
	background: #f0f0f0;
}

#footer a:link,
#footer a:visited {
    color: #333;
}

#footer li {
	float: left;
	width: 24%;
	margin-left: 2.5%;
	line-height: 1.2;
}

#footer h2 a {
	display: block;
	margin-bottom: 20px;
	padding: 0 0 25px 22px;
	font-size: 13px;
	font-size: 1.3rem;
	background: url(../images/icon_arrow03.png) no-repeat left top, url(../images/footerLine.png) repeat-x bottom;
}

#footer h2 a.backN {
	margin-bottom: 0;
	background: url(../images/icon_arrow03.png) no-repeat left top;
}

#footer h3 a {
	display: block;
	margin-top: 18px;
	padding-left: 15px;
	font-size: 10px;
	font-size: 1.0rem;
	background: url(../images/icon_arrow01.png) no-repeat left 4px;
}

#footer h4 a {
	display: block;
	margin-top: 12px;
	padding-left: 15px;
	font-size: 10px;
	font-size: 1.0rem;
}

#footer p a {
	display: block;
	margin: 12px 0 0 10px;
	padding-left: 15px;
	font-size: 11px;
	font-size: 1.1rem;
	background: url(../images/icon_arrow01.png) no-repeat left 3px;
}

#footer .footerBtn a {
	display: block;
	margin: 20px 0 0;
	padding: 8px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #2c488f url(../images/icon_arrow02.png) no-repeat 20px center;
}

#footer .footerBtn a:hover {
	text-decoration: none;
}


/* copy */
#copy {
	padding: 20px 0;
	line-height: 1;
	font-size: 12px;
	font-size: 1.2rem;
}

.copyUl {
	float: left;
}

.copyUl p {
	float: left;
}

.copyUl p a {
	display: block;
	margin-left: 20px;
	padding: 0 20px 0 15px;
	border-right: solid 1px #e6e6e6;
	background: url(../images/icon_arrow01.png) no-repeat left 4px;
}

.copyright {
	float: right;
}

/*----------------------------------------------------------------------
下層ページ共通
------------------------------------------------------------------------*/
/* パンくず */
.breadcrumb {
	margin: 30px 0;
	line-height: 1.2;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}

.breadcrumb li {
	float: left;
}

.breadcrumb li a {
	margin-right: 15px;
	padding-right: 15px;
	font-weight: normal;
	background: url(../images/breadcrumb.png) no-repeat right 3px;
}

/* サイドナビ */
.sideNav {
	line-height: 1;
	letter-spacing: 0;
}

.sideNav a:hover {
    text-decoration: none;
}

.navTitle a {
	display: block;
	line-height: 70px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background: #2c488f;
}

.navTitleC {
	display: block;
	line-height: 70px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background: #2c488f;
}

.navUl {
	border: solid 1px #e6e6e6;
}

.navList a {
	display: block;
	padding: 23px 0 23px 28px;
	border-top: solid 1px #e6e6e6;
	font-size: 13px;
	font-size: 1.3rem;
	background: url(../images/icon_arrow01.png) no-repeat 14px center;
}

.navUl02 li a {
	display: block;
	padding: 12px 0 12px 38px;
	font-size: 11px;
	font-size: 1.1rem;
	background: url(../images/icon_arrow01.png) no-repeat 24px center;
}

.navList a:hover,
.navUl02 li a:hover {
	background-color: #f0f0f0;
}

.sideNav .navOn a {
	font-weight: bold;
	background: #f0f0f0;
}

/* タイトル */
.contentTitle {
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: 26px;
	font-size: 2.6rem;
	border-bottom: solid 1px #e6e6e6;
}

.contentTitle02 {
	margin: 40px 0 25px;
	padding: 10px 0 10px 15px;
	line-height: 1.2;
	font-size: 18px;
	font-size: 1.8rem;
	border-left: solid 6px #2c488f;
	background: #f8f8f8;
}

/* カラム */
.leftCol {
	float: left;
	width: 70%;
}

.rightCol {
	float: right;
	width: 26%;
}

/*----------------------------------------------------------------------
貸したい・借りたい / 売りたい・買いたい
------------------------------------------------------------------------*/
.col2 {
	margin-bottom: 30px;
}

.col2 .left {
	float: left;
	width: 48%;
}

.col2 .right {
	float: right;
	width: 48%;
}

.col2 img {
	margin-bottom: 20px;
	background: url(../images/rent_sell/icon01.png) no-repeat left top;
}

.col2 h2 {
	margin-bottom: 12px;
	padding-left: 28px;
	line-height: 1.2;
	font-size: 18px;
	font-size: 1.8rem;
	color: #2c488f;
	background: url(../images/rent_sell/arrow.png) no-repeat left top;
}

.col2 .off h2 {
	color: #999 !important;
	background: url(../images/rent_sell/arrow_off.png) no-repeat left top !important;
}

.col2 .off p {
	color: #999 !important;
}

/* picup */
.picup {
	margin-bottom: 60px;
	padding: 20px;
	border: solid 1px #e6e6e6;
}

.col3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #e6e6e6;
}

.noLine {
	
	margin-bottom: 0 !important;
	padding-bottom: 20px !important;
	border-bottom: none !important;
}

.col3 .left {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.col3 .left img {
	margin-bottom: 10px;
}

/* アンカーリンク */
.anchorLink {
	border: solid 1px #e6e6e6;
}

.anchorLink li {
	float: left;
	width: 33.33%;
}

.anchorLink li a {
	display: block;
	padding: 10px 5px;
	text-align: center;
	letter-spacing: 0;
	font-size: 11px;
	font-size: 1.1rem;
	border-left: solid 1px #e6e6e6;
	background: url(../images/icon_arrow05.png) no-repeat 10px center;
}

li.anchor01 a,
li.anchor02 a,
li.anchor03 a {
	border-bottom: solid 1px #e6e6e6;
}

li.anchor01 a,
li.anchor04 a {
	border-left: none;
}

.anchorLink li a:hover {
    text-decoration: none;
}

/* 事例紹介・モデルケース */
.caseBox {
	margin: 20px 0 30px;
}

.caseBox .left {
	float: left;
	width: 60%;
}

.caseBox .right {
	float: right;
	width: 37%;
}

.caseBox table {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
}

.caseBox table th {
	width: 20%;
	padding: 8px 0;
	font-weight: bold;
	border-bottom: solid 1px #fff;
	background: #f8f8f8;
}

.caseBox table td {
	width: 80%;
	padding-left: 10px;
}

.caseBtn a {
	display: block;
	padding: 12px;
	text-align: center;
	font-weight: bold;
	border: solid 1px #e6e6e6;
	background: url(../images/icon_arrow01.png) no-repeat 20px center;
}

.caseBtn a:hover {
	text-decoration: none;
}

.caseBox02 {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #e6e6e6;
}

.caseBox02 .left {
	float: left;
	width: 42%;
}

.caseBox02 .right {
	float: right;
	width: 55%;
}

.caseBox02 .right h2 {
	margin-bottom: 16px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #2c488f;
}

/* 物件詳細ページ */


.saleTitle {
	margin: 40px 0 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.saleTitle strong {
	display: block;
	padding: 10px 0 10px 15px;
	line-height: 1.4;
	font-size: 18px;
	font-size: 1.8rem;
	border-left: solid 6px #2c488f;
	color: #E35D54;
	box-sizing: border-box;
}
.saleTitle span {
	display: block;
	font-size: 1.4rem;
	margin-top: 0.5em;
	background: #f8f8f8;
	padding: 10px;
	width: 100%;
}
.saleTitle em {
	color: #FFF;
	background: #666;
	border-radius: 4px;
	font-size: 11px;
	width: 47px;
	height: 47px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5em;
	text-align: center;
	line-height: 1.1;
	flex-grow: 0;
	flex-shrink: 0;
}
.saleTitle em.ext-shareLarge {
	background: #8F2C61;
}
.saleTitle em.ext-shareMiddle {
	background: #2c488f;
}
.saleTitle em.ext-shareSmall {
	background: #2C8F61;
}
.saleTitle em + strong {
	padding: 0 0 0 15px;
	border-left: none;
	width: calc( 100% - 47px );
}
.saleTitle br {
	display: none;
}
.saleTitle em br {
	display: inline-block;
}


.summaryTable {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
	width: 100%;
	margin-bottom: 25px;
}

.summaryTable th {
	width: 20%;
	box-sizing: border-box;
	padding: 12px 0;
	font-weight: bold;
	border-bottom: solid 2px #fff;
	background: #fdf6d5;
	white-space: nowrap;
	vertical-align: middle;
	flex-grow: 0;
	flex-shrink: 0;
}

.summaryTable td {
	width: 30%;
	box-sizing: border-box;
	padding: 12px 0 12px 10px;
	vertical-align: middle;
	text-align: center;
}
.summaryTable span {
	font-size: 1.1rem;
	color: #2c488f;
	font-weight: bold;
}

.summaryTable strong{
	color: #E35D54;
	font-size: 1.6rem;
}

.contactBtn02 a {
	display: block;
	margin-top: 40px;
	padding: 18px 10px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #2c488f url(../images/icon_arrow02.png) no-repeat 20px center;
}

.contactBtn02 a:hover {
	text-decoration: none;
}

.cTitle01 {
	margin-bottom: 10px;
	font-weight: bold;
}

.owner {
	margin-bottom: 40px;
	border: solid 1px #e6e6e6;
}

.ownerTitle {
	padding: 12px;
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
	background: url(../images/bg01.png);
}

.ownerBox {
	padding: 20px;
}

.ownerBox .left {
	float: left;
	width: 42%;
}

.ownerBox .right {
	float: right;
	width: 55%;
}

.ownerBox h3 {
	margin-bottom: 14px;
	line-height: 1.2;
	font-size: 18px;
	font-size: 1.8rem;
	color: #2c488f;
}

.ownerName {
	margin-top: 10px;
	letter-spacing: 0;
}

.interviewBox {
	margin-top: 40px;
}

.interviewBox h2 {
	margin-bottom: 14px;
	line-height: 1.2;
	font-size: 18px;
	font-size: 1.8rem;
	color: #2c488f;
}

.interviewBox .left {
	float: left;
	width: 48%;
}

.interviewBox .right {
	float: right;
	width: 48%;
}

.point {
	margin-bottom: 40px;
	padding: 20px;
	border: solid 1px #e6e6e6;
}
.pointBox {
	margin-top: 20px;
}

.pointBox h4 {
	margin-bottom: 10px;
}

.pointBox p {
	padding-left: 20px;
}

.articleTable {
	margin-bottom: 40px;
	width: 100%;
	border-top: dotted 1px #e6e6e6;
}

.articleTable th,
.articleTable td {
	padding: 15px 8px;
	vertical-align: middle;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
}

.articleTable th {
	width: 80px;
	border-bottom: solid 1px #fff;
	font-weight: bold;
	background: #f0f0f0;
}

.articleTable td {
	border-bottom: dotted 1px #e6e6e6;
}

.articleTable .td01 {
	font-size: 15px !important;
	font-size: 1.5rem !important;
	font-weight: bold;
}

.articleTable .td02 {
	font-weight: bold;
}

.ggmap {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.estateBox {
	margin-bottom: 40px;
	border: dotted 1px #e6e6e6;
}

.estateBox h2 {
	margin-bottom: 20px;
	padding: 12px 20px;
	font-size: 18px;
	font-size: 1.8rem;
	background: #f0f0f0;
}

.estateBox .txt {
	padding: 0 20px 20px;
}

/* 開業までの流れ */
.flow {
	padding: 15px 0;
	background: url(../images/flow/line.png) repeat-y 20px top;
}

.flowBox {
	padding-left: 15px;
	margin-bottom: 60px;
}

.flow .left {
	float: left;
	width: 60%;
}

.flow .right {
	float: right;
	width: 37%;
}

.flow h2,
.flow h3 {
	margin-bottom: 20px;
}

.flow h3,
.flow p,
.flowUl {
	padding-left: 32px;
}

.flow .flowT {
	margin-bottom: 60px;
	padding-left: 9px;
}

.flowUl {
	margin-top: 10px;
	font-size: 10px;
	font-size: 1.0rem;
}

/*----------------------------------------------------------------------
法人様のご利用
------------------------------------------------------------------------*/
.contentBoxPlus{
	border: 2px solid #000000;
}

.contentBoxPlus .caseBoxPlusInner{
	padding: 20px;
	margin: 0 auto;
}
	
.contentBoxPlus .caseBoxPlusInner p{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 10px;
}

.contentBoxPlus .caseBoxPlusInner ul{
	list-style: inside;
}

.contactBtn03{
	background-color: #f0f0f0;
	margin: 40px 0;
	padding: 20px 20px;
	font-weight: bold;
}

.contactBtn03 a{
	display: block;
	padding: 18px 10px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #2c488f url(../images/icon_arrow02.png) no-repeat 20px center;
	margin: 10px auto 0 auto;
}

.corporationT {
	padding: 20px;
	line-height: 1.6;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	color: #eb651c;
	background: #fdefe8;
}

/* ソーシャルレジデンス */
.socialresidenceT {
	margin-bottom: 15px;
	line-height: 1.2;
	font-size: 16px;
	font-size: 1.6rem;
	color: #2c488f;
}

.socialresidenceT span {
	font-size: 12px;
	font-size: 1.2rem;
}

/* スマ賃 */
.apartmentBox .left {
	float: left;
	width: 60%;
}

.apartmentBox .left ul {
	margin-bottom: 20px;
	font-weight: bold;
}

.apartmentBox .right {
	float: right;
	width: 38%;
}

/* シェアハウスイメージ */
.sharehouseImageBox p.marB20{
	margin-bottom: 20px;
}

.sharehouseImageBox img{
	margin: 0;
	padding-bottom: 5px;
	width: 49%;
}


/* 入居割引 */
.discountText{
	font-weight: bold;
}

.discountText2{
	font-weight: bold;
	margin: 40px 0;
}

ul.discountList li{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}

ul.discountList li img{
	width: 100%;
	height: auto;
}

ul.discountList li p{
	display: block;
	width: 80%;
	margin: 0 auto;
}

.notes{
	font-size: 12px;
}

/*----------------------------------------------------------------------
法人様のご利用
------------------------------------------------------------------------*/
.imageArea img{
	margin: 0;
	padding-bottom: 5px;
	width: 49%;
}

.matching img{
	width: 350px;
	height: auto;
}

.matching .matchingImg{
	display: inline-block;
}

.matching .matchingText{
	display: block;
	width: 350px;
}

.matching p{
	display: inline-block;
}


/*----------------------------------------------------------------------
オークハウスが選ばれる理由
------------------------------------------------------------------------*/
.reasonT {
	margin-bottom: 20px;
	line-height: 1.2;
	font-size: 22px;
	font-size: 2.2rem;
	color: #2c488f;
}

.reasonT span {
	font-size: 14px;
	font-size: 1.4rem;
}

.memberT {
	padding: 15px 20px;
	line-height: 1.6;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	color: #eb651c;
	background: #fdefe8;
}

.memberBox .left {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.memberBox h3 {
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 16px;
	font-size: 1.6rem;
}

.memberBox h3 span {
	font-size: 16px;
	font-size: 1.6rem;
	color: #e94615;
}

/* メリット・デメリット */
.bgOrange {
	background: #ffead6;
}

.bgBlue {
	background: #e1f1f8;
}

.meritBox .left {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.meritBox .left .meritTitle {
	height: 75px;
	margin-bottom: 20px;
	padding: 0 10px;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.meritBox .left .meritTitle h4 {
	padding: 30px 0;
}

.meritBox .left ul li {
	padding-left: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: justify;
	background: url(../images/list.png) no-repeat left 8px;
}

.arrowBox {
	margin: 30px 0;
}

.arrowBox .left {
	float: left;
	width: 50%;
	color: #ff8400;
	background: url(../images/arrow_orange.png) no-repeat center center;
}

.arrowBox .center {
	color: #ff8400;
	background: url(../images/arrow_orange.png) no-repeat center center;
}

.arrowBox .center2 {
	color: #ff8400;
	background: url(../images/arrow_orange02.png) no-repeat center center;
}

.arrowBox .right {
	float: right;
	width: 50%;
	color: #36a0cd;
	background: url(../images/arrow_blue.png) no-repeat center center;
}

.arrowBox .left p,
.arrowBox .right p,
.arrowBox .center p,
.arrowBox .center2 p {
	line-height: 72px;
	text-align: center;
	font-weight: bold;
	border: solid 1px #fff;
}

.arrowT {
	padding: 20px;
	line-height: 1.6;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #eb651c;
	border: solid 1px #eb651c;
}

/* 社長挨拶 */
.greetBox {
	margin-top: 30px;
}

.greetBox .image {
	float: right;
	margin: 0 0 10px 20px;
}

.greetBox p {
	margin-bottom: 10px;
}

/* 会社概要 */
.companyTable {
	margin-bottom: 40px;
	width: 100%;
	border-top: dotted 1px #e6e6e6;
}

.companyTable th,
.companyTable td {
	padding: 15px;
	vertical-align: middle;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
}

.companyTable th {
	width: 90px;
	border-bottom: solid 1px #fff;
	font-weight: bold;
	background: #f0f0f0;
}

.companyTable td {
	border-bottom: dotted 1px #e6e6e6;
	border-right: dotted 1px #e6e6e6;
}

.accessBox {
	margin-top: 30px;
}

.accessBox .left {
	float: left;
	width: 58%;
}

.accessBox .right {
	float: right;
	width: 40%;
}

.accessBox table {
	width: 100%;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
}

.accessBox table th {
	width: 90px;
	font-weight: bold;
}

/* 事業案内過去→未来 */
.business {
	padding: 20px 0;
	background: url(../images/reason/businessLine.png) repeat-y left;
}

.business .timeline {
	display: inline-block;
	margin: 40px 0 25px;
	padding: 5px 30px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #e55800;
	background: #fdede3;
}

.business h3 {
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 2.0rem;
}

.businessBox {
	padding-left: 20px;
}

.businessBox .left {
	float: left;
	width: 60%;
}

.businessBox .right {
	float: right;
	width: 38%;
}

.businessBox .tenantArea {
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	border: solid 1px #e6e6e6;
}

/* オークホステル */
.hostelBox {
	margin-top: 30px;
}

.hostelBox .left {
	float: left;
	margin: 0 20px 10px 0;
}

/* これからのオークハウス */
.futureBox .left {
	float: left;
	width: 16%;
	margin-left: 0.8%;
}

.futureBox .left .meritTitle {
	height: 75px;
	margin-bottom: 20px;
	padding: 0 5px;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	color: #644321;
	background: #e6dfd7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.futureBox .left .meritTitle h4 {
	padding-top: 30px;
}

/* 入居の流れ */
.flowT {
	margin: 20px 0;
}

.flowArea {
	margin-bottom: 20px;
	padding: 20px;
	background: #f4f6f9;
}

.flowArea li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../images/list02.png) no-repeat left 7px;
}

.flowArea li.liRed {
	padding-left: 0;
	font-size: 12px;
	font-size: 1.2rem;
	color: #de1313;
	background: none;
}

.flowTxt {
	padding-left: 20px;
	font-size: 12px;
	font-size: 1.2rem;
}

/* 多様な入居者属性 */
.attributeArea {
	margin-top: 20px;
	padding: 15px 20px;
	font-size: 12px;
	font-size: 1.2rem;
	background: #f4f6f9;
}



/*----------------------------------------------------------------------
よくある質問
------------------------------------------------------------------------*/
/* タブ */
#tab {
	margin-bottom: 30px;
	border: solid 1px #e6e6e6;
}

#tab li {
	float: left;
	padding: 15px 20px 15px 30px;
	letter-spacing: 0;
	border-right: solid 1px #e6e6e6;
	cursor: pointer;
	background: url(../images/icon_arrow01.png) no-repeat 10px center;
}

#tab li.select {
	font-weight: bold;
	cursor: default;
	background: #e6e6e6;
}

.disnon {
	display: none !important;
}

/* アコーディオン */
#acMenu dt {
	display: block;
	cursor: pointer;
	background: url(../images/faq/arrow01.png) no-repeat right center;
}

#acMenu dd {
	display: none;
	padding: 20px;
	background: #f3f7fc url(../images/faq/a.png) no-repeat 20px 20px;
}

#acMenu dt.active {
	background: url(../images/faq/arrow02.png) no-repeat right center;
}

#acMenu {
	border-top: dotted 1px #e6e6e6;
}

#acMenu h2 {
	padding: 25px 40px 25px 60px;
	line-height: 1.2;
	border-bottom: dotted 1px #e6e6e6;
	background: url(../images/faq/q.png) no-repeat left center;
}

#acMenu p {
	padding-left: 60px;
}

/*----------------------------------------------------------------------
セミナー情報
------------------------------------------------------------------------*/
.seminarUl li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #e6e6e6;
}

.seminarEnd {
	margin-top: 20px;
	padding: 15px 20px;
	text-align: center;
	border: solid 1px #de1313;
}

/*----------------------------------------------------------------------
お問い合わせ
------------------------------------------------------------------------*/
/* step */
.contactStep {
	margin-bottom: 30px;
	line-height: 60px;
	text-align: center;
	border: solid 1px #2c488f;
}

.contactStep li {
	float: left;
	width: 33.33%;
	background: url(../images/contact/arrowOff.png) no-repeat right center #f4f6f9;
}

.contactStep li .step {
	margin-right: 5px;
	padding: 3px 5px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	background: #2c488f;
}

.contactStep li .txt {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold
	color: #2c488f;
}

.contactStep li.on {
	background: url(../images/contact/arrowOn.png) no-repeat right center #2c488f;
}

.contactStep li.off {
	background-image: url(../images/contact/arrowOn2.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.contactStep li.on .step {
	color: #2c488f;
	background: #fff;
}

.contactStep li.on .txt {
	color: #fff;
}

.contactStep li.last {
	background-image: none !important;
}

/* エラー */
.error {
	margin-bottom: 30px;
	padding: 15px 20px;
	border: solid 1px #de1313;
	color: #de1313;
	background: #fdf3f3;
}

.error ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../images/list03.png) no-repeat left 7px;
}

/* contactTable */
.contactTable {
	margin-bottom: 40px;
	width: 100%;
	border-top: dotted 1px #e6e6e6;
}

.contactTable th,
.contactTable td {
	padding: 15px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
}

.contactTable th {
	overflow: hidden;
	width: 140px;
	border-bottom: solid 1px #fff;
	font-weight: bold;
	background: #f0f0f0;
}

.contactTable td {
	border-bottom: dotted 1px #e6e6e6;
}

.required {
	float: right;
	margin-left: 8px;
	padding: 0 3px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	background: #de1313;
}

.required_floatnone {
	float: none;
	margin-left: 8px;
	padding: 3px 3px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	background: #de1313;
}


.contactTable .checkboxUl li {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

.contactTable .td04 textarea {
	width: 100%;
}

.contactTable textarea,
.contactTable input[type="text"],
.contactTable input[type="password"] {
	max-width: 100%;
}

.contactTable .small {
	width: 150px;
}

.contactTable .middle {
	width: 300px;
}

.contactTable .big {
	width: 450px;
}

.contactTable .tel {
	width: 50px;
}

/* contactBtnArea */
.contactBtnArea {
	padding: 30px;
	background: #f8f8f8;
}

.contactBtnArea li {
	float: left;
	width: 50%;
	text-align: center;
}

.contactBtnArea li input {
	width: 80%;
	height: 60px;
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 0;
}

.contactBtnArea li input.reset {
	background: #999;
}

.contactBtnArea li input.submit {
	background: #2c488f;
}

/*----------------------------------------------------------------------
サイト改修
------------------------------------------------------------------------*/
/* トップページ */
.topContent01 {
	margin-top: 80px;
	padding-bottom: 80px;
	border-bottom: solid 1px #ccc;
}

.topContent01 h1 {
	line-height: 1.4;
	text-align: center;
	font-size: 34px;
	font-size: 3.4rem;
	color: #2c488f;
}

.topContent01 .txtArea {
	margin: 40px 0 0 0;
	line-height: 1.8;
	text-align: center;
	font-size: 18px;
}

.topContent01 h2 {
	margin: 100px 0 40px 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #395D9F;
}

.featureUl {
	margin-top: 40px;
}

.featureUl li {
	float: left;
	width: 49%;
	margin: 2% 0 0 2%;
}

/* メリット・デメリット */
.meritTable {
	margin-top: 20px;
	width: 100%;
	border-top: dotted 1px #e6e6e6;
}

.meritTable th,
.meritTable td {
	padding: 15px;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 0;
}

.meritTable th {
	border-bottom: solid 1px #fff;
	font-weight: bold;
	background: #f0f0f0;
}

.meritTable th.left {
	width: 170px;
	border-right: solid 1px #fff;
}

.meritTable td {
	border-bottom: dotted 1px #e6e6e6;
}

/* ご契約内容 */
.contractTable {
	margin-top: 20px;
	width: 100%;
	border-top: dotted 1px #e6e6e6;
	border-left: dotted 1px #e6e6e6;
}

.contractTable th,
.contractTable td {
	padding: 15px;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 0;
	border-bottom: dotted 1px #e6e6e6;
	border-right: dotted 1px #e6e6e6;
}

.contractTable th {
	font-weight: bold;
}

.contractTable th.top {
	background: #f0f0f0;
	border-left: solid 1px #fff;
}

.contractTable td {
}

/* よくあるご質問 */
dl.faq {
	margin-top: 40px;
}

dl.faq dt {
	margin-bottom: 20px;
	padding: 0 0 10px 35px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0;
	background: url(../images/faq_q.png) no-repeat left top, url(../images/faq_line.png) no-repeat left bottom;
}

dl.faq dd {
	padding: 0 0 0 35px;
	background: url(../images/faq_a.png) no-repeat left top;
}

/* コラム */
.form {
	z-index: 1;
	position: relative;
	height: 44px;
}

.form input.text {
	height: 42px;
	width: 92%;
	padding: 0 10px; 
	position: absolute;
	left: 0;
	top: 0;
	border: solid 1px #ddd;
	outline: 0;
}

.form input.searchBtn {
	border: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	outline: 0;
}

.reportBox {
	padding: 30px 0;
	border-bottom: dotted 1px #ccc;
}

.reportBox .left {
	float: left;
	width: 30%;
}

.reportBox .right {
	float: right;
	width: 68%;
}

.reportBox h3 {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}

.reportBox .text {
	margin-top: 10px;
}

.cate {
	margin-bottom: 20px;
}

.category01,
.category02,
.category03,
.category04 {
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
}

.category01 {
	background: #c4bf0c;
}

.category02 {
	background: #65b963;
}

.category03 {
	background: #d37177;
}

.category04 {
	background: #3ea6b8;
}

.time {
    float: left;
    height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
}

.pageNav {
	margin-top: 40px;
	text-align: center;
}

.pageNav .number {
	margin: 0 2px;
	padding: 10px 12px;
	text-align: center;
	border: solid 1px #2c488f;
}

.pageNav .current {
	color: #fff;
	background: #2c488f;
}

.pageNav .next {
	margin-left: 20px;
}

.pageNav .prev {
	margin-right: 20px;
}

.pageNav a:hover {
	text-decoration: none;
}

/* コラム詳細 */
.reportArea {
}

.reportArea .image {
	margin: 30px 0;
}

.reportArea h2 {
	margin: 40px 0 25px;
	padding: 10px 0 10px 15px;
	line-height: 1.2;
	font-size: 18px;
	font-size: 1.8rem;
	border-left: solid 6px #2c488f;
	background: #fff;
}

/* よくある質問 */
.readmore {
	margin-top: 5px;
	text-align: right;
}

.readmore a {
	padding-left: 15px;
	background: url(../images/icon_arrow01.png) no-repeat left 4px;
}


/* 全体リンク */
.linkArea {
	position: relative;
}

.linkArea a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* 新スマート会員 */
.smart_table{
	padding:10px;
}
.cap_small{
	font-size:12px;
}
.smart_table table{
	width:100%;
	border:1px solid #bbbbbb;
	border-collapse: collapse;
}
.smart_table table.smart_normal{
	margin-bottom: 20px;
}
.smart_table table.smart_normal th{
	color: #fff;
	background:#0069b3;
	text-align:center;
	padding:10px 0;
	border-right:1px solid #bbbbbb;
	width:27%;
	line-height:1.3;
	font-size:0.8em;
}
.smart_table table.smart_normal th:first-child{
	color: #fff;
	background:#0069b3;
	text-align:center;
	padding:10px 5px;
	border-right:1px solid #bbbbbb;
	width:15%;
}
.smart_table table.smart_normal th:last-child{
	color: #fff;
	background:#0069b3;
	text-align:center;
	padding:10px 0;
	border-right:none;
}
.smart_table table tr:nth-child(odd){
	background:#fff;
}
.smart_table table tr:nth-child(even){
	background:#F6F6F6;
}
.smart_table table tr:first-child{
	background: #DDB376;
}

.smart_table table td{
	text-align:center;
	font-size:1em;
	padding:5px 0;
	border-right:1px solid #bbbbbb;
}
.smart_table table td:first-child{
	color:#946B00;
	border-right:1px solid #bbbbbb;
}
.smart_table table td:nth-child(3n+1){
	color:#946B00;
	border-right:1px solid #bbbbbb;
}
.smart_table table td:last-child{
	text-align:center;
	padding:5px 0;
	border-right:none;
}
.smart_table h6.smart_s{
	font-size:15px;
	color:#0085B2;
	margin: 0 0 10px 0;
	font-weight: bolder;
}
.smart_table table.smart_super{
	margin-bottom: 15px;
}
.smart_table table.smart_super th{
	color: #fff;
	background:#0086B3;
	text-align:center;
	padding:10px 0;
	border-right:1px solid #bbbbbb;
	width:27%;
	line-height:1.3;
	font-size:0.8em;
}
.smart_table table.smart_super th:first-child{
	color: #fff;
	background:#0086B3;
	text-align:center;
	padding:10px 5px;
	border-right:1px solid #bbbbbb;
	width:15%;
}
.smart_table table.smart_super th:last-child{
	color: #fff;
	background:#0086B3;
	text-align:center;
	padding:10px 0;
	border-right:none;
}

/*----------------------------------------------------------------------
なぜ今シェアハウス投資なのか
------------------------------------------------------------------------*/

ul.investment_benefit{
	color: #cf4642;
	text-align: center;
	font-size: 12px;
}

ul.investment_benefit li{
	display: inline-block;
	width: 130px;
	vertical-align: top;
}

/*----------------------------------------------------------------------
投資スキーム
------------------------------------------------------------------------*/

.nagare{
	position: relative;
    border: 1px solid #2c488f;
    padding: 20px;
    margin-bottom: 22px;
}
    
.nagare:after {
	position: absolute;
    border: 12px solid transparent;
    border-top-color: #2c488f;
    border-bottom-width: 0;
    bottom: -13px;
    content: "";
    left: 50%;
    z-index: 1;
}

/*----------------------------------------------------------------------
トップ　スライダー
------------------------------------------------------------------------*/

.slider li{
	position: relative;
}

.slider li .caption{
	background:rgba(0,0,0,0.8);
	color: #fff;
	position: absolute;
	bottom: 24px;
	padding: 6px 20px;
}

.slider li .slider_info{
	position: absolute;
	right: 20px;
	bottom: 24px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

.slider li .slider_img_fussa{
	background: url(/common/images/slide_fussa.png) no-repeat bottom center;
	background-size: cover;
	border-radius: 20px;
	height: 518px;
}

.slider li .slider_img_isogo{
	background: url(/common/images/slide_isogo.png) no-repeat center center;
	background-size: cover;
	border-radius: 20px;
	height: 518px;
}
	
.slider li .slider_img_hiyoshi{
	background: url(/common/images/slide_hiyoshi.png) no-repeat center center;
	background-size: cover;
	border-radius: 20px;
	height: 518px;
}
	
.slider li .slider_img_tamagawa{
	background: url(/common/images/slide_tamagawa.png) no-repeat center center;
	background-size: cover;
	border-radius: 20px;
	height: 518px;
}
	
.slider li .slider_img_yomiuriland{
	background: url(/common/images/slide_yomiuriland.png) no-repeat center center;
	background-size: cover;
	border-radius: 20px;
	height: 518px;
}
	
.slider li .slider_img_yokohama{
	background: url(/common/images/slide_yokohama.png) no-repeat center center;
	background-size: cover;
	border-radius: 20px;
	height: 518px;
}
	
.slider li .slider_img_toda{
	background: url(/common/images/slide_toda.png) no-repeat center center;
	background-size: cover;
	border-radius: 20px;
	height: 518px;
}
















































