/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
@media (min-width: 992px) {
	.forSP {
		display: none;
	}
	
	.soshiki {
		padding: 50px;
		text-align: center;
	}
	
	.soshiki img {
		width: 600px;
	}
	
	.main-navigation .menu>.menu-item>.menu-item-link-wrapper:after {
		position: absolute;
		bottom: 10px;
		left: 0;
		content: \' \';
		width: 100%;
		height: 1px;
		opacity: 0;
		background-color: #1e7ebb;
		transition: height .3s, opacity .3s, -webkit-transform .3s;
		transition: height .3s, opacity .3s, transform .3s;
	}
	
	.page-id-2 header.entry-header,.page-id-2 .site-breadcrumb {
		display: none;
	}
	
	.content-wrapper {
		padding-top: 0;
	}
	
	#content .metaslider .slides img {
		height: 100vh;
		width: 100%;
		min-height: 650px;
		object-fit: cover;
	}
	
	.page .content-area {
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	
	.top-slide {
		width: 100%;
		position: relative;
	}
	
	.slidetxt {
		position: absolute;
		top: 30%;
		width: 100%;
		text-align: center;
		color: white;
		font-size: 80px;
	}
	
	.slidetxt span {
		border: 5px solid;
		padding: 20px;
	}
	
	/*main*/
	.inner {
		width: 960px;
		margin: 0 auto;
		position: relative;
	}
	
	h2.h2 span {
		font-family: \"ヒラギノ角ゴ Pro W3\", \"Hiragino Kaku Gothic Pro\", \"メイリオ\", Meiryo, Arial, Verdana, \"ＭＳ Ｐゴシック\", sans-serif;
		font-size: 17px;
		letter-spacing: .2em;
		color: #aaa;
	}
	
	h2.h2 {
		width: 100%;
		padding: 25px 0;
		text-align: center;
		font-family: \'UD Reimin Regular\', serif;
		letter-spacing: .2em;
		font-size: 40px;
	}
	
	.sec01b h3 {
		font-size: 20px;
		margin: 0;
	}
	
	p.f12 {
		font-size: 12px;
		letter-spacing: -2px;
	}
	
	.sec01a {
		margin: 30px 0;
	}
	
	.sec01a {
		margin: 30px 0;
		display: flex;
	}
	
	.sec01b {
		border: 5px solid #333;
		width: 220px;
		margin: 1%;
		text-align: center;
		padding: 3%;
	/*border-radius: 50%;*/
		height: 220px;
	}
	
	section.se01 {
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/sec2.png)no-repeat fixed bottom center;
		background-size: cover;
	/*height: 750px;*/
		float: left;
		width: 100%;
		padding: 50px;
	}
	
	p.btn01 {
		text-align: center;
		width: 100%;
		margin: 70px 0;
	}
	
	a.btn01 {
		border: 1px solid #11a3ff;
		padding: 15px 100px;
		background: #ffffffbd;
		color: #11a3ff;
		letter-spacing: 6px;
		margin: 0;
		text-decoration: none;
		position: relative;
	}
	
	a.btn01:after {
		content: \"\";
		display: block;
		position: absolute;
		width: 15px;
		height: 15px;
		transform: rotate(45deg);
		top: 50%;
		margin-top: -8px;
		right: 15px;
		border-top: 1px solid rgb(17,163,255);
		border-right: 1px solid rgb(17,163,255);
	}
	
	/*news*/
	section.news {
		width: 100%;
		height: 295px;
		float: left;
	}
	
	.newsbox {
		width: 100%;
		display: flex;
		padding: 50px;
	}
	
	.news-title {
		width: 40%;
	}
	
	.news-txt {
		width: 60%;
		line-height: 1.8;
	}
	
	.panel-primary {
		border-color: #ffffff;
	}
	
	.panel {
		margin-bottom: 20px;
		background-color: #fff;
		border: 1px solid transparent;
		border-radius: 4px;
		box-shadow: none;
	}
	
	.panel-post-list .list-group-item time {
		float: left;
		width: 150px;
		border-right: 1px solid #aaa;
		margin-right: 50px;
	}
	
	.panel-post-list .list-group-item {
		padding: 15px;
	}
	
	/*section.se02*/
	section.se02 {
		width: 100%;
		padding: 50px;
		float: left;
	}
	
	section.se02 {
		width: 100%;
		padding: 50px;
		float: left;
		background: #eee;
	}
	
	.sec02box {
		width: 100%;
		display: flex;
		margin-bottom: 50px;
	}
	
	.sec02a {
		width: 24%;
		margin: 1%;
		text-align: center;
		background: #fff;
		padding: 0 0 30px;
	}
	
	.sec02img {
		background: #000;
		padding: 15px;
		margin-bottom: 20px;
	}
	
	.sec02a h4 {
		font-family: \'UD Reimin Regular\', serif;
		font-size: 16px;
	}
	
	a.btn02 {
		border: 1px solid #11a3ff;
		color: #11a3ff;
		padding: 10px 50px;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: .3em;
		text-decoration: none;
		position: relative;
	}
	
	.sec02a p {
		margin: 30px 0 10px;
	}
	
	a.btn02:after {
		content: \"\";
		display: block;
		position: absolute;
		width: 8px;
		height: 8px;
		transform: rotate(45deg);
		top: 39%;
		right: 15px;
		border-top: 1px solid #11a3ff;
		border-right: 1px solid #11a3ff;
	}
	
	.map {
		margin-bottom: 50px;
	}
	
	a.btn02:hover,a.btn01:hover {
		background: #1e7ebb;
		color: white;
	}
	
	section.se03 {
		padding: 50px 0;
		float: left;
		width: 100%;
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/slide-1.jpg) no-repeat fixed bottom center;
		background-size: cover;
		height: 600px;
	}
	
	/*footer*/
	.site-footer {
		background-color: #000000;
		color: #fff;
	}
	
	aside#pages-4 {
		background: #000;
	}
	
	aside#pages-4 h1 {
		display: none;
	}
	
	aside#pages-4 ul {
		margin: 0 auto;
		display: flex;
		width: 100%;
		padding-left: 50px;
	}
	
	aside#pages-4 ul li {
		padding: 15px 0;
	}
	
	aside#pages-4 ul li:before {
		display: none;
	}
	
	aside#pages-4 ul li:after {
		content: \"|\";
		padding: 0 30px;
	}
	
	aside#pages-4 ul li:last-child:after {
		content: \"\";
		padding: 0;
	}
	
	aside#text-4 {
		margin: 50px 0;
	}
	
	.hentry {
		padding-bottom: 0;
	}
	
	.hentry {
		margin: 0;
	}
	
	.page .site-content {
		padding-bottom: 0;
	}
	
	aside#text-4 p {
		line-height: 2em;
		margin-top: 20px;
	}
	
	.page h1.entry-title {
		padding: 50px;
		text-align: center;
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/content-header1.png)center;
		margin: 0;
		border: none;
		height: 200px;
		font-size: 50px;
		letter-spacing: .2em;
		font-weight: bold;
		color: #fff;
	}
	
	.site-breadcrumb a {
		color: white;
	}
	
	.site-breadcrumb {
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/content-header1.png)top center;
		border-bottom: none;
		margin-bottom: 0;
		padding: 60px 15px 0;
		color: #fff;
		margin-top: 30px;
	}
	
	/*content*/
	.pa50 {
		padding: 50px 0;
	}
	
	.pa20 {
		padding: 20px 0;
	}
	
	h2.c_h2 {
		font-size: 35px;
		font-weight: bold;
		text-align: center;
		letter-spacing: .2em;
		color: #50555a;
	}
	
	p.bord {
		border-bottom: 3px solid;
		width: 100px;
		margin: 30px auto 50px;
		color: #50555a;
	}
	
	h3.c_h3 {
		text-align: center;
		font-size: 40px;
		margin: 50px auto;
		letter-spacing: 4px;
		font-family: \'UD Reimin Regular\', serif;
	}
	
	h3.cr_h3 {
		text-align: center;
		font-size: 40px;
		margin: 50px auto 0;
		letter-spacing: 4px;
		font-family: \'UD Reimin Regular\', serif;
		border-bottom: dotted 1px #00539f;
		padding-bottom: 20px;
	}
	
	.inner p {
		line-height: 2em;
	}
	
	section.com03 {
		background: #f1f8ff;
	}
	
	section.com02 {
		background: #eee;
	}
	
	section.com02 table tr th {
		background: #00539f;
		padding: 20px;
		width: 20%;
		border: 1px solid #fff;
		color: #fff;
		font-weight: normal;
	}
	
	section.com02 table tr td {
		padding: 20px 50px;
		border-bottom: 1px solid #fff;
		border: 1px solid #fff;
		line-height: 1.8;
	}
	
	h3.r_h3 {
		text-align: center;
		font-size: 40px;
		margin: 50px auto 0;
		letter-spacing: 4px;
		font-family: \'UD Reimin Regular\', serif;
		border-bottom: dashed 2px #151515;
		padding-bottom: 30px;
	}
	
	section.com01 table tr th {
		background: #00539f;
		padding: 20px;
		width: 20%;
		border: 1px solid #fff;
		color: #fff;
		font-weight: normal;
	}
	
	section.com01 table tr td {
		padding: 20px 50px;
		line-height: 1.8;
		border: 1px solid #eee;
	}
	
	/*form*/
	ul.mailform {
		background: #fff;
		width: 100%;
		max-width: 900px;
		margin: 45px auto 0;
		padding: 50px 5% 65px;
		box-shadow: 0 3px 10px #e6e6e6;
		border-left: 8px #e6e6e6 solid !important;
	}
	
	ul.mailform li {
		border-top: dotted 1px #E5E5E5;
		list-style: none;
	}
	
	ul.mailform li .mailform_ttl {
		width: 30%;
		display: inline-block;
		vertical-align: middle;
	}
	
	ul.mailform li .mailform_input {
		width: 65%;
		display: inline-block;
	}
	
	ul.mailform li span {
		display: inline-block;
		text-align: left;
		font-weight: normal;
		font-size: 15px;
		padding: 15px 5px;
		vertical-align: middle;
	}
	
	ul.mailform li span.wpcf7-list-item {
		padding: 0;
	}
	
	ul.mailform li span.wpcf7-form-control-wrap.your-sotugyou-plan {
		padding: 0;
	}
	
	span.wpcf7-form-control.wpcf7-radio {
		padding: 0;
	}
	
	label {
		display: inline-block;
		max-width: 100%;
		margin-bottom: 5px;
		font-weight: normal;
	}
	
	input.wpcf7-form-control.wpcf7-text..mailform_lg_nensu {
		width: 100px;
		margin-top: 10px;
		padding-top: 10px;
	}
	
	input.wpcf7-form-control.wpcf7-text.mailform_lg_m {
		width: 350px;
	}
	
	span.mailform_input.career_input {
		vertical-align: baseline;
	}
	
	span.wpcf7-form-control-wrap.your-takken-lice {
		padding: 0;
	}
	
	span.wpcf7-form-control-wrap.your-car-lice {
		padding: 0;
	}
	
	span.hissu {
		color: #fd00ff;
	}
	
	ul.mailform li span textarea {
		width: 400px;
		height: 150px;
	}
	
	p.sbm {
		margin: 30px auto;
		width: 500px;
		text-align: center;
	}
	
	input.wpcf7-form-control.wpcf7-submit {
		background: #00539f;
		color: #fff;
		width: 100%;
		padding: 15px;
		border: none;
		border-radius: 0;
		opacity: 1;
	}
	
	/*プライバシーポリシー*/
	h3.privacy_policy_list_title {
		font-size: 18px;
		color: #00539f;
		border-bottom: 1px solid;
		padding-bottom: 10px;
	}
	
	.privacy_policy_list {
		padding: 50px;
		line-height: 1.8;
	}
	
	.privacy_policy_list ul li {
		list-style: none;
		margin: 0 0 50px;
	}
	
	ul.privacy_policy_list_sub li {
		margin-bottom: 0;
		list-style-type: disc;
	}
	
	/*事業内容*/
	section.bsi01 {
		width: 100%;
		height: 500px;
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/bs001.jpg)center top no-repeat;
		background-size: cover;
	}
	
	section.bsi02 {
		width: 100%;
		height: 500px;
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/bs002.jpg)center top no-repeat;
		background-size: cover;
	}
	
	section.bsi03 {
		width: 100%;
		height: 500px;
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/bs003.jpg)center top no-repeat;
		background-size: cover;
	}
	
	section.bsi04 {
		width: 100%;
		height: 500px;
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/bs004.jpg)center top no-repeat;
		background-size: cover;
	}
	
	section.bsi05 {
		width: 100%;
		height: 500px;
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/bs005.jpg)center top no-repeat;
		background-size: cover;
	}
	
	.bsi001 {
		width: 700px;
		position: absolute;
		right: 0;
		background: rgba(255,255,255,0.80);
		top: 100px;
		padding: 20px 50px 50px;
		box-shadow: -3px 3px 6px #22222214;
		line-height: 2em;
	}
	
	.page-content, .entry-content, .entry-summary {
		margin: 0;
	}
	
	.bsi002 {
		width: 700px;
		position: absolute;
		left: 0;
		background: rgba(255,255,255,0.80);
		top: 100px;
		padding: 20px 50px 50px;
		box-shadow: 3px 3px 6px #22222214;
		line-height: 2em;
	}
	
	/*FAQ*/
	h2.faq_h2 {
		text-align: center;
		font-size: 40px;
		margin: 50px auto;
		letter-spacing: 4px;
		font-family: \'UD Reimin Regular\', serif;
	}
	
	h3.faq_h3 {
		text-align: center;
		font-size: 30px;
		margin: 50px auto 0;
		letter-spacing: 4px;
		border-bottom: dotted 1px #00539f;
		padding-bottom: 20px;
		font-weight: bold;
		color: #50555a;
		margin: 0 0 30px;
	}
	
	.qa02a ul li {
		font-size: 20px;
		padding: 25px 0;
		list-style: none;
		font-weight: bold;
	}
	
	.qa02a ul li a {
		text-decoration: none;
	}
	
	span.faq_q {
		font-size: 30px;
		font-family: \'Alegreya\', serif;
		color: #0084ff;
		padding-right: 30px;
	}
	
	span.faq_links_answer {
		font-size: 10px;
		font-family: \'Muli\', sans-serif;
		color: #0b7bff;
		padding: 0 0 0 15px;
		position: relative;
	}
	
	span.faq_links_answer:after {
		content: \"\";
		display: block;
		position: absolute;
		width: 8px;
		height: 8px;
		transform: rotate(45deg);
		top: 0;
		right: -17px;
		border-bottom: 1px solid #0084ff;
		border-right: 1px solid #0084ff;
	}
	
	.qa02a ul li a:hover span.faq_links_answer {
		color: #000;
	}
	
	div.qa02b h4 {
		background: #fff;
		padding: 25px;
		border-top: 3px solid;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	div.qa02b p:before {
		content: \"A\";
		background: #000;
		padding: 5px 10px;
		margin-right: 15px;
		position: absolute;
		left: 0;
		font-size: 25px;
		color: #fff;
		font-family: \'Alegreya\', serif;
	}
	
	div.qa02b p {
		padding: 30px 50px;
		position: relative;
		line-height: 2em;
		margin-bottom: 50px;
		border-bottom: 1px solid;
	}
	
	/*物件購入*/
	h2.cr_ck2 {
		text-align: center;
		font-size: 40px;
		margin: 0 auto;
		letter-spacing: 4px;
		font-family: \'UD Reimin Regular\', serif;
		border-bottom: dotted 1px #00539f;
		padding: 50px 0 20px;
	}
	
	.ck001 {
		width: 100%;
		overflow: hidden;
	}
	
	.ck009 {
		width: 100%;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
	}
	
	.ck002 {
		width: 31%;
		margin: 1%;
		float: left;
		background: #fff;
		height: auto;
		padding: 40px 20px 20px;
	}
	
	.ck002 img {
		width: 40px;
	}
	
	.ck002 .b1img img {
		width: 100%;
	}
	
	.ck002 span {
		font-family: \'Alegreya\', serif;
		color: #191b1f;
		font-size: 45px;
		vertical-align: middle;
		margin-left: 15px;
	}
	
	section.com0ck1 .ck002 h3 {
		font-size: 18px;
		padding: 10px 0;
		list-style: none;
		font-weight: 700;
		text-align: center;
		border-bottom: 3px solid #b9a261;
		background: #0a0a0a;
		color: #b9a261;
	}
	
	.ck002 h3 {
		font-size: 18px;
		padding: 10px 0;
		list-style: none;
		font-weight: 700;
		text-align: center;
		border-bottom: 3px solid #000;
		background: #bca766;
		color: #000;
	}
	
	.ck002 p {
		font-size: 90%;
	}
	
	section.com0ck1 {
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/ck01.jpg)center top no-repeat;
		background-size: cover;
	}
	
	section.com0ck2 {
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/ck02.jpg)center top no-repeat;
		background-size: cover;
	}
	
	section.com0ck1 h2.cr_ck2 {
		text-align: center;
		font-size: 40px;
		margin: 0 auto;
		letter-spacing: 4px;
		font-family: \'UD Reimin Regular\', serif;
		border-bottom: dotted 1px #aaa;
		padding: 50px 0 20px;
		color: #fff;
	}
	
	.ck002:hover {
		opacity: .8;
	}
	
	section.com0ck2 .ck002 span {
		font-family: \'Alegreya\', serif;
		color: #bca766;
		font-size: 45px;
		vertical-align: middle;
		margin-left: 15px;
	}
	
	p.con-p {
		margin: 20px;
	}
	
	.st001 h4:before {
		content: \"\";
		display: block;
		position: absolute;
		width: 15px;
		height: 15px;
		top: 13px;
		left: 0;
		border-bottom: 1px solid #0084ff;
		border-left: 1px solid #0084ff;
	}
	
	.st001 h3 {
		font-family: \'UD Reimin Regular\', serif;
		border-bottom: solid 1px #000;
		padding-bottom: 15px;
		font-size: 25px;
	}
	
	.st001 h4 {
		padding: 15px 30px;
		position: relative;
	}
	
	.cn02 {
		width: 55%;
		padding: 50px 30px 30px;
	}
	
	.cn02 h3 {
		letter-spacing: 2px;
		font-size: 28px;
		font-family: \'UD Reimin Regular\', serif;
		color: #000;
		font-weight: normal;
		margin-bottom: 30px;
	}
	
	.cn02 h3 span {
		background: #000;
		padding: 0 12px;
		margin-right: 15px;
		color: #fff;
	}
	
	.cn03 p {
		margin: 0;
		padding: 0;
	}
	
	.cn01 {
		display: flex;
		margin-bottom: 50px;
		overflow: hidden;
	}
	
	.cn03 {
		border: 1px solid;
		padding: 15px;
	}
}

