@charset "UTF-8";
#pages .pages_content {
	margin-bottom: 60px;
}

#pages .pages_content:last-child {
	margin-bottom: 0;
}

#pages .pages_content h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 18px;
}

#pages .pages_content .inner_s .txt_box{
	display: flex;
}

#pages .pages_content.left .inner_s .txt_box{
	flex-direction: row-reverse;
}

#pages .pages_content .txt {
	width: 100%;
}

#pages .pages_content .txt * {
	max-width: 100%;
}

#pages .pages_content .img {
	width: 300px;
	min-width: 300px;
}

#pages .pages_content.left .img {
	margin-right: 46px;
}

#pages .pages_content.right .img {
	margin-left: 46px;
}

#pages .pages_content .no_txt .img {
	margin: 0;
}

#pages .pages_content .no_txt .img,
#pages .pages_content .no_img .txt {
	float: none;
	width: auto;
}

#pages .pages_content .img li {
	margin-bottom: 20px;
}

#pages .pages_content .img img {
	width: 100%;
	height: auto;
}

#pages .pages_content .img .cap {
	margin-top: 8px;
	font-size: 13px;
}

@media only screen and (max-width: 767px) {
	/*スマホのみ*/
	#pages .pages_content {
		margin-bottom: 24px;
	}
#pages .pages_content .inner_s .txt_box{
	display: block;
}
	#pages .pages_content.left .txt,
	#pages .pages_content.left .img,
	#pages .pages_content.right .txt,
	#pages .pages_content.right .img {
		width: auto;
	}
	#pages .pages_content .txt {
		margin-bottom: 20px;
	}
	#pages .pages_content.left .img {
		margin-right: 0;
	}
	#pages .pages_content.right .img {
		margin-left: 0;
	}
}






/* ============================================================
空き地空き家管理サービス
=============================================================== */
#main #ct_akiya p {
	margin-bottom: 15px;
	font-size: 16px;
	}
/* box01 */
#main #ct_akiya ul.box01 {
	margin-bottom: 18px;
	position: relative;
	border: 6px solid #e4edf5;
	}
#main #ct_akiya ul.box01::before {
	display: block;
	position: absolute;
	background: url(../img/ill_sweat.png) no-repeat 0 0/ contain;
	content: '';
	}
#main #ct_akiya ul.box01 li {
	padding-left: 30px;
	position: relative;
	list-style: none;
	line-height: 1.7;
	}
#main #ct_akiya ul.box01 li::before {
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	top: 11px;
	left: 6px;
	background-color: #333;
	border-radius: 50%;
	content: '';
	}
#main #ct_akiya ul.box01 li+li {
	margin-top: 15px;
	}
/* if */
#main #ct_akiya p.if {
	line-height: 1.4;
	}
#main #ct_akiya p.if span {
	color: #e95e1f;
	}
#main #ct_akiya p.if>span {
	font-size: 16px;
	}
#main #ct_akiya p.if>em {
	position: relative;
	font-style: normal;
	font-weight: normal;
	}
#main #ct_akiya p.if>em::before {
	width: 100%;
	height: 9px;
	display: inline-block;
	z-index: -1;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fce7de;
	content: '';
	}
/* box02 */
#main #ct_akiya ul.box02 {
	padding: 36px 40px 36px 20px;
	margin-bottom: 42px;
	background-color: #f5f7cd;
	}
#main #ct_akiya ul.box02 li {
	padding-left: 30px;
	position: relative;
	list-style: none;
	line-height: 1.7;
	}
#main #ct_akiya ul.box02 li::before {
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	top: 11px;
	left: 6px;
	background-color: #333;
	border-radius: 50%;
	content: '';
	}
#main #ct_akiya ul.box02 li+li {
	margin-top: 12px;
	}
/* finish */
#main #ct_akiya p.finish {
	color: #e95e1f;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#main #ct_akiya {
		padding: 0 15px;
		}
	#main #ct_akiya p {
		font-size: 18px;
		}

	/* box01 */
	#main #ct_akiya ul.box01 {
		padding: 27px 40px 27px 20px;
		}
	#main #ct_akiya ul.box01::before {
		width: 46px;
		height: 48px;
		top: -20px;
		right: 15px;
		}
	#main #ct_akiya ul.box01 li {
		font-size: 17px;
		}
	/* if */
	#main #ct_akiya p.if {
		font-size: 27px;
		}

	#main #ct_akiya ul.box02 li {
		font-size: 17px;
		}

	/* finish */
	#main #ct_akiya p.finish {
		font-size: 27px;
		}

} /* end 768＜ */
/* ＞767 -------------- */
@media screen and (max-width: 767px) {

	#main #ct_akiya p {
		font-size: 14px;
		}
	/* box01 */
	#main #ct_akiya ul.box01 {
		padding: 24px 24px 24px 15px;
		}
	#main #ct_akiya ul.box01::before {
		width: 29px;
		height: 30px;
		top: -12px;
		right: 6px;
		}
	#main #ct_akiya ul.box01 li {
		font-size: 14px;
		line-height: 1.6;
		}
	/* if */
	#main #ct_akiya p.if {
		margin-bottom: 24px;
		font-size: 20px;
		line-height: 1.6;
		text-align: center;
		}
	#main #ct_akiya p.if>span {
		display: inline-block;
		margin-bottom: 9px;
		}

	/* finish */
	#main #ct_akiya p.finish {
		font-size: 17px;
		line-height: 1.7;
		}

}


/* ============================================================
引越し手続き各種一覧
=============================================================== */
#main #ct_procedure h2 {
	padding: 9px 34px;
	margin-bottom: 0;
	position: relative;
	background-color: #e95e1e;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	}
#main #ct_procedure h2::before {
	width: 4px;
	height: 60%;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	background-color: #fff;
	content: '';
	}
#main #ct_procedure h3 {
	padding-left: 32px;
	margin-bottom: 9px;
	position: relative;
	color: #e95e1e;
	font-size: 27px;
	font-weight: 600;
	}
#main #ct_procedure h3::before {
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	top: 44%;
	left: 12px;
	background-color: #e95e1e;
	border-radius: 50%;
	content: '';
	}

#main #ct_procedure table {
	width: 100%;
	margin-bottom: 45px;
	}
#main #ct_procedure table thead th {
	background-color: #f5f7cd;
	font-weight: 600;
	}
#main #ct_procedure th,
#main #ct_procedure td {
	padding: 11px 15px;
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
	}
#main #ct_procedure th:nth-of-type(1),
#main #ct_procedure td:nth-of-type(1) {
	width: 30%;
	}
#main #ct_procedure th:nth-of-type(2),
#main #ct_procedure td:nth-of-type(2) {
	width: 30%;
	}
#main #ct_procedure th:nth-of-type(3),
#main #ct_procedure td:nth-of-type(3) {
	width: 40%;
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#main #ct_procedure th,
	#main #ct_procedure td {
		font-size: 16px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#main #ct_procedure h2 {
		font-size: 18px;
		}

	#main #ct_procedure h3 {
		font-size: 18px;
		}

	#main #ct_procedure th,
	#main #ct_procedure td {
		padding: 10px 12px;
		font-size: 13px;
		line-height: 1.4;
		}

} /* end ＞767 */




/* ============================================================
土地家屋調査士
=============================================================== */
#main #ct_investigator figure.logo {
	max-width: 1200px;
	margin: 0 auto 30px;
	}

/* ct_greeting */
#main #ct_investigator .ct_greeting .wrap {
	overflow: hidden;
	}
#main #ct_investigator .ct_greeting figure {
	width: 450px;
	margin-left: 30px;
	float: right;
	}
#main #ct_investigator .ct_greeting .txt {
	}

/* ct_about */
#main #ct_investigator .ct_about h2 {
	padding: 9px 34px;
	margin-bottom: 0;
	position: relative;
	background-color: #e95e1e;
	color: #fff;
	font-weight: 500;
	}
#main #ct_investigator .ct_about h2::before {
	width: 4px;
	height: 60%;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	background-color: #fff;
	content: '';
	}
#main #ct_investigator .ct_about.about_01 .case {
	padding: 30px 30px 0;
	margin-top: 20px;
	border: 2px solid #e1e1e1;
	}
#main #ct_investigator .ct_about.about_01 .case ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
#main #ct_investigator .ct_about.about_01 .case li {
	width: 32.5%;
	min-height: 180px;
	padding: 0 12px;
	margin: 0 0 12px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	background-color: #dddddd;
	font-size: 16px;
	text-align: center;
	}
#main #ct_investigator .ct_about.about_01 .case li img {
	margin: 0 auto 8px;
	display: block;
	}
#main #ct_investigator .ct_about.about_02 .block {
	display: flex;
	flex-wrap: wrap;
	}
#main #ct_investigator .ct_about.about_02 .block figure img {
	max-width: 100%;
	}
#main #ct_investigator .ct_about.about_02 .unit h3 {
	color: #e95e1e;
	}
#main #ct_investigator .ct_about.about_02 .unit .btn a {
	width: 100%;
	max-width: 300px;
	padding: 15px 0;
	display: block;
	position: relative;
	background-color: #f88e26;
	border-radius: 9999px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	}
#main #ct_investigator .ct_about.about_02 .unit .btn a::after {
	width: 8px;
	height: 8px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 9%;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	content: '';
	}

/* ct_flow */
#ct_investigator .ct_flow {
	width: 84%;
	padding: 45px 60px;
	border: 4px solid #f8f4d1;
	}
#ct_investigator .ct_flow h2 {
	margin-bottom: 30px;
	color: #e95e1e;
	text-align: center;
	}
#ct_investigator .ct_flow .box {
	position: relative;
	}
#ct_investigator .ct_flow .box::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f8f4d1;
	border-radius: 50%;
	content: '';
	}
#ct_investigator .ct_flow .box::after {
	display: block;
	position: absolute;
	color: #e95e1e;
	}
#ct_investigator .ct_flow .box.box1::after {
	content: '1';
	}
#ct_investigator .ct_flow .box.box2::after {
	content: '2';
	}
#ct_investigator .ct_flow .box.box3::after {
	content: '3';
	}
#ct_investigator .ct_flow .box.box4::after {
	content: '4';
	}
#ct_investigator .ct_flow .box.box5::after {
	content: '5';
	}
#ct_investigator .ct_flow .box.box6::after {
	content: '6';
	}
#ct_investigator .ct_flow .box h3 {
	margin-bottom: 12px;
	}
#ct_investigator .ct_flow .box p {
	font-size: 16px;
	line-height: 1.9;
	}
#ct_investigator .ct_flow .box li {
	margin: 0;
	position: relative;
	list-style-type: none;
	}
