@charset "utf-8";

/*査定サイトのお知らせ用css*/
@import url("https://c21.to/realestate/satei/css/news.css");

/* 下層ページ　共通
////////////////////////////////////////////////////////////////////*/

/* main article ///
---------------------------------------------- */

/* layout */
main {
	margin-top: 40px;
}
main > article {
	float: left;
	width: 720px;
    font-size: 1.6rem;
    line-height: 2;
}
main > article > p,
main > article > ul,
main > article > ol {
	margin-top: 1em;
	margin-bottom: 1em;
}

main img {
	max-width: 100%;
}
.fancybox.image img {
    height: auto;
}

/* title style */
.title01 {
    margin-bottom: 0;
    padding-left: 60px;
    background: url(/images/common/line02_bg.jpg) repeat no-repeat left bottom;
    border-bottom: 3px solid #f81e1e;
    position: relative;
    color: #333;
    font-size: 2.8rem;
    line-height: 1;
    padding-bottom: 9px;
}
.title01 i {
    position: absolute;
    bottom: 8px;
    left: 0;
    font-size: 40px;
    color: #F90;
}

.title02 {
    font-size: 20px;
    line-height: 1.4;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-left: 40px;
	border-bottom: 2px solid #CCC;
    position: relative;
	margin-top: 40px;
    margin-bottom: 20px;
	clear: both;
}
.title02 i {
	position: absolute;
	color: #ff9900;
    font-size: 30px;
	height: 30px;
	left: 0;
    bottom: 14px;
    top: 0;
    margin: auto;
}

.title02.balloon {
    padding-left: 90px;
}
.title02.balloon i {
    font-size: 18px;
	height: 36px;
    line-height: 34px;
	padding-top: 2px;
    background-color: #F90;
    color: #FFF;
    border-radius: 3px;
    width: 70px;
    text-align: center;
	font-weight: bold;
    bottom: 8px;
    top: 0;
	box-sizing: border-box;
}
.title02.balloon i::after {
    content: "";
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    width: 12px;
	height: 6px;
	box-sizing: border-box;
    margin: 0 auto;
    border-top: 6px solid #F90;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.title03 {
    color: #F60;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.title03 i {
	margin-right: 0.5em;
}

/* list style */
ul.texture01 {
    background: url(/images/common/texture01.png) repeat #dfa700;
    border: 1px solid #CCC;
    box-shadow: inset 0 0 0 1px #FFF;
    padding: 22px 20px 18px 30px;
}
ul.texture01 li {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-indent: -1.7em;
    margin-left: 1.7em;
	margin-top: 6px;
    margin-bottom: 12px;
}
ul.texture01 li:last-child {
    margin-bottom: 6px;
}
ul.texture01 li::before {
    font-family: FontAwesome;
    content: '\f046';
    color: #f81e1e;
    font-weight: normal;
    margin-right: 0.75em;
}

/* */
dl.list-type1 dt {
    font-size: 14px;
    font-weight: bold;
    background-color: #F90;
    width: 100px;
    border-radius: 3px;
    color: #FFF;
    text-align: center;
    line-height: 26px;
    padding-top: 2px;
	margin-bottom: 0.5em;
}
dl.list-type1 dd {
    line-height: 1.7;
    margin-bottom: 1em;
}

/* */
table.list-type2 {
    width: 100%;
}
table.list-type2 th,
table.list-type2 td {
    padding: 8px 12px 6px;
    border-bottom: 5px solid #FFF;
}
table.list-type2 th {
    color: #FFF;
    background-color: #F90;
    width: 120px;
}
table.list-type2 td {
    background-color: #fffae6;
}

/* table-style01 */
.table-style01 {
    font-size: 14px;
    line-height: 1.7;
	margin-bottom: 45px;
	border-collapse: separate;
}
.table-style01 tr:nth-of-type(1) td:nth-of-type(1) {
    width: 20%;
}
.table-style01 tr:nth-of-type(1) th:nth-of-type(1),
.table-style01 tr:nth-of-type(1) th:nth-of-type(2) {
    width: 40%;
	border-left: 5px solid #FFF;
	color: #FFF;
}
.table-style01 th,
.table-style01 td {
	padding: 10px;
    border-bottom: 5px solid #FFF;
}
.table-style01 td {
    border-left: 5px solid #FFF;
}
.table-style01 th {
    background-color: #eee;
}
.table-style01 td:not(:empty) {
    background-color: #f6f6f6;
    text-align: justify;
	text-justify: inter-ideograph;s
}
.table-style01 tr:nth-of-type(1) th:nth-of-type(1) {
	background-color: #15baba;
}
.table-style01 tr:nth-of-type(1) th:nth-of-type(2) {
	background-color: #F90;
}
.table-style01 td:nth-of-type(1):not(:empty) {
	background-color: #f0fefe;
}
.table-style01 td:nth-of-type(2):not(:empty)  {
	background-color: #fffae6;
}

