/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（1325px〜）
---------------------------------------------------------------------------------------------------- */

/* 
=================================================== 

  0. Layout
  1. Text
  2. Header
  3. Navigation
  4. Common
  5. Prt Common
  6. Sidebar
  7. Footer
  8. Index
 
=================================================== 
*/

.pc {
	display:block;
}

.sp {
	display:none;
}

/* -------------------------------------------------------------------------------------
  0. LAYOUT
----------------------------------------------------------------------------------------- */

html{
}

body {
	color: #4d4d4d;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: 100%;
	border-left: 20px solid #52257C;
}

#wrap {
	width :100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#layout {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.width {
	width: 1100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.width80 {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}


/* -------------------------------------------------------------------------------------
  1. Text
----------------------------------------------------------------------------------------- */

h1 {
	font-size: 250%;
	margin-bottom: 50px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-style: normal;
	background: url("../img/common/h1_Bg.svg") center top no-repeat;
	padding-top: 55px;
	color: #333333;
}

h1 span {
	display: block;
	font-size: 40%;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	margin-top: -5px;
	font-style: normal;
	color: #CCCCCC;
	text-transform: uppercase;
}


h2 {
	font-size: 180%;
	text-align: left;
	border-left: 3px solid #52257C;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-bottom: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
}

h2 span {
	display: block;
	color: #CCC;
	font-size: 50%;
	border-radius: 100px;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	vertical-align: middle;
	text-transform: uppercase;
}

#about h2  {
	font-size: 180%;
	margin-bottom: 40px;
	padding-left: 0;
	text-align: left;
	font-weight: 500;
	border: none !important;
}

#about h2 span {
	display: block;
	color: #CCC;
	font-size: 50%;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-style: normal;
}

h3 {
	font-size: 140%;
	text-align: left;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
}

h3::before {	
	content:"ー";
	font-weight: 300;
	color: #52257C;
	padding-right: 10px;
}

h3 span {
	float: right;
	font-size: 60%;
}

h3 span a {
	background: #791725;
	transition: 0.3s;
	text-decoration: none;
	display: block;
	color: #FFF !important;
	padding: 5px 20px;
	box-sizing: border-box;
}

h3 span a:hover {
	color: #FFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #A6153B;
}

p + h2,
p + h3,
ul.text + h3 {
	margin-top: 40px;
}

p {
	font-size: 95%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 90%;
}

ul.text  li {
	line-height: 200%;
	padding: 0 0 0 10px;
	list-style: inside;
}

ol.number {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: yourDefinition;
	font-size: 110%;
	font-weight: 500;
}

ol.number li {
	padding-left: 50px;
	text-indent: -50px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px dotted #CCC;
}

ol.number li:before {
	counter-increment: yourDefinition;
	content: counter(yourDefinition);
	display: inline-block;
	margin-right: 10px;
	padding: 4px 1px;
	box-sizing: border-box;
	font-size: 100%;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-indent: 0;
	background: #52257C;
	border-radius: 100%;
}

/* -------------------------------------------------------------------------------------
  2. Header
----------------------------------------------------------------------------------------- */

#bg {
	background: rgb(243,179,53);
	background: linear-gradient(0deg, rgba(243,179,53,1) 52.5%, rgba(255,255,255,1) 52.5%);
	padding-bottom: 40px;
}

#home #bg {
	background: rgb(243,179,53);
	background: linear-gradient(0deg, rgba(243,179,53,1) 70%, rgba(255,255,255,1) 70%);
	padding-bottom: 100px;
}

#header_left {
	position: absolute;
	top: 30px;
	left: 5%;
	z-index: 100;
}

#header_right {
	float: right;
}

/* -------------------------------------------------------------------------------------
  3. Navigation
----------------------------------------------------------------------------------------- */

nav {
}

#navi {
	position: relative;
	top: 0;
	right: 0;
}

#dropmenu {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 1000;
	border-top: 4px solid #52257C;
}

#dropmenu li {
	position: relative;
	z-index: 1000;
	line-height: 100%;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	text-align: center;
	box-sizing: border-box;
}

#dropmenu li:nth-child(8) a {
	padding: 46px 50px;
	background: #52257C url("../img/header/mail.svg") center center no-repeat;
	color: #FFF;
}

#dropmenu li:nth-child(8) a:hover {
	display: block;
	background: #F3B335 url("../img/header/mail.svg") center center no-repeat;
	color: #FFF;
}

#dropmenu li a {
	display: block;
	margin: 0;
	padding: 46px 20px;
	font-size: 90%;
	line-height: 100%;
	background: #221815;
	text-decoration: none;
	color: #FFF;
	border-right: 1px solid #333333;
}

#dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 2000;
	top: 100%;
	left: 0;
	width: 150%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#dropmenu li ul li {
	overflow: hidden;
	width: 200%;
	height: 0;
	color: #fff;
	transition: .2s;
	border-right: none;
}

#dropmenu li ul li a {
	padding: 20px;
	text-align: left;
	font-weight: normal;
	color: #FFF;
}

#dropmenu > li:hover > a { background:#52257C; color:#FFF; }
#dropmenu > li:hover li:hover > a {  background: #52257C; color: #FFF; transition: 0.5s; }
#dropmenu li:hover > ul > li {
	overflow: visible;
	height: 56px;
	background: #0061A9;
	border-bottom: 1px solid #333;
	box-sizing: border-box;
}

#menu_btn {
	display: none;
}
/* -------------------------------------------------------------------------------------
  4. Common
----------------------------------------------------------------------------------------- */

#container {
	margin-top: 80px;
}

#home #container {
	margin-top: 0;
}

section {
	margin-bottom: 80px;
}

.column2 {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 31.5%;
	float: left;
	margin-bottom: 20px;
	margin-right: 2.75%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

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

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

.left65 {
	float: left;
	width: 65%;
}

.right35 {
	float: right;
	width: 30%;
}

/* -------------------------------------------------------------------------------------
  5. Prt Common
----------------------------------------------------------------------------------------- */

#prt_main {
	margin-left: 15%;
	padding-top: 110px;
}

#prt_main_bg {
	padding: 120px 0;
	background: url("../img/common/prt_main.jpg") top center no-repeat;
	background-size: cover;
}

#prt_main_bg h1 {
	font-size: 300%;
	background: none;
	padding: 0;
	margin-bottom: 0;
	margin-left: -25%;
	/*
	text-shadow: -1px -1px 0 #FFFFFF, -1px 0 0 #FFFFFF, -1px 1px 0 #FFFFFF,
				0 -1px 0 #FFFFFF,                  0 1px 0 #FFFFFF,
				1px -1px 0 #FFFFFF,  1px 0 0 #FFFFFF,  1px 1px 0 #FFFFFF;
	*/
	text-shadow: 
		4px  4px 1px #FFFFFF,
		-4px  4px 1px #FFFFFF,
		4px -4px 1px #FFFFFF,
		-4px -4px 1px #FFFFFF,
		4px  0px 1px #FFFFFF,
		0px  4px 1px #FFFFFF,
		-4px  0px 1px #FFFFFF,
		0px -4px 1px #FFFFFF; 
}

#prt_main_bg h1 span {
}

#list_navi {
	margin-left: 5%;
}

#list_navi div {
	text-align: left;
	font-size: 85%;
	padding-top: 20px;
}

#list_navi span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 3px 0 3px 25px;
}

#content {
	float: left;
	width: 70%;
}



 /* -------------------------------------------------------------------------------------
  6. Sidebar
----------------------------------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 25%;
}

#side_main {
	box-sizing: border-box;
}

#side_main h4 {
	background: #52257C;
	font-size: 100%;
	margin-bottom: 0;
	padding: 15px;
	color: #FFF;
}

#side_main ul li {
	list-style: none;
	font-size: 90%;
}

#side_main ul li {
	text-align: left;
	border-bottom: 1px dotted #CCC;
	padding-left: 10px;
}

#side_main ul li a {
	display: block;
	padding: 15px 0;
	background: url("../img/side/arrow.svg") center right 10px no-repeat;
	text-decoration: none;
}

#side_main ul li a:hover {
	background: url("../img/side/arrow.svg") center right no-repeat;
}

/* -------------------------------------------------------------------------------------
  7. Footer
----------------------------------------------------------------------------------------- */

#footer {
	margin-top: 150px;
}

body:not(#home) #footer {
	margin-top: 100px;
}

#footer_contact {
	position: relative;
}

#footer_contact_left {
	width: 90%;
	padding: 60px 0;
	background: #52257C url("../img/footer/woman.png") left bottom no-repeat;
	float: left;
	text-align: center;
}

#footer_contact_left div {
	margin-left: 15%;
}

#footer_contact h1 {
	background: none;
	padding: 0;
	color: #FFF;
	margin-bottom: 30px;
}

#footer_contact h1 span {
	color: #FFF;
}

#footer_contact p {
	text-align: center;
	font-size: 85%;
	color: #FFF;
}

.contact_btn {
	margin-top: 40px;
}

.contact_btn li {
	display: inline-block;
	list-style: none;
	margin: 0 5px;
	font-size: 110%;
	font-weight: 600;
}