#ct_investigator .ct_flow .box li::before {
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	background-color: #333;
	border-radius: 50%;
	content: '';
	}

/* ct_topic */
#ct_investigator .ct_topic {
	background-color: #f1f1f1;
	}
#ct_investigator .ct_topic h2 {
	position: relative;
	}
#ct_investigator .ct_topic h2::before {
	width: 6px;
	height: 75%;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
	background-color: #f88e26;
	content: '';
	}
#ct_investigator .ct_topic p {
	font-size: 16px;
	}
#ct_investigator em.sty01 {
	color: #e95e1e;
	font-style: normal;
	}
#ct_investigator em.sty02 {
	color: #289ee2;
	font-style: normal;
	}
/* ct_movie */
#ct_investigator .ct_movie {
	background-color: #f8f4d1;
	}
#ct_investigator .ct_movie iframe {
	width: 100%;
	aspect-ratio: 100 / 56.25;
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#ct_investigator>div:not(:first-of-type) {
		margin-top: 60px;
		}
	#ct_investigator .ct_about .wrap {
		padding: 45px 20px;
		overflow: hidden;
		}

	/* ct_greeting */
	#main #ct_investigator .ct_greeting .wrap p {
		font-size: 18px;
		line-height: 2;
		}

	/* ct_about */
	#main #ct_investigator .ct_about h2 {
		font-size: 27px;
		}
	#main #ct_investigator .ct_about.about_01 p {
		font-size: 18px;
		line-height: 2;
		}
	#main #ct_investigator .ct_about.about_01 .box figure {
		margin-right: 30px;
		}
	#main #ct_investigator .ct_about.about_01 .box figure img {
		max-width: none;
		}
	#main #ct_investigator .ct_about.about_01 .unit h3 {
		margin-bottom: 24px;
		font-size: 24px;
		font-weight: normal;
		}
	#main #ct_investigator .ct_about.about_01 .unit p {
		font-size: 16px;
		line-height: 1.9;
		}
	#main #ct_investigator .ct_about.about_01 .column {
		display: flex;
		}
	#main #ct_investigator .ct_about.about_01 figure.illust {
		width: 40%;
		margin-left: 30px;
		margin-bottom: 0;
		}
	#main #ct_investigator .ct_about.about_02 .block:not(:first-of-type) {
		margin-top: 90px;
		}
	#main #ct_investigator .ct_about.about_02 .block figure {
		width: 45%;
		margin-left: 30px;
		}
	#main #ct_investigator .ct_about.about_02 .unit {
		width: calc(55% - 30px);
		}
	#main #ct_investigator .ct_about.about_02 .unit h3 {
		font-size: 27px;
		}
	#main #ct_investigator .ct_about.about_02 .unit p {
		font-size: 18px;
		line-height: 1.8;
		}
	#main #ct_investigator .ct_about.about_02 .unit .btn a {
		margin: 30px 0 0;
		font-size: 17px;
		}
	#main #ct_investigator .ct_about.about_02 .unit .btn a:hover {
		opacity: 0.7;
		transition: 0.2s;
		}

	/* ct_flow */
	#main #ct_investigator .ct_flow {
		width: 90%;
		max-width: 960px;
		padding: 45px 60px;
		margin: 0 auto 90px;
		}
	#ct_investigator .ct_flow h2 {
		font-size: 30px;
		}
	#ct_investigator .ct_flow .box {
		padding-left: 120px;
		}
	#ct_investigator .ct_flow .box::before {
		width: 90px;
		height: 90px;
		}
	#ct_investigator .ct_flow .box::after {
		top: 3px;
		left: 35px;
		font-size: 36px;
		}
	#ct_investigator .ct_flow .box p {
		font-size: 16px;
		line-height: 1.9;
		}
	#ct_investigator .ct_flow .box li {
		padding-left: 27px;
		font-size: 16px;
		line-height: 1.9;
		}
	#ct_investigator .ct_flow .box li::before {
		top: 14px;
		left: 3px;
		}
	#ct_investigator .ct_flow .box.box4 figure {
		width: 60%;
		min-width: 330px;
		}

	/* ct_topic */
	#ct_investigator .ct_topic {
		padding: 45px;
		}
	#ct_investigator .ct_topic h2 {
		padding-left: 30px;
		font-size: 26px;
		}
	#ct_investigator .ct_topic .wrap {
		overflow: hidden;
		}
	#ct_investigator .ct_topic p {
		font-size: 17px;
		line-height: 1.9;
		}
	#ct_investigator .ct_topic .wrap figure {
		margin: 0 0 0 40px;
		float: right;
		}
	#ct_investigator .ct_topic.topic_01 .wrap figure {
		width: 40%;
		max-width: 300px;
		}
	#ct_investigator .ct_topic.topic_02 .wrap figure {
		width: 40%;
		max-width: 420px;
		}
	#ct_investigator .ct_topic.topic_03 .wrap figure {
		width: 50%;
		max-width: 540px;
		}
	#ct_investigator .ct_topic .wrap figure img {
		max-width: 100%;
		}
	/* ct_movie */
	#ct_investigator .ct_movie {
		padding: 30px 45px;
		}
	#ct_investigator .ct_movie h2 {
		font-size: 24px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#ct_investigator .ct_about .wrap {
		padding: 24px 3%;
		}
	/* ct_greeting */
	#main #ct_investigator .ct_greeting {
		margin-bottom: 30px;
		}
	#main #ct_investigator .ct_greeting h2 {
		font-size: 18px;
		}
	#main #ct_investigator .ct_greeting figure {
		width: 50%;
		min-width: 210px;
		margin: 0 0 15px 15px;
		}

	/* ct_about */
	#main #ct_investigator .ct_about {
		margin-bottom: 45px;
		}
	#main #ct_investigator .ct_about h2 {
		font-size: 18px;
		}
	#main #ct_investigator .ct_about.about_01 .case {
		padding: 24px 3%;
		}
	#main #ct_investigator .ct_about.about_01 .case h3 {
		font-size: 18px;
		}
	#main #ct_investigator .ct_about.about_01 .case ul {
		margin-bottom: 0;
		}
	#main #ct_investigator .ct_about.about_01 .case li {
		width: 48.5%;
		padding: 12px 3%;
		font-size: 12px;
		}

	#main #ct_investigator .ct_about.about_02 .block {
		flex-direction: column;
		}
	#main #ct_investigator .ct_about.about_02 .block:not(:first-of-type) {
		margin-top: 60px;
		}
	#main #ct_investigator .ct_about.about_02 .block figure {
		order: 1;
		}
	#main #ct_investigator .ct_about.about_02 .unit {
		margin-top: 15px;
		order: 2;
		}
	#main #ct_investigator .ct_about.about_02 .unit h3 {
		margin-bottom: 12px;
		font-size: 20px;
		}
	#main #ct_investigator .ct_about.about_02 .unit h3+p {
		font-size: 13px;
		}
	#main #ct_investigator .ct_about.about_02 .unit .btn a {
		margin: 20px auto 0;
		}

	/* ct_flow */
	#ct_investigator .ct_flow {
		width: 100%;
		padding: 30px 4%;
		margin: 0 auto 60px;
		}
	#ct_investigator .ct_flow h2 {
		font-size: 21px;
		}
	#ct_investigator .ct_flow .box {
		padding-left: 60px;
		}
	#ct_investigator .ct_flow .box::before {
		width: 45px;
		height: 45px;
		}
	#ct_investigator .ct_flow .box::after {
		top: 0px;
		left: 16px;
		font-size: 24px;
		}
	#ct_investigator .ct_flow .box h3 {
		font-size: 18px;
		}
	#ct_investigator .ct_flow .box p {
		font-size: 14px;
		line-height: 1.7;
		}
	#ct_investigator .ct_flow .box ul {
		padding: 0;
		}
	#ct_investigator .ct_flow .box li {
		padding-left: 24px;
		font-size: 14px;
		line-height: 1.7;
		}
	#ct_investigator .ct_flow .box li+li {
		margin-top: 15px;
		}
	#ct_investigator .ct_flow .box li::before {
		top: 9px;
		left: 3px;
		}

	/* ct_topic */
	#ct_investigator div.ct_topic {
		padding: 30px 4.5%;
		margin-top: 30px;
		}
	#ct_investigator .ct_topic h2 {
		padding: 6px 0 6px 30px;
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 1.5;
		}
	#ct_investigator .ct_topic p {
		font-size: 14px;
		}
	#ct_investigator .ct_topic.topic_01 {
		display: flex;
		flex-wrap: wrap;
		}
	#main #ct_investigator .ct_topic .wrap figure {
		padding: 0 3%;
		text-align: center;
		}
	/* ct_movie */
	#ct_investigator .ct_movie {
		padding: 30px 4.5%;
		margin-top: 45px;
		}
	#ct_investigator .ct_movie h2 {
		font-size: 18px;
		}

} /* end ＞767 */




/* ============================================================
土地に関する登記・建物に関する登記・境界確定測量など
=============================================================== */
#main #ct_investigator_sub .column:not(:first-of-type) {
	margin-top: 60px;
	}
#main #ct_investigator_sub .column h2 {
	padding: 9px 34px;
	margin-bottom: 0;
	position: relative;
	background-color: #e95e1e;
	color: #fff;
	font-weight: 500;
	}
#main #ct_investigator_sub .column h2::before {
	width: 4px;
	height: 60%;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	background-color: #fff;
	content: '';
	}
#main #ct_investigator_sub .column .wrap p+ul {
	padding: 0;
	margin-top: 15px;
	}
#main #ct_investigator_sub .column .wrap li {
	padding: 15px 15px 16px 42px;
	margin-left: 0;
	position: relative;
	background-color: #f1f1f1;
	list-style: none;
	font-size: 17px;
	}
#main #ct_investigator_sub .column .wrap li:not(:first-of-type) {
	margin-top: 6px;
	}
#main #ct_investigator_sub .column .wrap li::before {
	display: block;
	position: absolute;
	background-color: #f88e26;
	border-radius: 50%;
	content: '';
	}
#main #ct_investigator_sub .column .wrap figure {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	}
#main #ct_investigator_sub .column em.sty01 {
	color: #e95e1e;
	font-style: normal;
	}