/* button */
.button01 {
    font-size: 14px;
    color: #FFF;
    line-height: 32px;
    background-color: #914410;
    display: inline-block;
    padding-top: 2px;
    width: 180px;
    text-align: center;
    padding-right: 25px;
    position: relative;
}
.button01::after {
    font-family: FontAwesome;
    content: '\f061';
    color: #914410;
    font-weight: normal;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    background-color: #FFF;
    width: 24px;
    text-align: center;
}

/* photo - before after style */
.photo-style1 {
    margin-top: 1em;
    margin-bottom: 1em;
}
.photo-style1 p {
    vertical-align: top;
    font-size: 14px;
    line-height: 1.7;
}
.photo-style1 p:nth-of-type(1) {
    width: 300px;
}
.photo-style1 p:nth-of-type(2) {
    text-align: center;
    color: #F90;
    font-size: 36px;
}
.photo-style1 p:nth-of-type(3) {
    width: 370px;
}
.photo-style1 img {
	margin-bottom: 7px;
}
.photo-style1 i {
    line-height: 200px;
}
.photo-style1 p em {
    font-style: normal;
    font-weight: bold;
    display: block;
}

/* bread crumbs */
.breadcrumbs {
    text-align: right;
    line-height: 32px;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* post contents */
.main-eyecatch {
	margin-top: 0;
	margin-bottom: 25px;
	height: 405px;
	overflow: hidden;
}
.main-eyecatch img {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translate(0%,-50%);
}

/* article soudan */
.footer-soudan {
    border: 10px solid #EEE;
    padding: 20px 20px 0;
    clear: both;
    margin-top: 50px;
}
.footer-soudan h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 2px;
}
.footer-soudan h3 strong {
    font-size: 28px;
}
.footer-soudan > p {
    font-size: 14px;
    color: #f81e1e;
    line-height: 1.4;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
}
.footer-soudan ul {
    height: 106px;
}
.footer-soudan ul li {
    font-size: 12px;
    line-height: 1.7;
}
.footer-soudan ul li:nth-of-type(1) a {
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-weight: normal;
	margin-top: -4px;
}
.footer-soudan ul li:nth-of-type(1) a > i {
    margin-right: 5px;
    font-size: 36px;
    position: relative;
    top: 2px;
}
.footer-soudan ul li:nth-of-type(1) a span {
	display: none;
}
.footer-soudan ul li:nth-last-of-type(1) {
    text-align: right;
    padding-right: 6px;
    width: 340px;
    padding-top: 4px;
}

/* common adjust */
.float-boxR {
	float: right;
	margin-left: 20px;
}
.float-boxL {
	float: left;
	margin-right: 20px;
}


/* sidebar ///
---------------------------------------------- */

main > aside {
	float: right;
	width: 220px;
}
main > aside > section,
main > aside > ul {
	margin-bottom: 20px;
}
main > aside > section h3 a {
    display: block;
    line-height: 16px;
    background-color: #F90;
    color: #FFF;
    padding: 12px 0 10px 30px;
    position: relative;
}
main > aside > section h3 i {
    position: absolute;
    top: 0;
    bottom: 0;
	left: 10px;
    height: 14px;
    margin: auto 0;
	opacity: 0.75;
}

/* side menu style01 */
.side-menu01 li {
    border-bottom: 1px dotted #AAA;
}
.side-menu01 li a {
    display: table;
    padding: 10px 0;
    font-size: 14px;
	width: 100%;
}
.side-menu01 li a p {
    line-height: 1.4;
    display: table-cell;
    vertical-align: middle;
	font-weight: bold;
	padding-left: 10px;
}
.side-menu01 li a p:nth-of-type(1) {
	padding-left: 0;
	width: 90px;
}
.side-menu01 .photo {
    width: 90px;
    height: 60px;
    position: relative;
    overflow: hidden;
	display: block;
}
.side-menu01 .photo img {
	width: auto;
    max-width: 178%;
    min-width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* side method */
#method1 .main-eyecatch, #method2 .main-eyecatch, #method3 .main-eyecatch, #method4 .main-eyecatch, #method5 .main-eyecatch {
    display: none;
}
#side-method h3 a {
	background-color: #f81e1e;
    padding: 9px 0 7px 30px;
}
#side-method li a p {
    vertical-align: top;
}
#side-method ol li i {
    position: relative;
    min-width: 64px;
    background-color: #eb698b;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #FFF;
    font-weight: normal;
    padding: 2px 4px 0;
}
#side-method ol li i::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    width: 0px;
    margin: 0 auto;
    border-top: 4px solid #eb698b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
