@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}

a {
	color: #000000;
	text-decoration:underline;
	transition: all 0.3s ease-in-out 0s;
}

a:hover {
	color: #666666;
	text-decoration:none;
}

a:hover img{
opacity: 0.7
}

img{
max-width: 100%;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap:wrap;
}

.flex_wrap_left {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content:flex-start
}
.flex_wrap_center {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap_end {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.clearer {
	clear: both;
}

.center{
text-align: center !important
}

.sp{
display: none;
}

.sp2{
display: none;
}

textarea{
	line-height:1.5
}

/* lightning reset */

.home ol, .home ul {
	list-style: none;
	margin:0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.home .site-header h1{
	margin:0;
}

.home ul, .contents ul{
	margin:0;
	padding:0;
}

.home ul li, .contents ul li{
	margin:0;
	padding:0;
}

.home .site-body ul li{
	list-style:none;
}

.entry-body h2 {
border:none !important;
}

.entry-body h3:where(:not(.wp-block-post-title)):after {
    display:none;
}

.entry-body h3:where(:not(.wp-block-post-title)) {
	border:none;
}

.site-header {
}

header#site-header .site-header-sub{
margin: 0;
}

header#site-header .site-header-sub .widget {
    margin-bottom: 0;
}

.device-mobile .global-nav-list>li {
    padding: 0;
}

.home .container, .page .container {
    max-width: 100% !important;
	padding:0 !important;
	margin:0 !important;
}

.home .site-header-container{
	padding:0 10px !important;
}

.site-header-container{
	padding:0 10px;
}

.home .site-body {
   padding:0;
}

.home .site-body .container, .home .site-body .container-lg, .home .site-body .container-md, .home .site-body .container-sm {
    max-width: 100%;
}

.page .site-body .container, .page .site-body .container-lg, .page .site-body .container-md, .page .site-body .container-sm {
    max-width: 100%;
}

.site-body {
padding: 0 !important;
    }

footer.site-footer{
	display:none;
}

.vk-mobile-nav-menu-btn {
border:none;
}

.header_scrolled .site-header-logo {
display: block; 
}

/* lightning resetここまで */

/********************************
header
********************************/
.site-header{
width: 1500px;
max-width: 100%;
margin: 0 auto;
}

.site-header .container{
max-width: 100%;
}

.site-header-logo {
padding:15px 20px 0;
}

#global-nav {
margin-right:150px;
}


#global-nav ul li{
letter-spacing: 1px;
}

#global-nav ul li a{
display: block;
font-size:16px;
color: #000000;
text-decoration: none;
padding: 25px 10px;
line-height: 1;
}

#global-nav ul li a strong{
font-weight:normal !important;
}

.global-nav-list>li:before {
border:none;
}

#global-nav ul li.current_page_item a{
color:#b31d23 !important;
}

#global-nav ul li a:hover{
color: #b31d23;
}

#global-nav ul li:last-child {
margin-left: 10px;
}

#global-nav ul li:last-child  a{
background: #b31d23 url("../img/header_mail.png") center 10px no-repeat;
padding: 35px 10px 15px;
color: #FFFFFF;
border:1px solid #b31d23;
}

#global-nav ul li:last-child  a:hover{
background: #ffffff url("../img/header_mail_on.png") center 10px no-repeat;
color: #b31d23;
}

.header_tel {
width:150px;
position:fixed;
top:0;
right:calc(50% - 750px);
z-index:9999;
color: #b31d23;
font-size:12px;
padding:5px 0 0 10px;
}
	
.scrolled .header_tel{
animation: fadeIn 0.3s ease 0.5s 1 normal backwards;
right:0;
}
 
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.admin-bar .header_tel {
top:32px;
}

.header_tel p{
color: #b31d23;
font-size:15px;
background: url("../img/header_tel.png") left bottom no-repeat;
margin:0;
padding: 10px 0 5px 25px;
line-height:1;
}

/********************************
toppage
********************************/
.entry-body{
}

.swiper-container {
max-width: 1500px;
margin: 0 auto;
}

#service {
max-width: 900px;
margin: 110px auto;
}

#service .hojin{
position: relative;
}

#service .hojin:after{ 
  position: absolute;
  right:0;
  top: 0;
  content: '';
  border-bottom:40px solid rgba(255,255,255,0);
  border-left:40px solid rgba(255,255,255,0);
  border-right: 40px solid #1e61b2;
  border-top: 40px solid #1e61b2;
  box-sizing: border-box;
}

#service .hojin a{
display: block;
height: 340px;
padding: 120px 0 0;
text-decoration: none;
background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url("../img/top_hojin_bg.jpg") center center no-repeat;
background-size:100% auto; 
}

#service .hojin a:hover{
background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)), url("../img/top_hojin_bg.jpg") center center no-repeat;
background-size:110% auto;
}

#service .hojin .h2_style{
font-size:36px;
padding: 0;
color:#FFFFFF;
font-weight:bold;
text-align: center;
}

#service .hojin .h2_style span{
padding:0 30px 10px;
border-bottom: 5px solid #FFFFFF;
}

#service .hojin a{
color:#FFFFFF;
}

#service .hojin p{
margin: 40px 0 0;
font-size:20px;
text-align: center;
}

#service .hojin .more{
position: absolute;
bottom:0;
left: 0;
width: 100%;
background: #1e61b2;
padding: 15px;
text-align: center;
}

#service .hojin .more span{
font-size:16px;
background: url("../img/arrow_w.png") right center no-repeat;
padding-right: 20px;
color: #FFFFFF;
}

#service .service_list li{
position: relative;
width: 32%;
margin: 30px 0 0;
}

#service .service_list li:after{ 
  position: absolute;
  right:0;
  top: 0;
  content: '';
  border-bottom:40px solid rgba(255,255,255,0);
  border-left:40px solid rgba(255,255,255,0);
  border-right: 40px solid #b31d23;
  border-top: 40px solid #b31d23;
  box-sizing: border-box;
}

#service .service_list li.akiya:after{ 
  border-right: 40px solid #f09d13;
  border-top: 40px solid #f09d13;
}

#service .service_list li.jirei:after{ 
  border-right: 40px solid #95b31e;
  border-top: 40px solid #95b31e;
}

#service .service_list li a{
display: block;
height: 360px;
padding: 120px 0 0;
text-decoration: none;
}

#service .service_list li.kojin a{
background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url("../img/top_kojin_bg.jpg") center top no-repeat;
background-size:100% auto;
}

#service .service_list li.kojin a:hover{
background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)), url("../img/top_kojin_bg.jpg") center top no-repeat;
background-size:110% auto;
}

#service .service_list li.akiya a{
background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url("../img/top_akiya_bg.jpg") center top no-repeat;
background-size:100% auto;
}

#service .service_list li.akiya a:hover{
background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)), url("../img/top_akiya_bg.jpg") center top no-repeat;
background-size:110% auto;
}

#service .service_list li.jirei a{
background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url("../img/top_jirei_bg.jpg") center top no-repeat;
background-size:100% auto;
}

#service .service_list li.jirei a:hover{
background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)), url("../img/top_jirei_bg.jpg") center top no-repeat;
background-size:110% auto;
}