#main #ct_investigator_sub .column em.sty02 {
	color: #289ee2;
	font-style: normal;
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#ct_investigator_sub .column .wrap {
		padding: 30px 20px;
		}
	#main #ct_investigator_sub .column .wrap p {
		font-size: 17px;
		line-height: 1.9;
		}
	#main #ct_investigator_sub .column .wrap li::before {
		width: 9px;
		height: 9px;
		top: 23px;
		left: 18px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#main #ct_investigator_sub .column h2 {
		font-size: 18px;
		}
	#ct_investigator_sub .column .wrap {
		padding: 20px 4.5%;
		}
	#main #ct_investigator_sub .column .wrap p {
		font-size: 15px;
		line-height: 1.6;
		}
	#main #ct_investigator_sub .column .wrap li {
		padding-left: 36px;
		font-size: 14px;
		line-height: 1.6;
		}
	#main #ct_investigator_sub .column .wrap li::before {
		width: 7px;
		height: 7px;
		top: 20px;
		left: 15px;
		}

} /* end ＞767 */





/* ============================================================
行政書士
=============================================================== */
#main #ct_scrivener figure.logo {
	max-width: 1200px;
	margin: 0 auto 30px;
	}

/* ct_greeting */
#main #ct_scrivener .ct_greeting .wrap {
	overflow: hidden;
	}
#main #ct_scrivener .ct_greeting figure {
	width: 450px;
	margin-left: 30px;
	float: right;
	}

/* ct_about */
#main #ct_scrivener .ct_about h2 {
	padding: 9px 34px;
	margin-bottom: 0;
	position: relative;
	background-color: #e95e1e;
	color: #fff;
	font-weight: 500;
	}
#main #ct_scrivener .ct_about h2::before {
	width: 4px;
	height: 60%;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	background-color: #fff;
	content: '';
	}
#main #ct_scrivener .ct_about.about_01 .case {
	padding: 30px 30px 0;
	margin-top: 20px;
	border: 2px solid #e1e1e1;
	}
#main #ct_scrivener .ct_about.about_01 .case ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
#main #ct_scrivener .ct_about.about_01 .case li {
	width: 32.5%;
	min-height: 200px;
	padding: 0 12px;
	margin: 0 0 12px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	background-color: #dddddd;
	font-size: 16px;
	text-align: center;
	}
#main #ct_scrivener .ct_about.about_01 .case li figure {
	max-width: 186px;
	margin: 0 auto;
	}
#main #ct_scrivener .ct_about.about_01 .case li img {
	margin-bottom: 8px;
	}
#main #ct_scrivener .ct_about.about_02 .block {
	display: flex;
	flex-wrap: wrap;
	}
#main #ct_scrivener .ct_about.about_02 .block figure img {
	max-width: 100%;
	}
#main #ct_scrivener .ct_about.about_02 .unit h3 {
	color: #e95e1e;
	}
#main #ct_scrivener .ct_about.about_02 .unit .btn a {
	width: 100%;
	max-width: 300px;
	padding: 15px 0;
	display: block;
	position: relative;
	background-color: #f88e26;
	border-radius: 9999px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	}
#main #ct_scrivener .ct_about.about_02 .unit .btn a::after {
	width: 8px;
	height: 8px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 9%;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	content: '';
	}

/* ct_works */
#ct_scrivener .ct_works {
	background-color: #f1f1f1;
	}
#ct_scrivener .ct_works ul {
	margin: 0;
	}
#ct_scrivener .ct_works ul>li {
	padding-left: 30px;
	margin: 0 0 12px;
	position: relative;
	list-style: none;
	}
#ct_scrivener .ct_works ul>li::before {
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	background-color: #333;
	border-radius: 50%;
	content: '';
	}
#ct_scrivener .ct_works ul+p {
	margin-top: 24px;
	}

/* ct_movie */
#ct_scrivener .ct_movie {
	background-color: #f8f4d1;
	}
#ct_scrivener .ct_movie iframe {
	width: 100%;
	aspect-ratio: 100 / 56.25;
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#ct_scrivener>div:not(:first-of-type) {
		margin-top: 60px;
		}
	#ct_scrivener .ct_about .wrap {
		padding: 45px 20px;
		overflow: hidden;
		}
	#main #ct_scrivener .ct_greeting p {
		font-size: 18px;
		line-height: 2;
		}

	/* ct_about */
	#main #ct_scrivener .ct_about h2 {
		font-size: 27px;
		}
	#main #ct_scrivener .ct_about.about_01 p {
		font-size: 18px;
		line-height: 2;
		}
	#main #ct_scrivener .ct_about.about_01 .box figure {
		margin-right: 30px;
		}
	#main #ct_scrivener .ct_about.about_01 .box figure img {
		max-width: none;
		}
	#main #ct_scrivener .ct_about.about_01 .unit h3 {
		margin-bottom: 24px;
		font-size: 24px;
		font-weight: normal;
		}
	#main #ct_scrivener .ct_about.about_01 .unit p {
		font-size: 16px;
		line-height: 1.9;
		}
	#main #ct_scrivener .ct_about.about_01 .column {
		display: flex;
		}
	#main #ct_scrivener .ct_about.about_01 figure.illust {
		width: 40%;
		margin-left: 30px;
		margin-bottom: 0;
		}
	#main #ct_scrivener .ct_about.about_02 .block:not(:first-of-type) {
		margin-top: 90px;
		}
	#main #ct_scrivener .ct_about.about_02 .block figure {
		width: 45%;
		margin-left: 30px;
		}
	#main #ct_scrivener .ct_about.about_02 .unit {
		width: calc(55% - 30px);
		}
	#main #ct_scrivener .ct_about.about_02 .unit h3 {
		font-size: 27px;
		}
	#main #ct_scrivener .ct_about.about_02 .unit p {
		font-size: 18px;
		line-height: 1.8;
		}
	#main #ct_scrivener .ct_about.about_02 .unit .btn a {
		margin: 30px 0 0;
		font-size: 17px;
		}
	#main #ct_scrivener .ct_about.about_02 .unit .btn a:hover {
		opacity: 0.7;
		transition: 0.2s;
		}

	/* ct_works */
	#ct_scrivener .ct_works {
		padding: 45px;
		}
	#ct_scrivener .ct_works ul {
		display: flex;
		flex-wrap: wrap;
		}
	#ct_scrivener .ct_works ul>li {
		width: 30%;
		font-size: 17px;
		}
	#ct_scrivener .ct_works ul+p {
		font-size: 17px;
		text-align: right;
		}

	/* ct_movie */
	#ct_scrivener .ct_movie {
		padding: 30px 45px;
		}
	#ct_scrivener .ct_movie h2 {
		font-size: 24px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#ct_scrivener .ct_about .wrap {
		padding: 24px 3%;
		}

	/* ct_greeting */
	#main #ct_scrivener .ct_greeting {
		margin-bottom: 30px;
		}
	#main #ct_scrivener .ct_greeting h2 {
		font-size: 18px;
		}
	#main #ct_scrivener .ct_greeting figure {
		width: 50%;
		min-width: 210px;
		margin: 0 0 15px 15px;
		}

	/* ct_about */
	#main #ct_scrivener .ct_about {
		margin-bottom: 45px;
		}
	#main #ct_scrivener .ct_about h2 {
		font-size: 18px;
		}
	#main #ct_scrivener .ct_about.about_01 .case {
		padding: 24px 3%;
		}
	#main #ct_scrivener .ct_about.about_01 .case h3 {
		font-size: 18px;
		}
	#main #ct_scrivener .ct_about.about_01 .case ul {
		margin-bottom: 0;
		}
	#main #ct_scrivener .ct_about.about_01 .case li {
		width: 48.5%;
		padding: 12px 3%;
		font-size: 12px;
		}
	#main #ct_scrivener .ct_about.about_02 .block {
		flex-direction: column;
		}
	#main #ct_scrivener .ct_about.about_02 .block:not(:first-of-type) {
		margin-top: 60px;
		}
	#main #ct_scrivener .ct_about.about_02 .block figure {
		order: 1;
		}
	#main #ct_scrivener .ct_about.about_02 .unit {
		margin-top: 15px;
		order: 2;
		}
	#main #ct_scrivener .ct_about.about_02 .unit h3 {
		margin-bottom: 12px;
		font-size: 20px;
		}
	#main #ct_scrivener .ct_about.about_02 .unit h3+p {
		font-size: 13px;
		}
	#main #ct_scrivener .ct_about.about_02 .unit .btn a {
		margin: 20px auto 0;
		}

	/* ct_works */
	#ct_scrivener .ct_works {
		padding: 30px 6%;
		}
	#ct_scrivener .ct_works h2 {
		font-size: 18px;
		}
	#ct_scrivener .ct_works ul {
		}
	#ct_scrivener .ct_works ul>li {
		font-size: 14px;
		}
	#ct_scrivener .ct_works ul+p {
		font-size: 14px;
		}

	/* ct_movie */
	#ct_scrivener .ct_movie {
		padding: 30px 4.5%;
		margin-top: 45px;
		}
	#ct_scrivener .ct_movie h2 {
		font-size: 18px;
		}

} /* end ＞767 */



/* ============================================================
行政書士_不動産に関する手続き
=============================================================== */
/* ct_procedure */
#main #ct_scrivener_fudousan .ct_procedure h2 {
	padding: 9px 34px;
	margin-bottom: 0;
	position: relative;
	background-color: #e95e1e;
	color: #fff;
	font-weight: 500;
	}
#main #ct_scrivener_fudousan .ct_procedure h2::before {
	width: 4px;
	height: 60%;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	background-color: #fff;
	content: '';
	}
#main #ct_scrivener_fudousan .ct_procedure .block {
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
	}