.contact_btn li a {
	display: block;
	background: #FFF;
	padding: 15px;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 100px;
	transition: 0.3s;
	width: 280px;
}

.contact_btn li:nth-child(2) a {
	display: block;
	background: #FFF url("../img/footer/arrow.svg") center right 20px no-repeat;
	padding: 15px;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 100px;
	transition: 0.3s;
	width: 280px;
}

.contact_btn li a:hover {
	background: #F3B335;
	color: #FFF;
	transition: 0.3s;
}

.contact_btn li:nth-child(2) a:hover {
	background: #F3B335 url("../img/footer/arrow.svg") center right 20px no-repeat;
	color: #FFF;
	transition: 0.3s;
}

#footer_contact_right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10%;
	vertical-align: bottom;
}

#footer_contact_right a {
	display: block;
	background: #221815;
	padding: 30px 0;
	transition: 0.3s;
}

#footer_contact_right a:hover {
	background: #52257C;
	transition: 0.3s;
}

#footer_bg {
	background: #221815;
	padding: 50px 0 0;
}

#footer_main_left {
	float: left;
	width: 40%;
}

#footer_main_left div {
	float: left;
	margin-right: 30px;
}

#footer_main_left p {
	color: #FFF;
	font-size: 85%;
	line-height: 180%;
}

#footer_main_right {
	float: right;
}

#footer_main_right ul {
	float: left;
	margin-left: 50px;
	font-size: 75%;
}

#footer_main_right ul li {
	list-style: none;
	text-align: left;
	margin-bottom: 15px;
}

#footer_main_right ul li a {
	color: #FFF;
	text-decoration: none;
}

#footer_main_right ul li a:hover {
	color: #F3B335;
}

#footer_bottom {
	border-top: 1px solid #555555;
	margin-top: 20px;
	padding: 40px 0 40px;
}

address {
	color: #FFF;
	font-style: normal;
	font-size: 80%;
}

/* Pagetop Button
-------------------------------------*/

#page-top {
    bottom: 5%;
    right: 30px;
	z-index: 500;
}


/* -------------------------------------------------------------------------------------
  8. Index
----------------------------------------------------------------------------------------- */

#main {
	margin-left: 15%;
	position: relative;
}

#main p {
	position: absolute;
	top: 60%;
	left: 10%;
	transform: translateY(-50%) translateX(-20%);
	margin: auto;
	z-index: 10;
}

#top_bg {
	margin-top: 60px;
	background: rgb(243,179,53);
	background: linear-gradient(0deg, rgba(243,179,53,1) 50%, rgba(255,255,255,1) 50%);
	padding-bottom: 80px;
}

#problem_bg {
	background: #FEF9E4;
	padding: 80px 0;
}

.top_box {
	background: #FFF;
	border: 1px solid #F9DC9D;
	padding: 0 30px 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.top_box p {
	text-align: center;
	font-size: 100%;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 0;
}

#estate_bg {
	position: relative;
	background: url("../img/content/top/bg01.jpg") top center no-repeat;
	background-size: cover;
	padding: 150px 0;
}

#estate_bg_main {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #FFF;
	padding: 50px 0;
	box-sizing: border-box;
}

/* pic
-------------------------------------*/

figure {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	background: #000;
}

figure:after {
    position: absolute;
    background: #fff;
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    left: 15%;
    top: 50%;
    transform: scale(0);
    transition: all .9s ease-out;
}

figcaption p,
figcaption h4 {
    position: absolute;
    text-align: center;
	border: none;
	margin: 0;
	padding: 0;
    width: 100%;
    opacity: 1;
    transition: all .4s ease-out .4s;
}

figcaption h4 {
    bottom: 40%;
	display: inline-block;
    transform: translateX(-50%);
	font-size: 200%;
	color: #FFF;
	font-weight: 700;
	font-style: normal;
	line-height: 120%;
	background: rgba(82,37,124,0.75);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding: 20px 0;
}

figcaption h4 span {
	display: block;
	font-size: 50%;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	margin-top: 5px;
}

figcaption p {
    bottom: 45%;
	font-size: 160% !important;
    transform: translateY(0px);
	letter-spacing: 0.05em !important;
	color: #FFF;
	font-weight: 700;
	font-style: normal;
	line-height: 120%;
	margin-bottom: 0;
}

figure img {
    opacity: 0.5;
    transition: all 0.5s;
}

figure:hover img {
    opacity: 0.8;
    transform: scale(1.3);
    transition: all 0.5s;
}

/* 新着情報
-------------------------------------*/

#news_left {
	float: left;
	width: 60%;
}