#side-method ol li em {
    display: block;
    margin-top: 6px;
    font-style: normal;
    font-weight: bold;
	line-height: 16px;
}

/* side banner */
.side-bnr li {
    margin-bottom: 10px;
}

/* side news */
.side-news h3 a {
    background-color: #471f13;
}
.side-news li {
    border-bottom: 1px dotted #AAA;
}
.side-news li a {
	display: block;
	padding: 8px 0 9px;
}
.side-news li a:hover {
	background-color: #fffae6;
}
.side-news li a time {
	display: block;
	font-weight: bold;
	color: #F60;
}
.side-news li a p {
    line-height: 1.4;
}

/* side company */
.side-company h3 a {
    background-color: #ef832b;
	margin-bottom: 10px;
}
.side-company > p {
    line-height: 1.5;
    padding-bottom: 10px;
}
.side-company > p img {
    width: 100%;
}
.side-company > p strong {
    font-size: 15px;
    font-weight: normal;
    display: block;
    margin-top: 10px;
    margin-bottom: 4px;
}
.side-company li {
	border-bottom: 1px dotted #AAA;
}
.side-company li:first-child {
	border-top: 1px dotted #AAA;
}
.side-company li a {
    display: block;
    line-height: 44px;
}
.side-company li a:hover {
	background-color: #fffae6;
}
.side-company li a:before {
    font-family: FontAwesome;
    content: '\f0a9 ';
    color: #F90;
    margin-right: 0.5em;
}


/* method
////////////////////////////////////////////////////////////////////*/

#method .title02 {
	margin-top: 50px;
}
#method .float-boxR,
#method5 .float-boxR {
    margin-bottom: 40px;
    width: 300px;
    height: 200px;
    overflow: hidden;
}
#method .float-boxR img,
#method5 .float-boxR img {
    height: 100%;
    width: auto;
	max-width: 178%;
	min-width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    pointer-events: none;
}

#method .title02.balloon {
    padding-left: 110px;
}
#method .title02.balloon i {
    font-size: 14px;
    background-color: #eb698b;
    width: 90px;
    font-weight: normal;
}
#method .title02.balloon i:first-letter {
    font-size: 18px;
}
#method .title02.balloon i span {
    font-size: 22px;
    margin-left: 0.1em;
    font-weight: bold;
}
#method .title02.balloon i::after {
    border-top-color: #eb698b;
}


/* method1 ///
---------------------------------------------- */

#method1 .title02:nth-of-type(1) {
	margin-top: 50px;
}
#method1 .float-boxL {
	margin-top: 0;
	margin-bottom: 40px;
}
#method1 .float-boxL img {
	width: 267px;
}

#method1 dl.list-type1 {
    margin-left: 287px;
}
#method1 dl.list-type1 dt:nth-of-type(2) {
    background-color: #914410;
}

.method1-youto {
    margin-bottom: 40px;
	font-size: 0;
}
.method1-youto img:not(:last-child) {
    margin-right: 20px;
}


/* method3 ///
---------------------------------------------- */

#method3 .float-boxR {
	width: 300px;
	margin-bottom: 40px;
}


/* method4 ///
---------------------------------------------- */

#method4 .title02.balloon {
    padding-left: 70px;
}
#method4 .title02.balloon i {
    width: 50px;
    font-size: 24px;
}

.kodawari-list {
	margin-bottom: 50px;
}
.kodawari-list li {
    margin-bottom: 5px;
    line-height: 1.4;
}
.kodawari-list li a {
	display: table;
	width: 100%;
}
.kodawari-list li a span,
.kodawari-list li a em {
	display: table-cell;
	vertical-align: middle;
}
.kodawari-list li a span {
	width: 100px;
	text-align: center;
	color: #FFF;
	background-color: #7dbb18;
}
.kodawari-list li a em {
	font-style: normal;
	background-color: #f6f6f6;
	padding: 13px 32px 11px 12px;
	position: relative;
}
.kodawari-list li a i {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
	color: #914410;
}
.kodawari-list li a:hover span {
    background-color: #F60;
}
.kodawari-list li a:hover em {
    background-color: #fffae6;
}
.kodawari-list li a:hover i {
    color: #f81e1e;
}

.method4-bnrs {
    font-size: 0;
    text-align: left;
}
.method4-bnrs img {
    margin-bottom: 10px;
	margin-right: 10px;
}