#service .service_list li .h2_style{
position: absolute;
bottom: 110px;
left: 50%;
transform: translateX(-50%);
width: 90%;
font-size:36px;
padding:0 20px 10px;
color:#FFFFFF;
font-weight:bold;
text-align: center;
}

#service .service_list li .h2_style:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width:200px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FFFFFF;
}

#service .service_list li a{
color:#FFFFFF;
}

#service .service_list li .more{
position: absolute;
bottom:0;
left: 0;
width: 100%;
background: #b31d23;
padding: 10px;
text-align: center;
}

#service .service_list li .more span{
font-size:16px;
background: url("../img/arrow_w.png") right center no-repeat;
padding-right: 20px;
color: #FFFFFF;
}

#service .service_list li.akiya .more{
background: #f09d13;
}

#service .service_list li.jirei .more{
background: #95b31e;
}

#company {
width: 1100px;
max-width: 94%;
margin: 0 auto 70px;
}

#company .h2_style{
font-size:36px;
text-align: center;
margin-bottom: 70px;
}

#company .h2_style span{
padding: 0 20px 20px;
border-bottom: 3px solid #b31d23;
}

#company .logomark{
margin: 0 auto 50px;
text-align: center;
}

#company .company_img{
width:350px;
}

#company .company_detail{
width:calc(100% - 400px);
}

:where(:not(.wp-block-table))>#company .company_detail table {
border:none;
}

#company .company_detail th{
width: 150px;
font-size:16px;
text-align: left;
font-weight: normal;
padding: 20px 0;
border:none;
border-bottom: 2px dashed #CCCCCC;
vertical-align: top
}

#company .company_detail td{
font-size:16px;
text-align: left;
font-weight: normal;
padding: 20px 0;
border:none;
border-bottom: 2px dashed #CCCCCC;
line-height: 1.4
}

#blog_contact{
display:none;
}

#contact{
background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url("../img/footer_img.jpg") center top no-repeat;
background-size: 100% auto;
padding: 110px 0 200px;
}

#contact .cnt{
width: 1100px;
max-width: 90%;
margin: 0 auto;
}

#contact .cnt .contact_text{
width: calc(100% - 400px);
padding: 50px 0 0;
}

#contact .cnt .contact_text.pt0{
padding:0;
}

#contact .cnt .contact_text .h2_style{
color: #FFFFFF;
font-size:36px;
font-weight:bold;
margin-bottom: 30px;
line-height: 1.5;
}

#contact .cnt .contact_text p{
color: #FFFFFF;
font-size:20px;
line-height: 1.8;
}

#contact .cnt .contact_area{
width: 400px;
}

#contact .cnt .contact_area .mail_btn{
margin-bottom: 20px;
}

#contact .cnt .contact_area .mail_btn a{
background: #FFFFFF;
display: block;
text-decoration: none;
padding: 40px 30px;
color: #000000;
}

#contact .cnt .contact_area .mail_btn a:hover{
background: rgba(255,255,255,0.8);
}

#contact .cnt .contact_area .mail_btn a h3{
font-weight:bold;
font-size:24px;
color: #c30d23;
background: url("../img/icon_mail.png") left center no-repeat;
margin-bottom: 20px;
padding: 0 0 0 50px;
}

#contact .cnt .contact_area .mail_btn a p{
font-size:20px;
margin-bottom:0;
}

#contact .cnt .contact_area .tel_btn{
}

#contact .cnt .contact_area .tel_btn a{
background: #FFFFFF;
display: block;
text-decoration: none;
padding: 35px 30px;
}

#contact .cnt .contact_area .tel_btn a p span {
font-size:14px;
color: #FFFFFF;
background:#0071bc;
padding: 5px;
margin-right: 5px;
}

#contact .cnt .contact_area .tel_btn a:hover{
background: rgba(255,255,255,0.8);
}

#contact .cnt .contact_area .tel_btn a h3{
font-weight:bold;
font-size:24px;
color: #c30d23;
background: url("../img/icon_tel.png") left 10px no-repeat;
margin-bottom: 20px;
line-height: 1.5;
padding: 0 0 0 40px;
}

#contact .cnt .contact_area .tel_btn a p{
font-size:20px;
margin-bottom:0;
}

footer{
position: relative;
z-index: 99;
margin: -150px 0 0;
background: #FFFFFF;
border-radius: 0 120px 0 0;
}

.home footer, .blog footer{
margin: -120px 0 0;
}

footer .footer_cnt{
width: 1300px;
max-width: 94%;
margin: 0 auto;
padding: 80px 0 30px;
}

footer .footer_cnt .map{
width: 620px;
}

footer .footer_cnt .logo{
margin-bottom: 30px;
}

footer .footer_cnt iframe{
width: 100%;
height: 300px;
}

footer .footer_cnt .sitemap{
width:calc(100% - 700px );
padding-right: 100px;
}

footer .footer_cnt .sitemap ul{
margin:0;
padding:0;
}

footer .footer_cnt .sitemap ul li{
border-bottom: 1px solid #000000;
list-style:none;
margin:0;
padding:0;
}

footer .footer_cnt .sitemap ul li a{
display: block;
padding: 20px 50px 10px 20px;
color: #000000;
text-decoration: none;
font-size: 17px;
background: url("../img/arrow.png") 90% center no-repeat;
}

footer .footer_cnt .sitemap ul li a:hover{
background: url("../img/arrow.png") 95% center no-repeat;
}

.copyright{
padding: 20px;
text-align: center;
font-size:12px;
}

.sticky{
display: none;
}

/********************************
空き家
********************************/
.breadcrumb .breadcrumb-list{
width:1100px;
max-width:94%;
margin:0 auto;
}

.akiya_mv{
width: 100%;
}

.akiya01{
background: #fafafa;
text-align: center;
padding: 120px 0 50px;
}

.akiya01 p{
font-size:22px;
line-height: 1.8;
margin-bottom: 50px;
}

.sub_h2{
font-size:36px;
text-align: center;
line-height: 1.5;
margin-bottom: 70px;
font-weight: bold;
}

.sub_h2 span{
padding: 0 40px 20px;
border-bottom: 3px solid #b31d23;
}

.sub_h2 ruby rt{
color: #c30d23;
font-size:40px
}

.akiya02{
text-align: center;
padding: 80px 0;
}

.akiya02 p{
font-size:22px;
line-height: 1.8;
}

.akiya02 .risk_list{
margin: 90px auto 50px;
max-width: 940px;
}

.akiya02 .risk_list li{
list-style:none;
width: 32%;
padding: 20px 0;
margin-bottom: 15px;
text-align: center;
color: #FFFFFF;
font-size:24px;
border-radius: 10px;
background: linear-gradient(90deg, #3a5886, #2d6fb6);
}

.akiya_service{
background: #b31d23;
padding: 60px 0;
}

.akiya_service .sub_h2{
color:#FFFFFF;
text-align: center;
}

.akiya_service ul{
width: 1100px;
max-width: 94%;
margin: 0 auto;
}

.akiya_service ul li{
position: relative;
list-style:none;
width:535px;
max-width: 48%;
margin-bottom: 20px;
}

.akiya_service ul li p{
width: 100%;
text-align: center;
color: #FFFFFF;
font-size:30px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8);
}