#news_right {
	float: right;
	width: 35%;
}

#news_right h4 {
	font-size: 120%;
	background: #52257C;
	text-align: center;
	padding: 10px;
	color: #FFF;
}

.newsUl {
	text-align:left;
}

.newsUl ul {
}

.newsUl ul li {
	font-size: 85%;
	list-style: none;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #EEE;
}

.newsUl ul li span {
	display: inline-block;
	font-size: 60%;
	padding: 2px 20px;
	margin-right: 20px;
	background: #52257C;
	color: #FFF;
}

.newsUl ul li a {
	margin-left: 20px;
}

.news_box {
	border: 1px solid #EEE;
	padding: 20px;
	box-sizing: border-box;
}

.news_day {
	font-size: 80%;
	margin-bottom: 5px;
}

.news_title {
	margin-bottom: 0;
	line-height: 160%;
}

.news_title a {
	text-decoration: none;
}

/* タブ
-------------------------------------*/

#tab {}

#tab ul li {
	list-style: none;
	float: left;
	width: 33.3333%;
	border-left: 1px solid #444;
	box-sizing: border-box;
}

#tab ul li:nth-child(1) {
	border-left: none;
}

#tab ul li a {
	display: block;
	background: #221815 url("../img/footer/arrow.svg") center right 20px no-repeat;
	padding: 20px;
	color: #FFF;
	text-decoration: none;
}

#tab ul li a:hover {
	background: #52257C url("../img/footer/arrow.svg") center right 20px no-repeat;
}

#tab ul li a.select {
	background: #CCC;
}

/* ハウスLABO
-------------------------------------*/

.point {
	float: left;
	background: #52257C;
	font-size: 130%;
	text-align: center;
	padding: 25px 23px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #FFF;
	line-height: 100%;
	box-sizing: border-box;
	margin-right: 20px;
}

/* 不動産買取
-------------------------------------*/

#purchase_bg {
	background: url("../img/content/sell/purchase/pic01.jpg") right bottom no-repeat;
	background-size: 30%;
}

.box {
	border: 1px solid #EEE;
	padding: 30px 30px 20px;
	box-sizing: border-box;
}

.box div {
	padding: 0 60px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.box p.caption {
	text-align: center;
	font-size: 120%;
	font-weight: 600;
}

.box p {
	margin-bottom: 20px;
	line-height: 160%;
	font-size: 85%;
}

/* 仲介売却
-------------------------------------*/

#brokerage_bg {
	background: url("../img/content/sell/brokerage/pic01.jpg") right bottom no-repeat;
	background-size: 30%;
}

/* 流れ
-------------------------------------*/

.step-list_cell {
  padding-top: 20px;
  padding-right: 20px;
  vertical-align: top;
}
.step-list_cell2 {
  padding-top: 20px;
  vertical-align: top;
}
.step-list_down-blue .step-list_rect {
  background-color: #52257C;
}
.step-list_down-blue .step-list_tri {
  border-top: 30px solid #52257C;
}
.step-list_box {
	background: #FFF;
	padding: 20px;
	border: 2px dashed #E5E5E5;
	font-size: 120%;
	font-weight: bold;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url(border-radius.htc);
}

.step-list_rect {
  width: 40px;
  min-height: 160px;
  background-color: #52257C;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.step-list_tri {
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 30px solid #52257C;
}
.step-list_heading {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
	border-bottom: 1px dotted #aaa;
}

/* faq
-------------------------------------*/

ul.faq li {
	list-style: none;
}

.faqQ {
	background: url("../img/common/faq_q.svg") center left no-repeat;
	padding: 15px 0 15px 65px;
	margin-bottom: 0px;
	font-size: 110%;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

.faqQ a:link,
.faqQ a:visited {
}

.faqQ:hover {
	transition: 0.3s;
	color: #0059B2;
	text-decoration: underline;
}

.faqA {
	background-color: #FEF9E4;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.faqA p {
	background: url("../img/common/faq_a.svg") center left no-repeat;
	background-position: center left;
	background-repeat: no-repeat;
	margin-bottom: 0;
	padding: 10px 0 10px 65px;
	font-size: 90%;
}

/* ボタン
-------------------------------------*/

.btn {
	margin-top: 40px;
}

.btn a {
	background: #52257C url("../img/common/arrow.svg") center right 20px no-repeat;
	display: block;
	padding: 15px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}

.btn a:hover {
	background: #F3B335 url("../img/common/arrow.svg") center right 20px no-repeat;
}

/* ローディング
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(250,248,243,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

/* Wordpress
--------------------------------------------------------------------------*/

.entry-footer {
	display: none;
	margin: 50px auto;
	padding: 15px 0;
	border: 1px solid rgba(235,235,235, 1);
	font-size: 85%;
	background: #FFF;
}

.navigation {
	display: none;
}

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	border-top: 4px solid #3d6946 !important;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: #3d6946; /* 通常の背景色 */
}
.pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #A81925; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #FFF500; /* 現在のページの文字色 */
        background: #003925; /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
}


