@charset "utf-8";
/*==============

=====================*/
body{
	font-family: "メイリオ", sans-serif;
	max-width: 100%;
	overflow-x: hidden;
}

img{
	vertical-align: bottom;
}

.img-100 {
	max-width: 100%;
}

*{
	box-sizing: border-box;
}

.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
}

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

=====================*/
/*header
--------------------------------*/
.header__inner{
	position: relative;
	width: 960px;
	height: 76px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.left-block{
	display: flex;
	align-items: center;
}
.left-block .header01{
	width: 300px;
	margin-right: 15px;
}
.left-block .header02{
	width: 240px;
}
.right-block{

}
.right-block .link-lp-wrap{
	text-align: right;
	margin-bottom: -2px;
}
.right-block .link-lp-wrap .link-lp{
	font-size: 15px;
	line-height: 1;
	position: relative;
	padding: 0 10px 0 24px;
	transition: 0.2s;
	color: #00e;
	text-decoration: underline;
}
.right-block .link-lp-wrap .link-lp:hover{
	opacity: 0.6;
}
.right-block .link-lp-wrap .link-lp::before{
	position: absolute;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../../images/pc/realestate_icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}
.right-block .header03{
	display: block;
	width: 290px;
}
/* .header01{
	position: absolute;
	top: 15px;
	left: 0;
	width: 300px;
	height: 50px;
}

.header02{
	position: absolute;
	top: 15px;
	left: 310px;
}

.header03{
	position: absolute;
	top: 15px;
	right: 0;
} */

/*main
--------------------------------*/
#main{
	min-width: 960px;
	background: url('../../images/pc/main_bg.jpg') no-repeat center top;
	background-size: cover;
}
.main_first-lead {
	position: relative;
	padding: 7px 0 5px;
	background: #32b458;
}
.main_first-lead_inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.main_first-lead h1 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.main_inner{
	position: relative;
	width: 960px;
	height: 500px;
	margin: 0 auto;
}
.main_title{
	position: absolute;
	top: 15px;
	left: 0;
	width: 635px;
	z-index: 2;
}
.main_txt01 {
	position: absolute;
	top: 7px;
	right: 30px;
	width: 323px;
}
.main_pic01 {
	display: block;
	position: absolute;
	top: 200px;
	right: 60px;
	width: 330px;
}
.main__form{
	position: absolute;
	width: 940px;
	height: 120px;
	margin: 0 auto;
	top: 399px;
	left: 9px;
	background: url('../../images/pc/top_bg02.png') no-repeat;
}
.main_search{
	margin-top: 14px;
}


/*comic
--------------------------------*/
#comic{
	text-align: center;
}

.comic__title{
	height: 220px;
	padding-top: 49px;
}

.lazyloaded .comic__title{
	background: url('../../images/pc/comic_bgtitle.gif');
}

.comic__inner{
	width: 940px;
	margin: -40px auto 0;
	text-align: center;
}

.comic_img01{
	margin-bottom: 46px;
}

/*saidai
--------------------------------*/
#saidai{
	min-width: 1000px;
	text-align: center;
	padding-bottom: 102px;
}
.saidai__title{
	height: 150px;
	padding-top: 37px;
	text-align: center;
}
.saidai_inner:before{
	content: "";
	display: block;
	padding-top: 83px;
}
.saidai_inner{
	width: 1000px;
	margin: 0 auto;
}

#saidai.lazyloaded{
	background: url('../../images/pc/saidai_bgbt.jpg') center bottom no-repeat;
}
.lazyloaded .saidai__title{
	background: url('../../images/pc/saidai_bg01.gif') top repeat-x;
}
.lazyloaded .saidai_inner:before{
	background: url('../../images/pc/saidai_bgtop.jpg') center top no-repeat;
}
.lazyloaded .saidai_inner{
	background: url('../../images/pc/saidai_bg.png') center top repeat-y;
}

/*conver
--------------------------------*/
#conver{
	text-align: center;
	padding-bottom: 50px;
}