.akiya03{
background: #fafafa;
text-align: center;
padding: 30px 0 80px;
}

.akiya03 .down{
margin-bottom: 30px;
}

.akiya03 .catch{
font-size:36px;
line-height: 1.8;
margin-bottom: 50px;
font-weight: bold;
}

.akiya03 .catch span{
color: #b31d23;
}

.p_center{
font-size:22px;
text-align: center;
line-height: 1.8;
}

.akiya04{
text-align: center;
padding: 80px 0;
}

.akiya04 .col3{
width: 900px;
max-width: 94%;
margin: 60px auto;
}

.akiya04 .col3 li{
list-style:none;
width: 32%;
max-width: 285px;
margin-bottom: 20px;
}

.p_center2{
font-size:26px;
text-align: center;
line-height: 1.8;
font-weight: bold;
}

.p_center2 span{
color: #b31d23;
}

.ask{
position: relative;
width: 100%;
height: 32vw;
background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url("../img/akiya/contact_bg.jpg") center top no-repeat;
background-size: 100% auto;
}

.ask .cnt{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.ask .cnt p{
color:#FFFFFF;
font-size:26px;
margin-bottom: 30px;
text-align: center;
}

.ask .cnt .tel_btn{
background: #FFFFFF;
padding: 20px;
}

.ask .cnt .tel_btn a{
background: #FFFFFF;
display: block;
text-decoration: none;
}

.ask .cnt .tel_btn a:hover{
background: rgba(255,255,255,0.8);
}

.ask .cnt .tel_btn a h3{
font-size:24px;
color: #c30d23;
background: url("../img/icon_tel.png") left 10px no-repeat;
margin-bottom: 10px;
line-height: 1.5;
padding: 0 0 0 40px;
}

.ask .cnt .tel_btn a p{
font-size:20px;
color: #000000;
margin: 0;
padding: 0;
}

.ask .cnt .tel_btn a .tel{
font-size:28px;
color: #c30d23;
text-align: center;
margin-bottom: 15px;
}

.ask .cnt .tel_btn a p span{
font-size:14px;
color: #FFFFFF;
background:#0071bc;
padding: 5px;
}

.plan{
background: #fafafa;
padding: 80px 0;
}

.contents .plan_list{
width: 1100px;
max-width: 94%;
margin: 0 auto 30px;
}

.contents .plan_list li{
position: relative;
list-style:none;
width:32%;
padding: 60px 55px 140px;
border-radius: 20px;
border:2px solid #000000;
background: #FFFFFF;
}

.plan_list li .stage{
font-size:22px;
padding: 10px 15px;
background: #fafafa;
border-radius: 50px;
}

.plan_list li .price{
font-size:25px;
margin: 30px 0;
}

.plan_list li .price strong{
font-size:45px;
}

.plan_list li p{
font-size:16px;
line-height: 1.5;
}

.plan_list li .check{
margin: 20px 0;
}

.plan_list li .check li{
width:100%;
font-size:16px;
line-height: 1.5;
margin-bottom: 10px;
padding: 0 0 0 20px;
border-radius: 0;
border:none;
background:url("../img/akiya/check.png") left 2px no-repeat;
}

.plan_list li .c_btn{
position: absolute;
width: 100%;
bottom:50px;
left: 0;
text-align:center;
}

.plan_list li .c_btn a{
display: block;
width: 240px;
margin: 0 auto;
font-size:16px;
text-decoration: none;
padding: 30px 0;
border: 1px solid #000000;
border-radius: 50px;
}

.plan_list li .c_btn a:hover{
background: #fafafa;
color: #000000;
}

.plan_list li .c_btn.trial a{
color: #FFFFFF;
padding: 17px 0;
background: #b31d23;
border: 1px solid #b31d23;
}

.plan_list li .c_btn.trial a:hover{
background: #fafafa;
color: #b31d23;
}

.plan_list li.free {
padding:40px 20px 20px;
}

.plan_list li.free .stage{
background: #0071bc;
color: #FFFFFF;
}

.plan_list li.free p{
margin: 30px 0 0;
font-size:16px;
}

.plan_list li.free p span{
color: #b31d23;
}

.plan_list li.option{
position: relative;
width:66%;
padding: 40px 55px 0;
}

.plan_list li.option p{
margin: 20px 0;
font-size:16px;
}

.plan_list li.option .option_list li{
width:32%;
margin-bottom: 20px;
padding: 15px;
border-radius: 50px;
text-align: center;
border: 1px solid #000000;
}

.faq{
padding: 80px 0;
}

.contents .faq_list{
width: 1100px;
max-width: 94%;
margin: 120px auto 70px;
}

.contents .faq_list li{
position: relative;
list-style:none;
width:49%;
margin-bottom: 30px;
padding-top: 60px;
border: 1px solid #222222;
border-radius: 20px;
background: #FFFFFF;
}

.faq_list li .num{
position: absolute;
top:0;
left:0;
background: #b31d23;
color: #FFFFFF;
border-radius: 19px 0;
padding: 15px 20px;
font-size:25px;
}

.faq_list li dl{
margin: 30px 30px 45px;
}

.faq_list li dt{
font-size:28px;
line-height: 1.5;
margin-bottom: 30px;
}

.faq_list li dd{
font-size:16px;
line-height: 1.5;
}

/********************************
企業向け
********************************/
.page-header {
min-height:350px;
}

.page-header .page-header-title{
font-size:40px;
font-weight:normal;
}

.btob{
width: 1100px;
max-width: 94%;
margin: 120px auto 60px;
}

.btob .flex{
align-items: center;
}

.btob .text_l{
width: calc(100% - 480px);
}

.btob .text_l p{
font-size:15px;
line-height: 1.8;
}

.btob .img_r{
width: 460px;
}

.btob .text_l .catch{
font-size:33px;
line-height: 1.8;
color: #000000;
margin-bottom: 20px;
}

.btob .catch span{
color: #b31d23;
}

.btob .catch {
font-weight: bold;
}

.business{
margin-bottom: 120px;
}

.business .bg{
background:transparent;
background: linear-gradient(90deg, #b31d23 0%, #b31d23 70%, transparent 70%, transparent 100%);
padding: 60px 0;
}

.business .bg .cnt{
width: 1100px;
max-width: 94%;
margin: 0 auto;
color: #FFFFFF;
}

.business .bg .cnt .text_l{
width:50%;
}

.business .bg .cnt .text_l span{
font-size:19px;
}

.business .bg .cnt .text_l h2{
font-size:33px;
line-height: 1.5;
margin: 15px 0 20px;
}

.business .bg .cnt .text_l p{
font-size:15px;
line-height: 1.8;
}

.business .bg .cnt .img_r{
width: 50%;
position: relative;
}

.business .bg .cnt .img_r img{
position: absolute;
top:60px;
left:0;
}

.results{
background: #efefef;
padding: 60px 0 75px;
}

.results .result_ttl{
text-align: center;
margin-bottom: 50px;
font-weight: bold;
}

.results .result_ttl span{
color: #b31d23;
font-size:19px;
}

.results .result_ttl h2{
font-size:33px;
line-height: 1.5;
margin: 15px 0 20px;
}

.results .result_ttl p{
font-size:15px;
line-height: 1.8;
}

.results .results_list{
width:1100px;
max-width: 94%;
margin: 0 auto;
}

.results .results_list li{
width: 32%;
list-style:none;
border: 1px solid #000000;
border-radius: 10px;
background: linear-gradient(180deg, #b31d23 0%, #b31d23 30px, #FFFFFF 30px, #FFFFFF 100%);
padding: 60px 30px 40px;
}

.results .results_list li .lead{
height: 90px;
font-size:18px;
line-height: 1.5;
font-weight: bold;
}

.results .results_list li h4{
font-size:14px;
font-weight:bold;
margin: 20px 0 5px;
}

.results .results_list li .check{
margin: 5px 0;
}

.results .results_list li .check li{
width:100%;
font-size:13px;
line-height: 1.5;
margin-bottom: 5px;
padding: 0 0 0 15px;
border-radius: 0;
border:none;
background:url("../img/akiya/check.png") left 2px no-repeat;
background-size: 10px auto;
}

.results .results_list li p{
font-size:13px;
line-height: 1.5;
}

.area{
padding: 80px 0;
}

.area .cnt{
width:1100px;
max-width: 94%;
margin: 0 auto;
align-items: center;
}

.contact_area a {
  text-align: center;
}

.area .img_l{
width: 420px;
}

.area .text_r{
width: calc(100% - 480px);
font-size:18px;
line-height: 1.8;
}

.flow_table{
width: 880px;
max-width: 94%;
margin: 60px auto 80px;
border-collapse: separate;
border-spacing:0 15px;
border:none !important;
}

:where(:not(.wp-block-table))>table :is(th,td) {
    border:none;
}

.flow_table th{
font-size:19px;
text-align: left;
background:#676572 ;
padding: 10px 15px;
color: #FFFFFF;
vertical-align: middle;
line-height: 1.5;
}

.flow_table td{
font-size:17px;
background:#eeeeee ;
padding: 10px 15px;
color: #000000;
vertical-align: middle;
line-height: 1.5;
}

.flow_table td.num{
font-size:22px;
background:#333333 ;
padding: 10px;
color: #FFFFFF;
vertical-align: middle;
}

/********************************
個人向け
********************************/
.btoc{
width: 1100px;
max-width: 94%;
margin: 120px auto 80px;
}

.btoc .img_l {
width:420px
}

.btoc .text_r {
width: calc(100% - 450px);
}

.btoc .text_r p{
font-size:16px;
margin-bottom: 40px;
line-height: 1.8;
}

.results2 .results_list2{
width: 1100px;
max-width: 94%;
margin: 0 auto;
}

.results2 .results_list2 li{
width: 32%;
list-style:none;
background: #efefef;
border-left: 4px solid #b31d23;
padding: 60px 20px 40px 20px;
}

.results2 .results_list2 li h3{
font-size:26px;
line-height: 1.5;
margin-bottom: 20px;
height: 70px;
letter-spacing: -1px;
font-weight:bold;
}

.results2 .results_list2 li h4{
background:transparent;
padding:0;
font-size:20px;
line-height: 1.5;
margin-bottom: 20px;
font-weight:bold;
}

.results2 .results_list2 li p{
font-size:16px;
line-height: 1.8;
margin-bottom: 20px;
height: 220px;
}

.results2 .results_list2 li .more{
width:240px;
margin:0 auto 50px;
}

.results2 .results_list2 li .more a{
text-align: center;
display: block;
padding: 10px 30px 10px 0;
background:#b31d23 url("../img/arrow_w.png") 200px center no-repeat;
color: #FFFFFF;
text-decoration: none;
border-radius: 50px;
}

.results2 .results_list2 li img{
}

.solution{
width: 1100px;
max-width: 94%;
margin: 80px auto 50px;
padding: 50px 30px;
background: #b31d23;
border-radius: 20px;
text-align: center;
}

.solution h2{
color: #FFFFFF;
font-size:36px;
margin-bottom: 40px;
}

.solution .solution_list li{
position: relative;
list-style:none;
width:24%;
height: 130px;
background: #FFFFFF;
border-radius: 15px;
color: #000000;
}

.solution .solution_list li p{
width: 100%;
font-size:16px;
line-height: 1.5;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}

.arrow_block{
text-align: center;
padding: 30px 0 80px;
}

.arrow_block .down{
margin-bottom: 30px;
}

.arrow_block .catch{
font-size:38px;
line-height: 1.8;
margin-bottom: 50px;
font-weight: bold;
}

.arrow_block .catch span{
color: #b31d23;
}

.arrow_block .p_center{
font-size:18px;
text-align: center;
line-height: 1.8;
margin-bottom: 50px;
}

.arrow_block  .more{
width:450px;
margin:0 auto 50px;
}

.arrow_block  .more a{
font-size:18px;
text-align: center;
display: block;
padding: 20px 30px 20px 0;
background:#b31d23 url("../img/arrow_w.png") 380px center no-repeat;
color: #FFFFFF;
text-decoration: none;
border-radius: 50px;
}

/********************************
新着情報
********************************/
.blog .site-body {
    padding:50px 0 !important;
}

.archive .site-body {
    padding: 50px 0 !important;
}

.blog .site-body .container {
max-width: 1200px;
    }

.blog .main-section--col--two {
width:75%;
}

.blog .sub-section--col--two {
width: 22%;
padding:0;
}

.blog .vk_post.card {
	background:#efefef;
    padding: 0;
    margin-bottom: 30px;
    box-sizing: border-box;
	border:none;
    max-width: 100%;
	border-radius:0;
}

.blog .vk_post .vk_post_title {
    font-size: 16px;
    font-weight: 500;
}

.blog .vk_post .vk_post_date {
    font-size:14px;
    margin-top: 10px;
    color: #000000;
}

.blog .sub-section-title:after {
display:none;
}

.blog .sub-section-title{
font-size:20px;
padding-bottom:30px;
border:none;
}

.blog .localNavi li{
border-bottom:1px dashed #000000;
}

.blog .localNavi li a{
padding:8px 0;
font-size:16px;
}

.blog #blog_contact{
display:block !important;
}

.blog #blog_contact{
display:block !important;
}

.archive #blog_contact{
display:block !important;
}