/* ----------------------------------------------------------------------------------------------------
     タブレット端末（640〜900px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 1100px) {

.pc {
	display:block;
}

.sp {
	display:none;
}

.width {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.width80 {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

	
} /* /@media */



/* ----------------------------------------------------------------------------------------------------
     スマホ端末（320px〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1040px) {


nav {
}

#navi {
    display: none;
	position: relative;
	top: 0;
	right: 0;
}

#menu_btn {
    top: 0;
    right: 0;
    position: fixed;
    z-index: 10000;
	display: block;
}

#menu_btn a {
    padding: 30px;
	display: block;
	background: #52257C;
}

#menu_btn a:hover {
    padding: 30px;
	display: block;
	background: #221815;
}

#main {
    margin-top: 85px;
	margin-left: 20%;
	position: relative;
}


    
} /* /@media */


/* ----------------------------------------------------------------------------------------------------
     タブレット端末（640〜900px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 850px) {

.pc {
	display:none;
}

.sp {
	display:block;
}



/* -------------------------------------------------------------------------------------
  1. Text
----------------------------------------------------------------------------------------- */

h1 {
	font-size: 180%;
	margin-bottom: 30px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-style: normal;
	background: url("../img/common/h1_Bg.svg") center top no-repeat;
	padding-top: 60px;
    line-height: 130%;
	color: #333333;
}

h1 span {
	display: block;
	font-size: 40%;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	margin-top: 5px;
	font-style: normal;
	color: #CCCCCC;
	text-transform: uppercase;
}


h2 {
	font-size: 150%;
	text-align: left;
	border-left: 3px solid #52257C;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-bottom: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
}

h2 span {
	display: block;
	color: #CCC;
	font-size: 50%;
	border-radius: 100px;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	vertical-align: middle;
	text-transform: uppercase;
}

#about h2  {
	font-size: 150%;
	margin-bottom: 20px;
	padding-left: 0;
	text-align: left;
	font-weight: 500;
    line-height: 130%;
	border: none !important;
}

#about h2 span {
	display: block;
	color: #CCC;
	font-size: 50%;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-style: normal;
}

h3 {
	font-size: 120%;
	text-align: left;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
}

h3::before {	
	content:"ー";
	font-weight: 300;
	color: #52257C;
	padding-right: 10px;
}

h3 span {
	float: right;
	font-size: 60%;
}

h3 span a {
	background: #791725;
	transition: 0.3s;
	text-decoration: none;
	display: block;
	color: #FFF !important;
	padding: 5px 20px;
	box-sizing: border-box;
}

h3 span a:hover {
	color: #FFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #A6153B;
}

p + h2,
p + h3,
ul.text + h3 {
	margin-top: 40px;
}

p {
	font-size: 95%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 90%;
}

ul.text  li {
	line-height: 200%;
	padding: 0 0 0 10px;
	list-style: inside;
}

ol.number {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: yourDefinition;
	font-size: 110%;
	font-weight: 500;
}

ol.number li {
	padding-left: 50px;
	text-indent: -50px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px dotted #CCC;
}

ol.number li:before {
	counter-increment: yourDefinition;
	content: counter(yourDefinition);
	display: inline-block;
	margin-right: 10px;
	padding: 4px 1px;
	box-sizing: border-box;
	font-size: 100%;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-indent: 0;
	background: #52257C;
	border-radius: 100%;
}

/* -------------------------------------------------------------------------------------
  2. Header
----------------------------------------------------------------------------------------- */

#bg {
	background: rgb(243,179,53);
	background: linear-gradient(0deg, rgba(243,179,53,1) 52.5%, rgba(255,255,255,1) 52.5%);
	padding-bottom: 20px;
}

#home #bg {
	background: rgb(243,179,53);
	background: linear-gradient(0deg, rgba(243,179,53,1) 70%, rgba(255,255,255,1) 70%);
	padding-bottom: 40px;
}

#header_left {
	position: absolute;
	top: 10px;
	left: 5%;
	z-index: 100;
}

#header_right {
	float: right;
}

/* -------------------------------------------------------------------------------------
  3. Navigation
----------------------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------------------
  4. Common
----------------------------------------------------------------------------------------- */