.cover_search{
	padding-top: 95px;
}

/*results
--------------------------------*/
#results{
	padding: 14px 0;
	text-align: center;
}

#results.lazyloaded{
	background: url('../../images/pc/results_bg.gif');
}

.results_img {
	margin: 0 0 22px;
}


/*manga
--------------------------------*/
#manga{
	width: 940px;
	margin: 0 auto;
	padding: 22px 0 53px;
	text-align: center;
}

.mangawaku{
	border: 8px solid #fff;
}


/*step
--------------------------------*/
#step{
	height: 620px;
	padding-top: 39px;
	text-align: center;
}

#step.lazyloaded{
	background: url('../../images/pc/step_bg01.gif') repeat-x;
}

.step__title{
	margin-bottom: 27px;
}


.step__list{
	width: 956px;
	margin: 0 auto;
}

.step__list li{
	float: left;
}

/*voice
--------------------------------*/
#voice{
	position: relative;
	z-index: 4;
}

.voice__title{
	padding-top: 54px;
	padding-bottom: 22px;
	text-align: center;
}

.voice__inner{
	padding: 20px 16px;
	background: url('../../images/pc/voice_bg.gif');
	box-shadow:0px 0px 6px 0px #adadad;
	-moz-box-shadow:0px 0px 6px 0px #adadad;
	-webkit-box-shadow:0px 0px 6px 0px #adadad;
}

.voice__list{
	width: 960px;
	margin: 0 auto;
}

.voice__list01{
	margin-bottom: 22px;
}

.voice__list li{
	float: left;
	width: 480px;
}

.voice__boxa{
	width: 460px;
	margin: 0 auto;
	padding-bottom: 13px;
}

.voice__boxb{
	width: 460px;
	margin: 0 auto;
	padding-bottom: 13px;
}

.lazyloaded .voice__boxa{
	background: url('../../images/pc/voice_bg_boxa.gif') no-repeat bottom;
}

.lazyloaded .voice__boxb{
	background: url('../../images/pc/voice_bg_boxb.gif') no-repeat bottom;
}

.voice__box01a{
	height: 62px;
	background: #4cb556;
	color: #fff;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	font-size: 14px;
}

.voice__box01b{
	height: 62px;
	background: #37aecc;
	color: #fff;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	font-size: 14px;
}

.voice__box02a{
	min-height: 201px;
}

.voice__box02b{
	min-height: 201px;
}

.lazyloaded .voice__box02a{
	background: url('../../images/pc/voice_bg_boxa.png');
	background-size: 100% 100%;
}

.lazyloaded .voice__box02b{
	background: url('../../images/pc/voice_bg_boxb.jpg');
	background-size: 100% 100%;
}

.voice__titlebox{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 62px;
}

.voice__titlebox01{
	width: 192px;
	padding-left: 23px;
	font-size: 18px;
	font-weight: bold;
}

.voice__titlebox01 img{
	vertical-align: middle;
	margin-right: 6px;
}

.voice__titlebox02{
	width: 100px;
}

.voice__titlebox03{
	width: 70px;
}

.voice__titlebox04{
	width: 70px;
}

.voice__voicebox{
	display: -webkit-flex;
	display: flex;
}
.voice__voicebox_txt{
	width: 310px;
	padding: 24px 30px 20px;
	font-size: 14px;
	line-height: 25px;
}

.voice__voicebox_img{
	padding-top: 24px;
}


/*media
--------------------------------*/
#media{
	padding-top: 50px;
	text-align: center;
}

.medicon_search{
    padding-top: 205px;
}

.media02{
	width: 780px;
	margin: 0 auto;
	padding-top: 31px;
	box-shadow:0px 0px 6px 0px #adadad;
	-moz-box-shadow:0px 0px 6px 0px #adadad;
	-webkit-box-shadow:0px 0px 6px 0px #adadad;
}

.lazyloaded .media02{
	background: url('../../images/pc/voice_bg.gif');
}

.media__office_list{
	width: 570px;
	margin: 0 auto -7px;
}

