	@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700;900&display=swap');
		
	html[lang="ja"] {
	  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	  color: #5C4343;
	}
	body {
	  margin: 0;
	  padding: 0;
	  position: relative;
	}
div{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

	h1{
	  margin: 0 auto;
	  padding: 0;
	  text-align: center
	}
	h3{
	line-height: 120%;
	}
p{
    margin:0;
	padding: 0.5rem;
	line-height: 150%;
	}

header {
  width: 100%;
  padding: 0;
  margin: 0;
  /*border-bottom: 1px solid #CCC;*/
  position: fixed;
  background-color: #fff;
  z-index: 999;
}

.hd_inner {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  position: relative;
}

.hd_logo {
  width: 101px; 
  height: 40px;
  padding: 10px;
}
.hd_txt{
    margin-top: 20px;
    padding-bottom: 20px;
	font-weight:500;
}


#hd #nav-toggle{
padding: 0;
margin: 0;
	}

main {
  width: 100%;
  padding: 0;
  margin: 0;
  padding-top: 60px;
}

.bg-yel{
	background-color: #F8F6DE;
	}
.section-padding{
	padding: 30px 0;
}


.flex{
	display: flex;
	}
.flex-center{
	display: flex;
	align-items:center;
	}
.flex-hd{
	display: flex;
	}
.qr-frame{
margin: auto;
text-align: center;
width: 450px;
}

.step-frame{
	padding-left: 30px;
}

.s14-b{
	font-size: 14px;
	font-weight: 500;
	}

.s16-b{
	font-size: 16px;
	font-weight: bold;
	}

.s16-b-brown{
    font-size: 16px;
    font-weight: bold;
    color: #5C4343;
    padding: 10;
    width: 88%;
    margin: auto;
	}

.s18-r{
	font-size: 18px;
	}
.s18-b{
	font-size: 18px;
	font-weight: bold;
	}
.s24-b{
	font-size: 24px;
	font-weight: bold;		
	}
.s40-b{
	font-size: 40px;
	font-weight: bold;
	}

.grn{
color: #009260;		
	}

.bk{
	color: #000;	
	}
.line{
	color:#00B800;
	
}

.marker {
     background: linear-gradient(transparent 80%, #FFF56B 60%);
}
.main_inner_mv {
  width: 1200px;
  margin: 0 auto;
}
	
.main_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}
.main_frame {
  padding-top: 2rem;
  margin: auto;
}
.section2{
		text-align: center;
	line-height: 150%;
	}
	
.section2-img{
	    width: 90px;
	    height: auto;
		text-align: center;
	}

.section3{
		text-align: center;
	}	
	
.section3-img{
	width: 330px;
	height: auto;
	}
.section3-frame{
  width: 580px;
  padding: 10px 10 50px;
  margin: 20px;
  /*border: 1px solid #D1D3D4;*/
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 1px 2px 4px #D1D3D4;
	}
	.section3-txt{
		text-align: center;
		line-height: 150%;
	}

.section3-arrow{
	padding: 76px 15px;
	}

.section4_bg_yel{
	margin: auto;
	width: 920px;
    box-shadow: 3px 3px 3px #D1D3D4;
	text-align: center;
	border-radius: 15px;
	background-color: #FFF9A8;
	margin: 20px auto;
	padding: 20px;
	}
.line-btn{
	width:500px;
	height:auto;
}

.section5_bg{
 background-image: url(../images/pc_naiken.png);	
 width: 1200px;
 height: 524px;
 padding-left: -20px;
 background-repeat:  no-repeat;    
 background-position:center center;
 background-size:contain;
	}
.section5-txt{
    padding-top: 330px;
    padding-left: 600px;
    line-height: 150%;
    justify-content: flex-end;
    align-items: flex-end;
	}
	
.faq_word {
  font-weight: 700;
}
footer {
  width: 100%;
  padding: 0;
  margin: 0;
}

.footer_inner {
  width: 1200px;
  margin: 0 auto;
}