.single-post #blog_contact{
display:block !important;
}

#blog_contact{
background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url("../img/footer_img.jpg") center top no-repeat;
background-size: 100% auto;
padding: 110px 0 200px;
}

#blog_contact .cnt{
width: 1100px;
max-width: 90%;
margin: 0 auto;
}

#blog_contact .cnt .contact_text{
width: calc(100% - 400px);
padding: 50px 0 0;
}

#blog_contact  h2 {
border:none !important;
margin:0;
padding:0;
}

#blog_contact  h3:where(:not(.wp-block-post-title)):after {
display:none;
margin:0;
padding:0;
}

#blog_contact  h3:where(:not(.wp-block-post-title)) {
border:none;
margin:0;
padding:0;
}

#blog_contact .cnt .contact_text .h2_style{
color: #FFFFFF;
font-size:36px;
font-weight:bold;
margin-bottom: 30px;
line-height: 1.5;
}
#blog_contact .cnt .contact_text p{
color: #FFFFFF;
font-size:20px;
line-height: 1.8;
}

#blog_contact .cnt .contact_area{
width: 400px;
}

#blog_contact .cnt .contact_area .mail_btn{
margin-bottom: 20px;
}

#blog_contact .cnt .contact_area .mail_btn a{
background: #FFFFFF;
display: block;
text-decoration: none;
padding: 40px 30px;
color: #000000;
}