/* kodawari */
#method4 .kodawari > p {
	margin-bottom: 1em;
}
.title01-k {
    font-size: 20px;
    color: #FFF;
    padding: 17px 20px 15px;
    background-color: #914410;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
}
#method4 .kodawari .title02.balloon {
    padding-left: 110px;
}
#method4 .kodawari .title02.balloon i {
    width: 90px;
    background-color: #7dbb18;
	font-size: 16px;
}
#method4 .kodawari .title02.balloon i::after {
    border-top-color: #7dbb18;
}

#method4 .kodawari .photo {
    font-size: 14px;
    line-height: 1.7;
}
#method4 .kodawari .photo span {
	display: block;
}
#method4 .kodawari .photo img,
#method4 .kodawari .photo span {
	margin-bottom: 7px;
}
#method4 .kodawari .photo em {
    font-style: normal;
    font-weight: bold;
	margin-right: 1em;
}
#method4 .kodawari .umekomi {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#method4 .kodawari .umekomi iframe, #method4 .kodawari .umekomi video,
#method4 .kodawari .umekomi canvas {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.photo-style2 {
    overflow: hidden;
    margin-bottom: 20px;
	font-size: 14px;
}
p + .photo-style2 {
	margin-top: 24px
}
.photo-style2 .float-boxL img {
    width: 300px;
}

.kankyo-img {
    overflow: hidden;
}
.kankyo-img p {
    float: left;
    width: 128px;
    text-align: center;
    margin-right: 20px;
	margin-bottom: 10px;
	font-size: 14px;
}
.kankyo-img p:nth-of-type(5n) {
	margin-right: 0;
}
.kankyo-img p img {
    margin-bottom: 5px;
}

/* method5 ///
---------------------------------------------- */

#method5 .photo-style1 {
	margin-top: 1.5em;
    margin-bottom: 40px;
}

.photo-style1.kyoshochi p:nth-of-type(1) {
    width: 190px;
	padding-right: 30px
}
.photo-style1.kyoshochi p:nth-of-type(2) {
    width: 160px;
    text-align: left;
    color: #333;
    font-size: 14px;
}
.photo-style1.kyoshochi p:nth-of-type(3) {
    text-align: center;
    color: #F90;
    font-size: 36px;
	width: 50px;
}
.photo-style1.kyoshochi p:nth-of-type(4) {
}
.photo-style1.kyoshochi i {
    line-height: 242px;
}

#method5 li {
    margin-left: 1.5em;
    list-style-type: disc;
}


/* satei
////////////////////////////////////////////////////////////////////*/

#netsatei h4 {
	color: #f81e1e;
    font-size: 18px;
}
#netsatei a[class^="btn-"] {
    width: 330px;
    display: block;
}


/* form ///
---------------------------------------------- */

.cont-box.narrow .satei-step:nth-of-type(1) .title02:first-child {
    margin-top: 20px;
}

.cont-box.narrow {
    width: 840px !important;
    font-size: 16px;
}
ul.attention li {
    margin-left: 1em;
    text-indent: -1em;
}
ul.attention li a {
	text-decoration: underline;
}

.narrow table {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px dotted #AAA;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.narrow table th,
.narrow table td {
    border-bottom: 1px dotted #AAA;
    padding: 11px 20px 10px;
	line-height: 2;
}
.narrow table th {
    width: 240px;
    text-align: left;
    background-color: #EEE;
    position: relative;
}
.narrow table th::after {
	content: "任意";
    color: #FFF;
    background-color: #7dbb18;
    font-weight: normal;
    font-size: 12px;
    padding: 0 3px;
    position: absolute;
    right: 15px;
    line-height: 18px;
    height: 18px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.narrow table th.hissu::after {
	content: "必須";
    background-color: #F30;
}
.narrow table small,
.narrow table span.example {
	font-size: 13px;
}
.narrow table th#th_sateiMode {
    line-height: 1.5;
}
.narrow table th#th_sateiMode small {
    display: block;
}
.narrow table .satei-type label + p {
    margin-top: -5px;
}

/* form */
fieldset {
	border: none;
}