#container {
	margin-top: 60px;
}

#home #container {
	margin-top: 0;
}

section {
	margin-bottom: 80px;
}

.column2 {
	width: 100%;
	float: none;
	margin-right: 0%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 100%;
	float: none;
	margin-bottom: 20px;
	margin-right: 0%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

#problem_bg .column4 {
	width: 48%;
	float: left;
	margin-right: 4%;
}

#problem_bg .column4:nth-child(4n) {
	margin-right: 4%;
}

#problem_bg .column4:nth-child(2n) {
	margin-right: 0;
}

.left50 {
	float: none;
	width: 100%;
}

.right50 {
	float: none;
	width: 100%;
}

.left65 {
	float: none;
	width: 100%;
}

.right35 {
	float: none;
	width: 100%;
}

/* -------------------------------------------------------------------------------------
  5. Prt Common
----------------------------------------------------------------------------------------- */

#prt_main {
	margin-left: 5%;
	padding-top: 140px;
}

#prt_main_bg {
	padding: 100px 0;
	background: url("../img/common/prt_main.jpg") top center no-repeat;
	background-size: cover;
}

#prt_main_bg h1 {
	font-size: 200%;
	background: none;
	padding: 0;
	margin-bottom: 0;
	margin-left: 0%;
	/*
	text-shadow: -1px -1px 0 #FFFFFF, -1px 0 0 #FFFFFF, -1px 1px 0 #FFFFFF,
				0 -1px 0 #FFFFFF,                  0 1px 0 #FFFFFF,
				1px -1px 0 #FFFFFF,  1px 0 0 #FFFFFF,  1px 1px 0 #FFFFFF;
	*/
	text-shadow: 
		4px  4px 1px #FFFFFF,
		-4px  4px 1px #FFFFFF,
		4px -4px 1px #FFFFFF,
		-4px -4px 1px #FFFFFF,
		4px  0px 1px #FFFFFF,
		0px  4px 1px #FFFFFF,
		-4px  0px 1px #FFFFFF,
		0px -4px 1px #FFFFFF; 
}

#prt_main_bg h1 span {
}

#list_navi {
	margin-left: 5%;
}

#list_navi div {
	text-align: left;
	font-size: 80%;
	padding-top: 10px;
}

#list_navi span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 3px 0 3px 25px;
}

#content {
	float: none;
	width: 100%;
}



 /* -------------------------------------------------------------------------------------
  6. Sidebar
----------------------------------------------------------------------------------------- */

#sidebar {
	float: none;
	width: 100%;
    margin-bottom: 40px;
}

#side_main {
	box-sizing: border-box;
}

#side_main h4 {
	background: #52257C;
	font-size: 100%;
	margin-bottom: 0;
	padding: 15px;
	color: #FFF;
}

#side_main ul li {
	list-style: none;
	font-size: 90%;
}

#side_main ul li {
	text-align: left;
	border-bottom: 1px dotted #CCC;
	padding-left: 10px;
}

#side_main ul li a {
	display: block;
	padding: 15px 0;
	background: url("../img/side/arrow.svg") center right 10px no-repeat;
	text-decoration: none;
}

#side_main ul li a:hover {
	background: url("../img/side/arrow.svg") center right no-repeat;
}

/* -------------------------------------------------------------------------------------
  7. Footer
----------------------------------------------------------------------------------------- */

#footer {
	margin-top: 50px;
}

body:not(#home) #footer {
	margin-top: 0px;
}

#footer_contact {
	position: relative;
}

#footer_contact_left {
	width: 90%;
	padding: 60px 0;
	background: #52257C url("../img/footer/woman.png") left bottom no-repeat;
    background-size: 35%;
	float: left;
	text-align: center;
}

#footer_contact_left div {
	margin-left: 10%;
    margin-right: 10%;
    box-sizing: border-box;
}

#footer_contact h1 {
	background: none;
	padding: 0;
	color: #FFF;
	margin-bottom: 30px;
}

#footer_contact h1 span {
	color: #FFF;
}

#footer_contact p {
	text-align: center;
	font-size: 85%;
	color: #FFF;
}

.contact_btn {
	margin-top: 20px;
}

.contact_btn li {
	display: inline-block;
	list-style: none;
	margin: 0 10px 10px;
	font-size: 110%;
	font-weight: 600;
}

.contact_btn li a {
	display: block;
	background: #FFF;
	padding: 15px;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 100px;
	transition: 0.3s;
	width: 250px;
}

.contact_btn li:nth-child(2) a {
	display: block;
	background: #FFF url("../img/footer/arrow.svg") center right 20px no-repeat;
	padding: 15px;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 100px;
	transition: 0.3s;
	width: 250px;
}