#blog_contact .cnt .contact_area .mail_btn a:hover{
background: rgba(255,255,255,0.8);
}

#blog_contact .cnt .contact_area .mail_btn a h3{
font-size:24px;
color: #c30d23;
background: url("../img/icon_mail.png") left center no-repeat;
margin-bottom: 20px;
padding: 0 0 0 50px;
}

#blog_contact .cnt .contact_area .mail_btn a p{
font-size:20px;
margin-bottom:0;
}

#blog_contact .cnt .contact_area .tel_btn{
}

#blog_contact .cnt .contact_area .tel_btn a{
background: #FFFFFF;
display: block;
text-decoration: none;
padding: 35px 30px;
}

#blog_contact .cnt .contact_area .tel_btn a:hover{
background: rgba(255,255,255,0.8);
}

#blog_contact .cnt .contact_area .tel_btn a h3{
font-size:24px;
color: #c30d23;
background: url("../img/icon_tel.png") left 10px no-repeat;
margin-bottom: 20px;
line-height: 1.5;
padding: 0 0 0 40px;
}

#blog_contact .cnt .contact_area .tel_btn a p{
font-size:20px;
margin-bottom:0;
}

.single-post .site-body {
    padding:50px 0 !important;
}

.single-post .site-body .container {
max-width: 1200px !important;
    }

.single-post .main-section--col--two {
width:75%;
}

.single-post .sub-section--col--two {
width: 22%;
padding:0;
}

.single-post .vk_post .vk_post_title {
    font-size: 16px;
    font-weight: 500;
}

.single-post .vk_post .vk_post_date {
    font-size:14px;
    margin-top: 10px;
    color: #000000;
}

.single-post .sub-section-title:after {
display:none;
}

.single-post .sub-section-title{
font-size:20px;
padding-bottom:30px;
border:none;
}

.single-post .localNavi li{
border-bottom:1px dashed #000000;
}

.single-post .localNavi li a{
padding:8px 0;
font-size:16px;
}

/********************************
レスポンシブ
********************************/

@media screen and (min-width: 768px) {
	 a[href^="tel:"] {
		 pointer-events: none;
		 cursor: default;
	}
}


@media screen and (max-width: 1500px) {
.header_tel {
right:0;
}
}

@media screen and (max-width: 1300px) {
#gnav ul li{
letter-spacing: 0;
}

#gnav ul li a{
font-size:14px;
padding: 25px 5px;
}

#gnav ul li.contact {
margin-left: 10px;
}

#gnav ul li.tel a{
padding:5px 10px;
}
}
	
@media screen and (max-width: 1200px) {
.site-header--layout--nav-float .site-header-logo {
margin-right: 0;
	}

.site-header-logo {
width: 260px;
padding:15px 20px 0;
}

#global-nav ul li a {
font-size: 14px;
padding: 25px 5px;
}

#gnav ul li.tel {
font-size:11px;
}

#gnav ul li.tel a{
font-size:14px;
padding:5px 5px 10px;
}

#gnav ul li.tel p{
font-size:14px;
padding: 10px 0 0 20px;
background: url(../img/header_tel.png) left bottom no-repeat;
background-size: 15px auto;
}

#contact .cnt .contact_text{
width: calc(100% - 350px);
}

#contact .cnt .contact_text .h2_style{
font-size:28px;
}

#contact .cnt .contact_text p{
font-size:16px;
}

#contact .cnt .contact_area{
width: 340px;
}

#contact .cnt .contact_area .mail_btn a{
padding: 30px 20px;
}

#contact .cnt .contact_area .mail_btn a h3{
font-size:20px;
background: url("../img/icon_mail.png") left center no-repeat;
padding: 0 0 0 35px;
}

#contact .cnt .contact_area .mail_btn a p{
font-size:16px;
}

#contact .cnt .contact_area .tel_btn a{
padding: 30px 20px;
}

#contact .cnt .contact_area .tel_btn a h3{
font-size:20px;
background: url("../img/icon_tel.png") 5px 10px no-repeat;
background-size: 22px auto;
padding: 0 0 0 35px;
}

#contact .cnt .contact_area .tel_btn a p{
font-size:16px;
}

footer .footer_cnt .map{
width: 48%;
}

footer .footer_cnt .sitemap{
width:48%;
}

footer .footer_cnt .sitemap ul li a {
font-size: 15px;
}

/********************************
空き家
********************************/
.akiya_mv{
}

.akiya01 p{
font-size:18px;
margin-bottom: 30px;
}

.akiya02 p{
font-size:18px;
}

.akiya02 .risk_list li{
font-size:20px;
}

.akiya_service ul li p{
font-size:24px;
}

.p_center2{
font-size:20px;
}

.plan_list li{
padding: 40px 20px 110px;
}

.plan_list li .c_btn{
bottom:20px;
}

.plan_list li.free p br{
display: none;
}

.plan_list li.option{
padding: 40px 20px 0;
}

.plan_list li.option .option_list li{
padding: 15px 0;
border-radius: 30px;
}

.faq_list li dl{
margin: 30px 30px 45px;
}

.faq_list li dt{
font-size:22px;
margin-bottom: 20px;
}

/********************************
企業向け
********************************/
.page-header {
min-height:250px;
}

.page-header .page-header-title{
font-size:32px;
}

.btob .text_l .catch{
font-size:28px;
}

.results .result_ttl h2{
font-size:28px;
}

.results .results_list li .lead{
height:120px;
}

/********************************
個人向け
********************************/
.results2 .results_list2 li h3{
font-size:24px;
}
	

/********************************
新着情報
********************************/	
#blog_contact .cnt .contact_text{
width: calc(100% - 350px);
}

#blog_contact .cnt .contact_text .h2_style{
font-size:28px;
}

#blog_contact .cnt .contact_text p{
font-size:16px;
}

#blog_contact .cnt .contact_area{
width: 340px;
}

#blog_contact .cnt .contact_area .mail_btn a{
padding: 30px 20px;
}

#blog_contact .cnt .contact_area .mail_btn a h3{
font-size:20px;
background: url("../img/icon_mail.png") left center no-repeat;
padding: 0 0 0 35px;
}

#blog_contact .cnt .contact_area .mail_btn a p{
font-size:16px;
}

#blog_contact .cnt .contact_area .tel_btn a{
padding: 30px 20px;
}

#blog_contact .cnt .contact_area .tel_btn a h3{
font-size:20px;
background: url("../img/icon_tel.png") 5px 10px no-repeat;
background-size: 22px auto;
padding: 0 0 0 35px;
}
	