.narrow label {
    margin-right: 10px;
	white-space: nowrap;
}
.narrow input[type="radio"] {
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.narrow input[type="text"],
.narrow input[type="email"],
.narrow input[type="number"],
.narrow input[type="tel"],
.narrow input[type="date"],
.narrow select {
	font-family: メイリオ, Meryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    width: 260px;
    padding: 2px 5px;
    border: 1px solid #CCC;
    border-radius: 2px;
	height: 32px;
	background-color: #FFF;
	font-size: 16px;
    margin-right: 10px;
}
	.narrow .your-date input[type="date"] {
		width: 170px;
	}
	.narrow .your-hour select,
	.narrow .your-time select {
		width: 80px;
	}

.narrow textarea {
    font-family: メイリオ, Meryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    width: 560px;
    padding: 2px 5px;
    border: 1px solid #CCC;
    height: 160px;
    background-color: #FFF;
    font-size: 16px;
    margin-bottom: -8px;
}
.narrow input.short-box,
.narrow select.short-box {
    width: 125px;
	float: left;
}
.narrow input[disabled] {
    background-color: #f6f6f6;
}

.satei-submit {
    text-align: center;
    margin-top: 40px;
}
.satei-submit button,
.satei-submit input[type="submit"],
.satei-submit input[type="button"] {
    width: 420px;
    height: 72px;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    background: #f81e1e;
    border-radius: 6px;
    border: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0px 1px 0 0 rgba(255,255,255,0.5), inset -1px -1px 0 0 rgba(0,0,0,0.15);
    border-top: 1px solid #f81e1e;
	cursor: pointer;
	transition: 0.2s;
}
.satei-submit button i {
    opacity: 0.75;
    margin-left: 10px;
}
.satei-submit button:hover,
.satei-submit input[type="submit"]:hover,
.satei-submit input[type="button"]:hover {
	opacity: 0.8;
}


/* thanks ///
---------------------------------------------- */

main.thanks > p:not(.breadcrumbs) {
    line-height: 2;
    margin-top: 1em;
	margin-bottom: 1em;
}
main.thanks h4 {
    color: #F60;
    font-size: 18px;
	margin-top: 2em;
	margin-bottom: 1em;
}
main.thanks h3 + h4 {
	margin-bottom: 2em;
}
main.thanks h4 strong {
    display: block;
}
main.thanks > ul:not(.recommend-link) li {
    list-style-type: disc;
    margin-left: 1.5em;
}
ul.recommend-link {
    margin-top: 32px;
}
ul.recommend-link {
    background-color: #fffae6;
    text-align: center;
    padding: 20px;
    font-size: 0;
}
ul.recommend-link li {
    display: inline;
}
ul.recommend-link li:first-child {
    margin-right: 30px;
}
ul.recommend-link img {
    width: 330px;
}




/* soudan
////////////////////////////////////////////////////////////////////*/

#soudan .title02:nth-of-type(1) {
	margin-top: 50px;
}
#soudan .float-boxR {
	margin-bottom: 40px;
	width: 300px;
}
#soudan .title02:nth-last-of-type(1) + p .float-boxR {
    margin-bottom: 50px;
}

/* kaitori ///
---------------------------------------------- */

#kaitori .title02 {
	margin-top: 50px;
}

.kaitori-img {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 0;
	text-align: center;
}
.kaitori-img img:not(:first-child) {
	margin-left: 20px;
}
.kaitori-img img:nth-of-type(1) {
    width: 180px;
}
.kaitori-img img:nth-of-type(2) {
    width: 220px;
}
.kaitori-img img:nth-of-type(3) {
    width: 170px;
}


/* sumikae ///
---------------------------------------------- */

#sumikae .title02.balloon {
    padding-left: 70px;
}
#sumikae .title02.balloon i {
    width: 50px;
    font-size: 24px;
}

#sumikae dl.list-type1 dt:nth-of-type(1) {
	background-color: #ffc000;
}
#sumikae dl.list-type1 dt:nth-of-type(2) {
	background-color: #7dbb18;
}
#sumikae dl.list-type1 dd {
	line-height: 2;
}

#sumikae > h4 {
    font-size: 20px;
    margin-bottom: 0;
}
#sumikae > h4 i {
    margin-right: 0.5em;
    color: #f81e1e;
}
#sumikae > ul.texture01 {
    margin-top: 0.5em;
    margin-bottom: 2em;
}



/* contact
////////////////////////////////////////////////////////////////////*/

.contact .narrow .attention:nth-of-type(1) {
    margin-top: 20px;
}

/* form */
.narrow span.wpcf7-list-item {
	margin: 0 20px 0 0;
	display: inline-block;
}

/* nagare
////////////////////////////////////////////////////////////////////*/

#nagare .title02:not(:nth-of-type(1)) {
	margin-top: 20px;
}
#nagare .float-boxR {
	width: 250px;
}
#nagare > div {
    padding-left: 90px;
    overflow: hidden;
	margin-bottom: 20px;
}
#nagare > div p:not(.float-boxR) {
    line-height: 1.7;
    margin-bottom: 0.5em;
}

/* company
////////////////////////////////////////////////////////////////////*/

