@charset "UTF-8";
/*
/* Mixin
/*
----------------------------------------------------------------- */
/* 下層ページに必ず追加 */
.contents {
	padding:0;
}

.contents__inner {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.about-box {
	background: url("/assets/common/img_top_about_bg-5dd8cc4c.jpg") right bottom #fff no-repeat;
	background-size: contain;
	padding: 50px 70px;
	margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
	.about-box {
		padding: 30px 40px;
	}
}

@media screen and (max-width: 768px) {
	.about-box {
		margin: 0 -20px 40px;
		background: url("/assets/common/img_top_about_bg_sp-cc823d49.jpg") left bottom #f9f9f9 no-repeat;
		background-size: contain;
		padding: 0 20px 45vw;
	}
}

.about-box__ttl {
	font-size: 3.8rem;
	font-weight: bold;
	color: #ed6103;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	margin-bottom: .5em;
}

@media screen and (max-width: 980px) {
	.about-box__ttl {
		font-size: 3rem;
	}
}

@media screen and (max-width: 768px) {
	.about-box__ttl {
		text-align: center;
		font-size: 2.6rem;
		line-height: 1.4;
	}
}

.about-box__desc {
	font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
	.about-box__desc {
		font-size: 1.4rem;
	}
}

.item-box-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.item-box-2.-w100 {
	max-width: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
}

.item-box-2__inner {
	background: #fff;
	border-radius: 10px;
	padding: 40px 30px;
	width: 100%;
}

@media screen and (max-width: 992px) {
	.item-box-2__inner {
		padding: 40px 30px;
	}
}

@media screen and (max-width: 768px) {
	.item-box-2__inner {
		padding: 30px 20px;
	}
}

.item-box-2__inner.-gray {
	background: #f9f9f9;
}

.item-box-2__ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.item-box-2__ttl {
		margin-bottom: 10px;
	}
}

.item-box-2__category {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .3em;
}

.item-box-2__txt {
	color: #ed6103;
	font-size: 2.2rem;
	font-weight: bold;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	width: calc(100% - 40px);
}

@media screen and (max-width: 768px) {
	.item-box-2__txt {
		font-size: 2.1rem;
	}
}

.item-box-2__img {
	margin-right: 10px;
	width: 40px;
}

@media screen and (max-width: 768px) {
	.item-box-2__img {
		width: 30px;
	}
}

.item-box-2__img img {
	max-width: 40px;
	max-height: 40px;
}

@media screen and (max-width: 768px) {
	.item-box-2__img img {
		max-width: 30px;
		max-height: 30px;
	}
}

.item-box-2__lead {
	font-size: 1.8rem;
	font-weight: bold;
}

.item-box-2__desc a {
	color: #1f1f1f;
}

.item-box-2__desc a:hover {
	text-decoration: none;
	color: #ed6103;
}

.item-box-2__desc > *:last-child {
	margin-bottom: 0;
}

.item-box-2__desc .btn a {
	color: #ed6103;
}

.item-box-2__desc .btn a:hover {
	color: #fff;
}

.item-box-2__bold {
	font-weight: bold;
}

.item-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.item-box__inner {
	background: #fff;
	border-radius: 4px;
	padding: 40px 30px;
	width: 100%;
}

@media screen and (max-width: 992px) {
	.item-box__inner {
		padding: 40px 30px;
	}
}

@media screen and (max-width: 768px) {
	.item-box__inner {
		padding: 30px 20px;
	}
}

.item-box__ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.item-box__ttl {
		margin-bottom: 10px;
	}
}

.item-box__ttl.-no-reverse {
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	-webkit-flex-direction: inherit;
	    -ms-flex-direction: inherit;
	        flex-direction: inherit;
}

.item-box__ttl.-no-reverse .item-box__img {
	margin: 0;
}

.item-box__category {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .3em;
}

.item-box__sub {
	font-size: 1.4rem;
	color: #1f1f1f;
}

.item-box__txt {
	color: #ed6103;
	font-size: 2.2rem;
	font-weight: bold;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	width: calc(100% - 80px);
}

@media screen and (max-width: 992px) {
	.item-box__txt {
		font-size: 1.8rem;
		width: calc(100% - 60px);
	}
}

@media screen and (max-width: 768px) {
	.item-box__txt {
		font-size: 1.6rem;
		/* width: calc(100% - 50px); */
	}
}

.item-box__img {
	margin-right: 10px;
	width: 80px;
}

@media screen and (max-width: 992px) {
	.item-box__img {
		width: 60px;
	}
}

@media screen and (max-width: 768px) {
	.item-box__img {
		/* width: 50px; */
	}
}

.item-box__img.-c {
	text-align: center;
}

