@charset "UTF-8";

/* home
------------------------------------------------------------------- */
.home_main {
	width: 100%;
	height: 440px;
	background-image: url(../images/home/home_titile_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.home_main p {
	padding-top: 168px;
	max-width: 347px;
}

/* service */
#service .title_border {
	margin-bottom: 20px;
}

#service .column_3 {
	font-size: 1.4rem;
	float: left;
	width: 30%;
	margin-right: 5%;
	position: relative;
}

.service_detail {
    border-bottom: 1px solid #c3c3c3;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
@media screen and (min-width:768px)  {
	.service_detail {
		min-height: 154px;
	}
}

#service .column_3_container .column_3:last-child {
	margin-right: 0%;
}

@media screen and (max-width:767px)  {
	#service .column_3 {
		float: none;
		width: 100%;
	}	
	#service .column_3 {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
}

#service .column_3 h2 {
	font-size: 2.4rem;
	color: #359838;
	text-align: center;
	padding: 76px 0 20px;
}

#service .column_3 h2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 80px;
  height: 54px;
  margin-left: -40px;
}

#service1 h2:before {
	background-repeat: no-repeat;
	background-image: url(../images/home/icon1_1.svg);
	background-size: contain;
}

#service2 h2:before {
	background-repeat: no-repeat;
	background-image: url(../images/home/icon1_2.svg);
	background-size: contain;
}

#service3 h2:before {
	background-repeat: no-repeat;
	background-image: url(../images/home/icon1_3.svg);
	background-size: contain;
}

/* home_vacanthouse */
#home_vacanthouse {
	width: 100%;
	background-image: url(../images/home/home_vacanthouse_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

#home_vacanthouse .container {
	position: relative;
}

.home_vacanthouse_title {
	max-width: 516px;
	padding-top: 14%;
	padding-bottom: 20%;
	margin-left: 42%;
}

.home_vacanthouse_txt {
	position: absolute;
	bottom: 20px;
	right: 10px;
	max-width: 219px;
}

.home_vacanthouse_image {
	position: absolute;
	bottom: -9%;
	left: 0px;
	width: 47%;
}

@media screen and (max-width:640px)  {
.home_vacanthouse_title {
	padding-top: 5%;
	padding-bottom: 36%;
	margin: 0 auto;
}

.home_vacanthouse_txt {
	width: 35%;
}
}

/* transportation */
#transportation {
	padding-top: 50px;
}
.transportation_inner {
	border: 2px solid #c3c3c3;
	text-align: center;
	padding: 50px 4% 4%;
	position: relative;
}
#transportation h1 {
	font-size: 3.8rem;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	background-color: #FFF;
	width: 9em;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
#transportation h1 {
	font-size: 2.6rem;
	top: -20px;
}
}

#transportation .column_2 {
	position: relative;
}

#transportation .detail {
	font-size: 1.8rem;
	padding: 100px 0 20px;
}

#transportation .detail:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 96px;
  height: 72px;
  margin-left: -48px;
}

.transportation1 .detail:before {
	background-repeat: no-repeat;
	background-image: url(../images/home/icon2_1.svg);
	background-size: contain;
}

.transportation2 .detail:before {
	background-repeat: no-repeat;
	background-image: url(../images/home/icon2_2.svg);
	background-size: contain;
}

.transportation3 .detail:before {
	background-repeat: no-repeat;
	background-image: url(../images/home/icon2_3.svg);
	background-size: contain;
}

.transportation4 .detail:before {
	background-repeat: no-repeat;
	background-image: url(../images/home/icon2_4.svg);
	background-size: contain;
}

.transportation5 .detail:before {
	background-repeat: no-repeat;
	background-image: url(../images/home/icon2_5.svg);
	background-size: contain;
}

.transportation6 .detail:before {
	background-repeat: no-repeat;
	background-image: url(../images/home/icon2_6.svg);
}

.transportation_contact {
	background-color: #eee;
	width:100%;
	padding: 20px;
	display:table;
}

.transportation_contact_column_2 {
	width:50%;
	display:table-cell;
	vertical-align:middle;
}

@media screen and (max-width: 767px) {
	.transportation_contact_column_2{
		display: block;
		width: 100%;
		margin-right: 0%;
	}
	#transportation .contact_button {
		margin-top:10px;
	}
}

#transportation .contact_button a {
	padding:20px 0;
}

/* company */
#company {
	background-color: #f0f0f0;
	background-image: url(../images/home/home_company_bg.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 18%;
	padding-bottom: 7.5%;
}

#company .policy {
	font-size: 2.2rem;
	margin-left: 1.5em;
}

#company .profile {
	font-size: 1.4rem;
}
#company .profile dt {
	width: 6em;
	float: left;
}
#company .profile dd {
	margin-left: 6em;
}

/* contact */
.contact_txt {
	font-size: 2.8rem;
}

.contact_txt a {
	color: #4d4d4d;
}