#main #ct_scrivener_fudousan .ct_procedure .block figure img {
	max-width: 100%;
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	/* ct_procedure */
	#main #ct_scrivener_fudousan .ct_procedure .wrap:not(:first-of-type) {
		margin-top: 90px;
		}
	#main #ct_scrivener_fudousan .ct_procedure h2 {
		font-size: 27px;
		}
	#main #ct_scrivener_fudousan .ct_procedure .block:not(:first-of-type) {
		margin-top: 90px;
		}
	#main #ct_scrivener_fudousan .ct_procedure .block figure {
		width: 45%;
		margin-left: 30px;
		}
	#main #ct_scrivener_fudousan .ct_procedure .unit {
		width: calc(55% - 30px);
		}
	#main #ct_scrivener_fudousan .ct_procedure .unit p {
		font-size: 18px;
		line-height: 1.8;
		}
	#main #ct_scrivener_fudousan .ct_procedure .unit p.note {
		padding-left: 1.5em;
		position: relative;
		font-size: 17px;
		}
	#main #ct_scrivener_fudousan .ct_procedure .unit p.note::before {
		position: absolute;
		top: 0;
		left: 0;
		content: '※';
		}
	#main #ct_scrivener_fudousan .ct_procedure .unit dl {
		margin-top: 18px;
		font-size: 18px;
		line-height: 1.8;
		}
	#main #ct_scrivener_fudousan .ct_procedure .unit dt {
		padding-left: 1.5em;
		position: relative;
		color: #e95e1e;
		}
	#main #ct_scrivener_fudousan .ct_procedure .unit dt::before {
		width: 4px;
		height: 4px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0.8em;
		left: 0.5em;
		background-color: #e95e1e;
		border-radius: 50%;
		content: '';
		}
	#main #ct_scrivener_fudousan .ct_procedure .unit dd {
		padding-left: 4em;
		}
	#main #ct_scrivener_fudousan .ct_procedure .unit dd::before {
		margin-right: 1em;
		display: inline-block;
		content: '→';
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	/* ct_procedure */
	#main #ct_scrivener_fudousan .ct_procedure {
		margin-bottom: 45px;
		}
	#main #ct_scrivener_fudousan .ct_procedure .wrap:not(:first-of-type) {
		margin-top: 60px;
		}
	#main #ct_scrivener_fudousan .ct_procedure h2 {
		font-size: 18px;
		line-height: 1.4;
		}
	#main #ct_scrivener_fudousan .ct_procedure .block {
		margin-top: 24px;
		flex-direction: column;
		}
	#main #ct_scrivener_fudousan .ct_procedure .block:not(:first-of-type) {
		margin-top: 60px;
		}
	#main #ct_scrivener_fudousan .ct_procedure .block figure {
		order: 1;
		}
	#main #ct_scrivener_fudousan .ct_procedure .unit {
		margin-top: 0;
		order: 2;
		}
	#main #ct_scrivener_fudousan .ct_procedure .unit .btn a {
		margin: 20px auto 0;
		}
	#main #ct_scrivener_fudousan .ct_procedure .unit p.note {
		padding-left: 1.5em;
		position: relative;
		font-size: 12px;
		}
	#main #ct_scrivener_fudousan .ct_procedure .unit p.note::before {
		position: absolute;
		top: 0;
		left: 0;
		content: '※';
		}
	#main #ct_scrivener_fudousan .ct_procedure .unit dl {
		margin-top: 18px;
		font-size: 14px;
		line-height: 1.8;
		}
	#main #ct_scrivener_fudousan .ct_procedure .unit dt {
		padding-left: 1.5em;
		position: relative;
		color: #e95e1e;
		}
	#main #ct_scrivener_fudousan .ct_procedure .unit dt::before {
		width: 4px;
		height: 4px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0.8em;
		left: 0.5em;
		background-color: #e95e1e;
		border-radius: 50%;
		content: '';
		}
	#main #ct_scrivener_fudousan .ct_procedure .unit dd {
		padding-left: 2em;
		}
	#main #ct_scrivener_fudousan .ct_procedure .unit dd::before {
		margin-right: 1em;
		display: inline-block;
		content: '→';
		}

} /* end ＞767 */



/* ============================================================
相続に関する手続き
=============================================================== */
/* ct_inheritance */
#ct_inheritance h2 {
	text-align: center;
	}
#pages #ct_inheritance em {
	color: #e95e1e;
	font-weight: 600;
	font-style: normal;
	}

/* ct_case */
#pages #ct_inheritance .ct_case .wrap {
	border: 2px solid #e1e1e1;
	}
#pages #ct_inheritance .ct_case figure {
	margin: 0;
	}
#pages #ct_inheritance .ct_case ul {
	margin: 0 auto;
	}
#ct_inheritance .ct_case li {
	padding-left: 1.8em;
	margin-top: 6px;
	position: relative;
	list-style: none;
	}
#ct_inheritance .ct_case li::before {
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	top: 0.6em;
	left: 0.2em;
	background-color: #333;
	border-radius: 50%;
	content: '';
	}
#pages #ct_inheritance .ct_case p {
	margin-top: 24px;
	text-align: center;
	}

/* ct_service */
#pages #ct_inheritance .ct_service .wrap {
	margin-bottom: 45px;
	background-color: #f1f1f1;
	}
#pages #ct_inheritance .ct_service li {
	padding-left: 1.8em;
	position: relative;
	list-style: none;
	}
#pages #ct_inheritance .ct_service li::before {
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	top: 0.6em;
	left: 0.2em;
	background-color: #333;
	border-radius: 50%;
	content: '';
	}

/* ct_flow */
#pages #ct_inheritance .ct_flow h3 {
	margin-top: 60px;
	color: #e95e1e;
	}
#pages #ct_inheritance .ct_flow figure.flow {
	border: 1px solid #ddd;
	}
#pages #ct_inheritance .ct_flow p {
	font-size: 14px;
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	/* ct_inheritance */
	#ct_inheritance h2 {
		font-size: 30px;
		}
	#pages #ct_inheritance h3 {
		font-size: 30px;
		}

	/* ct_case */
	#pages #ct_inheritance .ct_case .wrap {
		padding: 30px;
		display: flex;
		}
	#pages #ct_inheritance .ct_case figure {
		width: 35%;
		}
	#pages #ct_inheritance .ct_case ul {
		width: 65%;
		max-width: 840px;
		padding: 30px 30px 36px;
		}
	#ct_inheritance .ct_case li {
		font-size: 18px;
		}
	#pages #ct_inheritance .ct_case p {
		font-size: 18px;
		}

	/* ct_service */
	#pages #ct_inheritance .ct_service .wrap {
		padding: 30px;
		display: flex;
		align-items: center;
		}
	#pages #ct_inheritance .ct_service figure {
		width: 35%;
		}
	#pages #ct_inheritance .ct_service ul {
		width: 65%;
		display: flex;
		flex-wrap: wrap;
		}
	#pages #ct_inheritance .ct_service li {
		width: 45%;
		font-size: 18px;
		}

	/* ct_flow */
	#pages #ct_inheritance .ct_flow h3 {
		font-size: 33px;
		text-align: center;
		}
	#pages #ct_inheritance .ct_flow p {
		font-size: 18px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	/* ct_inheritance */
	#ct_inheritance h2 {
		font-size: 21px;
		}
	#pages #ct_inheritance h3 {
		font-size: 18px;
		text-align: center;
		}

	/* ct_case */
	#pages #ct_inheritance .ct_case .wrap {
		padding: 20px 6%;
		}
	#pages #ct_inheritance .ct_case figure {
		width: 100%;
		}
	#pages #ct_inheritance .ct_case ul {
		width: 100%;
		padding: 20px 0;
		}
	#ct_inheritance .ct_case li {
		font-size: 14px;
		}
	#pages #ct_inheritance .ct_case p {
		font-size: 14px;
		}

	/* ct_service */
	#pages #ct_inheritance .ct_service .wrap {
		padding: 20px 6%;
		}
	#pages #ct_inheritance .ct_service figure {
		width: 100%;
		margin-bottom: 0;
		}
	#pages #ct_inheritance .ct_service ul {
		width: 100%;
		margin: 0 0 15px;
		}
	#pages #ct_inheritance .ct_service li {
		width: 100%;
		font-size: 14px;
		}

	/* ct_flow */
	#pages #ct_inheritance .ct_flow h3 {
		font-size: 21px;
		}
	#pages #ct_inheritance .ct_flow p {
		font-size: 14px;
		}

} /* end ＞767 */



/* ============================================================
リフォーム
=============================================================== */
#pages #ct_reform h2 {
	color: #e95e1f;
	font-weight: 500;
	text-align: center;
	}

/* ct_mv */
#pages #ct_reform .ct_mv .wrap {
	width: 100%;
	padding: 0 10%;
	position: relative;
	background: url(../img/reform/mv_bg01.jpg) no-repeat center center / cover;
	}
#pages #ct_reform .ct_mv h2 {
	max-width: 660px;
	height: auto;
	aspect-ratio: 660 / 400;
	padding: 0 10%;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.84);
	}
#pages #ct_reform .ct_mv h2 img {
	max-width: 434px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	}
#pages #ct_reform .ct_mv p {
	margin-top: 24px;
	position: relative;
	text-align: center;
	}
#pages #ct_reform .ct_mv p::before {
	margin: auto;
	display: block;
	position: absolute;
	background: url(../img/reform/mv_ill01.png) no-repeat 0 0 / contain;
	content: '';
	}

/* ct_merit */
#pages #ct_reform .ct_merit .wrap {
	display: flex;
	}
#pages #ct_reform .ct_merit .pht {
	max-width: 480px;
	}
#pages #ct_reform .ct_merit .txt {
	max-width: 720px;
	}
#pages #ct_reform .ct_merit .txt h3 {
	margin-bottom: 6px;
	color: #e95e1f;
	font-weight: 500;
	}
#pages #ct_reform .ct_merit .txt h3+p {
	letter-spacing: 0.05em;
	}

/* ct_service */
#pages #ct_reform .ct_service h2 {
	margin-bottom: 12px;
	line-height: 1.3;
	}
#pages #ct_reform .ct_service h2+p {
	letter-spacing: 0.05em;
	text-align: center;
	}
#pages #ct_reform .ct_service .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #f1f1f1;
	}
#pages #ct_reform .ct_service .unit {
	background-color: #fff;
	}
#pages #ct_reform .ct_service .unit h3 {
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	}
#pages #ct_reform .ct_service .unit h3 span {
	margin-right: 2px;
	color: #e95e1f;
	}
#pages #ct_reform .ct_service .unit figure {
	width: 100%;
	height: auto;
	aspect-ratio: 280 / 175;
	margin-bottom: 21px;
	overflow: hidden;
	position: relative;
	}
#pages #ct_reform .ct_service .unit figure::before {
	width: 60px;
	height: 60px;
	display: block;
	z-index: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	}
#pages #ct_reform .ct_service .unit.unit01 figure::before {
	background: #fff url(../img/reform/service_icn01.png) no-repeat 0 0 / contain;
	}
#pages #ct_reform .ct_service .unit.unit02 figure::before {
	background: #fff url(../img/reform/service_icn02.png) no-repeat 0 0 / contain;
	}
#pages #ct_reform .ct_service .unit.unit03 figure::before {
	background: #fff url(../img/reform/service_icn03.png) no-repeat 0 0 / contain;
	}
#pages #ct_reform .ct_service .unit.unit04 figure::before {
	background: #fff url(../img/reform/service_icn04.png) no-repeat 0 0 / contain;
	}
#pages #ct_reform .ct_service .unit.unit05 figure::before {
	background: #fff url(../img/reform/service_icn05.png) no-repeat 0 0 / contain;
	}
#pages #ct_reform .ct_service .unit.unit06 figure::before {
	background: #fff url(../img/reform/service_icn06.png) no-repeat 0 0 / contain;
	}
#pages #ct_reform .ct_service .unit.unit07 figure::before {
	background: #fff url(../img/reform/service_icn07.png) no-repeat 0 0 / contain;
	}
