<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
	Filename: brokerage
	Version: 1.0.1
*/
body.subpages #main {
  margin-bottom: 150px;
}
.page_title {
  height: 408px;
	background-image: url("../img/brokerage/title_bg.jpg");
}
.page_title::before {
  display: none;
}
.page_title::after {
  content: "";
  position: absolute;
  bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
  width: 140px;
  height: 140px;
	background-image: url("../img/brokerage/title_bg_after.png");
	background-repeat: no-repeat;
	background-position: center center;
  background-size: cover;
}
.page_title h1 {
	font-family: noto-sans-cjk-jp, sans-serif !important;
  font-weight: 700;
  font-size: 36px;
	letter-spacing: 0.05em;
}
.glay_bg {
  background: #f7f7f7;
}
#link_btn {
	padding: 150px 0 0;
}
.link_btn_child {
	width: 32.4%;
}
.link_btn_child img {
	width: 100%;
	transition: .3s;
}
.link_btn_child img:hover {
	opacity: .7;
	transition: .3s;
}

/*-----------------------------------------------------
  #sec_01
------------------------------------------------------*/
#sec_01 {
  width: 100%;
  padding: 220px 0 140px;
	text-align: center;
}
#sec_01 h2 {
	margin-bottom: 80px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
}
#sec_01 p {
  font-size: 18px;
}
/*-----------------------------------------------------
  #sec_02
------------------------------------------------------*/
#sec_02 {
  padding: 140px 0 0;
  text-align: center;
}
#sec_02 p {
	margin-bottom: 90px;
  font-size: 18px;
}
#sec_02 .flex .brokerage_box {
  width: 28.5%;
	position: relative;
}
#sec_02 .flex .brokerage_box:nth-of-type(1) {
	margin-top: 100px;
}
#sec_02 .flex .brokerage_box:nth-of-type(2) {
	margin-top: 50px;
}
#sec_02 .flex .brokerage_box::after {
  content: "▶";
	font-size: 20px;
	color: #767676;
	position: absolute;
	top: calc(50% + 20px);
	right: -15%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#sec_02 .flex .brokerage_box:nth-of-type(2)::after {
	top: calc(50% + -10px);
}
#sec_02 .flex .brokerage_box:last-of-type::after {
  display: none;
}
#sec_02 .flex .brokerage_box img {
  max-width: 100%;
}
/*-----------------------------------------------------
  #sec_03
------------------------------------------------------*/
#sec_03 {
	margin-top: -130px;
  padding: 220px 0 200px;
	background: #E2F2F2;
}
#sec_03 .wrap {
  max-width: 1000px;
  margin: 0 auto;
}
#sec_03 p {
	margin-bottom: 25px;
  font-size: 18px;
}
#sec_03 .brokerage_box2 {
  padding: 40px 50px;
	border: 1px solid #9D9D9D;
}
#sec_03 .brokerage_box2 p {
	margin-bottom: 5px;
  font-size: 16px;
	line-height: 2;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	768px~1198 vw1198
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1198px) {
	body.subpages #main {
		margin-bottom: 12.521vw;
	}
	.page_title {
		height: 34.057vw;
	}
	.page_title::after {
		bottom: -6.678vw;
		left: 50%;
		width: 11.686vw;
		height: 11.686vw;
	}
	.page_title h1 {
		font-size: 3.005vw;
	}
	#link_btn {
		padding: 12.521vw 0 0;
	}
	.link_btn_child {
		width: 32.4%;
	}
	.link_btn_child img {
		width: 100%;
		transition: .3s;
	}
	.link_btn_child img:hover {
		opacity: .7;
		transition: .3s;
	}

	/*-----------------------------------------------------
		#sec_01
	------------------------------------------------------*/
	#sec_01 {
		padding: 18.364vw 0 11.686vw;
	}
	#sec_01 h2 {
		margin-bottom: 6.678vw;
		font-size: 3.005vw;
	}
	#sec_01 p {
		font-size: 1.503vw;
	}
	/*-----------------------------------------------------
		#sec_02
	------------------------------------------------------*/
	#sec_02 {
		padding: 11.686vw 0 0;
	}
	#sec_02 p {
		margin-bottom: 7.513vw;
		font-size: 1.503vw;
	}
	#sec_02 .flex .brokerage_box {
		width: 28.5%;
	}
	#sec_02 .flex .brokerage_box:nth-of-type(1) {
		margin-top: 8.347vw;
	}
	#sec_02 .flex .brokerage_box:nth-of-type(2) {
		margin-top: 4.174vw;
	}
	#sec_02 .flex .brokerage_box::after {
		font-size: 1.669vw;
		top: calc(50% + 1.669vw);
		right: -15%;
	}
	#sec_02 .flex .brokerage_box:nth-of-type(2)::after {
		top: calc(50% + -0.835vw);
	}
	/*-----------------------------------------------------
		#sec_03
	------------------------------------------------------*/
	#sec_03 {
		margin-top: -10.851vw;
		padding: 18.364vw 0 16.694vw;
	}
	#sec_03 .wrap {
		max-width: 100%;
	}
	#sec_03 p {
		margin-bottom: 2.087vw;
		font-size: 1.503vw;
	}
	#sec_03 .brokerage_box2 {
		padding: 3.339vw 4.174vw;
	}
	#sec_03 .brokerage_box2 p {
		margin-bottom: 0.417vw;
		font-size: 1.336vw;
	}
}


 
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	~767px vw767
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	body.subpages #main {
		margin-bottom: 90px;
	}
	.page_title {
		height: 53.194vw;
		background-image: url("../img/brokerage/sp_title_bg.jpg");
	}
	.page_title::after {
		bottom: -50px;
		width: 90px;
		height: 90px;
	}
	.page_title h1 {
		font-size: 28px;
	}
	#link_btn {
		padding: 90px 0 0;
	}
	.link_btn_child {
		width: 100%;
		margin-bottom: 20px;
	}

	/*-----------------------------------------------------
		#sec_01
	------------------------------------------------------*/
	#sec_01 {
		padding: 150px 0 80px;
	}
	#sec_01 h2 {
		margin-bottom: 30px;
		font-size: 20px;
	}
	#sec_01 p {
		font-size: 16px;
		text-align: left;
	}
	/*-----------------------------------------------------
		#sec_02
	------------------------------------------------------*/
	#sec_02 {
		padding: 80px 0 0;
	}
	#sec_02 p {
		margin-bottom: 30px;
		font-size: 16px;
		text-align: left;
	}
	#sec_02 .flex .brokerage_box {
		width: 90%;
		margin: 0 auto 50px;
	}
	#sec_02 .flex .brokerage_box:nth-of-type(1) {
		margin-top: 0;
	}
	#sec_02 .flex .brokerage_box:nth-of-type(2) {
		margin-top: 0;
	}
	#sec_02 .flex .brokerage_box::after {
		content: "▼";
		font-size: 20px;
		color: #767676;
		position: absolute;
		top: auto;
		bottom: -60px;
		right: 47%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	#sec_02 .flex .brokerage_box:nth-of-type(2)::after {
		top: auto;
	}
	/*-----------------------------------------------------
		#sec_03
	------------------------------------------------------*/
	#sec_03 {
		margin-top: -90px;
		padding: 70px 0;
	}
	#sec_03 .wrap {
		max-width: 100%;
	}
	#sec_03 p {
		margin-bottom: 3.259vw;
		font-size: 16px;
	}
	#sec_03 .brokerage_box2 {
		padding: 20px;
	}
	#sec_03 .brokerage_box2 p {
		margin-bottom: 0;
		font-size: 14px;
	}
}

</pre></body></html>