#blog_contact .cnt .contact_area .tel_btn a p{
font-size:16px;
}	
}

	
@media screen and (max-width: 1100px) {
.btob .text_l .catch{
font-size:24px;
}

.business .bg .cnt .text_l h2{
font-size:28px;
}

}
	
@media screen and (max-width: 991px) {
.header_tel {
display:none;
	}
	
.site-header-logo {
padding: 10px;
    }
	
.site-header-logo img {
max-height: 30px;
    }
	
#gnav{
display: none;
}

#service {
max-width: 94%;
margin: 60px auto 100px;
}

#service .hojin a{
display: block;
height: 280px;
padding: 80px 0 0;
}

#service .hojin .h2_style{
font-size:28px;
}

#service .hojin .h2_style span{
border-bottom: 3px solid #FFFFFF;
}

#service .hojin p{
font-size:16px;
}

#service .service_list li a{
height: 280px;
padding: 80px 0 0;
}

#service .service_list li .h2_style{
bottom: 100px;
font-size:24px;
padding:0 20px 10px;
}

#service .service_list li .h2_style:before {
width:150px;
height: 3px;
}

#company .h2_style{
font-size:28px;
margin-bottom: 40px;
}

#company .h2_style span{
padding: 0 20px 10px;
}

#company .company_img{
width:40%;
}

#company .company_detail{
width:55%;
}

#company .company_detail th{
width: 120px;
padding: 10px 0;
}

#company .company_detail td{
padding: 10px 0;
}

#contact .cnt .contact_text{
width: 100%;
padding: 0;
}

#contact {
padding: 50px 0 150px;
}

#contact .cnt .contact_text .h2_style{
font-size:24px;
margin-bottom: 20px;
}

#contact .cnt .contact_text p{
font-size:16px;
line-height: 1.5
}

#contact .cnt .contact_area{
margin: 30px 0 0;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
-webkit-justify-content: space-between;
justify-content: space-between;
flex-wrap:wrap;
}

#contact .cnt .contact_area .mail_btn{
width: 48%;
margin-bottom: 0;
}

#contact .cnt .contact_area .mail_btn h3{
line-height: 1.3;
}

#contact .cnt .contact_area .mail_btn a{
width: 100%;
height: 100%;
padding: 20px 30px;
}

#contact .cnt .contact_area .tel_btn{
width: 48%;
margin-bottom: 0;
}


#contact .cnt .contact_area .tel_btn a{
width: 100%;
height: 100%;
padding: 20px 30px;
}

footer .footer_cnt .sitemap {
    padding-right:20px;
}

/********************************
空き家
********************************/
.akiya01{
padding: 60px 0 30px;
}

.sub_h2{
font-size:28px;
margin-bottom: 50px;
}

.sub_h2 span{
padding: 0 20px 20px;
}

.sub_h2 ruby rt{
font-size:30px
}

.akiya01 p{
max-width: 94%;
margin: 0 auto 20px;
}

.akiya02{
padding: 60px 0;
}

.akiya02 p{
font-size:16px;
}

.akiya02 .risk_list{
margin: 50px auto 20px;
max-width: 94%;
}

.akiya02 .risk_list li{
padding: 10px 0;
font-size:16px;
}

.akiya_service ul li p{
font-size:20px;
}

.akiya03{
padding: 30px 0 60px;
}

.akiya03 .catch{
font-size:28px;
margin-bottom: 20px;
}

.p_center{
font-size:16px;
}

.akiya04{
padding: 60px 0;
}

.p_center2{
font-size:20px;
}

.plan{
padding: 60px 0 20px;
}

.contents .plan_list li{
width:100%;
margin-bottom: 30px;
padding: 30px 40px;
}

.plan_list li .c_btn{
bottom:30px;
left: auto;
right:30px;
width: auto;
}

.plan_list li.free {
padding:40px;
}

.plan_list li.option{
width:100%;
padding: 30px 40px 0;
}

.ask .cnt {
width: 480px;
	}

.faq{
padding: 60px 0;
}

.faq_list{
margin: 40px auto 50px;
}

.faq_list li{
padding-top: 50px;
}

.faq_list li .num{
padding: 15px 20px;
font-size:20px;
}

.faq_list li dl{
margin: 30px 20px 20px;
}

.faq_list li dt{
font-size:20px;
}

/********************************
企業向け
********************************/
.page-header {
min-height:200px;
}

.page-header .page-header-title{
font-size:28px;
}

.btob{
margin: 60px auto 40px;
}

.btob .text_l{
width: 60%;
}

.btob .img_r{
width: 38%;
}

.btob .text_l .catch{
font-size:24px
}

.business{
margin-bottom: 60px;
}

.business .bg .cnt .text_l{
width:50%;
}

.business .bg .cnt .text_l span{
font-size:16px;
}

.business .bg .cnt .text_l h2{
font-size:24px;
}

.business .bg .cnt .text_l p{
font-size:13px;
}

.business .bg .cnt .img_r{
width: 48%;
}

.business .bg .cnt .img_r img{
top:auto;
bottom:-40px;
left:auto;
right: 0;
}

.results .result_ttl span{
font-size:16px;
}

.results .result_ttl h2{
font-size:24px;
}

.results .result_ttl p{
font-size:13px;
}

.results .results_list li{
padding: 50px 20px 30px;
}

.results .results_list li .lead{
font-size:16px;
}

.results .results_list li .lead br{
display: none;
}

.area{
padding: 60px 0;
}

.area .img_l{
width: 48%;
}

.area .text_r{
width:48%;
font-size:16px;
}

.flow_table th{
font-size:16px;
}

.flow_table td{
font-size:14px;
}

.flow_table td.num{
font-size:18px;
}


/********************************
個人向け
********************************/
.btoc{
margin: 60px auto 40px;
}

.btoc .img_l {
width:48%;
}

.btoc .text_r {
width:48%;
}

.btoc .text_r p{
margin-bottom: 20px;
}

.results2 .results_list2 li{
padding: 30px 15px 40px;
}

.results2 .results_list2 li h3{
font-size:20px;
height: 60px;
}

.results2 .results_list2 li h4{
font-size:16px;
margin-bottom: 20px;
height: 50px;
}

.results2 .results_list2 li p{
font-size:14px;
height: 230px;
}

.results2 .results_list2 li .more{
width:100%;
margin:0 auto 30px;
}

.results2 .results_list2 li .more a{
background:#b31d23 url("../img/arrow_w.png") 90% center no-repeat;
}

.solution{
margin: 40px auto;
padding: 30px 20px 0;
}

.solution h2{
font-size:28px;
margin-bottom: 30px;
}

.solution .solution_list li{
position: relative;
width:48%;
height: 80px;
margin-bottom: 20px;
}

.arrow_block{
padding: 0 0 40px;
}

.arrow_block .catch{
font-size:28px;
margin-bottom: 30px;
}

.arrow_block .p_center{
font-size:16px;
margin-bottom: 20px;
}

.arrow_block  .more{
margin:40px auto;
}
	
/********************************
新着情報
********************************/	
.blog .site-body .container {
max-width: 90%;
    }

.blog .main-section--col--two {
width:100%;
}

.blog .sub-section--col--two {
width: 100%;
}

#blog_contact {
padding: 50px 0 180px;
}