.chintai-logo{
	padding-left: 240px;
	text-align: right;
	width: 90%;height: auto;
}

.line-circle {
	position: fixed;
    bottom: 2%;
    right: -2%;
	z-index: 980;
}
/* MENU----------------------------------*/
.nav-bg{
	width: 100%;
}
.qr{
	padding: 10px;
}

#nav-toggle {
    position: absolute;
    top: 15px;
    right: 0;
    height: 32px;
    cursor: pointer;
}
		
#nav-toggle > div {
position: relative;
width: 36px;
}
#nav-toggle span {
width: 100%;
height: 1px;
left: 0;
display: block;
background: #333;
position: absolute;
transition: transform 0.3s ease-in-out, top 0.2s ease;
}
#nav-toggle span:nth-child(1) {
top: 10;
}

#nav-toggle span:nth-child(2) {
top: 22px;
}

#nav-toggle span:nth-child(3) {
top: 22px;
}
/*#nav-toggle:hover span:nth-child(1) {
top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
top: 23px;
}*/

.open #nav-toggle span {
background: #000;
}
.open #nav-toggle span:nth-child(1) {
top: 15px;
transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
top: 15px;
width: 0;
left: 50%;
}
.open #nav-toggle span:nth-child(3) {
top: 15px;
transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
z-index: 1000;
}

#container {
z-index: 900;
}

#gloval-nav {
/*background: #fff;*/
background: #F8F6DE;
color: #000;
position: fixed;
top: 60;
left: 0;
right: 0;
bottom: 0;
z-index: 990;
text-align: center;
display: flex;
visibility: hidden;
flex-direction: column;
justify-content: flex-start;
align-items: center;
font-size: 29px;
opacity: 0;
transition: opacity 0.3s ease, visibility 0.3s ease;
}

#gloval-nav a {
display: block;
color: #5C4343;
font-weight: bold;
text-decoration: none;
padding: 15px 0;
transition: color 0.3s ease;
font-size: 1.5rem;
line-height: 160%;
}

#gloval-nav a:hover {
color: #666;
}
#gloval-nav ul {
list-style: none;
padding-bottom: 20px;
}
#gloval-nav ul li {
opacity: 0;
transform: translateX(0px);
transition: transform 0.3s ease, opacity 0.1s ease;
}
#gloval-nav ul li:nth-child(2) {
transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
transition-delay: 0.9s;
}

/* open */
.open {
overflow: hidden;
}
.open #gloval-nav {
visibility: visible;
opacity: 1;
}
.open #gloval-nav li {
opacity: 1;
transform: translateX(0);
transition: transform 0s ease, opacity 0.9s ease;
}
/* /MENU----------------------------------*/
		

/* footer ----------------------------------*/
.innerLink {
  padding: 60px 20px;
}
.innerLink h3 {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1;
}
.innerLink h4 {
  font-size: 0.8rem;
  margin-bottom: 10px;
  line-height: 1;
}		
.innerLink ul {
  margin-bottom: 15px;
}
.innerLink ul li {
  display: inline-block;
}
.innerLink ul li::after {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
}
.innerLink ul li:last-child::after {
  display: none;
}
.innerLink ul li a {
  font-size: 0.8rem;
}
.innerLink .linkBox {
  margin-bottom: 30px;
}
.innerLink .linkBox:nth-of-type(3) {
  margin-bottom: 0;
}
#greenbelt {
  background: #009260;
  padding: 20px;
  color: #fff;
  font-size: 1.2rem;
}
.ftbox .link {
  margin-bottom: 15px;
}
.ftbox .link a {
  text-align: center;
  display: block;
  margin-bottom: 15px;
  color: #fff;
}
.ftbox .copy {
  text-align: center;
  margin-bottom: 15px;
}
#greenbelt .bn {
  background: url(https://www.able.co.jp/campaign/online-sodan/images/bg_ftbn.jpg) no-repeat center center;
  width: 264px;
  height: 54px;
  margin: 0 auto;
}
#greenbelt .bn a {
  display: block;
  padding: 10px 140px 10px 10px;
  font-size: 1rem;
  text-decoration: none;
  color: #666;
}
#whitebelt {
  background: #fff;
  padding: 5px;
  text-align: center;
}