.company-about {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-bottom: 30px;
}
.company-about p {
    text-align: center;
    margin-bottom: 20px;
}

.company-message {
    margin: 0 auto 30px;
    text-align: center;
}
.company-message .float-boxL {
	width: 48%;
	margin-right: 14px;
	margin-bottom: 30px;

}
.company-message h4 {
    font-size: 18px;
    color: #F60;
    line-height: 32px;
    margin-bottom: 0.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.company-message p {
    overflow: hidden;;
}
.company-message p .button01 {
    display: block;
    margin-top: 0.5em;
}

/* company-submenu */
.page-submenu ul {
    margin-bottom: 40px;
}
.page-submenu ul li {
    float: left;
	width: 232px;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.1);
    margin-right: 12px;
}
.page-submenu ul li:nth-of-type(3n) {
    margin-right: 0;
}
.page-submenu ul li:nth-of-type(n+4) {
    margin-top: 20px;
}
.page-submenu ul li a {
    background-color: #f6f6f6;
    display: block;
}
.page-submenu ul li a p:nth-last-of-type(1) {
    line-height: 1.5;
    padding: 11px 10px 10px;
    text-align: center;
}
.page-submenu h4 {
    font-size: 18px;
    margin-bottom: 0.5em;
}
.page-submenu h4 i {
    margin-right: 0.5em;
}


/* about ///
---------------------------------------------- */

table[summary="会社概要"] {
	width: 100%;
}
table[summary="会社概要"] th,
table[summary="会社概要"] td {
    border-bottom: 1px dotted #AAA;
    padding-top: 10px;
    padding-bottom: 10px;
}
table[summary="会社概要"] th {
    width: 10em;
    text-align: left;
    padding-left: 1em;
    vertical-align: top;
}
table[summary="会社概要"] td p:not( :nth-last-of-type(1) ) {
	margin-bottom: 0.5em;
}
table[summary="会社概要"] td a {
    text-decoration: underline;
}


/* access ///
---------------------------------------------- */

ol.company-access {
    overflow: hidden;
}
ol.company-access li {
    float: left;
    width: 350px;
    margin-right: 20px;
	margin-top: 20px;
}
ol.company-access li:nth-of-type(2n+1) {
    margin-right: 0;
}
ol.company-access li:first-child{
    width: 100%;
	margin-top: 0;
}



/* スタッフ紹介 ///
---------------------------------------------- */
/* システムのレイアウト調整 */
body.staff {
    font-size: 14px;
	line-height: 1.7;
    font-family: メイリオ, Meryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
	text-align: left;
}
body.staff h5 {
	margin: 0 5px;
}
.staff-box {
    margin-bottom: 20px;
}
.staff-box ul#eigyolist {
	display: -webkit-flex; /* Safari */
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	margin: 10px 0;
}
.staff-box ul#eigyolist li {
    float: none;
    width: 25%;
    box-sizing: border-box;
	display: block;
    margin: 0;
    font-size: 10px;
    line-height: 1;
}
.staff-box ul#eigyolist li div {
    font-size: 12px;
}
/* iboxの調整 */
br[style="clear:left;"] + a,
a[href='javascript:document.getElementById(\'ibox_overlay\').click();'] {
    display: none;
}


/* voice
////////////////////////////////////////////////////////////////////*/

/* 評価 */
.voice-hyoka {
    font-weight: bold;
}
.voice-hyoka i {
}

.voice-text {
	margin-top: 20px;
}

.wp-list article.voice  {
    background-color: #f6f6f6;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.1);
	margin-top: 20px;
}
.wp-list article.voice  a {
    display: block;
    overflow: hidden;
    padding-right: 40px;
	position: relative;
}
.wp-list article.voice  a::after {
    font-family: FontAwesome;
    content: '\f105 ';
    position: absolute;
    right: 15px;
    font-size: 36px;
    top: 0;
    color: #999;
    line-height: 1;
    bottom: 0;
    height: 36px;
    margin: auto 0;
}
.wp-list article.voice  a:hover {
	opacity: 0.8;
}
.wp-list article.voice  h3,
.wp-list article.voice  p {
    font-size: 14px;
	line-height: 1.7;
}
.wp-list article.voice .eyecatch {
    width: 300px;
    height: 200px;
    float: left;
    margin-right: 20px;
    text-align: center;
    background-color: #EEE;
}
.wp-list article.voice .eyecatch img.photo2 {
    height: 100%;
    width: auto;
}
.wp-list article.voice  .voice-hyoka {
    margin-top: 30px;
    margin-bottom: 15px;
}
.wp-list article.voice  h3 {
	color: #F60;
}
.wp-list article.voice  .postdesc {
	margin-top: 7px;
}