.item-box__desc a {
	color: #1f1f1f;
}

.item-box__desc a:hover {
	text-decoration: none;
	color: #ed6103;
}

.item-box__desc > *:last-child {
	margin-bottom: 0;
}

.item-box__desc .btn a {
	color: #ed6103;
}

.item-box__desc .btn a:hover {
	color: #fff;
}

.item-box__bold {
	font-weight: bold;
}

.logo-list {
	background: #fff;
	padding: 30px 30px 30px;
	border-radius: 10px;
	margin: 80px 0 40px;
}

@media screen and (max-width: 768px) {
	.logo-list {
		margin: 90px 0 30px;
		padding: 20px;
	}
}

.logo-list__ttl {
	color: #ed6103;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	height: 75px;
	z-index: 0;
	padding-top: 5px;
	margin-top: -70px;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.logo-list__ttl {
		height: 105px;
		font-size: 2rem;
		padding-top: 10px;
		margin-top: -80px;
	}
}

.logo-list__ttl::before, .logo-list__ttl::after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	height: 100%;
	width: 50%;
	z-index: -5;
}

.logo-list__ttl::before {
	left: 0;
	background: url("/common/about_img_ttl-bg-left.svg") left top no-repeat;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.logo-list__ttl::before {
		background: url("/common/about_img_ttl-bg-left_sp.svg") left top no-repeat;
		background-size: cover;
	}
}

.logo-list__ttl::after {
	right: 0;
	background: url("/common/about_img_ttl-bg-right.svg") right top no-repeat;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.logo-list__ttl::after {
		background: url("/common/about_img_ttl-bg-right_sp.svg") right top no-repeat;
		background-size: cover;
	}
}

.logo-list__ttl .-big {
	font-size: 3rem;
}

@media screen and (max-width: 768px) {
	.logo-list__ttl .-big {
		font-size: 2.4rem;
	}
}

.logo-list__ttl .-num {
	font-size: 4rem;
}

@media screen and (max-width: 768px) {
	.logo-list__ttl .-num {
		font-size: 3.4rem;
	}
}

.logo-list__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: -15px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media screen and (max-width: 992px) {
	.logo-list__inner {
		margin: -10px;
	}
}

@media screen and (max-width: 768px) {
	.logo-list__inner {
		margin: -5px;
	}
}

.logo-list__item {
	width: 14.28571%;
	padding: 15px;
}

@media screen and (max-width: 980px) {
	.logo-list__item {
		width: 16.66667%;
	}
}

@media screen and (max-width: 992px) {
	.logo-list__item {
		width: 20%;
		padding: 10px;
	}
}

@media screen and (max-width: 768px) {
	.logo-list__item {
		width: 25%;
		padding: 5px;
	}
}

.step-box {
	margin-top: 30px;
}

.step-box__item {
	background: #fff;
	border-radius: 10px;
	padding: 40px 30px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.step-box__item {
		padding: 30px 20px;
	}
}

.step-box__item + .step-box__item {
	margin-top: 40px;
}

.step-box__item + .step-box__item::before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	color: #ed6103;
	font-size: 18px;
	font-size: 1.8rem;
	position: absolute;
	left: 50%;
	top: -20px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.step-box__ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	font-size: 2.2rem;
	margin-bottom: 1.5em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media screen and (max-width: 768px) {
	.step-box__ttl {
		display: block;
		margin-bottom: .5em;
	}
}

.step-box__step {
	color: #ed6103;
	font-size: 2.8rem;
	margin-right: 1em;
}

@media screen and (max-width: 768px) {
	.step-box__step {
		display: block;
	}
}

.txt-lead {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.txt-lead {
		text-align: left;
	}
}