.media__office_list li{
	float: left;
	width: 190px;
	text-align: center;
	margin-bottom: 20px;
}

.medicon{
	width: 940px;
	height: 310px;
	margin: -58px auto 10px;
	position: relative;
}

.lazyloaded .medicon{
	background: url('../../images/pc/medicon_bg.png') no-repeat;
}

.medicon01{
	position: absolute;
	top: -12px;
	left: 50px;
}

.medicon02{
	position: absolute;
	top: 26px;
	left: 362px;
}

.mediconlist{
  display: -webkit-flex;
  display: flex;
  height: 70px;
  padding-left: 51px;
  text-align: left;
}
.mediconlist select{
}

.medicon__over{
	overflow: hidden;
	border-radius: 7px;
}

.dropdown{
	position: relative;
}

.dropdown-select {
	position: relative;
	margin: 0;
	text-shadow: 0 1px white;
	background: #f2f2f2;
	border-radius: 6px;
	-webkit-appearance: none;
	padding: 10px;
	display:block;
	overflow: hidden;
	outline: none;
	width: 116%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
  min-height:3em;
}
.dropdown:after {
    margin-top: 10px;
    border-top-style: solid;
    border-bottom: none;
}
.dropdown:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 42%;
    right: 60px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 8px solid #3f3f3f;
    pointer-events: none;
}

/*footer
--------------------------------*/
#footer{
	background: #e6e6e6;
	padding-top: 31px;
	padding-bottom: 26px;
	font-size: small;
}

.footer_list{
	width: 940px;
	margin: 0 auto;
}

.footer_list dt{
	float: left;
	width: 240px;
}

.footer_list dt img{
	width: 195px;
	height: 42px;
}

.footer_list dd{
	float: left;

}


/* conver_short */
.satei-button{
   border: 0px;
    width: 250px;
    height: 70px;
    background: url('../../images/pc/medicon_btm.png') left top no-repeat;
}

.satei-step1{
	width: 248px;
	margin-right: 42px;
}

.satei-step2{
	width: 248px;
	margin-right: 47px;
}

.satei-step3{
	padding-top: 12px;
}

.conver_short{
	position: relative;
	width: 940px;
	height: 200px;
	margin: 0 auto;
	background: url('../../images/pc/conver_bg03.png') no-repeat;
}
.conver_short_titile{
	position: absolute;
	top: 20px;
	left: 50px;
}

.cover_short_search{
	margin-top: 32px;
	padding-top: 95px;
}

.outer_blinking {
    padding: 3px;
    border-radius: 7px;
    margin-top: 3px;
}

.on{
    background: #c00;
-webkit-animation:blink 0.5s infinite alternate;
-moz-animation:blink 0.5s infinite alternate;
animation:blink 0.5s infinite alternate}
@-webkit-keyframes blink{
0%{background-color:rgba(0,0,0,0)}
100%{opacity:1}
}
@-moz-keyframes blink{
0%{background-color:rgba(0,0,0,0)}
100%{opacity:1}
}
@keyframes blink{
0%{background-color:rgba(0,0,0,0)}
100%{opacity:1}
}


/*============
ユーティリティー
==============*/
.u_strong{
	font-weight: bold;
}

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


/*フォームボタン*/
.btn-sateibox input {
  background-color: transparent;
  display: block;
  height: 70px;
  line-height: 70px;
  width: 250px;
}
input.satei-button {
  background: url(../../images/pc/medicon_btm_off.png) no-repeat;
}
input.satei-button.on {
  background: url(../../images/pc/medicon_btm.png) no-repeat;
  cursor:pointer;
}
input.satei-button.on:hover {
  background: url(../../images/pc/medicon_btm_hover.png) no-repeat;
}


.sub-txt {width: 940px; margin: 0 auto 20px;}
.sub-txt .txt01 {width: 300px; font-size: 10px; text-align: left; margin: 0 0 0 auto;}