/* ページャー */
.wp-pager {
	margin-top: 30px;
	margin-bottom: 50px;
	overflow: hidden;
}
.wp-pager .page-numbers {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
	margin-right: 1px;
	background-color: #DDD;
	padding: 10px 25px;
}
.wp-pager .page-numbers.dots {
	background: #AAA;
}
.wp-pager .page-numbers.current {
	background: #F90;
}
.wp-pager a:hover {
	opacity: 0.8;
}


/* 記事 ///
---------------------------------------------- */

.wp-single .breadcrumbs {
    padding-left: 100px;
}
.voice-head {
	position: relative;
	margin-top: 20px;
}
.voice-head .postinfo {
    position: absolute;
    font-size: 12px;
    top: -52px;
    line-height: 32px;
	margin: 0;
}

.voice-head .voice-que {
    float: left;
    width: 350px;
    border: 1px solid #CCC;
    margin-right: 20px;
}
.voice-head .voice-photo {
    position: relative;
    top: -20px;
    margin-bottom: 10px;
}
.voice-head aside {
    margin-top: 35px;
	overflow: hidden;
	font-size: 14px;
}
.voice-head aside p {
    line-height: 1.7;
}
.voice-tanto {
    float: left;
    margin-right: 15px;
	margin-bottom: 5px;
    text-align: center;
	font-size: 13px;
    width: 100px;
    line-height: 1.2 !important;
}
.voice-tanto .avatar {
    display: block;
	margin-bottom: 7px;
}

.voice-body h3,
.qa-question {
    font-size: 20px;
    line-height: 1.4;
    padding-top: 6px;
    padding-bottom: 10px;
	border-bottom: 2px solid #CCC;
    position: relative;
	margin-top: 40px;
    margin-bottom: 15px;
	clear: both;
	padding-left: 70px;
}
.voice-body p {
    position: relative;
    padding-left: 70px;
	min-height: 47px;
}
.voice-body h3::before,
.voice-body h3 + p::before,
.qa-question i {
    content: "Q";
    color: #FFF;
    font-weight: bold;
    background-color: #F60;
    width: 50px;
    border-radius: 3px;
    height: 36px;
    font-size: 24px;
    line-height: 34px;
    padding-top: 2px;
    position: absolute;
    bottom: 8px;
    left: 0;
    top: 0;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
}
.voice-body h3::after,
.voice-body h3 + p::after,
.qa-question i::after {
    content: "";
    border-top: 6px solid #F60;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 19px;
    top: 36px;
    bottom: 2px;
    height: 6px;
    margin: auto;
    box-sizing: border-box;
}
.voice-body h3 + p::before {
    top: 0px;
    bottom: initial;
    background-color: #7dbb18;
    content: "A";
}
.voice-body h3 + p::after {
    top: 36px;
    bottom: initial;
    border-top-color: #7dbb18;
}
.qa-question i {
	content:none;
	background-color: #F90;
}
.qa-question i::after {
	bottom: auto;
    border-top: 6px solid #F90;
}

/* 不動産Ｑ＆Ａ */
.breadcrumbs + .qa-box {
    margin-top: 1em;
}
.breadcrumbs + .qa-box .qa-question {
    margin-top: 0;
}
.qa-answer {
    overflow: hidden;
}
.qa-answer h4 {
    color: #F60;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0.25em;
    margin-top: 0.125em;
}
.qa-answer div {
    overflow: auto;
}
.qa-tanto {
    float: left;
    width: 128px;
    margin-right: 20px;
    font-size: 14px;
    text-align: center;
	line-height: 1.4;
}
.qa-tanto img {
    display: block;
	margin-bottom: 5px;
}


/* news
////////////////////////////////////////////////////////////////////*/