/* LIFULL HOME'S 住まいの窓口の想い
----------------------------------------------------------------- */
.feelings-lifull-concept {
	background: url("/common/bg_top_concept.png") right center no-repeat #fff;
	background-size: cover;
	position: relative;
	margin: 0 -50vw;
	padding: 0 20px;
}
.feelings-lifull-concept__inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 60px 80px 60px 0;
}
.feelings-lifull-concept__ttl {
	padding: 30px;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.feelings-lifull-concept__ttl::before, .feelings-lifull-concept__ttl::after {
	position: absolute;
	top: -6px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	background-image: url("/assets/common/icon-focus-7ebc7f96.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
}
.feelings-lifull-concept__ttl::before {
	left: -4px;
	bottom: 5px;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.feelings-lifull-concept__ttl::after {
	right: 0;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.feelings-lifull-concept__ttl__inner {
	font-size: 2.4rem;
	font-weight: bold;
	color: #ed6103;
	line-height: 1.6;
}
.feelings-lifull-concept__ttl__inner::before, .feelings-lifull-concept__ttl__inner::after {
	position: absolute;
	top: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	background-image: url("/assets/common/icon-focus-7ebc7f96.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
}
.feelings-lifull-concept__ttl__inner::before {
	left: -2px;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.feelings-lifull-concept__ttl__inner::after {
	right: -2px;
	top: -6px;
	-webkit-transform: rotate(180deg);
					transform: rotate(180deg);
}
.feelings-lifull-concept__body {
	width: 68%;
}
.feelings-lifull-concept__desc {
	color: #1f1f1f;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 1.2rem;
}

@media screen and (max-width: 992px) {
	.feelings-lifull-concept__ttl::before, .feelings-lifull-concept__ttl::after {
		font-size: 32px;
		font-size: 2rem;
	}
	.feelings-lifull-concept__ttl__inner {
		font-size: 2.2rem;
	}
	.feelings-lifull-concept__ttl__inner {
		font-size: 2rem;
	}
	.feelings-lifull-concept__ttl__inner::before, .feelings-lifull-concept__ttl__inner::after {
		font-size: 32px;
		font-size: 2rem;
	}
}

@media screen and (max-width: 768px) {
	.feelings-lifull-concept {
		position: relative;
		margin: 0;
		text-align: center;
	}
	.feelings-lifull-concept {
		background: url("/common/top_concept_sp.jpg") bottom center no-repeat #fff;
		background-size: contain;
	}
	.feelings-lifull-concept__inner {
		padding: 30px 0 50vw;
	}
	.feelings-lifull-concept__ttl {
		padding: 20px;
	}
	.feelings-lifull-concept__ttl::before, .feelings-lifull-concept__ttl::after {
		font-size: 28.8px;
		font-size: 1.8rem;
	}
	.feelings-lifull-concept__ttl::before {
		left: -3px;
		bottom: 3px;
	}
	.feelings-lifull-concept__ttl__inner::before, .feelings-lifull-concept__ttl__inner::after {
		font-size: 28.8px;
		font-size: 1.8rem;
	}
	.feelings-lifull-concept__ttl__inner::after {
		right: -3px;
		top: 3px;
	}
	.feelings-lifull-concept__body {
		width: 100%;
	}
}

.header_img {
    width:100%;
}
.header_img img {
    width:100%;
    height:auto;
}
.line-title {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6em;
}
@media screen and (max-width: 768px) {
    .line-title {
        font-size: 1.5rem;
        text-align: center;
        display: block;
        margin: 0 auto;
    }
}
.btn.line-btn {
    position: relative;
}
.btn.line-btn::before {
    content:'';
    position: absolute;
    left:18px;
    top:21px;
    display: block;
    width:28px;
    height:22px;
    background: url("/common/img_webinar_movie.svg");
    background-size: cover;
    z-index: 10;
	transition: all .3s ease;
}
.btn.line-btn:hover::before {
    top:22px;
    background: url("/common/img_webinar_movie_w.svg");
    background-size: cover;
}
.btn.line-btn a {
    width:330px;
    height:64px;
    line-height: 34px;
    font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
    .btn.line-btn {
        display: block;
        margin: 0 auto;
    }
    .btn.line-btn a{
        position: relative;
        width:250px;
        height:64px;
        line-height: 36px;
        margin:0 auto;
        font-size: 1.8rem;
    }
    .btn.line-btn::before {
        display: none;
    }
}


p.f14,
.consultation_box p.f14{
    font-size: 1.4rem;
}
p.f15 {
    font-size: 1.5rem;
}
.f12{
    font-size: 1.2rem;
}
.col-6.youtube-box {
    flex-direction: column;
}
.movie-box {
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%;
}
.movie-box iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-box-ttl {
    font-size: 1.8rem;
    color: #ED6103;
    font-weight: bold;
}
.youtube-box-period {
    font-size: 1.5rem;
    font-weight: bold;
}
.youtube-box-note {
    font-size: 1.3rem;
    font-weight: 400;
    padding:0 0 0 1.5em
}
@media screen and (max-width: 768px) {
    .youtube-box-note {
        padding:0 0 0 0.5em
    }
}
.youtube-box-txt {
    font-size: 1.5rem;
}
.btn.btn-c {
    margin-left:auto;
    margin-right:auto;
}
.howto {
    background: #ED6103;
    background-image: url("/common/img_webinar_chara.svg");
    background-repeat: no-repeat;
    background-position: left 140px top 10px;
    border-radius: 4px;
}
@media screen and (max-width: 768px) {
    .full-width.howto_sm {
        padding:0;
    }
    .howto {
        background-position: left 20px top 10px;
        background-size: 30%;
        border-radius: 4px;
    }
}
h3.howto_ttl {
    margin:0 0 0 320px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    padding:50px 0;
}
@media screen and (max-width: 768px) {
    h3.howto_ttl {
        margin:0 0 0 135px;
        font-size: 1.8rem;
        padding:30px 20px 30px 0;
    }
}
.howto_box {
    max-width:240px;
    background: #fff;
    border-radius: 4px;
}
@media screen and (max-width: 768px) {
    .howto_box {
        max-width:100%;
        background: #fff;
        border-radius: 4px;
    }
}
.howto_step {
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    padding:16px 15px 12px 48px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
}
.howto_step span {
    width:26px;
    height:26px;
    border-radius: 50%;
    background: #ED6103;
    color:#fff;
    font-size: 1.4rem;
    display: flex;
    text-align: center;
    justify-content: center;
    position: absolute;
    top:20px;
    left:15px;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .howto_step {
        padding: 20px 0;
    }
.howto_step span {
    top:22px;
    left:-32px;
}
}
.howto_box img {
    width:100%;
    height: auto;
}
.howto_txt {
    padding:20px;
    font-size: 1.5rem;
    line-height: 1.75em;
}
.howto_txt span {
    font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
    .howto_img {
         padding:0 30px;
    }
}
.event {
    background: #fff;
}
@media screen and (max-width: 768px) {
    .event {
        margin:0 20px;
    }
}
.event_ttl {
    font-size: 3rem;
    font-weight: bold;
    color: #ED6103;
    line-height: 1em;
    position: relative;
    padding:0 0 0 90px;
}
.event_ttl span {
    font-size: 1.8rem;
}
.event_ttl::before {
    position: absolute;
    left:0;
    top:8px;
    display: inline-block;
    content: '';
    width:70px;
    height:56px;
    background: url("/common/img_webinar_movie.svg");
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .event_ttl {
        font-size: 2rem;
        padding:0 0 0 46px;
        line-height: 1.2em;
    }
    .event_ttl span {
        font-size: 1.5rem;
    }
    .event_ttl::before {
        top:0;
        width:36px;
        height:28px;
    }
}
p.event_day {
    font-size: 2rem!important;
    font-weight: bold;
    color: #ED6103;
    position: relative;
}
p.event_day span{
    background: #FCE6D6;
    color: #ED6103;
    font-size: 1.4rem;
    padding:4px 8px;
    position: relative;
    left:3em;
}
@media screen and (max-width: 768px) {
p.event_day {
        font-size: 1.5rem!important;
    }
    p.event_day span{
        left:1em;
    }
}
.event-box {
    flex-direction: column;
}
.event-box p{
    font-size: 1.5rem;
}
p.event_bold {
    font-size: 1.8rem!important;
    font-weight: bold;
}
.event-box ul li {
    font-size: 1.5rem;
    font-weight: bold;
    margin:0 0 6px 0;
    padding-left:14px;
    position: relative;
}
.event-box ul li::before {
    content:'';
    width:6px;
    height:6px;
    background: #ED6103;
    display: inline-block;
    margin:0 4px 0 0;
    border-radius: 50%;
    position: absolute;
    top:8px;
    left:0px;
}
.event figure {
    margin:0!important;
    max-width:220px;
}
@media screen and (max-width: 768px) {
    .event figure {
        margin:0!important;
        max-width:100%;
    }
}
.event-right {
    width: calc(100% - 240px);
    margin:0 0 0 24px;
    flex: 1;
}
@media screen and (max-width: 768px) {
    .event-right {
        width: 100%;
        margin:0;
        flex: 1;
    }
}
.event_subttl {
    font-size: 2.2rem;
    font-weight: bold;
    color: #ED6103;
    display: block;
}
p.-b {
    font-weight: bold;
}
p.-s {
    font-size: 1.3rem!important;
}
.-c.sm-c {
    text-align: left;
    }
.friends_btn {
    width:267px;
    height:64px;
    margin:0 auto;
    display: block;
    background-image: url("/common/img_webinar_line_border.svg");
    background-repeat: no-repeat;
    background-position: left 64px top 1px;
    background-color: #06C755;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
	transition: all .3s ease;
}
.friends_btn:hover {
    background-color: #00B300;
}
.friends_btn span {
    position: relative;
    top:20px;
    left:96px;
}
.friends_btn:before {
    content: '';
    display: block;
    position: absolute;
    top:12px;
    left:10px;
    width:42px;
    height:40px;
    background: url("/common/img_webinar_line.svg");
    background-size: cover;
}

.chumon_kv {
    background: url("/assets/common/bg_chumon_kv-a96a2f40.png") right center no-repeat;
    width:100%;
    padding:0 0 0 24px;
    height:416px;
    background-size: cover;
}
.chumon_kv.skodate {
	background: url("/assets/common/bg_skodate_kv-00db2116.png") right center no-repeat;
	background-size: cover;
}
.chumon_kv.ckodate {
	background: url("/assets/common/bg_ckodate_kv-64c4a140.png") right center no-repeat;
	background-size: cover;
}
.chumon_kv.smansion {
	background: url("/assets/common/bg_smansion_kv-dde8448a.png") right center no-repeat;
	background-size: cover;
}
.chumon_kv.cmansion {
	background: url("/assets/common/bg_cmansion_kv-397873f5.png") right center no-repeat;
	background-size: cover;
}
.chumon_kv.reform-renovation {
	background: url("/assets/common/bg_reform-renovation_kv-eff54110.png") right center no-repeat;
	background-size: cover;
}
/* .chumon_kv h1{
    padding:71px 0 0 0;
    position: relative;
} */
.chumon_kv__inner {
	max-width: 940px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.chumon_kv__body {
	padding: 70px 0 0 0;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.chumon_kv__body::before,
.chumon_kv__body::after {
    position: absolute;
		bottom: 0;
		line-height: 0;
		background-image: url("/assets/common/icon-focus-7ebc7f96.svg");
		background-repeat: no-repeat;
		background-size: contain;
		width: 26px;
		height: 26px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "";
}
.chumon_kv__body::before {
		left: 0;
}
.chumon_kv__body::after {
		right: 0;
		-webkit-transform: rotate(270deg);
						transform: rotate(270deg);
}
.chumon_kv__ttl {
	position: relative;
	color: #ed6103;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 35px 20px;
	text-align: center;
}
.chumon_kv__ttl::before,
.chumon_kv__ttl::after {
    position: absolute;
		top: 0;
		line-height: 0;
		background-image: url("/assets/common/icon-focus-7ebc7f96.svg");
		background-repeat: no-repeat;
		background-size: contain;
		width: 26px;
		height: 26px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "";
}
.chumon_kv__ttl::before {
    left: 0;
		transform: rotate(90deg);
}
.chumon_kv__ttl::after {
		right: 0;
		-webkit-transform: rotate(180deg);
						transform: rotate(180deg);
}
.chumon_kv.chumon .chumon_kv__ttl {
	padding: 35px 65px;
}
.chumon_kv__subttl {
    font-size: 2.5rem;
    line-height: 1.68;
}
.chumon_kv__mainttl {
    font-size: 5.2rem;
    line-height: 1.35;
}
.chumon_kv.reform-renovation .chumon_kv__mainttl {
	font-size: 5.2rem;
	line-height: 1.3;
}
.chumon_kv__maintxt {
	font-size: 5.0rem;
	letter-spacing: -0.020em;
}
.chumon_kv.reform-renovation .chumon_kv__maintxt {
	font-size: 4.7rem;
	letter-spacing: -0.18em;
}
@media screen and (max-width: 768px) {
    .chumon_kv {
        background: none;
        width:100%;
        height:auto;
        background-size: cover;
        padding: 0;
    }
	.chumon_kv.skodate,
	.chumon_kv.ckodate,
	.chumon_kv.smansion,
	.chumon_kv.cmansion,
	.chumon_kv.reform-renovation {
		background: none;
        background-size: cover;
	}
    /* .chumon_kv h1{
        padding:30px 0 0 0;
        position: relative;
        width:90%;
        margin-left:auto;
        margin-right:auto;
    } */
    .chumon_kv h1 img {
        width:100%;
        height:auto;
    }
	.chumon_kv__inner {
		display: block;
	}
	.chumon_kv__body {
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 0 0;
	}
	.chumon_kv__ttl {
		padding: 25px 8px;
		max-width: 100%;
		width: 100%;
	}
	.chumon_kv__body::before {
		left: 0;
	}
	.chumon_kv__body::after {
		right: 0;
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	.chumon_kv__ttl::before {
		left: 0;
		transform: rotate(90deg);
	}
	.chumon_kv__ttl::after {
		right: 0;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.chumon_kv.chumon .chumon_kv__ttl {
		padding: 25px 8px;
	}
	.chumon_kv__subttl {
		font-size: 2.0rem;
		line-height: 2.1;
	}
	.chumon_kv__mainttl {
		font-size: 4.3rem;
		line-height: 1.44;
	}
	.chumon_kv.reform-renovation .chumon_kv__mainttl {
		font-size: 4.3rem;
		letter-spacing: 0;
	}
	.chumon_kv__maintxt {
		font-size: 4.3rem;
	}
	.chumon_kv.reform-renovation .chumon_kv__maintxt {
		font-size: 4.0rem;
		letter-spacing: 0;
	}
}
.chumon_worries::after {
    content: '';
    display: block;
    width:290px;
    height:54px;
    background: url("/assets/skodate/img_chumon_worries_arrow-d5303624.svg");
    background-size: cover;
    position: absolute;
    bottom: -54px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.col-4.worries-box {
    flex-direction: column;
    background: url("/assets/common/bg_chumon_circle-adae8946.svg") center top no-repeat;
    background-size: 230px;
}
@media screen and (max-width: 768px) {
    .col-4.worries-box {
        flex-direction:row;
        width:100%;
        align-items: center;
        background: none;
    }
    .col-4.worries-box figure{
        width:30%;
    }
    .col-4.worries-box p{
        width:80%;
        text-align: left;
        margin-left:20px;
    }
    .chumon_worries::after {
        bottom: -25px;
    }
}
.worries-img {
    text-align: center;
}
.chumon_soudan_read {
    height:310px;
    background: url("/assets/skodate/img_chumon_soudan-5ac4846a.png") right center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .chumon_soudan_read {
        width:100%;
        height:382px;
        background-position: center bottom;
        background-size: 268px;
        margin-bottom:-10px;
        text-align: center;
        margin-left:auto;
        margin-right:auto;
    }
}
.support-box {
    background: #FFF6F0;
    padding:34px;
    border-radius:4px;
}
.support_ttl {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .support_ttl {
        flex-direction: column;
    }
}
.support_ttl figure {
    width:70px;
    height:70px;
}

.support_ttl figure img {
    width:100%;
    height:auto;
}
.support_ttl h3 {
    font-size:2.2rem;
    color:#ED6103;
    font-weight:bold;
    margin:0 0 0 16px;
}
@media screen and (max-width: 768px) {
    .support_ttl h3 {
        text-align: center;
        margin: 0;
    }
}
.support-box p {
    font-size: 1.5rem;
}
.support-box a {
    display: inline-block;
    font-weight: bold;
    color:#ED6103;
    text-decoration: none;
}
.support-box a:after {
    content: '';
    position: relative;
    display: inline-block;
    top:2px;
    right:-14px;
    width:8px;
    height:15px;
    background-size: cover;
		background-image: url(https://icon.lifull.com/lh/chevron-right-outline);
		background-position: center;
}
.suppot_btn .btn-shop {
	padding: 5px 10px 5px 5px !important;
}
.suppot_btn .btn-video {
	padding: 5px 5px 5px 10px !important;
}
.suppot_btn .btn-shop > * {
    padding:1.4em 20px 1.3em 92px;
}
.suppot_btn .btn-video > * {
    padding:1.4em 20px 1.3em 80px;
}
.suppot_btn .btn-shop > *,
.suppot_btn .btn-video > * {
	min-width:330px;
	height: 70px;
}
.suppot_btn .btn-shop > *:hover,
.suppot_btn .btn-video > *:hover {
	background: #073ACC;
}
.suppot_btn .btn-shop > *:hover .-free,
.suppot_btn .btn-video > *:hover .-free {
    background: #0531BA;
}
.suppot_btn .btn-shop .-free,
.suppot_btn .btn-video .-free {
    background: #004AD0;
    font-size: 1.1rem !important;
    /* padding: 5px 6px 3px; */
    /* float: right; */
    /* margin-right: 12px; */
    /* margin-top: 0; */
    /* border-radius: 5px; */
    /* color: #fff; */
    width: 34px;
    /* text-align: center; */
    /* margin-left: 20px; */
}
/* .suppot_btn .btn-video .-free {
    background: #004AD0;
    font-size: 1.1rem !important;
    padding: 5px 6px 3px;
    float: right; */
    /* margin-right: 12px; */
    /* margin-top: 0;
    border-radius: 5px;
    color: #fff;
    width: 34px;
    text-align: center;
    margin-left: 10px;
} */
.suppot_btn .btn-shop > *::before,
.suppot_btn .btn-video > *::before {
	width: 64px;
    height: calc(100% - 4px);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid #5A65FF;
}
/* .suppot_btn .btn-shop > *::after,
.suppot_btn .btn-video > *::after {
    width:32px;
} */

@media screen and (max-width: 768px) {
	.suppot_btn .btn-shop,
	.suppot_btn .btn-video {
		padding: 5px !important;
	}
    .suppot_btn .btn-shop > * {
        padding:1.4em 15px 1.3em 80px;
        min-width:267px;
        width:267px;
        max-width:267px;
        font-size: 1.6rem;
    }
    .suppot_btn .btn-video > * {
        padding:24px 15px 24px 56px;
        min-width:267px;
        width:267px;
        max-width:267px;
        font-size: 1.6rem;
    }
	.suppot_btn .btn-shop > *,
	.suppot_btn .btn-video > * {
		height: 64px;
	}
	.suppot_btn .btn-video .-free {
		margin-left: 0;
	}
	.suppot_btn .btn-shop > *::before,
	.suppot_btn .btn-video > *::before {
		width: 56px;
	}
	.suppot_btn .btn-shop > *::after,
	.suppot_btn .btn-video > *::after {
		left: 16px;
	}
    p.supprt_txt {
        width:268px;
        margin-left:auto;
        margin-right:auto;
        font-size: 1.3rem;
        text-align: left!important;
    }
}

span .-small {
    font-size: 1.2rem;
}
p.supprt_txt a {
    color: #1f1f1f;
}
/** TODO: .suppot_infoから.all_notApplicableConsultに変更されて、下記のclassは不要となった。
 * リファクタリングの際に削除する。
 */
.suppot_info {
    width:780px;
    margin-left: auto;
    margin-right: auto;
    border-top:1px solid #D0D0D0;
}
@media screen and (max-width: 768px) {
    .suppot_info {
        width:268px;
        margin-left: auto;
        margin-right: auto;
        border-top:1px solid #D0D0D0;
    }
}
.suppot_info p {
    font-weight: bold;
}
.suppot_info .list-style {
    margin:0.8em 0;
}
@media screen and (max-width: 768px) {
    .suppot_info .list-style > * {
        padding-right: 0;
    }
}
.suppot_info .list-style > * + *{
    margin-top:0;
}
.support_road .ttl-h2::after {
    display: none;
}
.support_road .col-4 p {
    font-size: 1.5rem;
}
.consultation_box {
    background: #fff;
    border-radius: 4px;
    padding:34px;
}
.consultation_box a.item-box-link{
	display: block;
    width: 100%;
    text-decoration: none;
    color: #1f1f1f;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    cursor: pointer;
	position: relative;
}

.consultation_box .item-box-link:hover {
    opacity: .6;
}
.consultation_img img {
    width:100%;
    height:auto;
    border-radius: 5px;
}
.consultation_box h3,
.recommend_box h3{
    font-size: 1.8rem;
    font-weight: bold;
}
.consultation_box p {
    font-size: 1.5rem;
    line-height: 1.75em;
}
.consultation_box a.item-box-link p {
	padding-bottom: 40px;
}

.consultation_box .star {
    display: flex;
    gap:2px;
}
.market-consultation_box {
	margin-top: 40px;
}
.market-consultation_item {
	background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    border: 2px solid #fff;
}
.market-consultation_item + .market-consultation_item {
	margin-top: 20px;
}
.market-consultation_item__desc {
	font-weight: bold;
	font-size: 1.6rem;
    color: #ed6103;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
	.market-consultation_box {
		margin-top: 20px;
	}
	.market-consultation_item {
		padding: 10px;
	}
	.market-consultation_item__desc {
		font-size: 1.5rem;
	}
}
.consultation_box a .link-more {
    position: absolute;
    display: inline-block;
    margin: 1em 1em 0 0;
    font-weight: bold;
    color: #ED6103;
    text-align: right;
	width: 95%;
	bottom: 0;
}
.consultation_box a .link-more::after {
    position: absolute;
		top: 0.35rem;
    display: inline-block;
    margin: 0 0 0 0.5em;
    content: "";
		background-image: url(https://icon.lifull.com/lh/chevron-right-outline);
    width: 16px;
    height: 16px;
    background-size: cover;
}
.recommend_box {
    width:100%;
    padding:34px;
	border-radius: 4px;
}
.recommend_img {
	text-align: center;
}
.item-box-link {
	display: block;
    width:100%;
    text-decoration: none;
    color: #1f1f1f;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	cursor: pointer;
}
.item-box-link:hover {
	opacity: .6;
}
.recommend_box .list-style {
    font-size: 1.2rem;
    font-weight: bold;
    margin:5px 0 0;
}
@media screen and (max-width: 768px) {
    .recommend_box .list-style > * {
        padding-right: 0;
    }
    .recommend_box .list-style {
        margin:0;
    }
}
.recommend_box .list-style > * + * {
    margin:5px 0 0;
}

.book_link {
    background: #F9F9F9;
	border-radius: 10px;
    padding: 40px 30px;
	width: 100%;
}
@media screen and (max-width: 768px) {
    .book_link {
        width:100%;
        padding:30px;
    }
}
.book_link_inner {
    display: flex;
}
.book_link_img {
    width:50px;
    height:50px;
    margin:0 14px 0 0;
}
.book_link_txt {
    width:310px;
}
.book_link_txt h3 {
    font-size:2.2rem;
    color:#ED6103;
    font-weight: bold;
}
.book_link_txt p {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5em;
}
.book_link .btn > a,
.book_link .btn .-block {
    min-width: 250px;
}
@media screen and (max-width: 768px) {
    .book_link_txt h3 {
        font-size:2rem;
    }
    .book_link_sp {
        display: flex;
    }
    .book_link_sp .book_link_img {
        width:15%;
        padding-top:10px;
    }
    .book_link_sp .book_link_img img {
        width:100%;
    }
    .book_link_sp p{
        width:85%;
    }
    .book_link .btn > a, .btn .-block {
        padding:1.2em 2em;
        font-size: 1.8rem;
    }
    .ttl-h2 {
        font-size: 2.8rem!important;
    }
}

.chumon_contents {
	padding-left: 20px;
	padding-right: 20px;
}

.chumon_contents__inner {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}



.seminar_list {
	margin: 0 -10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.seminar_list__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	padding: 10px;
}

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

.seminar_list__inner {
	padding: 30px;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	border-radius: 4px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.seminar_list__inner {
		padding: 20px;
	}
}

.seminar_list__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.seminar_list__body > *:first-child {
	margin-top: 0;
}

.seminar_list__body > *:last-child {
	margin-bottom: 0;
}

.seminar_list__img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.seminar_list__img {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 600px) {
	.seminar_list__img img {
		width: 100%;
	}
}

.seminar_list.-full {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.seminar_list.-full .seminar_list__item {
	width: 100%;
}

.seminar_list.-full .seminar_list__inner {
	padding: 40px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

@media screen and (max-width: 768px) {
	.seminar_list.-full .seminar_list__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		padding: 20px;
	}
}

.seminar_list.-full .seminar_list__body {
	margin-left: 30px;
}

@media screen and (max-width: 768px) {
	.seminar_list.-full .seminar_list__body {
		margin-top: 20px;
		margin-left: 0;
	}
}

.seminar_list.-full .seminar_list__img {
	margin: 0;
	max-width: 50%;
}

@media screen and (max-width: 768px) {
	.seminar_list.-full .seminar_list__img {
		max-width: 100%;
	}
	.seminar_list.-full .seminar_list__img img {
		width: 100%;
	}
}

.seminar_list .biggerlink {
	cursor: pointer;
}

.seminar_list .biggerlink * {
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}

.seminar_list .biggerlink:hover * {
	opacity: .7;
}

.seminar_list .biggerlink:hover img {
	opacity: 1;
}
.txt-tel a[href^="tel:"] {
	color: #1f1f1f;
	text-decoration: underline;
}

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

.seminar_h2{
	font-size:2.6rem;
	font-weight: bold;
	color:#ED6103;
}
.seminar_h3 {
	font-size:2.2rem;
	font-weight: bold;
	color:#ED6103;
}
.seminar_h3-book {
	font-size: 1.8rem;
	font-weight: bold;
	color: #ED6103;
}

.link-more {
	position: relative;
	display: inline-block;
	margin: 1em 1em 0 0;
	font-weight: bold;
	color:#ED6103;
	text-align: right;
}
.link-more::after {
	position: absolute;
	top: 0.35rem;
	display: inline-block;
	margin: 0 0 0 0.5em;
	content: "";
	background-image: url(https://icon.lifull.com/lh/chevron-right-outline);
	width: 16px;
	height: 16px;
	background-size: cover;
}

/* 新築マンション終了告知用 */
.box-style__note02 {
    background: #F2F2F2;
    padding: 30px;
	margin-bottom: 80px;
}

.shop_btn > a, .btn .-block {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #ed6103;
    background: #fff;
    color: #ed6103;
    min-width: 272px;
    max-width: 272px;
    font-size: 1.8rem;
    padding: 0.8em 2em;
    text-decoration: none;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 4px;
    font-weight: bold;
    line-height: 1.4;
    top: 0;
}

.shop_btn > a:hover{
    background: #ed6103;
    color: #fff;
    top: 2px;
}

.shop_btn > a::before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	font-size: 16px;
	font-size: 1.6rem;
	}

@media screen and (max-width: 768px) {
    .shop_btn > a, .btn .-block {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #ed6103;
    background: #fff;
    color: #ed6103;
    min-width: 272px;
	max-width: 272px;
    font-size: 1.8rem;
    padding: 1em 2em;
    text-decoration: none;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 4px;
    font-weight: bold;
    line-height: 1.4;
    top: 0;
    }
}