.footer_grn {
  width: 100%;
  height: 75px;
  padding: 0;
  margin: 0;
  background-color:#009260;
 
}

.footer_inner_grn {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  color: #fff;
  font-size: 0.8rem;
  line-height: 150%;
}
.aandp{
	width: 1200px;
	margin: auto;
	text-align: right;
}
/* /footer ----------------------------------*/


.pc { display: block !important; }
.sp { display: none !important; }



/*SP*/

@media screen and (max-width: 780px) {
/*sp*/

/* common */
.pc { display: none !important; }
.sp { display: block !important; }

/* header */
.hd_inner {
  width: 100%;
  height: 60px;
  margin: 0 auto;
}	

#nav-toggle {
    position: absolute;
    top: 15px;
	left: 85%;
    height: 32px;
    cursor: pointer;
}
.section3-txt {
  font-size: 14px;
  font-weight: 500;
}
.s18-b {
  font-size: 16px;
}
.s24-b { 
  font-size: 18px;
  font-weight: 700;
}
.s40-b{
	/* font-size: 1.3rem; */
  font-size: 24px;
	padding: 0 0.5rem;
	line-height: 130%;
  font-weight: 900;
	}
br { display: none; }

#gloval-nav a {
  line-height: 1;
}

/* MV */
.main_inner_mv {
  width: 100%;
  margin: 0 auto;
  padding: 0rem;
}
	
.main_inner {
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;
}

/* 引越し予定時期 */

.entry-area {
  position: relative;
  background: #fff;
  border: solid 1px #404040;
  border-radius: 10px;
  padding: 30px 15px;
  text-align: center;
  /*display: flex;*/
  align-items: flex-start;
  margin: 0 4%;
}

.-sp {
  display: block !important;
}

.entry-area span.red {
  display: inline-block;
  width: 60px;
  position: absolute;
  top: -30px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.move-area {
	 padding-top: 2rem;
     margin-top: 4rem;
	padding: 35px 10px 15px;
    margin: 1rem;
    border-radius: 10px;
    border: solid 1px #000;
    position: relative;
}
	.move-area-ttl{
 position: relative;
	}
.move-area-ttl{
    position: absolute;
    background: #FFF56B;
    border-radius: 3rem;
	top: -25px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.8rem;
    width: 12rem;
    color: #5C4343;
    font-weight: bold;
	}

.entry-area p {
  font-size: 2.3vh;
}

.move-area .move_text-area {
  color: #49a388;
  font-weight: bold;
}

#dl_movingtime {
  padding-top: 10px;
}

#dl_movingtime select {
  width: 82px;
  border: 1px solid #ccc;
  background: white;
  border-radius: 6px;
  padding: 4px 6px;
  font-size: 15px;
  margin-bottom: 10px;
  color: #555;
}

#dl_movingtime .undecided {
  text-align: left;
  max-width: 300px;
  margin: 0 auto;
}

.entry-area p {
  font-size: 2.2vh;
}

.entry-area input[type="submit"] {
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding: 15px;
  background-color: #49a388;
}


/* main_conetnts */
.flex{
	display: flex;
	flex-direction: column;
	}
.flex-hd{
	display: flex;
	}

.step-frame img {
  width: 100%;
  height: auto;
}
.section3-arrow {
  display: none;
}
.section2-img2{
	    width: 90%;
	    height: auto;
		text-align: center;
	}
.section2-img2-tap{
	    width: 80%;
	    height: auto;
		text-align: center;
	}
	
.section3-frame{
	width: 92%;
    padding: 10px 10px 40px;
        margin: 8px 3px;
    border: 1px solid #D1D3D4;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 3px 3px 3px #D1D3D4;
	}