@media ( max-width: 991px ) and (min-width: 480px) {
	.forPC {
		display: none;
	}
	
	.soshiki {
		padding: 50px;
		text-align: center;
	}
	
	.b1img {
		text-align: center;
	}
	
	.ck002 .b1img img {
		max-width: 100%;
		min-width: 400px;
	}
	
	.soshiki img {
		width: 100%;
	}
	
	.bsi001 p.forSP,.bsi002 p.forSP {
		text-align: center;
	}
	
	.main-navigation a {
		color: #191717;
	}
	
	.site-title {
		margin-top: 5px;
		font-size: 18px;
		text-align: left;
	}
	
	.main-navigation .menu>.menu-item>.menu-item-link-wrapper:after {
		position: absolute;
		bottom: 10px;
		left: 0;
		content: \' \';
		width: 100%;
		height: 1px;
		opacity: 0;
		background-color: #1e7ebb;
		transition: height .3s, opacity .3s, -webkit-transform .3s;
		transition: height .3s, opacity .3s, transform .3s;
	}
	
	.page-id-2 header.entry-header,.page-id-2 .site-breadcrumb {
		display: none;
	}
	
	.content-wrapper {
		padding-top: 0;
	}
	
	#content .metaslider .slides img {
		height: 100vh;
		width: 100%;
		object-fit: cover;
	}
	
	.page .content-area {
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	
	.top-slide {
		width: 100%;
		position: relative;
	}
	
	.slidetxt {
		position: absolute;
		top: 30%;
		width: 100%;
		text-align: center;
		color: white;
		font-size: 80px;
	}
	
	.slidetxt img {
		width: 90%;
	}
	
	.slidetxt span {
		border: 5px solid;
		padding: 20px;
	}
	
	/*main*/
	.inner {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	
	h2.h2 span {
		font-family: \"ヒラギノ角ゴ Pro W3\", \"Hiragino Kaku Gothic Pro\", \"メイリオ\", Meiryo, Arial, Verdana, \"ＭＳ Ｐゴシック\", sans-serif;
		font-size: 17px;
		letter-spacing: .2em;
		color: #aaa;
	}
	
	h2.h2 {
		width: 100%;
		padding: 25px 0;
		text-align: center;
		font-family: \'UD Reimin Regular\', serif;
		letter-spacing: .2em;
		font-size: 40px;
	}
	
	.sec01b h3 {
		font-size: 20px;
		margin: 0;
	}
	
	p.f12 {
		font-size: 12px;
		letter-spacing: -2px;
	}
	
	.sec01a {
		margin: 30px 0;
		display: inherit;
		overflow: hidden;
	}
	
	.sec01b {
		border: 5px solid #333;
		width: 48%;
		margin: 1%;
		text-align: center;
		padding: 3%;
		border-radius: 0;
		height: 80%;
		float: left;
	}
	
	section.se01 {
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/sec2.png)no-repeat fixed bottom center;
		background-size: cover;
		height: auto;
		float: left;
		width: 100%;
		padding: 30px;
	}
	
	p.btn01 {
		text-align: center;
		width: 100%;
		margin: 70px 0;
	}
	
	a.btn01 {
		border: 1px solid #11a3ff;
		padding: 15px 20%;
		background: #ffffffbd;
		color: #11a3ff;
		letter-spacing: 6px;
		margin: 0;
		text-decoration: none;
		position: relative;
	}
	
	a.btn01:after {
		content: \"\";
		display: block;
		position: absolute;
		width: 15px;
		height: 15px;
		transform: rotate(45deg);
		top: 50%;
		margin-top: -8px;
		right: 15px;
		border-top: 1px solid rgb(17,163,255);
		border-right: 1px solid rgb(17,163,255);
	}
	
	/*news*/
	section.news {
		width: 100%;
		height: auto;
		float: left;
	}
	
	.newsbox {
		width: 100%;
		padding: 10px;
		display: inherit;
	}
	
	.news-title {
		width: 100%;
	}
	
	.news-txt {
		width: 100%;
		line-height: 1.8;
	}
	
	.panel-primary {
		border-color: #ffffff;
	}
	
	.panel {
		margin-bottom: 20px;
		background-color: #fff;
		border: 1px solid transparent;
		border-radius: 4px;
		box-shadow: none;
	}
	
	.panel-post-list .list-group-item time {
		float: left;
		width: 20%;
		border-right: none;
		margin-right: 20px;
	}
	
	.panel-post-list .list-group-item {
		padding: 15px;
	}
	
	/*section.se02*/
	section.se02 {
		width: 100%;
		padding: 50px;
		float: left;
	}
	
	section.se02 {
		width: 100%;
		padding: 50px;
		float: left;
		background: #eee;
	}
	
	.sec02box {
		width: 100%;
		display: inherit;
		margin-bottom: 50px;
	}
	
	.sec02a {
		width: 48%;
		margin: 1%;
		text-align: center;
		background: #fff;
		padding: 0 0 30px;
		float: left;
	}
	
	.sec02img {
		background: #000;
		padding: 15px;
		margin-bottom: 20px;
	}
	
	.sec02a h4 {
		font-family: \'UD Reimin Regular\', serif;
		font-size: 12px;
	}
	
	a.btn02 {
		border: 1px solid #11a3ff;
		color: #11a3ff;
		padding: 10px 50px;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: .3em;
		text-decoration: none;
		position: relative;
	}
	
	.sec02a p {
		margin: 30px 0 10px;
	}
	
	a.btn02:after {
		content: \"\";
		display: block;
		position: absolute;
		width: 8px;
		height: 8px;
		transform: rotate(45deg);
		top: 39%;
		right: 15px;
		border-top: 1px solid #11a3ff;
		border-right: 1px solid #11a3ff;
	}
	
	.map {
		margin-bottom: 50px;
	}
	
	a.btn02:hover,a.btn01:hover {
		background: #1e7ebb;
		color: white;
	}
	
	section.se03 {
		padding: 50px 0;
		float: left;
		width: 100%;
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/slide-1.jpg) no-repeat fixed bottom center;
		background-size: cover;
		height: auto;
	}
	
	/*footer*/
	.site-footer {
		background-color: #000000;
		color: #fff;
	}
	
	aside#pages-4 {
		background: #000;
	}
	
	aside#pages-4 h1 {
		display: none;
	}
	
	aside#pages-4 ul {
		margin: 0 auto;
		display: inherit;
		width: 100%;
		padding-left: 50px;
	}
	
	aside#pages-4 ul li {
		padding: 0;
		width: 31%;
		margin: 1%;
		float: left;
		font-size: 10px;
	}
	
	.site-info {
		width: 100%;
		float: left;
		margin-top: 30px;
	}
	
	aside#text-4 {
		margin: 50px 0;
	}
	
	.hentry {
		padding-bottom: 0;
	}
	
	.hentry {
		margin: 0;
	}
	
	.page .site-content {
		padding-bottom: 0;
	}
	
	aside#text-4 p {
		line-height: 2em;
		margin-top: 20px;
	}
	
	.page h1.entry-title {
		padding: 15px 0 30px;
		text-align: center;
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/content-header1.png)center;
		margin: 0;
		border: none;
		height: auto;
		font-size: 30px;
		letter-spacing: .2em;
		font-weight: 700;
		color: #fff;
	}
	
	.site-breadcrumb a {
		color: white;
	}
	
	.site-breadcrumb {
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/content-header1.png)top center;
		border-bottom: none;
		margin-bottom: 0;
		padding: 60px 15px 0;
		color: #fff;
		margin-top: 30px;
	}
	
	/*content*/
	.pa50 {
		padding: 10px;
	}
	
	.pa20 {
		padding: 20px 15px;
	}
	
	h2.c_h2 {
		font-size: 27px;
		font-weight: bold;
		text-align: center;
		color: #50555a;
	}
	
	p.bord {
		border-bottom: 3px solid;
		width: 100px;
		margin: 30px auto 50px;
		color: #50555a;
	}
	
	h3.c_h3 {
		text-align: center;
		font-size: 23px;
		margin: 50px auto;
		font-family: \'UD Reimin Regular\', serif;
	}
	
	h3.cr_h3 {
		text-align: center;
		font-size: 20px;
		margin: 50px auto 0;
		letter-spacing: 4px;
		font-family: \'UD Reimin Regular\', serif;
		border-bottom: dotted 1px #00539f;
		padding-bottom: 20px;
	}
	
	.inner p {
		line-height: 2em;
	}
	
	section.com03 {
		background: #f1f8ff;
	}
	
	section.com02 {
		background: #eee;
	}
	
	section.com02 table tr th {
		background: #00539f;
		padding: 10px;
		width: 30%;
		border: 1px solid #fff;
		color: #fff;
		font-weight: normal;
	}
	
	section.com02 table tr td {
		padding: 10px;
		border-bottom: 1px solid #fff;
		border: 1px solid #fff;
		line-height: 1.8;
	}
	
	h3.r_h3 {
		text-align: center;
		font-size: 40px;
		margin: 50px auto 0;
		letter-spacing: 4px;
		font-family: \'UD Reimin Regular\', serif;
		border-bottom: dashed 2px #151515;
		padding-bottom: 30px;
	}
	
	section.com01 table tr th {
		background: #00539f;
		padding: 10px;
		width: 30%;
		border: 1px solid #fff;
		color: #fff;
		font-weight: normal;
	}
	
	section.com01 table tr td {
		padding: 10px;
		line-height: 1.8;
		border: 1px solid #eee;
	}
	
	/*form*/
	ul.mailform {
		background: #fff;
		width: 100%;
		max-width: 900px;
		margin: 45px auto 0;
		padding: 50px 5% 65px;
		box-shadow: 0 3px 10px #e6e6e6;
		border-left: 8px #e6e6e6 solid !important;
	}
	
	ul.mailform li {
		border-top: dotted 1px #E5E5E5;
		list-style: none;
	}
	
	ul.mailform li .mailform_ttl {
		width: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	
	ul.mailform li .mailform_input {
		width: 100%;
		display: inline-block;
	}
	
	ul.mailform li span {
		display: inline-block;
		text-align: left;
		font-weight: normal;
		font-size: 15px;
		padding: 5px 0;
		vertical-align: middle;
	}
	
	ul.mailform li span.wpcf7-list-item {
		padding: 0;
	}
	
	ul.mailform li span.wpcf7-form-control-wrap.your-sotugyou-plan {
		padding: 0;
	}
	
	span.wpcf7-form-control.wpcf7-radio {
		padding: 0;
	}
	
	label {
		display: inline-block;
		max-width: 100%;
		margin-bottom: 5px;
		font-weight: normal;
	}
	
	input.wpcf7-form-control.wpcf7-text..mailform_lg_nensu {
		width: 100px;
		margin-top: 10px;
		padding-top: 10px;
	}
	
	input.wpcf7-form-control.wpcf7-text.mailform_lg_m {
		width: 100%;
	}
	
	span.mailform_input.career_input {
		vertical-align: baseline;
	}
	
	span.wpcf7-form-control-wrap.your-takken-lice {
		padding: 0;
	}
	
	span.wpcf7-form-control-wrap.your-car-lice {
		padding: 0;
	}
	
	span.hissu {
		color: #fd00ff;
	}
	
	ul.mailform li span textarea {
		width: 100%;
		height: 150px;
	}
	
	p.sbm {
		margin: 30px auto;
		width: 100%;
		text-align: center;
	}
	
	input.wpcf7-form-control.wpcf7-submit {
		background: #00539f;
		color: #fff;
		width: 100%;
		padding: 15px;
		border: none;
		border-radius: 0;
		opacity: 1;
	}
	
	/*プライバシーポリシー*/
	h3.privacy_policy_list_title {
		font-size: 18px;
		color: #00539f;
		border-bottom: 1px solid;
		padding-bottom: 10px;
	}
	
	.privacy_policy_list {
		padding: 20px;
		line-height: 1.8;
	}
	
	.privacy_policy_list ul li {
		list-style: none;
		margin: 0 0 50px;
	}
	
	.privacy_policy_list ul {
		padding: 0;
	}
	
	ul.privacy_policy_list_sub li {
		margin-bottom: 0;
		list-style-type: disc;
	}
	
	/*事業内容*/
	section.bsi01 {
		width: 100%;
		background: #678cb4;
	}
	
	section.bsi02 {
		width: 100%;
		background: #678cb4;
	}
	
	section.bsi03 {
		width: 100%;
		background: #678cb4;
	}
	
	section.bsi04 {
		width: 100%;
		background: #678cb4;
	}
	
	section.bsi05 {
		width: 100%;
		background: #678cb4;
	}
	
	.bsi001 {
		width: 100%;
		background: rgba(255,255,255,0.80);
		padding: 20px 20px 50px;
		box-shadow: -3px 3px 6px #22222214;
		line-height: 2em;
	}
	
	.page-content, .entry-content, .entry-summary {
		margin: 0;
	}
	
	.bsi002 {
		width: 100%;
		background: rgba(255,255,255,0.80);
		padding: 20px 20px 50px;
		box-shadow: 3px 3px 6px #22222214;
		line-height: 2em;
	}
	
	/*FAQ*/
	h2.faq_h2 {
		text-align: center;
		font-size: 26px;
		margin: 50px auto;
		letter-spacing: 4px;
		font-family: \'UD Reimin Regular\', serif;
	}
	
	h3.faq_h3 {
		text-align: center;
		font-size: 18px;
		margin: 50px auto 0;
		letter-spacing: 4px;
		border-bottom: dotted 1px #00539f;
		padding: 20px 0;
		font-weight: 700;
		color: #50555a;
		margin: 0 0 30px;
	}
	
	.qa02a ul li {
		font-size: 17px;
		padding: 15px 0;
		list-style: none;
		font-weight: 700;
		text-indent: -3em;
		margin-left: 3em;
	}
	
	.qa02a ul li a {
		text-decoration: none;
	}
	
	span.faq_q {
		font-size: 30px;
		font-family: \'Alegreya\', serif;
		color: #0084ff;
		padding-right: 10px;
	}
	
	span.faq_links_answer {
		font-size: 10px;
		font-family: \'Muli\', sans-serif;
		color: #0b7bff;
		padding: 0 0 0 15px;
		position: relative;
	}
	
	span.faq_links_answer:after {
		content: \"\";
		display: block;
		position: absolute;
		width: 8px;
		height: 8px;
		transform: rotate(45deg);
		top: 0;
		right: -17px;
		border-bottom: 1px solid #0084ff;
		border-right: 1px solid #0084ff;
	}
	
	.qa02a ul li a:hover span.faq_links_answer {
		color: #000;
	}
	
	div.qa02b h4 {
		background: #fff;
		padding: 25px;
		border-top: 3px solid;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	div.qa02b p:before {
		content: \"A\";
		background: #000;
		padding: 5px 10px;
		margin-right: 15px;
		position: absolute;
		left: 0;
		font-size: 25px;
		color: #fff;
		font-family: \'Alegreya\', serif;
	}
	
	div.qa02b p {
		padding: 30px 0 50px 50px;
		position: relative;
		line-height: 2em;
		margin-bottom: 50px;
		border-bottom: 1px solid;
	}
	
	/*物件購入*/
	h2.cr_ck2 {
		text-align: center;
		font-size: 28px;
		margin: 0 auto;
		letter-spacing: 4px;
		font-family: \'UD Reimin Regular\', serif;
		border-bottom: dotted 1px #00539f;
		padding: 50px 0 20px;
	}
	
	.ck001 {
		width: 100%;
		overflow: hidden;
	}
	
	.ck009 {
		width: 100%;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
	}
	
	.ck002 {
		width: 100%;
		margin: 1%;
		float: left;
		background: #fff;
		height: auto;
		padding: 40px 20px 20px;
	}
	
	.ck002 img {
		width: 40px;
	}
	
	.ck002 span {
		font-family: \'Alegreya\', serif;
		color: #191b1f;
		font-size: 45px;
		vertical-align: middle;
		margin-left: 15px;
	}
	
	section.com0ck1 .ck002 h3 {
		font-size: 18px;
		padding: 10px 0;
		list-style: none;
		font-weight: 700;
		text-align: center;
		border-bottom: 3px solid #b9a261;
		background: #0a0a0a;
		color: #b9a261;
	}
	
	.ck002 h3 {
		font-size: 18px;
		padding: 10px 0;
		list-style: none;
		font-weight: 700;
		text-align: center;
		border-bottom: 3px solid #000;
		background: #bca766;
		color: #000;
	}
	
	.ck002 p {
		font-size: 90%;
	}
	
	section.com0ck1 {
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/ck01.jpg)center top no-repeat;
		background-size: cover;
	}
	
	section.com0ck2 {
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/ck02.jpg)center top no-repeat;
		background-size: cover;
	}
	
	section.com0ck1 h2.cr_ck2 {
		text-align: center;
		font-size: 30px;
		margin: 0 auto;
		letter-spacing: 4px;
		font-family: \'UD Reimin Regular\', serif;
		border-bottom: dotted 1px #aaa;
		padding: 50px 0 20px;
		color: #fff;
	}
	
	.ck002:hover {
		opacity: .8;
	}
	
	section.com0ck2 .ck002 span {
		font-family: \'Alegreya\', serif;
		color: #bca766;
		font-size: 45px;
		vertical-align: middle;
		margin-left: 15px;
	}
	
	p.con-p {
		margin: 20px;
	}
	
	.st001 h4:before {
		content: \"\";
		display: block;
		position: absolute;
		width: 15px;
		height: 15px;
		top: 13px;
		left: 0;
		border-bottom: 1px solid #0084ff;
		border-left: 1px solid #0084ff;
	}
	
	.st001 h3 {
		font-family: \'UD Reimin Regular\', serif;
		border-bottom: solid 1px #000;
		padding-bottom: 15px;
		font-size: 25px;
	}
	
	.st001 h4 {
		padding: 15px 30px;
		position: relative;
	}
	
	.cn02 {
		width: 100%;
		padding: 10px;
	}
	
	.cn02 h3 {
		font-size: 22px;
		font-family: \'UD Reimin Regular\', serif;
		color: #000;
		font-weight: 400;
		margin-bottom: 30px;
	}
	
	.cn02 h3 span {
		background: #000;
		padding: 0 12px;
		margin-right: 15px;
		color: #fff;
	}
	
	.cn03 p {
		margin: 0;
		padding: 0;
	}
	
	.cn01 {
		display: inherit;
		margin-bottom: 50px;
		overflow: hidden;
	}
	
	.cn03 {
		border: 1px solid;
		padding: 15px;
		text-align: center;
	}
}