.wp-list > ul {
    margin-top: 20px;
}
.wp-list > ul li {
    border-bottom: 1px dotted #AAA;
}
.wp-list > ul li:first-child {
    border-top: 1px dotted #AAA;
}
.wp-list > ul li a {
    display: table;
    width: 100%;
	position: relative;
}
.wp-list > ul li a::after {
    font-family: FontAwesome;
    content: '\f105 ';
    position: absolute;
    right: 10px;
    font-size: 24px;
    top: 0;
    color: #F60;
    line-height: 1;
    bottom: 0;
    height: 24px;
    margin: auto 0;
}
.wp-list > ul li a div {
	display: table-cell;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wp-list > ul li a div:nth-of-type(1) {
	width: 150px;
}
.wp-list > ul li a div:nth-of-type(1) p.eyecatch {
    width: 150px;
    height: 100px;
    overflow: hidden;
    box-sizing: content-box;
}
.wp-list > ul li a div:nth-of-type(1) p.eyecatch img {
    height: 100%;
	width: auto;
	max-width: 118.52%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.wp-list > ul li a div:nth-of-type(2) {
    padding-left: 15px;
    padding-right: 28px;
}
.wp-list > ul li a div:nth-of-type(2) time,
.wp-list > ul li a div:nth-of-type(2) p {
    text-align: left;
	line-height: 1.7;
}
.wp-list > ul li a div:nth-of-type(2) time {
    color: #F60;
}


/* 記事 ///
---------------------------------------------- */

.post-body {
	position: relative;
	margin-top: 30px;
}
.post-body .postinfo {
	margin-top: 0 !important;
    position: absolute;
    font-size: 12px;
    top: -62px;
    line-height: 32px;
	margin: 0;
}
.post-body p {
    margin: 1em 0;
}
.post-body a {
	text-decoration: underline;
}
.post-body a:hover {
	opacity: 0.75;
}
.post-type-post h3, .post-type-post h4 {
	border-left-color: #2DB2FF;
}

.post-type-post iframe {
	width: 100%;
	height: 200px;
	display: block;
}
/* list
////////////////////////////////////////////////////////////////////*/

.wp-list > ul.list-list li a div:nth-of-type(1) {
    width: 80px;
}
.wp-list > ul.list-list li a div:nth-of-type(1) p.eyecatch {
    width: 80px;
    height: 80px;
}
.wp-list > ul li a div:nth-of-type(1) p.eyecatch img {
	max-width: 150%;
}


/* privacy
////////////////////////////////////////////////////////////////////*/

#privacy {
    word-break: break-all;
}
#privacy p > a {
    text-decoration: underline;
}
#privacy .title02 {
    padding-left: 0;
}

/*----------*/

.privacy-list ol {
	margin-top: 1em;
	margin-bottom: 1em;
}
.privacy-list li + li {
	margin-top: 10px;
}

/*----------*/

.privacy-list,
.list-count01,
.list-count02 {
	counter-reset: number;
}
.privacy-list .title02::before,
.list-count01 > li::before,
.list-count02 > li::before {
	counter-increment: number;
}

/*----------*/

.list-count01 > li,
.list-count02 > li {
	padding-left: 1.5em;
	position: relative;
}
.list-count01 > li::before,
.list-count02 > li::before {
    position: absolute;
    top: 0;
    right: calc(100% - 1.5em);
    left: -100%;
    text-align: right;
}

/*----------*/

.privacy-list .title02::before {
	color: #F90;
	font-size: 3rem;
	line-height: 1;
}
.privacy-list .title02::before,
.list-count01 > li::before {
	content: counter(number)".";
}
.list-count02 > li::before {
	content: "("counter(number)")";
}

/*----------*/

.txt-shift {
    margin-left: 1em;
    text-indent: -1em;
}

/* sitemap
////////////////////////////////////////////////////////////////////*/

#sitemap > ul li a {
    display: block;
    padding: 8px 0;
    line-height: 2;
	transition: 0.2s;
	padding-left: 1em;
}
#sitemap > ul > li > a {
    background-color: #FC0;
    border-radius: 3px;
	margin-bottom: 10px;
	position: relative;
}
#sitemap > ul > li > a:after {
    font-family: FontAwesome;
    content: '\f061';
    color: #F60;
    position: absolute;
    right: 1em;
}
#sitemap > ul > li > a:hover {
	opacity: 0.8;
}
#sitemap > ul li ul {
    margin-bottom: 10px;
}
#sitemap > ul > li ul li a:before {
    font-family: FontAwesome;
    content: '\f0a9 ';
    color: #F90;
    margin-right: 0.5em;
}
#sitemap > ul > li ul li a:hover {
	background-color: #fffae6;
}

/* VR
////////////////////////////////////////////////////////////////////*/
#vr .float-boxL {width: 300px;}

/* Audio
////////////////////////////////////////////////////////////////////*/
#Audio-Control button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
#Audio-Control video{
	width: 100%;
	height: auto;
}
#Audio-Control {overflow: hidden;}
#Audio-Control button {
    border: 1px solid #ccc;
    width: 40px;
    float: right;
    padding: 5px 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#Audio-Control p{float: right; margin-right: 5px;}
#Audio-Control button.on {border-left: none;}
#Audio-Control button.off {border-right: none;}
#Audio-Control button.active {background: #ccc;}
#Audio-Control button:not(.active):hover {background: rgba(204, 204, 204, 0.3);}