#pages #ct_reform .ct_service .unit.unit08 figure::before {
	background: #fff url(../img/reform/service_icn08.png) no-repeat 0 0 / contain;
	}
#pages #ct_reform .ct_service .unit.unit09 figure::before {
	background: #fff url(../img/reform/service_icn09.png) no-repeat 0 0 / contain;
	}
#pages #ct_reform .ct_service .unit figure img {
	margin: auto;
	display: block;
	position: absolute;
	top: -50%;
	bottom: -50%;
	}
#pages #ct_reform .ct_service .unit ul {
	padding: 0;
	margin-bottom: 0;
	}
#pages #ct_reform .ct_service .unit li {
	position: relative;
	list-style: none;
	letter-spacing: 0.02em;
	}
#pages #ct_reform .ct_service .unit li::before {
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	background: url(../img/reform/service_li.png) no-repeat 0 0 / contain;
	content: '';
	}

/* ct_flow */
#pages #ct_reform .ct_flow h2 {
	margin-bottom: 6px;
	line-height: 1.3;
	}
#pages #ct_reform .ct_flow h2+p {
	text-align: center;
	}
#pages #ct_reform .ct_flow ol {
	padding: 0;
	}
#pages #ct_reform .ct_flow li {
	position: relative;
	border: 4px solid #fbdfd2;
	border-radius: 12px;
	list-style: none;
	}
#pages #ct_reform .ct_flow li:not(:last-of-type)::before {
	width: 0;
	height: 0;
	margin: auto;
	display: block;
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	border-style: solid;
	border-width: 12px 10px 0 10px;
	border-color: #e95e1f transparent transparent transparent;
	content: '';
	}
#pages #ct_reform .ct_flow li figure {
	margin: auto;
	position: absolute;
	}
#pages #ct_reform .ct_flow li h3 {
	position: relative;
	color: #e95e1f;
	font-weight: 500;
	}
#pages #ct_reform .ct_flow li h3::before {
	display: block;
	position: absolute;
	background-color: #e95e1f;
	border-radius: 50%;
	content: '';
	}
#pages #ct_reform .ct_flow li h3::after {
	display: block;
	position: absolute;
	color: #fff;
	text-align: center;
	}
#pages #ct_reform .ct_flow li.flow01 h3::after {
	content: '1';
	}
#pages #ct_reform .ct_flow li.flow02 h3::after {
	content: '2';
	}
#pages #ct_reform .ct_flow li.flow03 h3::after {
	content: '3';
	}
#pages #ct_reform .ct_flow li.flow04 h3::after {
	content: '4';
	}
#pages #ct_reform .ct_flow li.flow05 h3::after {
	content: '5';
	}
#pages #ct_reform .ct_flow li.flow06 h3::after {
	content: '6';
	}
#pages #ct_reform .ct_flow li.flow07 h3::after {
	content: '7';
	}
#pages #ct_reform .ct_flow li.flow08 h3::after {
	content: '8';
	}
#pages #ct_reform .ct_flow li p {
	letter-spacing: 0.05em;
	}

/* ct_case */
#pages #ct_reform .ct_case .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
#pages #ct_reform .ct_case .unit {
	box-shadow: 0 0 12px rgba(0,0,0,0.12);
	}
#pages #ct_reform .ct_case .unit>a {
	display: block;
	text-decoration: none;
	}
#pages #ct_reform .ct_case .unit figure {
	width: 100%;
	height: auto;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	}
#pages #ct_reform .ct_case .unit figure img {
	margin: auto;
	display: block;
	position: absolute;
	top: -50%;
	bottom: -50%;
	}
#pages #ct_reform .ct_case .unit dl {
	margin: 0;
	line-height: 1.3;
	}
#pages #ct_reform .ct_case .unit dt {
	margin-top: 6px;
	}
#pages #ct_reform .ct_case .unit dd.num {
	color: #e95e1f;
	}
#pages #ct_reform .ct_case .unit dd.detail ul {
	padding: 0;
	margin: 9px 0 0;
	display: flex;
	flex-wrap: wrap;
	}
#pages #ct_reform .ct_case .unit dd.detail li {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #e95e1f;
	}
#pages #ct_reform .ct_case .unit dd.detail li:not(:last-of-type)::after {
	margin-right: 6px;
	content: ',';
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#pages #ct_reform  h2 {
		font-size: 40px;
		}

	/* ct_mv */
	#pages #ct_reform .ct_mv .wrap {
		max-width: 1200px;
		height: 600px;
		}
	#pages #ct_reform .ct_mv h2 {
		width: 80%;
		}
	#pages #ct_reform .ct_mv h2 img {
		width: 70%;
		}
	#pages #ct_reform .ct_mv p {
		padding: 0 150px;
		font-size: 18px;
		line-height: 2;
		}
	#pages #ct_reform .ct_mv p::before {
		width: 136px;
		height: 200px;
		top: 0;
		bottom: 0;
		right: 1.8%;
		}
	#pages #ct_reform .ct_mv p span {
		width: 90%;
		max-width: 810px;
		margin: 0 auto;
		display: inline-block;
		}

	/* ct_merit */
	#pages #ct_reform .ct_merit {
		margin-top: 90px;
		}
	#pages #ct_reform .ct_merit .pht {
		width: 40%;
		}
	#pages #ct_reform .ct_merit .txt {
		width: 60%;
		padding-left: 50px;
		}
	#pages #ct_reform .ct_merit .txt h3 {
		font-size: 21px;
		}
	#pages #ct_reform .ct_merit .txt h3+p {
		font-size: 16px;
		line-height: 2;
		}

	/* ct_service */
	#pages #ct_reform .ct_service {
		margin-top: 90px;
		}
	#pages #ct_reform .ct_service h2+p {
		font-size: 18px;
		}
	#pages #ct_reform .ct_service .wrap {
		padding: 60px 5%;
		}
	#pages #ct_reform .ct_service .unit {
		width: 32%;
		max-width: 330px;
		padding: 30px 25px 20px;
		}
	#pages #ct_reform .ct_service .unit:nth-of-type(n+4) {
		margin-top: 30px;
		}
	#pages #ct_reform .ct_service .unit h3 {
		font-size: 21px;
		}
	#pages #ct_reform .ct_service .unit h3 span {
		font-size: 24px;
		}
	#pages #ct_reform .ct_service .unit:nth-of-type(-n+4) h3 span {
		font-size: 28px;
		}
	#pages #ct_reform .ct_service .unit li {
		padding-left: 30px;
		margin: 0 0 12px 0;
		font-size: 14.5px;
		}
	#pages #ct_reform .ct_service .unit li::before {
		width: 20px;
		height: 20px;
		}

	/* ct_flow */
	#pages #ct_reform .ct_flow {
		padding: 0 6.25%;
		margin-top: 90px;
		}
	#pages #ct_reform .ct_flow h2+p {
		font-size: 18px;
		}
	#pages #ct_reform .ct_flow li {
		padding: 45px 60px 30px 275px;
		margin-bottom: 30px;
		}
	#pages #ct_reform .ct_flow li figure {
		width: 208px;
		height: 148px;
		top: 0;
		bottom: 0;
		left: 30px;
		}
	#pages #ct_reform .ct_flow li h3 {
		padding-left: 55px;
		margin-bottom: 20px;
		font-size: 24px;
		}
	#pages #ct_reform .ct_flow li h3::before {
		width: 40px;
		height: 40px;
		top: 0;
		left: 0;
		}
	#pages #ct_reform .ct_flow li h3::after {
		width: 40px;
		height: 40px;
		top: 0;
		left: 0;
		font-size: 19px;
		line-height: 38px;
		}
	#pages #ct_reform .ct_flow li p {
		font-size: 15px;
		line-height: 1.8;
		}

	/* ct_case */
	#pages #ct_reform .ct_case {
		padding: 0 6.25%;
		margin-top: 90px;
		}
	#pages #ct_reform .ct_case .unit {
		width: 48%;
		margin-bottom: 30px;
		}
	#pages #ct_reform .ct_case .unit figure {
		aspect-ratio: 420 / 240;
		}
	#pages #ct_reform .ct_case .unit>a:hover dl {
		transition: 0.3s;
		opacity: 0.7;
		}
	#pages #ct_reform .ct_case .unit dl {
		padding: 21px 30px;
		}
	#pages #ct_reform .ct_case .unit dt {
		font-size: 22px;
		}
	#pages #ct_reform .ct_case .unit dd.num {
		font-size: 15px;
		}
	#pages #ct_reform .ct_case .unit dd.detail li {
		font-size: 13px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#pages #ct_reform  h2 {
		font-size: 24px;
		line-height: 1.5;
		}

	/* ct_mv */
	#pages #ct_reform .ct_mv .wrap {
		height: auto;
		aspect-ratio: 30 / 21;
		}
	#pages #ct_reform .ct_mv h2 {
		width: 84%;
		}
	#pages #ct_reform .ct_mv h2 img {
		width: 74%;
		}
	#pages #ct_reform .ct_mv p {
		padding-bottom: 180px;
		font-size: 15px;
		letter-spacing: 0.05em;
		line-height: 1.8;
		}
	#pages #ct_reform .ct_mv p::before {
		width: 109px;
		height: 160px;
		bottom: 0;
		left: 0;
		right: 0;
		}

	/* ct_merit */
	#pages #ct_reform .ct_merit {
		margin-top: 30px;
		}
	#pages #ct_reform .ct_merit h2 {
		margin-bottom: 30px;
		}
	#pages #ct_reform .ct_merit .wrap {
		flex-wrap: wrap;
		}
	#pages #ct_reform .ct_merit .pht {
		width: 100%;
		margin: 0 auto;
		order: 2;
		}
	#pages #ct_reform .ct_merit .txt {
		width: 100%;
		order: 1;
		}
	#pages #ct_reform .ct_merit .txt h3 {
		font-size: 17px;
		}
	#pages #ct_reform .ct_merit .txt h3+p {
		font-size: 14px;
		line-height: 1.8;
		}

	/* ct_service */
	#pages #ct_reform .ct_service {
		margin-top: 60px;
		}
	#pages #ct_reform .ct_service h2+p {
		font-size: 15px;
		}
	#pages #ct_reform .ct_service .wrap {
		padding: 6%;
		}
	#pages #ct_reform .ct_service .unit {
		width: 100%;
		padding: 20px 25px 20px;
		}
	#pages #ct_reform .ct_service .unit:not(:last-of-type) {
		margin-bottom: 20px;
		}
	#pages #ct_reform .ct_service .unit h3 {
		font-size: 16px;
		}
	#pages #ct_reform .ct_service .unit h3 span {
		font-size: 21px;
		}
	#pages #ct_reform .ct_service .unit:nth-of-type(-n+4) h3 span {
		font-size: 24px;
		}
	#pages #ct_reform .ct_service .unit li {
		padding-left: 25px;
		margin: 0 0 9px 0;
		font-size: 13px;
		}
	#pages #ct_reform .ct_service .unit li::before {
		width: 16px;
		height: 16px;
		}

	/* ct_flow */
	#pages #ct_reform .ct_flow {
		padding: 0;
		margin-top: 60px;
		}
	#pages #ct_reform .ct_flow h2+p {
		font-size: 16px;
		}
	#pages #ct_reform .ct_flow li {
		padding: 130px 6% 0;
		margin: 0 0 30px;
		}
	#pages #ct_reform .ct_flow li figure {
		width: 100%;
		max-width: 150px;
		height: auto;
		aspect-ratio: 208 / 148;
		top: 15px;
		left: 0;
		right: 0;
		}
	#pages #ct_reform .ct_flow li h3 {
		padding-left: 42px;
		margin-bottom: 15px;
		font-size: 17px;
		}
	#pages #ct_reform .ct_flow li h3::before {
		width: 30px;
		height: 30px;
		top: -2px;
		left: 0;
		}
	#pages #ct_reform .ct_flow li h3::after {
		width: 30px;
		height: 30px;
		top: -2px;
		left: 0;
		font-size: 17px;
		line-height: 28px;
		}
	#pages #ct_reform .ct_flow li p {
		font-size: 13px;
		line-height: 1.6;
		}

	/* ct_case */
	#pages #ct_reform .ct_case {
		padding: 0;
		margin-top: 60px;
		}
	#pages #ct_reform .ct_case .unit {
		width: 100%;
		max-width: 504px;
		margin: 0 auto 30px;
		}
	#pages #ct_reform .ct_case .unit figure {
		aspect-ratio: 504 / 336;
		}
	#pages #ct_reform .ct_case .unit dl {
		padding: 21px;
		}
	#pages #ct_reform .ct_case .unit dt {
		font-size: 18px;
		}
	#pages #ct_reform .ct_case .unit dd.num {
		font-size: 13px;
		}
	#pages #ct_reform .ct_case .unit dd.detail li {
		font-size: 12px;
		}

} /* end ＞767 */