#blog_contact .cnt .contact_text .h2_style{
font-size:24px;
margin-bottom: 20px;
}
	
#blog_contact .cnt .contact_text {
        width: 100%;
        padding: 0;
    }

#blog_contact .cnt .contact_text p{
font-size:16px;
line-height: 1.5
}

#blog_contact .cnt .contact_area{
margin: 30px 0 0;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
-webkit-justify-content: space-between;
justify-content: space-between;
flex-wrap:wrap;
}

#blog_contact .cnt .contact_area .mail_btn{
width: 48%;
margin-bottom: 0;
}

#blog_contact .cnt .contact_area .mail_btn h3{
line-height: 1.3;
}

#blog_contact .cnt .contact_area .mail_btn a{
width: 100%;
height: 100%;
padding: 20px 30px;
}

#blog_contact .cnt .contact_area .tel_btn{
width: 48%;
margin-bottom: 0;
}
	
#blog_contact .cnt .contact_area .tel_btn a{
width: 100%;
height: 100%;
padding: 20px 30px;
}
	
#blog_contact p{
margin-bottom:0;
padding-bottom:0;
	}
	
.single-post .site-body .container {
max-width: 90%;
    }

.single-post .main-section--col--two {
width:100%;
}

.single-post .sub-section--col--two {
width: 100%;
}

	}
	
@media screen and (max-width: 760px) {
.sp{
display: block;
}

.pc{
display: none;
}
	

#service .service_list li.kojin a{
background-size: auto 100%;
}

#service .service_list li.kojin a:hover{
background-size: auto 100%;
}

#service .service_list li.akiya a{
background-size: auto 100%;
}

#service .service_list li.akiya a:hover{
background-size: auto 100%;
}

#service .service_list li.jirei a{
background-size: auto 100%;
}

#service .service_list li.jirei a:hover{
background-size: auto 100%;
}

#company .company_img{
width:100%;
text-align: center;
}

#company .company_detail{
width:100%;
margin-top: 40px;
}

#contact .cnt .contact_area .mail_btn a{
padding:20px 10px;
}

#contact .cnt .contact_area .mail_btn a h3{
font-size:16px;
}

#contact .cnt .contact_area .mail_btn a p{
text-align: center;
font-size:14px;
}

#contact .cnt .contact_area .tel_btn a{
padding:20px 10px;
}

#contact .cnt .contact_area .tel_btn a h3{
font-size:16px;
}

#contact .cnt .contact_area .tel_btn a p{
text-align: center;
font-size:14px;
}


/********************************
空き家
********************************/
.akiya01{
padding: 40px 0 20px;
}

.akiya01 p{
font-size:16px;
text-align: left;
}

.sub_h2{
font-size:24px;
margin-bottom: 40px;
}

.sub_h2 span{
font-size:24px;
padding: 0 20px 10px;
}

.sub_h2 ruby rt{
font-size:24px
}

.akiya02{
padding: 40px 0;
}

.akiya03 .catch{
font-size:22px;
}

.akiya04{
padding: 40px 0;
}

.akiya04 .col3 {
margin: 40px auto 20px;
}

.akiya_service {
padding: 40px 0;
}

.p_center2{
font-size:16px;
}

.ask {
height: 50vw;
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/akiya/contact_bg.jpg) center top no-repeat;
background-size: auto 100%;
}

.plan{
padding: 40px 0 20px;
}

.faq{
padding: 40px 0;
}

.contents .faq_list li{
width:100%;
}
	
/********************************
企業向け
********************************/		
.flow_dl{
width:540px;
max-width: 90%;
margin: 40px auto 30px;
}

.flow_dl dt{
font-size:16px;
text-align: left;
background:#676572;
margin:0;
padding: 10px 15px;
color: #FFFFFF;
}

.flow_dl dd{
font-size:14px;
background:#eeeeee ;
margin-bottom:10px;
padding: 10px 15px;
color: #000000;
line-height: 1.5;
}

/********************************
新着情報
********************************/	
#blog_contact .cnt .contact_area .mail_btn a{
padding:20px 10px;
}

#blog_contact .cnt .contact_area .mail_btn a h3{
font-size:16px;
}

#blog_contact .cnt .contact_area .mail_btn a p{
text-align: center;
font-size:14px;
}

#blog_contact .cnt .contact_area .tel_btn a{
padding:20px 10px;
}

#blog_contact .cnt .contact_area .tel_btn a h3{
font-size:16px;
}
#blog_contact .cnt .contact_area .tel_btn a p{
text-align: center;
font-size:14px;
}	
}

@media screen and (max-width: 580px) {
.sp2{
display: block;
}
	
.pc2{
display: none;
}	

#service {
margin: 40px auto 50px;
    }
	
#service .hojin:after{ 
  border-bottom:20px solid rgba(255,255,255,0);
  border-left:20px solid rgba(255,255,255,0);
  border-right: 20px solid #1e61b2;
  border-top: 20px solid #1e61b2;
}

#service .hojin a{
height: auto;
padding: 40px 0;
}

#service .hojin .h2_style{
font-size:22px;
}

#service .hojin .h2_style span{
padding:0 30px 10px;
}

#service .hojin p{
margin: 30px 0 20px;
font-size:14px;
}

#service .hojin .more{
padding: 10px;
}

#service .hojin .more span{
font-size:14px;
}

#service .service_list li{
position: relative;
width: 100%;
margin: 20px 0 0;
}

#service .service_list li:after{ 
  border-bottom:20px solid rgba(255,255,255,0);
  border-left:20px solid rgba(255,255,255,0);
  border-right: 20px solid #b31d23;
  border-top: 20px solid #b31d23;
}

#service .service_list li.akiya:after{ 
  border-right: 20px solid #f09d13;
  border-top: 20px solid #f09d13;
}

#service .service_list li.jirei:after{ 
  border-right: 20px solid #95b31e;
  border-top: 20px solid #95b31e;
}


#service .service_list li a{
height: 150px;
padding: 40px 0;
}

#service .service_list li.kojin a{
background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.4)), url("../img/top_kojin_bg_sp.jpg") center top no-repeat;
background-size:100% auto;
}

#service .service_list li.kojin a:hover{
background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)), url("../img/top_kojin_bg_sp.jpg") center top no-repeat;
background-size:110% auto;
}

#service .service_list li.akiya a{
background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.4)), url("../img/top_akiya_bg_sp.jpg") center top no-repeat;
background-size:100% auto;
}

#service .service_list li.akiya a:hover{
background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)), url("../img/top_akiya_bg_sp.jpg") center top no-repeat;
background-size:110% auto;
}

#service .service_list li.jirei a{
background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.4)), url("../img/top_jirei_bg_sp.jpg") center top no-repeat;
background-size:100% auto;
}

#service .service_list li.jirei a:hover{
background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)), url("../img/top_jirei_bg_sp.jpg") center top no-repeat;
}

#service .service_list li .h2_style{
bottom: 50px;
font-size:22px;
}

#service .service_list li .h2_style br{
display: none;
}

#service .service_list li .h2_style:before {
  width:220px;
  height: 3px;
}

#service .service_list li .more{
line-height: 1;
padding: 10px;
}

#service .service_list li .more span{
font-size:14px;
}