/* vacanthouse
------------------------------------------------------------------- */
#page_vacanthouse {
	width: 100%;
	background-image: url(../images/vacanthouse/page_vacanthouse_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

#page_vacanthouse .container {
	position: relative;
}

.page_vacanthouse_title {
	width: 56%;
	padding-top: 20%;
	padding-bottom: 25%;
	margin-left: auto;
	z-index: 10;
	position: relative;
}

.page_vacanthouse_txt {
	position: absolute;
	bottom: 20px;
	right: 10px;
	max-width: 219px;
}

.page_vacanthouse_image {
	position: absolute;
	bottom: -9%;
	left: -70px;
	width: 57%;
}

@media screen and (max-width:767px)  {
.page_vacanthouse_title {
	width:80%;
	padding-top: 5%;
	padding-bottom: 36%;
	margin: 0 auto;
}

.page_vacanthouse_txt {
	width: 35%;
}

.page_vacanthouse_image {
	bottom: -9%;
	left: 0px;
	width: 47%;
}
}

@media screen and (max-width:640px)  {
.page_vacanthouse_title {
	width:100%;
}
}

/* 空き家管理用 2カラム*/
.vacanthouse_service_column_txt {
	width: 55%;
	float:left;
	margin-right:5%;
}

.vacanthouse_service_column_image {
	width: 40%;
	float:left;
	text-align: center;
}

@media screen and (max-width:640px) {
	.vacanthouse_service_column_txt,
	.vacanthouse_service_column_image {
		width: 100%;
		display: block;
		margin-right: 0;
	}
	.vacanthouse_service_column_txt {
		margin-bottom: 12%;
	}
}

#vacanthouse_service .contact_button{
	font-size: 1.4rem;
	width: 280px;
	text-align: left; 
}

.vacanthouse_service_column_txt dt {
	font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
	margin-top: 12%;
	margin-bottom: 20px;
}

.vacanthouse_service_column_txt dt:after {
    border-top: 1px solid #c3c3c3;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

.vacanthouse_service_column_txt dt:after {
    margin-left: 1em;
}

.vacanthouse_service_column_mgbt {
	margin-bottom: 12%;
}

#vacanthouse_map figure {
	margin-top: -100px;
}

/* plice plan*/
#price {
	color: #4d4d4d;
	background-color: #F0F0F0;
	padding-bottom: 7.5%;
}

#price h3 {
	font-size: 3.3rem;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #9E9E9E;
	border-bottom: 1px solid #9E9E9E;
	margin-bottom: 3%;
}

@media screen and (max-width: 640px) {
#price h3 {
	font-size: 2.6rem;
	}
}

#price h4 {
	background: #dbdcdc;
	padding: 5px 70px 5px 10px;
	margin-bottom: 3%;
	display: inline-block;
}
#price h2{
	font-size: 2.2rem;
	color: #fff;
	text-align: center;
	background:#1b8d44;
	padding:20px 0;
}

@media screen and (max-width: 640px) {
	.tab li{
		font-size:1.6rem;
	}
}

.tabcontents_wrapper {
	background-color: #fff;
	border: 1px solid #2D9A3A;
	padding: 4%;
}

.tabcontents dl {
	margin-bottom: 20px;
}

.tabcontents dt {
	font-size: 2.0rem;
	font-weight: 600;
}

.tabcontents dd {
	font-size: 1.4rem;
}

.tabcontents dt:before{
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/vacanthouse/icon_circle.svg) no-repeat;
	padding-left: 25px;
	background-size:contain;
	position: relative;
	top: 2px;
}

.plan_normal dd {
	padding-left: 25px;
}

.plan_box {
	display: table;
	width: 150px;
	height: 150px;
	border: 1px solid #9E9E9E;
	float:left;
	position: relative;
	margin-right: 80px;
}

.plan_box:after{
	content:"+";
	font-size: 4em;
	display:block;
	color:#9E9E9E;
	position:absolute;
	left:170px;
	top:10px;
}

.plan_box p{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.plan_synthesis_detail {
	margin-left: 230px;
}

.plan_synthesis_detail dt {
	float: left;
	width: 200px;
}

.plan_synthesis_detail dd {
	margin-left: 200px;
}

@media screen and (max-width:767px)  {
	.plan_box {
	display: block;
	width: 100%;
	height: auto;
	float:none;
	margin-right: 0;
	margin-bottom:50px;
	padding:10px;
}

.plan_box:after{
	margin-left:-0.3em;
	left:50%;
	top:10px;
}

.plan_box p{
	display: block;
}

.plan_box p br{
	display:none;
}

.plan_synthesis_detail {
	margin-left: 0;
}

.plan_synthesis_detail dt {
	float: none;
	width: 100%;
}

.plan_synthesis_detail dd {
	margin-left: 25px;
}
}

.plan_sup {
	font-size: 1.4rem;
	margin-top: 20px;
}

#privacy h2 {
	margin-top:9.6%
}

/* googlemap
------------------------------------------------------------------- */
#googlemap {
    height:480px;
    width:100%;
}