/* ============================================================
リフォーム施工事例
=============================================================== */
#pages #ct_reform_case {
	width: 100%;
	}
#pages #ct_reform_case h2 {
	line-height: 1.4;
	}
#pages #ct_reform_case h2 small {
	display: block;
	color: #e4d23c;
	}
#pages #ct_reform_case .unit {
	max-width: 560px;
	}
#pages #ct_reform_case h3 {
	position: relative;
	color: #e95e1f;
	line-height: 1.4;
	}
#pages #ct_reform_case h3::before {
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	background: url(../img/reform_case/h3_icn.png) no-repeat 0 0 / contain;
	content: '';
	}
#pages #ct_reform_case .pht {
	display: flex;
	}
#pages #ct_reform_case .pht figure {
	width: 100%;
	max-width: 280px;
	aspect-ratio: 1 / 1;
	position: relative;
	}
#pages #ct_reform_case .pht figure.before {
	background-color: #e3e3e3;
	}
#pages #ct_reform_case .pht figure.after {
	background-color: #f6f6f6;
	}
#pages #ct_reform_case .pht figure img {
	width: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	}
#pages #ct_reform_case .pht figure.short img {
	width: auto;
	max-width: none;
	height: 100%;
	}
#pages #ct_reform_case .pht figure.before figcaption,
#pages #ct_reform_case .pht figure.after figcaption {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -9px;
	font-weight: 700;
	text-align: center
	}
#pages #ct_reform_case .pht figure.before figcaption {
	right: 0;
	background-color: #efefef;
	color: #e95e1f;
	}
#pages #ct_reform_case .pht figure.after figcaption {
	left: 0;
	background-color: #e95e1f;
	color: #fff;
	}
#pages #ct_reform_case .pht figure.after figcaption::before {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-style: solid;
	border-color: transparent transparent transparent #efefef;
	content: '';
	}
#pages #ct_reform_case p {
	letter-spacing: 0.06em;
	line-height: 1.8;
	}
/* afteronly */
#pages #ct_reform_case .pht.afteronly {
	display: block;
	}
#pages #ct_reform_case .pht.afteronly figure {
	max-width: none;
	aspect-ratio: 2 / 1;
	}
#pages #ct_reform_case .pht.afteronly figure.after figcaption {
	margin: auto;
	right: 0;
	}
#pages #ct_reform_case .pht.afteronly figure.after figcaption::before {
	content: none;
	}
/* btn */
#pages #ct_reform_case .btn {
	margin-top: 30px;
	}
#pages #ct_reform_case .btn a {
	width: 100%;
	max-width: 300px;
	padding: 15px 0;
	margin: 0 auto;
	display: block;
	position: relative;
	background-color: #f88e26;
	border-radius: 9999px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	}
#pages #ct_reform_case .btn a::before {
	width: 8px;
	height: 8px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 9%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-45deg);
	content: '';
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#pages #ct_reform_case {
		max-width: 1200px;
		}
	#pages #ct_reform_case h2 {
		font-size: 33px;
		}
	#pages #ct_reform_case h2 small {
		font-size: 21px;
		}
	#pages #ct_reform_case .wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		}
	#pages #ct_reform_case .unit {
		width: calc(50% - 20px);
		margin-top: 30px;
		}
	#pages #ct_reform_case h3 {
		padding-left: 30px;
		font-size: 25px;
		}
	#pages #ct_reform_case h3::before {
		width: 20px;
		height: 28px;
		}
	#pages #ct_reform_case .pht figure.before figcaption,
	#pages #ct_reform_case .pht figure.after figcaption {
		width: 150px;
		height: 48px;
		font-size: 17px;
		}
	#pages #ct_reform_case .pht figure.after figcaption::before {
		border-width: 24px 0 24px 15px;
		}
	#pages #ct_reform_case p {
		font-size: 15px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#pages #ct_reform_case {
		width: 100%;
		}
	#pages #ct_reform_case h2 {
		font-size: 24px;
		}
	#pages #ct_reform_case h2 small {
		font-size: 15px;
		}
	#pages #ct_reform_case .unit {
		width: 100%;
		margin: 30px auto 0;
		}
	#pages #ct_reform_case h3 {
		padding-left: 24px;
		font-size: 18px;
		}
	#pages #ct_reform_case h3::before {
		width: 14px;
		height: 20px;
		}
	#pages #ct_reform_case .pht figure.before figcaption,
	#pages #ct_reform_case .pht figure.after figcaption {
		width: 110px;
		height: 38px;
		font-size: 13px;
		}
	#pages #ct_reform_case .pht figure.after figcaption::before {
		border-width: 19px 0 19px 12px;
		}
	#pages #ct_reform_case p {
		font-size: 13px;
		}

} /* end ＞767 */



/* ============================================================
賃貸管理
=============================================================== */
#pages.pages_post_3196 .pages_content .inner_s .txt_box {
	display: block;
	}
#pages #ct_rental_management {
	width: 100%;
	}
#pages #ct_rental_management p {
	letter-spacing: 0.06em;
	}

/* first */
#pages #ct_rental_management .ct_first h2 {
	margin-bottom: 15px;
	color: #e95e1f;
	text-align: center;
	}
#pages #ct_rental_management .ct_first ul {
	display: flex;
	}
#pages #ct_rental_management .ct_first li {
	padding: 0 15px;
	margin: 0;
	aspect-ratio: 1 / 1;
	display: grid;
	align-items: center;
	list-style: none;
	color: #fff;
	text-align: center;
	}
#pages #ct_rental_management .ct_first li.li01 {
	background: url(../img/rental_management/first_img01.jpg) no-repeat 0 0 / contain;
	border-radius: 50%;
	}
#pages #ct_rental_management .ct_first li.li02 {
	background: url(../img/rental_management/first_img02.jpg) no-repeat 0 0 / contain;
	border-radius: 50%;
	}
#pages #ct_rental_management .ct_first li.li03 {
	background: url(../img/rental_management/first_img03.jpg) no-repeat 0 0 / contain;
	border-radius: 50%;
	}
#pages #ct_rental_management .ct_first li.li04 {
	background: url(../img/rental_management/first_img04.jpg) no-repeat 0 0 / contain;
	border-radius: 50%;
	}
#pages #ct_rental_management .ct_first ul+p {
	margin-bottom: 42px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
	}
#pages #ct_rental_management .ct_first ul+p em {
	color: #e95e1f;
	font-style: normal;
	}

/* second */
#pages #ct_rental_management .ct_second {
	background-color: #f1f1f1;
	}
#pages #ct_rental_management .ct_second h2 {
	margin: 0;
	color: #e95e1f;
	text-align: center;
	}
#pages #ct_rental_management .ct_second h2+p {
	text-align: center;
	}
#pages #ct_rental_management .ct_second p.white {
	padding: 30px;
	background-color: #fff;
	text-align: center;
	}
#pages #ct_rental_management .ct_second h3 {
	margin: 45px 0 24px;
	font-weight: bold;
	text-align: center;
	}
#pages #ct_rental_management .ct_second .wrap:not(:first-of-type) {
	position: relative;
	}
#pages #ct_rental_management .ct_second .wrap:not(:first-of-type)::before {
	width: 0;
	height: 0;
	margin: auto;
	position: absolute;
	top: -36px;
	left: 0;
	right: 0;
	border-style: solid;
	border-width: 12px 10px 0 10px;
	border-color: #e95e1f transparent transparent transparent;
	content: '';
	}
#pages #ct_rental_management .ct_second .wrap .txt h4 {
	color: #e95e1f;
	}
#pages #ct_rental_management .ct_second .wrap .txt p+p {
	margin-top: 12px;
	}

/* contact */
#pages #ct_rental_management .ct_second .contact {
	margin-top: 20px;
	background-color: #ede38d;
	}
#pages #ct_rental_management .ct_second .contact p {
	margin: 0;
	color: #e95e1f;
	}
#pages #ct_rental_management .ct_second .contact .btn>a {
	width: 100%;
	max-width:360px;
	padding: 12px 0;
	display: block;
	position: relative;
	background-color: #e95e1f;
	transition: 0.3s;
	color: #fff;
	text-decoration: none;
	text-align: center;
	}