.contact_btn li a:hover {
	background: #F3B335;
	color: #FFF;
	transition: 0.3s;
}

.contact_btn li:nth-child(2) a:hover {
	background: #F3B335 url("../img/footer/arrow.svg") center right 20px no-repeat;
	color: #FFF;
	transition: 0.3s;
}

#footer_contact_right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10%;
	vertical-align: bottom;
}

#footer_contact_right a {
	display: block;
	background: #221815;
	padding: 30px 0;
	transition: 0.3s;
}

#footer_contact_right a:hover {
	background: #52257C;
	transition: 0.3s;
}

#footer_bg {
	background: #221815;
	padding: 50px 0 0;
}

#footer_main_left {
	float: none;
	width: 100%;
}

#footer_main_left div {
	float: left;
	margin-right: 20px;
}

#footer_main_left p {
	color: #FFF;
	font-size: 80%;
	line-height: 180%;
}

#footer_main_right {
    display: none;
	float: right;
}

#footer_main_right ul {
	float: left;
	margin-left: 50px;
	font-size: 75%;
}

#footer_main_right ul li {
	list-style: none;
	text-align: left;
	margin-bottom: 15px;
}

#footer_main_right ul li a {
	color: #FFF;
	text-decoration: none;
}

#footer_main_right ul li a:hover {
	color: #F3B335;
}

#footer_bottom {
	border-top: 1px solid #555555;
	margin-top: 20px;
	padding: 40px 0 40px;
}

address {
	color: #FFF;
	font-style: normal;
	font-size: 80%;
}

/* Pagetop Button
-------------------------------------*/

#page-top {
    bottom: 5%;
    right: 30px;
	z-index: 500;
}


/* -------------------------------------------------------------------------------------
  8. Index
----------------------------------------------------------------------------------------- */

#main {
    margin-top: 140px;
	margin-left: 5%;
	position: relative;
}

#main p {
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translateY(-50%) translateX(-20%);
	margin: auto;
	z-index: 10;
}

#top_bg {
	margin-top: 60px;
	background: rgb(243,179,53);
	background: linear-gradient(0deg, rgba(243,179,53,1) 50%, rgba(255,255,255,1) 50%);
	padding-bottom: 20px;
}

#problem_bg {
	background: #FEF9E4;
	padding: 60px 0;
}

.top_box {
	background: #FFF;
	border: 1px solid #F9DC9D;
	padding: 0 20px 20px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.top_box p {
	text-align: left;
	font-size: 100%;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 0;
}

#estate_bg {
	position: relative;
	background: url("../img/content/top/bg01.jpg") top center no-repeat;
	background-size: cover;
	padding: 150px 0;
}

#estate_bg_main {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #FFF;
	padding: 50px 0;
	box-sizing: border-box;
}

    .alignC {
        text-align: left;
    }
    
/* pic
-------------------------------------*/

figure {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	background: #000;
    margin-bottom: 20px;
}

figure:after {
    position: absolute;
    background: #fff;
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    left: 15%;
    top: 50%;
    transform: scale(0);
    transition: all .9s ease-out;
}

figcaption p,
figcaption h4 {
    position: absolute;
    text-align: center;
	border: none;
	margin: 0;
	padding: 0;
    width: 100%;
    opacity: 1;
    transition: all .4s ease-out .4s;
}

figcaption h4 {
    bottom: 30%;
	display: inline-block;
    transform: translateX(-50%);
	font-size: 130%;
	color: #FFF;
	font-weight: 700;
	font-style: normal;
	line-height: 120%;
	background: rgba(82,37,124,0.75);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding: 20px 0;
}

figcaption h4 span {
	display: block;
	font-size: 50%;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	margin-top: 5px;
}

figcaption p {
    bottom: 45%;
	font-size: 160% !important;
    transform: translateY(0px);
	letter-spacing: 0.05em !important;
	color: #FFF;
	font-weight: 700;
	font-style: normal;
	line-height: 120%;
	margin-bottom: 0;
}

figure img {
    opacity: 0.5;
    transition: all 0.5s;
}

figure:hover img {
    opacity: 0.8;
    transform: scale(1.3);
    transition: all 0.5s;
}

/* 新着情報
-------------------------------------*/

#news_left {
	float: none;
	width: 100%;
}

#news_right {
	float: none;
	width: 100%;
}

#news_right h4 {
	font-size: 120%;
	background: #52257C;
	text-align: center;
	padding: 10px;
	color: #FFF;
}

.newsUl {
	text-align:left;
}

.newsUl ul {
}