@media (max-width:479px) {
	.forPC {
		display: none;
	}
	
	.soshiki {
		padding: 10px;
		text-align: center;
	}
	
	.ck002 .b1img img {
		width: 100%;
	}
	
	.soshiki img {
		width: 100%;
	}
	
	.main-navigation a {
		color: #191717;
	}
	
	.bsi001 p.forSP,.bsi002 p.forSP {
		text-align: center;
	}
	
	.site-title {
		margin-top: 5px;
		font-size: 18px;
		text-align: left;
	}
	
	.main-navigation .menu>.menu-item>.menu-item-link-wrapper:after {
		position: absolute;
		bottom: 10px;
		left: 0;
		content: \' \';
		width: 100%;
		height: 1px;
		opacity: 0;
		background-color: #1e7ebb;
		transition: height .3s, opacity .3s, -webkit-transform .3s;
		transition: height .3s, opacity .3s, transform .3s;
	}
	
	.page-id-2 header.entry-header,.page-id-2 .site-breadcrumb {
		display: none;
	}
	
	.content-wrapper {
		padding-top: 0;
	}
	
	#content .metaslider .slides img {
		height: 100vh;
		width: 100%;
		object-fit: cover;
	}
	
	.page .content-area {
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	
	.top-slide {
		width: 100%;
		position: relative;
	}
	
	.slidetxt {
		position: absolute;
		top: 30%;
		width: 100%;
		text-align: center;
		color: white;
		font-size: 80px;
	}
	
	.slidetxt img {
		width: 90%;
	}
	
	.slidetxt span {
		border: 5px solid;
		padding: 20px;
	}
	
	/*main*/
	.inner {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	
	h2.h2 span {
		font-family: \"ヒラギノ角ゴ Pro W3\", \"Hiragino Kaku Gothic Pro\", \"メイリオ\", Meiryo, Arial, Verdana, \"ＭＳ Ｐゴシック\", sans-serif;
		font-size: 16px;
		letter-spacing: .2em;
		color: #aaa;
	}
	
	h2.h2 {
		width: 100%;
		padding: 25px 0;
		text-align: center;
		font-family: \'UD Reimin Regular\', serif;
		letter-spacing: .2em;
		font-size: 20px;
	}
	
	.sec01b h3 {
		font-size: 15px;
		margin: 0;
	}
	
	p.f12 {
		font-size: 12px;
		letter-spacing: -2px;
	}
	
	.sec01a {
		margin: 30px 0;
		display: inherit;
		overflow: hidden;
	}
	
	.sec01b {
		border: 5px solid #333;
		width: 48%;
		margin: 1%;
		text-align: center;
		padding: 3%;
		border-radius: 0;
		height: 80%;
		float: left;
	}
	
	section.se01 {
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/sec2.png)no-repeat fixed bottom center;
		background-size: cover;
		height: auto;
		float: left;
		width: 100%;
		padding: 30px;
	}
	
	p.btn01 {
		text-align: center;
		width: 100%;
		margin: 70px 0;
	}
	
	a.btn01 {
		border: 1px solid #11a3ff;
		padding: 15px 20%;
		background: #ffffffbd;
		color: #11a3ff;
		letter-spacing: 6px;
		margin: 0;
		text-decoration: none;
		position: relative;
	}
	
	a.btn01:after {
		content: \"\";
		display: block;
		position: absolute;
		width: 15px;
		height: 15px;
		transform: rotate(45deg);
		top: 50%;
		margin-top: -8px;
		right: 15px;
		border-top: 1px solid rgb(17,163,255);
		border-right: 1px solid rgb(17,163,255);
	}
	
	/*news*/
	section.news {
		width: 100%;
		height: auto;
		float: left;
	}
	
	.newsbox {
		width: 100%;
		padding: 10px;
		display: inherit;
	}
	
	.news-title {
		width: 100%;
	}
	
	.news-txt {
		width: 100%;
		line-height: 1.8;
	}
	
	.panel-primary {
		border-color: #ffffff;
	}
	
	.panel {
		margin-bottom: 20px;
		background-color: #fff;
		border: 1px solid transparent;
		border-radius: 4px;
		box-shadow: none;
	}
	
	.panel-post-list .list-group-item time {
		float: left;
		width: 20%;
		border-right: none;
		margin-right: 20px;
	}
	
	.panel-post-list .list-group-item {
		padding: 15px;
	}
	
	/*section.se02*/
	section.se02 {
		width: 100%;
		padding: 50px 10px;
		float: left;
	}
	
	section.se02 {
		width: 100%;
		padding: 50px 10px;
		float: left;
		background: #eee;
	}
	
	.sec02box {
		width: 100%;
		display: inherit;
		margin-bottom: 50px;
	}
	
	.sec02a {
		width: 48%;
		margin: 1%;
		text-align: center;
		background: #fff;
		padding: 0 0 30px;
		float: left;
	}
	
	.sec02img {
		background: #000;
		padding: 15px;
		margin-bottom: 20px;
	}
	
	.sec02a h4 {
		font-family: \'UD Reimin Regular\', serif;
		font-size: 12px;
	}
	
	a.btn02 {
		border: 1px solid #11a3ff;
		color: #11a3ff;
		padding: 10px 50px;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: .3em;
		text-decoration: none;
		position: relative;
	}
	
	.sec02a p {
		margin: 30px 0 10px;
	}
	
	a.btn02:after {
		content: \"\";
		display: block;
		position: absolute;
		width: 8px;
		height: 8px;
		transform: rotate(45deg);
		top: 39%;
		right: 15px;
		border-top: 1px solid #11a3ff;
		border-right: 1px solid #11a3ff;
	}
	
	.map {
		margin-bottom: 50px;
	}
	
	a.btn02:hover,a.btn01:hover {
		background: #1e7ebb;
		color: white;
	}
	
	section.se03 {
		padding: 50px 0;
		float: left;
		width: 100%;
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/slide-1.jpg) no-repeat fixed bottom center;
		background-size: cover;
		height: auto;
	}
	
	/*footer*/
	.site-footer {
		background-color: #000000;
		color: #fff;
	}
	
	aside#pages-4 {
		background: #000;
	}
	
	aside#pages-4 h1 {
		display: none;
	}
	
	aside#pages-4 ul {
		margin: 0 auto;
		display: inherit;
		width: 100%;
		padding-left: 50px;
	}
	
	aside#pages-4 ul li {
		padding: 0;
		width: 31%;
		margin: 1%;
		float: left;
		font-size: 10px;
	}
	
	.site-info {
		width: 100%;
		float: left;
		margin-top: 30px;
	}
	
	aside#text-4 {
		margin: 50px 0;
	}
	
	.hentry {
		padding-bottom: 0;
	}
	
	.hentry {
		margin: 0;
	}
	
	.page .site-content {
		padding-bottom: 0;
	}
	
	aside#text-4 p {
		line-height: 2em;
		margin-top: 20px;
	}
	
	.page h1.entry-title {
		padding: 15px 0 30px;
		text-align: center;
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/content-header1.png)center;
		margin: 0;
		border: none;
		height: auto;
		font-size: 30px;
		letter-spacing: .2em;
		font-weight: 700;
		color: #fff;
	}
	
	.site-breadcrumb a {
		color: white;
	}
	
	.site-breadcrumb {
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/content-header1.png)top center;
		border-bottom: none;
		margin-bottom: 0;
		padding: 60px 15px 0;
		color: #fff;
		margin-top: 30px;
	}
	
	/*content*/
	.pa50 {
		padding: 10px;
	}
	
	.pa20 {
		padding: 20px 15px;
	}
	
	h2.c_h2 {
		font-size: 27px;
		font-weight: bold;
		text-align: center;
		color: #50555a;
	}
	
	p.bord {
		border-bottom: 3px solid;
		width: 100px;
		margin: 30px auto 50px;
		color: #50555a;
	}
	
	h3.c_h3 {
		text-align: center;
		font-size: 23px;
		margin: 50px auto;
		font-family: \'UD Reimin Regular\', serif;
	}
	
	h3.cr_h3 {
		text-align: center;
		font-size: 20px;
		margin: 50px auto 0;
		letter-spacing: 4px;
		font-family: \'UD Reimin Regular\', serif;
		border-bottom: dotted 1px #00539f;
		padding-bottom: 20px;
	}
	
	.inner p {
		line-height: 2em;
	}
	
	section.com03 {
		background: #f1f8ff;
	}
	
	section.com02 {
		background: #eee;
	}
	
	section.com02 table tr th {
		background: #00539f;
		padding: 10px;
		width: 30%;
		border: 1px solid #fff;
		color: #fff;
		font-weight: normal;
	}
	
	section.com02 table tr td {
		padding: 10px;
		border-bottom: 1px solid #fff;
		border: 1px solid #fff;
		line-height: 1.8;
	}
	
	h3.r_h3 {
		text-align: center;
		font-size: 40px;
		margin: 50px auto 0;
		letter-spacing: 4px;
		font-family: \'UD Reimin Regular\', serif;
		border-bottom: dashed 2px #151515;
		padding-bottom: 30px;
	}
	
	section.com01 table tr th {
		background: #00539f;
		padding: 10px;
		width: 30%;
		border: 1px solid #fff;
		color: #fff;
		font-weight: normal;
	}
	
	section.com01 table tr td {
		padding: 10px;
		line-height: 1.8;
		border: 1px solid #eee;
	}
	
	/*form*/
	ul.mailform {
		background: #fff;
		width: 100%;
		max-width: 900px;
		margin: 45px auto 0;
		padding: 50px 5% 65px;
		box-shadow: 0 3px 10px #e6e6e6;
		border-left: 8px #e6e6e6 solid !important;
	}
	
	ul.mailform li {
		border-top: dotted 1px #E5E5E5;
		list-style: none;
	}
	
	ul.mailform li .mailform_ttl {
		width: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	
	ul.mailform li .mailform_input {
		width: 100%;
		display: inline-block;
	}
	
	ul.mailform li span {
		display: inline-block;
		text-align: left;
		font-weight: normal;
		font-size: 15px;
		padding: 5px 0;
		vertical-align: middle;
	}
	
	ul.mailform li span.wpcf7-list-item {
		padding: 0;
	}
	
	ul.mailform li span.wpcf7-form-control-wrap.your-sotugyou-plan {
		padding: 0;
	}
	
	span.wpcf7-form-control.wpcf7-radio {
		padding: 0;
	}
	
	label {
		display: inline-block;
		max-width: 100%;
		margin-bottom: 5px;
		font-weight: normal;
	}
	
	input.wpcf7-form-control.wpcf7-text..mailform_lg_nensu {
		width: 100px;
		margin-top: 10px;
		padding-top: 10px;
	}
	
	input.wpcf7-form-control.wpcf7-text.mailform_lg_m {
		width: 100%;
	}
	
	span.mailform_input.career_input {
		vertical-align: baseline;
	}
	
	span.wpcf7-form-control-wrap.your-takken-lice {
		padding: 0;
	}
	
	span.wpcf7-form-control-wrap.your-car-lice {
		padding: 0;
	}
	
	span.hissu {
		color: #fd00ff;
	}
	
	ul.mailform li span textarea {
		width: 100%;
		height: 150px;
	}
	
	p.sbm {
		margin: 30px auto;
		width: 100%;
		text-align: center;
	}
	
	input.wpcf7-form-control.wpcf7-submit {
		background: #00539f;
		color: #fff;
		width: 100%;
		padding: 15px;
		border: none;
		border-radius: 0;
		opacity: 1;
	}
	
	/*プライバシーポリシー*/
	h3.privacy_policy_list_title {
		font-size: 18px;
		color: #00539f;
		border-bottom: 1px solid;
		padding-bottom: 10px;
	}
	
	.privacy_policy_list {
		padding: 20px;
		line-height: 1.8;
	}
	
	.privacy_policy_list ul li {
		list-style: none;
		margin: 0 0 50px;
	}
	
	.privacy_policy_list ul {
		padding: 0;
	}
	
	ul.privacy_policy_list_sub li {
		margin-bottom: 0;
		list-style-type: disc;
	}
	
	/*事業内容*/
	section.bsi01 {
		width: 100%;
		background: #678cb4;
	}
	
	section.bsi02 {
		width: 100%;
		background: #678cb4;
	}
	
	section.bsi03 {
		width: 100%;
		background: #678cb4;
	}
	
	section.bsi04 {
		width: 100%;
		background: #678cb4;
	}
	
	section.bsi05 {
		width: 100%;
		background: #678cb4;
	}
	
	.bsi001 {
		width: 100%;
		background: rgba(255,255,255,0.80);
		padding: 20px 20px 50px;
		box-shadow: -3px 3px 6px #22222214;
		line-height: 2em;
	}
	
	.page-content, .entry-content, .entry-summary {
		margin: 0;
	}
	
	.bsi002 {
		width: 100%;
		background: rgba(255,255,255,0.80);
		padding: 20px 20px 50px;
		box-shadow: 3px 3px 6px #22222214;
		line-height: 2em;
	}
	
	/*FAQ*/
	h2.faq_h2 {
		text-align: center;
		font-size: 26px;
		margin: 50px auto;
		letter-spacing: 4px;
		font-family: \'UD Reimin Regular\', serif;
	}
	
	h3.faq_h3 {
		text-align: center;
		font-size: 18px;
		margin: 50px auto 0;
		letter-spacing: 4px;
		border-bottom: dotted 1px #00539f;
		padding: 20px 0;
		font-weight: 700;
		color: #50555a;
		margin: 0 0 30px;
	}
	
	.qa02a ul li {
		font-size: 17px;
		padding: 15px 0;
		list-style: none;
		font-weight: 700;
		text-indent: -3em;
		margin-left: 3em;
	}
	
	.qa02a ul li a {
		text-decoration: none;
	}
	
	span.faq_q {
		font-size: 30px;
		font-family: \'Alegreya\', serif;
		color: #0084ff;
		padding-right: 10px;
	}
	
	span.faq_links_answer {
		font-size: 10px;
		font-family: \'Muli\', sans-serif;
		color: #0b7bff;
		padding: 0 0 0 15px;
		position: relative;
	}
	
	span.faq_links_answer:after {
		content: \"\";
		display: block;
		position: absolute;
		width: 8px;
		height: 8px;
		transform: rotate(45deg);
		top: 0;
		right: -17px;
		border-bottom: 1px solid #0084ff;
		border-right: 1px solid #0084ff;
	}
	
	.qa02a ul li a:hover span.faq_links_answer {
		color: #000;
	}
	
	div.qa02b h4 {
		background: #fff;
		padding: 25px;
		border-top: 3px solid;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	div.qa02b p:before {
		content: \"A\";
		background: #000;
		padding: 5px 10px;
		margin-right: 15px;
		position: absolute;
		left: 0;
		font-size: 25px;
		color: #fff;
		font-family: \'Alegreya\', serif;
	}
	
	div.qa02b p {
		padding: 30px 0 50px 50px;
		position: relative;
		line-height: 2em;
		margin-bottom: 50px;
		border-bottom: 1px solid;
	}
	
	/*物件購入*/
	h2.cr_ck2 {
		text-align: center;
		font-size: 28px;
		margin: 0 auto;
		letter-spacing: 4px;
		font-family: \'UD Reimin Regular\', serif;
		border-bottom: dotted 1px #00539f;
		padding: 50px 0 20px;
	}
	
	.ck001 {
		width: 100%;
		overflow: hidden;
	}
	
	.ck009 {
		width: 100%;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
	}
	
	.ck002 {
		width: 100%;
		margin: 1%;
		float: left;
		background: #fff;
		height: auto;
		padding: 40px 20px 20px;
	}
	
	.ck002 img {
		width: 40px;
	}
	
	.ck002 span {
		font-family: \'Alegreya\', serif;
		color: #191b1f;
		font-size: 45px;
		vertical-align: middle;
		margin-left: 15px;
	}
	
	section.com0ck1 .ck002 h3 {
		font-size: 18px;
		padding: 10px 0;
		list-style: none;
		font-weight: 700;
		text-align: center;
		border-bottom: 3px solid #b9a261;
		background: #0a0a0a;
		color: #b9a261;
	}
	
	.ck002 h3 {
		font-size: 18px;
		padding: 10px 0;
		list-style: none;
		font-weight: 700;
		text-align: center;
		border-bottom: 3px solid #000;
		background: #bca766;
		color: #000;
	}
	
	.ck002 p {
		font-size: 90%;
	}
	
	section.com0ck1 {
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/ck01.jpg)center top no-repeat;
		background-size: cover;
	}
	
	section.com0ck2 {
		background: url(https://blublo.reposu.co.jp/irn/wp-content/uploads/sites/174/2018/03/ck02.jpg)center top no-repeat;
		background-size: cover;
	}
	
	section.com0ck1 h2.cr_ck2 {
		text-align: center;
		font-size: 30px;
		margin: 0 auto;
		letter-spacing: 4px;
		font-family: \'UD Reimin Regular\', serif;
		border-bottom: dotted 1px #aaa;
		padding: 50px 0 20px;
		color: #fff;
	}
	
	.ck002:hover {
		opacity: .8;
	}
	
	section.com0ck2 .ck002 span {
		font-family: \'Alegreya\', serif;
		color: #bca766;
		font-size: 45px;
		vertical-align: middle;
		margin-left: 15px;
	}
	
	p.con-p {
		margin: 20px;
	}
	
	.st001 h4:before {
		content: \"\";
		display: block;
		position: absolute;
		width: 15px;
		height: 15px;
		top: 13px;
		left: 0;
		border-bottom: 1px solid #0084ff;
		border-left: 1px solid #0084ff;
	}
	
	.st001 h3 {
		font-family: \'UD Reimin Regular\', serif;
		border-bottom: solid 1px #000;
		padding-bottom: 15px;
		font-size: 25px;
	}
	
	.st001 h4 {
		padding: 15px 30px;
		position: relative;
	}
	
	.cn02 {
		width: 100%;
		padding: 10px;
	}
	
	.cn02 h3 {
		font-size: 22px;
		font-family: \'UD Reimin Regular\', serif;
		color: #000;
		font-weight: 400;
		margin-bottom: 30px;
	}
	
	.cn02 h3 span {
		background: #000;
		padding: 0 12px;
		margin-right: 15px;
		color: #fff;
	}
	
	.cn03 p {
		margin: 0;
		padding: 0;
	}
	
	.cn01 {
		display: inherit;
		margin-bottom: 50px;
		overflow: hidden;
	}
	
	.cn03 {
		border: 1px solid;
		padding: 15px;
		text-align: center;
	}
}