#pages #ct_rental_management .ct_second .contact .btn>a::after {
	width: 9px;
	height: 9px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	content: '';
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#pages #ct_rental_management p {
		font-size: 16px;
		line-height: 1.9;
		}

	/* first */
	#pages #ct_rental_management .ct_first h2 {
		font-size: 36px;
		}
	#pages #ct_rental_management .ct_first ul {
		padding: 0 15px;
		gap: 0 12px;
		}
	#pages #ct_rental_management .ct_first li {
		width: 25%;
		font-size: 22px;
		font-size: clamp(15px, 1.9vw, 22px);
		}
	#pages #ct_rental_management .ct_first ul+p {
		font-size: 24px;
		}

	/* second */
	#pages #ct_rental_management .ct_second {
		padding: 48px 60px 45px;
		}
	#pages #ct_rental_management .ct_second h2 {
		font-size: 36px ;
		}
	#pages #ct_rental_management .ct_second h2+p {
		font-size: 18px;
		}
	#pages #ct_rental_management .ct_second h3 {
		font-size: 30px;
		}
	#pages #ct_rental_management .ct_second .wrap {
		padding: 0 30px;
		display: flex;
		}
	#pages #ct_rental_management .ct_second .wrap:not(:first-of-type) {
		margin-top: 45px;
		}
	#pages #ct_rental_management .ct_second .wrap figure {
		width: 37%;
		max-width: 400px;
		}
	#pages #ct_rental_management .ct_second .wrap .txt {
		width: 63%;
		padding: 0 0 0 30px;
		}
	#pages #ct_rental_management .ct_second .wrap .txt h4 {
		font-size: 24px;
		}

	/* contact */
	#pages #ct_rental_management .ct_second .contact {
		padding: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		}
	#pages #ct_rental_management .ct_second .contact p {
		width: 50%;
		padding-right: 30px;
		font-size: 21px;
		text-align: right;
		}
	#pages #ct_rental_management .ct_second .contact .btn {
		width: 50%;
		}
	#pages #ct_rental_management .ct_second .contact .btn>a {
		font-size: 16px;
		}
	#pages #ct_rental_management .ct_second .contact .btn>a:hover {
		opacity: 0.7;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#pages #ct_rental_management p {
		font-size: 14px;
		line-height: 1.7;
		}

	/* first */
	#pages #ct_rental_management .ct_first h2 {
		font-size: 24px;
		line-height: 1.5;
		}
	#pages #ct_rental_management .ct_first ul {
		padding: 0;
		flex-wrap: wrap;
		gap: 12px;
		}
	#pages #ct_rental_management .ct_first li {
		width: 47%;
		font-size: 14px;
		font-size: clamp(14px, 3.7vw, 21px);
		}
	#pages #ct_rental_management .ct_first ul+p {
		font-size: 16px;
		}

	/* second */
	#pages #ct_rental_management .ct_second {
		padding: 36px 6% 36px;
		}
	#pages #ct_rental_management .ct_second h2 {
		font-size: 21px ;
		}
	#pages #ct_rental_management .ct_second h2+p {
		font-size: 14px;
		}
	#pages #ct_rental_management .ct_second h3 {
		font-size: 19px;
		}
	#pages #ct_rental_management .ct_second .wrap {
		padding: 0;
		}
	#pages #ct_rental_management .ct_second .wrap:not(:first-of-type) {
		margin-top: 60px;
		}
	#pages #ct_rental_management .ct_second .wrap figure {
		width: 100%;
		}
	#pages #ct_rental_management .ct_second .wrap .txt {
		width: 100%;
		padding: 0 1.5%;
		}
	#pages #ct_rental_management .ct_second .wrap .txt h4 {
		font-size: 17px;
		}

	/* contact */
	#pages #ct_rental_management .ct_second .contact {
		padding: 20px 8%;
		}
	#pages #ct_rental_management .ct_second .contact p {
		width: 100%;
		font-size: 14px;
		text-align: center;
		}
	#pages #ct_rental_management .ct_second .contact .btn {
		width: 100%;
		}
	#pages #ct_rental_management .ct_second .contact .btn>a {
		margin: 6px auto 0;
		}

} /* end ＞767 */


/* ============================================================
木材・建材
=============================================================== */
#pages.pages_post_3181 .pages_content .inner_s .txt_box {
	display: block;
	}
#pages #ct_timber {
	width: 100%;
	}
#pages #ct_timber p {
	letter-spacing: 0.06em;
	}
#pages #ct_timber h2 {
	color: #e95e1e;
	text-align: center;
	}

/* ct_mv */
#pages #ct_timber .ct_mv figure {
	text-align: center;
	}
#pages #ct_timber .ct_mv figure+p {
	line-height: 2;
	text-align: center;
	}
#pages #ct_timber .ct_mv figure+p em {
	color: #e95e1e;
	font-style: normal;
	font-weight: bold;
	}

/* ct_serive */
#pages #ct_timber .ct_serive {
	margin-top: 60px;
	}
#pages #ct_timber .ct_serive ul {
	padding: 0;
	}
#pages #ct_timber .ct_serive li {
	position: relative;
	list-style: none;
	line-height: 1.8;
	}
#pages #ct_timber .ct_serive li::before {
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	background-color: #e95e1e;
	border-radius: 50%;
	content: '';
	}

/* ct_strength */
#pages #ct_timber .ct_strength {
	margin-top: 60px;
	}

#pages #ct_timber .ct_strength dl {
	margin: 0;
	line-height: 2.1;
	}
#pages #ct_timber .ct_strength dt {
	color: #e95e1e;
	}
#pages #ct_timber .ct_strength dd {
	margin-bottom: 18px;
	}

/* ct_stock */
#pages #ct_timber .ct_stock {
	margin-top: 60px;
	}
#pages #ct_timber .ct_stock ul {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	}
#pages #ct_timber .ct_stock li {
	padding: 0 10px 0 24px;
	margin: 0 0 12px;
	position: relative;
	list-style: none;
	}
#pages #ct_timber .ct_stock li::before {
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	top: 8px;
	left: 3px;
	background-color: #e95e1e;
	border-radius: 50%;
	content: '';
	}

/* ct_maker */
#pages #ct_timber .ct_maker {
	margin-top: 60px;
	}
#pages #ct_timber .ct_maker h2 {
	margin-bottom: 0;
	}
#pages #ct_timber .ct_maker h2 small {
	margin-left: 15px;
	color: #333;
	font-weight: normal;
	}
#pages #ct_timber .ct_maker dl {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 2%;
	}
#pages #ct_timber .ct_maker dt {
	width: 100%;
	margin-top: 30px;
	color: #e95e1e;
	}
#pages #ct_timber .ct_maker dd {
	border: 1px solid #e1e1e1;
	transition: 0.2s;
	}
#pages #ct_timber .ct_maker dd:hover {
	border-color: rgba(233,94,30,0.4);
	}
#pages #ct_timber .ct_maker dd a {
	width: 100%;
	height: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	transition: 0.2s;
	white-space: normal;
	line-height: 1.6;
	text-decoration: none;
	}
#pages #ct_timber .ct_maker dd a:hover {
	color: #e95e1e;
	background-color: #f8f4d1;
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#pages #ct_timber h2 {
		font-size: 36px;
		}

	/* ct_mv */
	#pages #ct_timber .ct_mv figure+p {
		font-size: 18px;
		}

	/* ct_serive */
	#pages #ct_timber .ct_serive .wrap {
		display: flex;
		}
	#pages #ct_timber .ct_serive figure {
		width: 50%;
		max-width: 600px;
		}
	#pages #ct_timber .ct_serive ul {
		margin: 0 0 0 30px;
		}
	#pages #ct_timber .ct_serive li {
		padding-left: 30px;
		font-size: 18px;
		}
	#pages #ct_timber .ct_serive li::before {
		width: 6px;
		height: 6px;
		top: 12px;
		left: 0;
		}

	/* ct_strength */
	#pages #ct_timber .ct_strength .wrap {
		display: flex;
		}
	#pages #ct_timber .ct_strength figure {
		width: 50%;
		max-width: 600px;
		}
	#pages #ct_timber .ct_strength dl {
		width: 50%;
		padding: 0 0 0 30px;
		font-size: 19px;
		}
	#pages #ct_timber .ct_strength dd {
		padding-left: 1em;
		font-size: 16px;
		}

	/* ct_stock */
	#pages #ct_timber .ct_stock li {
		width: 33%;
		max-width: 400px;
		}

	/* ct_maker */
	#pages #ct_timber .ct_maker h2 small {
		font-size: 15px;
		}
	#pages #ct_timber .ct_maker dt {
		font-size: 21px;
		}
	#pages #ct_timber .ct_maker dd {
		width: 32%;
		}
	#pages #ct_timber .ct_maker dd a {
		padding: 15px 40px 15px 18px;
		}
	#pages #ct_timber .ct_maker dd a.t_blank:before {
		right: 15px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	/* ct_serive */
	#pages #ct_timber .ct_serive li {
		padding-left: 24px;
		}
	#pages #ct_timber .ct_serive li::before {
		width: 5px;
		height: 5px;
		top: 8px;
		left: 0;
		}

	/* ct_stock */
	#pages #ct_timber .ct_stock li {
		width: 50%;
		}

	/* ct_maker */
	#pages #ct_timber .ct_maker h2 small {
		font-size: 11px;
		}
	#pages #ct_timber .ct_maker dt {
		font-size: 16px;
		}
	#pages #ct_timber .ct_maker dd {
		width: 48%;
		}
	#pages #ct_timber .ct_maker dd a {
		padding: 9px 30px 9px 12px;
		font-size: 12px;
		}
	#pages #ct_timber .ct_maker dd a.t_blank:before {
		right: 9px;
		}

} /* end ＞767 */



/* ============================================================
LINEでお問い合わせ
=============================================================== */
#pages.pages_post_3217 .pages_content .inner_s .txt_box {
	display: block;
	}
#pages #ct_line .ct_first::before {
	display: block;
	background: url(../img/line/icn_line.png) no-repeat 0 0 / contain;
	content: '';
	}
#pages #ct_line .ct_first p {
	font-weight: 500;
	line-height: 1.8;
	}
#pages #ct_line .ct_first p em {
	color: #e95e1e;
	font-style: normal;
	}
#pages #ct_line .ct_notice {
	width: 100%;
	background-color: #f1f1f1;
	}
#pages #ct_line .ct_notice ul>li {
	padding: 0 0 0 2em;
	margin: 9px 0 0;
	position: relative;
	list-style: none;
	}
#pages #ct_line .ct_notice ul>li::before {
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	top: 0.6em;
	left: 0.6em;
	background-color: #333;
	border-radius: 50%;
	content: '';
	}
#pages #ct_line .ct_howto h2 {
	margin-bottom: 6px;
	color: #e95e1e;
	font-weight: 600;
	text-align: center;
	}
#pages #ct_line .ct_howto p {
	text-align: center;
	}