.newsUl ul li {
	font-size: 85%;
	list-style: none;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #EEE;
}

.newsUl ul li span {
	display: inline-block;
	font-size: 60%;
	padding: 2px 20px;
	margin-right: 20px;
	background: #52257C;
	color: #FFF;
}

.newsUl ul li a {
    display: block;
	margin-left: 0px;
    margin-top: 10px;
}

.news_box {
	border: 1px solid #EEE;
	padding: 20px;
	box-sizing: border-box;
}

.news_day {
	font-size: 80%;
	margin-bottom: 5px;
}

.news_title {
	margin-bottom: 0;
	line-height: 160%;
}

.news_title a {
	text-decoration: none;
}

/* タブ
-------------------------------------*/

#tab {}

#tab ul li {
	list-style: none;
	float: left;
	width: 48%;
	border-left: 1px solid #444;
	box-sizing: border-box;
}

#tab ul li:nth-child(1) {
	border-left: none;
}

#tab ul li a {
	display: block;
	background: #221815 url("../img/footer/arrow.svg") center right 10px no-repeat;
	padding: 20px;
	color: #FFF;
	text-decoration: none;
}

#tab ul li a:hover {
	background: #52257C url("../img/footer/arrow.svg") center right 10px no-repeat;
}

#tab ul li a.select {
	background: #CCC;
}

/* ハウスLABO
-------------------------------------*/

.point {
	float: left;
	background: #52257C;
	font-size: 120%;
	text-align: center;
	padding: 25px 23px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #FFF;
	line-height: 100%;
	box-sizing: border-box;
	margin-right: 20px;
}

/* 不動産買取
-------------------------------------*/

#purchase_bg {
	background: url("../img/content/sell/purchase/pic01.jpg") right bottom no-repeat;
	background-size: 50%;
    padding-bottom: 120px;
}

.box {
	border: 1px solid #EEE;
	padding: 30px 30px 20px;
	box-sizing: border-box;
}

.box div {
	padding: 0 60px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.box p.caption {
	text-align: center;
	font-size: 120%;
	font-weight: 600;
}

.box p {
	margin-bottom: 20px;
	line-height: 160%;
	font-size: 85%;
}

/* 仲介売却
-------------------------------------*/

#brokerage_bg {
	background: url("../img/content/sell/brokerage/pic01.jpg") right bottom no-repeat;
	background-size: 50%;
    padding-bottom: 120px;
}

/* 流れ
-------------------------------------*/

.step-list_cell {
  padding-top: 20px;
  padding-right: 20px;
  vertical-align: top;
}
.step-list_cell2 {
  padding-top: 20px;
  vertical-align: top;
}
.step-list_down-blue .step-list_rect {
  background-color: #52257C;
}
.step-list_down-blue .step-list_tri {
  border-top: 30px solid #52257C;
}
.step-list_box {
	background: #FFF;
	padding: 20px;
	border: 2px dashed #E5E5E5;
	font-size: 120%;
	font-weight: bold;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url(border-radius.htc);
}

.step-list_rect {
  width: 40px;
  min-height: 160px;
  background-color: #52257C;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.step-list_tri {
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 30px solid #52257C;
}
.step-list_heading {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
	border-bottom: 1px dotted #aaa;
}
    .spsell {
        display: none;
    }
    
/* faq
-------------------------------------*/

ul.faq li {
	list-style: none;
}

.faqQ {
	background: url("../img/common/faq_q.svg") center left no-repeat;
	padding: 15px 0 15px 65px;
	margin-bottom: 0px;
	font-size: 110%;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

.faqQ a:link,
.faqQ a:visited {
}

.faqQ:hover {
	transition: 0.3s;
	color: #0059B2;
	text-decoration: underline;
}

.faqA {
	background-color: #FEF9E4;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.faqA p {
	background: url("../img/common/faq_a.svg") center left no-repeat;
	background-position: center left;
	background-repeat: no-repeat;
	margin-bottom: 0;
	padding: 10px 0 10px 65px;
	font-size: 90%;
}
    
.normalTbl table th {
    display: block;
    width: auto;
    padding: 20px;
}
    
.normalTbl table td {
    display: block;
    width: auto;
    padding: 20px;
}

.normalTbl2 table th {
    display: block;
    width: auto;
    padding: 20px;
}
    
.normalTbl2 table td {
    display: block;
    width: auto;
    padding: 20px;
}

.normalTbl3 {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
}

.normalTbl3 table {
      border-collapse: collapse;
}

}

/* ----------------------------------------------------------------------------------------------------
     iPhone5端末（〜320px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 640px) {


	
} /* /@media */