#company {
margin: 0 auto 40px;
}

#company .company_detail th{
width: 120px;
font-size:14px;
}

#company .company_detail td{
font-size:14px;
line-height: 1.6
}

#contact {
padding: 20px 0 100px;
background-size: auto 100%;
}

#contact .cnt .contact_text .h2_style {
font-size: 20px;
margin-bottom: 20px;
line-height: 1.5;
    }

#contact .cnt .contact_text p {
font-size: 14px;
line-height: 1.5;
    }
	
#contact .cnt .contact_area .mail_btn {
width: 100%;
margin:0 auto 20px;
    }
	
#contact .cnt .contact_area .mail_btn a h3 {
font-size: 20px;
    }
	
#contact .cnt .contact_area .tel_btn {
width: 100%;
margin:0 auto;
    }
	
#contact .cnt .contact_area .tel_btn a h3 {
font-size: 20px;
    }

footer {
margin: -80px 0 0;
border-radius: 0 60px 0 0;
}

footer .footer_cnt{
padding: 30px 0;
}

footer .footer_cnt .map {
width: 100%;
margin-bottom: 20px;
    }
	
footer .footer_cnt .sitemap {
width: 100%;
padding-right: 0;
    }
	
.sticky{
display: block;
z-index: 999;
position:fixed;
bottom:0;
left:0;
width: 100%;
}

.sticky ul{
margin: 0;
padding: 0;
line-height: 0;
}

.sticky ul li{
list-style:none;
margin: 0;
padding: 0;
width:50%;
line-height: 0;
}
	
.page_top_btn {
bottom: 70px;
	}
	
/********************************
空き家
********************************/
.akiya_mv{
padding-top: 20px;
}

.sub_h2{
max-width: 94%;
font-size:20px;
margin:0 auto 30px;
}

.sub_h2 span{
font-size:20px;
padding: 0 0 10px;
line-height:2;
}

.akiya02 .risk_list li{
width: 48%;
font-size:14px;
}

.akiya_service ul li {
    width: 535px;
    max-width: 100%;
    margin:0 auto 20px;
}

.akiya03 {
padding: 30px 0 40px;
}

.akiya03 .catch {
font-size: 20px;
}

.akiya04 .p_center, .akiya04 .p_center2{
width: 94%;
margin: 0 auto;
text-align: left;
}

.akiya04 .col3 li {
width: 48%;
}

.ask {
height: 70vw;
}

.ask .cnt {
width: 90%;
    }

.ask .cnt p{
font-size:22px;
margin-bottom: 20px;
}

.ask .cnt .tel_btn a h3{
font-size:20px;
background: url("../img/icon_tel.png") left 10px no-repeat;
background-size: 20px auto;
padding: 0 0 0 30px;
}

.ask .cnt .tel_btn a p{
font-size:15px;
}

.ask .cnt .tel_btn a .tel{
font-size:24px;
margin-bottom: 20px;
}

.ask .cnt .tel_btn a p span{
font-size:11px;
}

.contents .plan_list li {
max-width: 300px;
margin: 0 auto 30px;
padding: 30px 40px 100px;
}

.plan_list li .c_btn {
left: 0;
width: 100%;
    }
	
.plan_list li .c_btn a {
padding: 20px 0;
}

.plan_list li.free{
padding: 30px 20px;
}

.plan_list li.option{
padding: 30px 20px;
}

.plan_list li.option .option_list li {
    width: 100%;
}

.faq{
padding: 40px 0 20px;
}

.contents .faq_list {
margin: 40px auto 20px;
    }

/********************************
企業向け
********************************/
.page-header {
min-height:100px;
}

.page-header .page-header-title{
font-size:24px;
}

.btob{
margin: 30px auto 20px;
}

.btob .text_l{
width: 100%;
}

.btob .img_r{
width: 100%;
margin-top: 20px;
text-align: center;
}

.btob .text_l .catch{
font-size:20px;
}

.business{
margin-bottom:0;
}

.business .bg{
background:#b31d23;
padding: 30px 0;
}

.business .bg .cnt .text_l{
width:100%;
}

.business .bg .cnt .text_l h2{
font-size:24px;
margin: 10px 0 15px;
}

.business .bg .cnt .img_r{
width: 100%;
margin-top: 20px;
text-align: center;
}

.business .bg .cnt .img_r img{
position:relative;
bottom:auto;
right:auto;
}

.results{
padding: 30px 0 45px;
}

.results .result_ttl{
margin-bottom: 30px;
}

.results .result_ttl span{
font-size:16px;
}

.results .result_ttl h2{
font-size:20px;
margin: 10px 0 15px;
}

.results .result_ttl p{
padding: 0 3%;
}

.results .results_list li{
width: 90%;
background: linear-gradient(180deg, #b31d23 0%, #b31d23 30px, #FFFFFF 30px, #FFFFFF 100%);
margin:0 auto 20px;
padding: 50px 20px 20px;
}

.results .results_list li .lead{
height: auto;
font-size:16px;
margin-bottom: 20px
}

.area{
padding: 30px 0 50px;
}

.area .img_l{
width: 100%;
}

.area .text_r{
width:100%;
margin-top:20px; 
font-size:14px;
}
	

  
/********************************
個人向け
********************************/
.btoc{
margin: 30px auto;
}

.btoc .img_l {
width:100%;
}

.btoc .text_r {
width:100%;
margin-top: 20px;
}

.results2 .results_list2 li{
width: 100%;
margin: 0 auto 30px;
padding: 20px;
}

.results2 .results_list2 li h3{
height:auto;
font-size:22px;
letter-spacing: 0;
}

.results2 .results_list2 li h4{
font-size:18px;
height:auto;
}

.results2 .results_list2 li p{
font-size:14px;
height:auto;
}

.solution{
margin: 30px auto;
padding: 20px 20px 0;
}

.solution h2{
font-size:24px;
line-height: 1.5;
margin-bottom: 20px;
}

.solution .solution_list li{
width:100%;
}

.arrow_block .catch{
font-size:24px;
margin-bottom: 30px;
}

.arrow_block .p_center{
font-size:15px;
max-width: 94%;
margin:0 auto 20px;
text-align: left;
}

.arrow_block  .more{
width:90%;
margin:0 auto 30px;
}

.arrow_block  .more a{
font-size:16px;
background:#b31d23 url("../img/arrow_w.png") 92% center no-repeat;
}

/********************************
新着情報
********************************/
#blog_contact {
padding: 20px 0 140px;
background-size: auto 100%;
}
	
#blog_contact .cnt .contact_text .h2_style {
font-size: 20px;
margin-bottom: 20px;
line-height: 1.5;
    }

#blog_contact .cnt .contact_text p {
font-size: 14px;
line-height: 1.5;
    }
	
#blog_contact .cnt .contact_area .mail_btn {
width: 100%;
margin:0 auto 20px;
    }
	
#blog_contact .cnt .contact_area .mail_btn a h3 {
font-size: 20px;
    }
	
#blog_contact .cnt .contact_area .tel_btn {
width: 100%;
margin:0 auto;
    }
	
#blog_contact .cnt .contact_area .tel_btn a h3 {
font-size: 20px;
    }

}