#pages #ct_line .ct_howto .qr {
	padding: 8px;
	margin: 0 auto;
	border: 1px solid #06c755;
	}
#pages #ct_line .ct_howto .qr img {
	max-width: 100%;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#pages #ct_line .ct_first {
		display: flex;
		justify-content: center;
		align-items: center;
		}
	#pages #ct_line .ct_first::before {
		width: 120px;
		height: 120px;
		margin-right: 30px;
		}
	#pages #ct_line .ct_first p {
		margin: 0;
		font-size: 21px;
		}
	#pages #ct_line .ct_notice {
		padding: 30px 160px 40px 60px;
		margin: 36px auto 0;
		position: relative;
		}
	#pages #ct_line .ct_notice::before {
		width: 95px;
		height: 180px;
		display: block;
		position: absolute;
		top: -15px;
		right: 45px;
		background: url(../img/line/img01.png) no-repeat 0 0 / contain;
		content: '';
		}
	#pages #ct_line .ct_notice h3 {
		font-size: 19px;
		}
	#pages #ct_line .ct_notice ul {
		padding: 0;
		margin: 0;
		}
	#pages #ct_line .ct_notice ul>li {
		font-size: 15px;
		}
	#pages #ct_line .ct_howto {
		margin-top: 60px;
		}
	#pages #ct_line .ct_howto h2 {
		font-size: 36px;
		}
	#pages #ct_line .ct_howto p {
		font-size: 18px;
		}
	#pages #ct_line .ct_howto .qr {
		width: 240px;
		height: 240px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#pages #ct_line .ct_first::before {
		width: 90px;
		height: 90px;
		margin: 0 auto;
		}
	#pages #ct_line .ct_first p {
		margin: 24px 0 0;
		font-size: 15px;
		}
	#pages #ct_line .ct_notice {
		padding: 30px 3%;
		margin: 24px auto 0;
		}
	#pages #ct_line .ct_notice h3 {
		font-size: 16px;
		text-align: center;
		}
	#pages #ct_line .ct_notice ul {
		padding: 0 90px 0 6%;
		margin: 0;
		position: relative;
		}
	#pages #ct_line .ct_notice ul::before {
		width: 58px;
		height: 110px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		background: url(../img/line/img01.png) no-repeat 0 0 / contain;
		content: '';
		}
	#pages #ct_line .ct_notice ul>li {
		font-size: 13px;
		}
	#pages #ct_line .ct_howto {
		margin-top: 36px;
		}
	#pages #ct_line .ct_howto h2 {
		font-size: 21px;
		}
	#pages #ct_line .ct_howto p {
		font-size: 14px;
		}
	#pages #ct_line .ct_howto .qr {
		width: 200px;
		height: 200px;
		}

} /* end ＞767 */



/* ============================================================
ご契約の流れ
=============================================================== */
/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#pages.pages_post_3196 .pages_content .inner_s .txt_box {
		display: block;
		}
	#pages #ct_flow>div+div {
		margin-top: 90px;
		}
	#pages #ct_flow h2 {
		margin-bottom: 0;
		font-size: 36px;
		font-weight: 600;
		text-align: center;
		}
	#pages #ct_flow #ct_buy h2 {
		color: #e95e1e;
		}
	#pages #ct_flow #ct_rent h2 {
		color: #6fb72a;
		}
	#pages #ct_flow #ct_sell h2 {
		color: #2996d5;
		}
	#pages #ct_flow h2::before {
		width: 72px;
		height: 72px;
		margin-right: 15px;
		display: inline-block;
		position: relative;
		bottom: -20px;
		content: '';
		}
	#pages #ct_flow #ct_buy h2::before {
		background: url(../img/flow/buy_icn.png) no-repeat 0 0 / contain;
		}
	#pages #ct_flow #ct_rent h2::before {
		background: url(../img/flow/rent_icn.png) no-repeat 0 0 / contain;
		}
	#pages #ct_flow #ct_sell h2::before {
		background: url(../img/flow/sell_icn.png) no-repeat 0 0 / contain;
		}
	#pages #ct_flow .wrap {
		padding-right: 8px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		}
	#pages #ct_flow .wrap .bundle {
		width: 48%;
		padding: 24px 30px;
		margin-top: 45px;
		display: flex;
		align-items: center;
		position: relative;
		border-radius: 12px;
		}
	#pages #ct_flow #ct_buy .wrap .bundle {
		border: 1px solid #f88e26;
		box-shadow: 8px 8px 0 #fee8d4;
		}
	#pages #ct_flow #ct_rent .wrap .bundle {
		border: 1px solid #6fb72a;
		box-shadow: 8px 8px 0 #e5f2d9;
		}
	#pages #ct_flow #ct_sell .wrap .bundle {
		border: 1px solid #2996d5;
		box-shadow: 8px 8px 0 #d9ecf7;
		}
	#pages #ct_flow .wrap .bundle::before {
		width: 2.1em;
		height: 2.1em;
		position: absolute;
		top: -12px;
		left: 18px;
		border-radius: 50%;
		color: #fff;
		font-size: 1.8em;
		text-align: center;
		line-height: 2.1em;
		}
	#pages #ct_flow .wrap .bundle:nth-of-type(1)::before { content: '1'; }
	#pages #ct_flow .wrap .bundle:nth-of-type(2)::before { content: '2'; }
	#pages #ct_flow .wrap .bundle:nth-of-type(3)::before { content: '3'; }
	#pages #ct_flow .wrap .bundle:nth-of-type(4)::before { content: '4'; }
	#pages #ct_flow .wrap .bundle:nth-of-type(5)::before { content: '5'; }
	#pages #ct_flow .wrap .bundle:nth-of-type(6)::before { content: '6'; }
	#pages #ct_flow #ct_buy .bundle::before {
		background-color: #e95e1e;
		}
	#pages #ct_flow #ct_rent .bundle::before {
		background-color: #6fb72a;
		}
	#pages #ct_flow #ct_sell .bundle::before {
		background-color: #2996d5;
		}
	#pages #ct_flow .bundle figure {
		width: 40%;
		max-width: 210px;
		padding-top: 24px;
		}
	#pages #ct_flow .bundle .txt {
		width: 60%;
		}
	#pages #ct_flow .bundle figure+.txt {
		margin-left: 24px;
		}
	#pages #ct_flow .bundle h3 {
		color: #e95e1e;
		font-size: 24px;
		font-weight: 600;
		}
	#pages #ct_flow #ct_buy .bundle h3 {
		color: #e95e1e;
		}
	#pages #ct_flow #ct_rent .bundle h3 {
		color: #6fb72a;
		}
	#pages #ct_flow #ct_sell .bundle h3 {
		color: #2996d5;
		}
	#pages #ct_flow .bundle p {
		margin: 0;
		font-size: 14px;
		line-height: 1.9;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#pages.pages_post_3196 .pages_content .inner_s .txt_box {
		display: block;
		}
	#pages #ct_flow>div+div {
		margin-top: 90px;
		}
	#pages #ct_flow h2 {
		margin-bottom: 0;
		font-size: 26px;
		font-weight: 600;
		text-align: center;
		}
	#pages #ct_flow #ct_buy h2 {
		color: #e95e1e;
		}
	#pages #ct_flow #ct_rent h2 {
		color: #6fb72a;
		}
	#pages #ct_flow #ct_sell h2 {
		color: #2996d5;
		}
	#pages #ct_flow h2::before {
		width: 52px;
		height: 52px;
		margin-right: 15px;
		display: inline-block;
		position: relative;
		bottom: -12px;
		content: '';
		}
	#pages #ct_flow #ct_buy h2::before {
		background: url(../img/flow/buy_icn.png) no-repeat 0 0 / contain;
		}
	#pages #ct_flow #ct_rent h2::before {
		background: url(../img/flow/rent_icn.png) no-repeat 0 0 / contain;
		}
	#pages #ct_flow #ct_sell h2::before {
		background: url(../img/flow/sell_icn.png) no-repeat 0 0 / contain;
		}
	#pages #ct_flow .wrap {
		padding-right: 8px;
		}
	#pages #ct_flow .wrap .bundle {
		width: 100%;
		padding: 15px 24px;
		margin-top: 45px;
		position: relative;
		border-radius: 12px;
		}
	#pages #ct_flow #ct_buy .wrap .bundle {
		border: 1px solid #f88e26;
		box-shadow: 8px 8px 0 #fee8d4;
		}
	#pages #ct_flow #ct_rent .wrap .bundle {
		border: 1px solid #6fb72a;
		box-shadow: 8px 8px 0 #e5f2d9;
		}
	#pages #ct_flow #ct_sell .wrap .bundle {
		border: 1px solid #2996d5;
		box-shadow: 8px 8px 0 #d9ecf7;
		}
	#pages #ct_flow .wrap .bundle::before {
		width: 2.1em;
		height: 2.1em;
		position: absolute;
		top: -28px;
		left: 18px;
		border-radius: 50%;
		color: #fff;
		font-size: 1.8em;
		text-align: center;
		line-height: 2.1em;
		}
	#pages #ct_flow .wrap .bundle:nth-of-type(1)::before { content: '1'; }
	#pages #ct_flow .wrap .bundle:nth-of-type(2)::before { content: '2'; }
	#pages #ct_flow .wrap .bundle:nth-of-type(3)::before { content: '3'; }
	#pages #ct_flow .wrap .bundle:nth-of-type(4)::before { content: '4'; }
	#pages #ct_flow .wrap .bundle:nth-of-type(5)::before { content: '5'; }
	#pages #ct_flow .wrap .bundle:nth-of-type(6)::before { content: '6'; }
	#pages #ct_flow #ct_buy .bundle::before {
		background-color: #e95e1e;
		}
	#pages #ct_flow #ct_rent .bundle::before {
		background-color: #6fb72a;
		}
	#pages #ct_flow #ct_sell .bundle::before {
		background-color: #2996d5;
		}
	#pages #ct_flow .bundle figure {
		width: 90%;
		max-width: 240px;
		padding-top: 24px;
		margin: 0 auto 24px;
		}
	#pages #ct_flow .bundle .txt {
		width: 100%;
		}
	#pages #ct_flow .bundle h3 {
		color: #e95e1e;
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		}
	#pages #ct_flow #ct_buy .bundle h3 {
		color: #e95e1e;
		}
	#pages #ct_flow #ct_rent .bundle h3 {
		color: #6fb72a;
		}
	#pages #ct_flow #ct_sell .bundle h3 {
		color: #2996d5;
		}
	#pages #ct_flow .bundle p {
		margin: 0;
		font-size: 13px;
		line-height: 1.8;
		}

} /* end ＞767 */