/* FV-CTA-マンション入力 */
.main__form form .form-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 25px 0 25px;
}
.main__form form .form-inner .left-block {
  color: white;
  font-size: 18px;
  line-height: 1.4;
}
.main__form form .form-inner .left-block span {
  position: relative;
  padding-left: 50px;
  display: inline-block;
}
.main__form form .form-inner .left-block span::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 44px;
  height: 48px;
  background-image: url(../../images/pc/cta_mansion_icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
}
.main__form form .form-inner .center-block {
  max-width: 430px;
  width: 100%;
  height: 58px;
  position: relative;
}
.main__form form .form-inner .center-block .textbox-wrapper {
  width: 100%;
  height: 100%;
}
.main__form form .form-inner .center-block .textbox-wrapper .styled-textbox {
  width: 100%;
  height: 100%;
  font-size: 18px;
  padding: 0 15px;
  border-radius: 6px;
  border: none;
}
.main__form form .form-inner .center-block .textbox-wrapper .styled-textbox:focus {
  outline: none;
}
.main__form form .form-inner .right-block {
  max-width: 180px;
  width: 100%;
  height: 58px;
}
.main__form form .form-inner .right-block .cta-btn {
  position: relative;
  width: 100%;
  height: 100%;
}
.main__form form .form-inner .right-block .cta-btn .satei-button-fv {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: none;
  background: #FFDC00;
  background: linear-gradient(0deg, rgb(255, 220, 0) 50%, rgb(255, 255, 145) 50%);
  cursor: pointer;
  transition: 0.3s;
}
.main__form form .form-inner .right-block .cta-btn .satei-button-fv:hover {
  background: #ffc800;
  background: linear-gradient(0deg, rgb(255, 200, 0) 50%, rgb(255, 224, 145) 50%);
}
.main__form form .form-inner .right-block .cta-btn .text-float {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  padding-right: 30px;
  position: absolute;
  top: 53%;
  left: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}
.main__form form .form-inner .right-block .cta-btn .text-float .font-l {
  font-size: 17px;
}
.main__form form .form-inner .right-block .cta-btn .text-float::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 25px;
  height: 28px;
  background-image: url(../../images/pc/cta_click_pc.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  right: 0;
  transform: translateY(-50%);
}
.main__form form .form-inner .border {
  display: none;
	margin: 0;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 4px solid red;
  border-radius: 6px;
  position: absolute;
  top: -2px;
  left: -2px;
  animation: blinks 1s ease infinite;
  pointer-events: none;
}
@keyframes blinks {
  0% {
    border-color: transparent;
  }
  100% {
    border-color: red;
  }
}
.main__form form .form-inner .border.active {
  display: block;
}

/* サジェスト */
.suggestion_apartments {
		position: absolute;
		width: 88%;
		top: 40px;
		max-height: 230px;
		overflow-y: scroll;
		overflow-x: hidden;
		box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
		background-color: white;
		z-index: 10;
		list-style-type: none;
		border-radius: 6px;
}

.suggestion_apartments li {
		margin: 5px 15px 0 15px;
		font-size: 15px;
}

.suggestion_apartments li:last-child {
		margin-bottom: 15px;
}

.suggestion_apartments li:hover {
		color: #0077cc;
		text-decoration: underline;
		cursor: pointer;
}

.suggestion_apartments li.active,
.suggestion_apartments li:focus {
		background-color: #dcdcdc;
		outline: none;
}

@media screen and (max-width: 760px) {
		.suggestion_apartments li {
				margin: 12px 15px 0 15px;
				font-size: 16px;
		}

		.suggestion_apartments li:first-child {
				margin-top: 10px;
		}

		.suggestion_apartments li:last-child {
				margin-bottom: 20px;
		}
}

.suggestion_apartments::-webkit-scrollbar {
	width: 10px; /* ← 太さ */
}

.suggestion_apartments::-webkit-scrollbar-thumb {
	background: #aaa;         /* スクロールポインタの色 */
	border-radius: 5px;
}

.suggestion_apartments::-webkit-scrollbar-track {
	background: #f0f0f0;      /* スクロールバーの背景 */
}