.section3-img{
	width: 90%;
	height: auto;
	}
.section3-arrow {
    padding-top: 5px;
    text-align: center;
    transform: rotate(90deg);
}

.step-frame{
	padding-left: 0px;		
	}

.step .section3-txt {
  font-size: 18px;
  font-weight: 700;
}
.step .section3-txt br {
  display: block;
}
.section4_bg_yel{
	margin: auto;
	width: 100%;
    box-shadow: 3px 3px 3px #D1D3D4;
	text-align: center;
	border-radius: 15px;
	background-color: #FFF9A8;
	margin: 20px auto;
	padding: 20px;
  box-sizing: border-box;
	}
.section4_bg_yel__word {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.section4_bg_yel__word br {
  display: block;
}

.line-btn{
	width:90%;
	height:auto;
}


.why br {
  display: block !important;
}

.why .section3-txt {
  padding: 0.5rem 0;
}

/* 気になるお部屋が見つかった後もエイブルAGENTならスムーズ！ */
.after .s40-b {
  font-size: 5.8vw;
}
.section5_bg {
    background-image: url(../images/pc_naiken.png);
    width: 100%;
    height: 524px;
    /* padding-left: -20px; */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    margin: 0 auto;
    position: relative;
}
.section5-txt {
  padding: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}


/* youtube */
.youtube_wrap iframe {
  width: 100%;
}
.qr-frame {
  width: 100%;
}
.faq_word br {
  display: block;
}


/* footer */
.footer_inner {
  width: 100%;
  margin: 0 auto;
}
.footer_inner_grn {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  color: #fff;
  font-size: 0.8rem;
  line-height: 150%;
}
.aandp{
	width: 100%;
	margin: auto;
	text-align: center;
}
	


.footer_grn {
  width: 100%;
  overflow: hidden;
  height:  13rem;
}
	
	
.chintai-logo{
	padding-left: 50px;
	text-align: right;
	width: 90%;height: auto;
}

/*---form---*/

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /*    font-size: 100%;*/
  line-height: 1.15;
  margin: 0 0.2rem;
}

main .main-entry.animation.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.35s cubic-bezier(0.26, 0.31, 0.55, 1), transform 0.35s cubic-bezier(0.26, 0.31, 0.55, 1), -webkit-transform 0.35s cubic-bezier(0.26, 0.31, 0.55, 1);
  margin-top: 15px;
}

.entry-area {
  position: relative;
  background: #fff;
  border: solid 1px #404040;
  border-radius: 10px;
  padding: 30px 15px;
  text-align: center;
  /*display: flex;*/
  align-items: flex-start;
  margin: 0 4%;
}

.-sp {
  display: block !important;
}

.entry-area span.red {
  display: inline-block;
  width: 60px;
  position: absolute;
  top: -30px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.move-area {
        padding-top: 2rem;
        margin-top: 4rem;
}

.entry-area p {
  font-size: 2.3vh;
}

.move-area .move_text-area {
  color: #49a388;
  font-weight: bold;
}

#dl_movingtime {
  padding-top: 10px;
}

#dl_movingtime select {
  width: 82px;
  border: 1px solid #ccc;
  background: white;
  border-radius: 6px;
  padding: 4px 6px;
  font-size: 15px;
  margin-bottom: 10px;
  color: #555;
}

#dl_movingtime .undecided {
  text-align: left;
  max-width: 300px;
  margin: 0 auto;
}

.entry-area p {
  font-size: 2.2vh;
}

.entry-area input[type="submit"] {
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding: 15px;
  background-color: #49a388;
}

.move_submit-area {
  padding-top: 15px;
}

#dl_movingtime input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 5px;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.button-next{
        background-color: #009260;
        color: #fff;
        border-radius: 2rem;
        padding: 1rem 6rem;
        text-decoration: none;
        font-size: 1em;
        border: none;
    }
	}
	
	
/*sp*/
	}
