@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;
	margin-bottom: 90px;
}
main > article > p,
main > article > ul,
main > article > ol {
	margin-top: 1em;
	margin-bottom: 1em;
}

main img {
	max-width: 100%;
    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 #d3dd00;
    position: relative;
    color: #333;
    font-size: 2.8rem;
    line-height: 1;
    padding-bottom: 9px;
}
.title01 i {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    font-size: 40px;
    color: #d3dd00;
    margin: auto;
    height: 50px;
}

.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: #d3dd00;
    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: #d3dd00;
    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 #d3dd00;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.title03 {
    color: #d3dd00;
    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;
}
.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: #333;
    display: inline-block;
    padding-top: 2px;
    width: 180px;
    text-align: center;
    padding-right: 25px;
    position: relative;
}
.button01::after {
    font-family: FontAwesome;
    content: '\f061';
    color: #fff;
    font-weight: normal;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    background-color: #d3dd00;
    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: #d3dd00;
    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;
}

/* 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: 112px;
}
.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;
}
.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;
    margin-bottom: 80px;
}
main > aside > section,
main > aside > ul {
	margin-bottom: 20px;
}
main > aside > section h3{
    display: block;
    line-height: 16px;
    background-color: #d3dd00;
    /*color: #FFF;*/
    padding: 12px 0 10px 30px;
    position: relative;
}
main > aside > section h3 a{
    /*color: #FFF;*/
}

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 */
#side-method h3 {
	background-color: #d3dd00;
    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: #d3dd00;
    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 #d3dd00;
    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 {
    background-color: #333;
    color:#fff;
}
.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: #f0f0f0;
}
.side-news li a time {
	display: block;
	font-weight: bold;
	color: #b2ba00;
}
.side-news li a p {
    line-height: 1.4;
}

/* side company */
.side-company h3 {
    background-color: #d3dd00;
	margin-bottom: 10px;
}
.side-company > p {
    line-height: 18px;
    font-size: 13px;
    padding-bottom: 10px;
}
.side-company > p img {
    width: 100%;
}
.side-company > p strong {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}
.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: #f0f0f0;
}
.side-company li a:before {
    font-family: FontAwesome;
    content: '\f0a9 ';
    color: #d3dd00;
    margin-right: 0.5em;
}


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

#method .title02 {
	margin-top: 50px;
}
#method .float-boxR,#method5 .float-boxR {
	margin-bottom: 40px;
	width: 300px;
}

#method .title02.balloon {
    padding-left: 110px;
}
#method .title02.balloon i {
    font-size: 14px;
    background-color: #d3dd00;
    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: #d3dd00;
}


/* 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: #333;
}
.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: #333;
}
.kodawari-list li a:hover span {
    background-color: #F60;
}
.kodawari-list li a:hover em {
    background-color: #eee;
}
.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: #d3dd00;
    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: #333;
	font-size: 16px;
}
#method4 .kodawari .title02.balloon i::after {
    border-top-color: #333;
}

#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: #d3dd00;
    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;
}

#satei-table5 {
    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="disabled"] {
    background-color: #eeeeee;
}

.satei-submit {
    text-align: center;
    margin-top: 40px;
}
.satei-submit button,
.satei-submit input[type="submit"] {
    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 {
	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: #eee;
    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,fp
////////////////////////////////////////////////////////////////////*/

#soudan .title02:nth-of-type(1){
	margin-top: 50px;
}
#soudan .float-boxR,#fp .float-boxR {
	margin-bottom: 40px;
	width: 300px;
}
#soudan .title02:nth-last-of-type(1) + p .float-boxR,#fp .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;
}

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


/* 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;
}

/* 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 .title02:first-of-type {
    margin-top: 0;
}

.company-about p.rinen {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.company-message,
.company-about {
    margin-bottom: 30px;
}
.company__list {
	counter-reset: i;
}

.company__list li + li {
	margin-top: 1em;
}

.company__list dt {
	display: inline-block;
	padding-right: 0.25em;
	padding-left: 0.25em;
	background-image: linear-gradient(to top, transparent 15%, #d3dd00 15%,  #d3dd00 30%, #d3dd00 40%, transparent 40%);
	font-weight: bold;
}

.company__list dt::before {
	display: inline-block;
	margin-right: 0.75em;
	content: counter(i, decimal-leading-zero);
	counter-increment: i;
	text-align: right;
}

.company__list dd {
	margin-top: 0.25em;
	margin-left: 2.25em;
}

.gaiyoimg {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.gaiyoimg > * {
    width: 50%;
    padding: 10px;
}

.gaiyoimg a:hover {
    opacity:0.75;
}

.gaiyoimg .button01 {
    transition: 0.2s;
    width: 100%;
    line-height: 34px;
}

.company-meta {
    margin-top: 20px;
}

.company-meta__text h4 {
    font-size: 18px;
}

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;
}

/* スタッフ紹介 ///
---------------------------------------------- */
/* システムのレイアウト調整 */ 
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;
	margin-top: 10px;
}
.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;
}
.staffimg{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.staffimg img{max-width:100px;}

/* Google レビュー //
////////////////////////////////////////////////////////////////////*/
.reviews.btn{
	height:44px;
	width:400px;
	display:table;
	text-align:center;
	margin: 22px auto 0;
	line-height: 1;
	}
.reviews.btn a{
	border-radius:4px;
	background-color:#d3dd00;
	display:table-cell;
	vertical-align:middle;
	height:100%;
	width:100%;
}
.reviews.btn img{
	height:17px;
	width:auto;

	

}
/* voice
////////////////////////////////////////////////////////////////////*/

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

.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;
}
.wp-list article.voice .eyecatch img {
    object-fit: cover;
    object-position: top;
}
.wp-list article.voice  .voice-hyoka {
    margin-top: 30px;
    margin-bottom: 17px;
}
.wp-list article.voice  h3 {
	color: #F60;
}
.wp-list article.voice  .postdesc {
	margin-top: 5px;
}

/* ページャー */
.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: #d3dd00;
}
.wp-pager a:hover {
	opacity: 0.8;
}

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

.postMeta{
    font-size: 12px;
    line-height: 1.0;
    text-align: right;
}
.postMeta time{
    margin-left: 6px;
}

.wp-single .breadcrumbs {
    padding-left: 72px;
}
.wp-single #toc_container {
    margin-right: auto;
    margin-left: auto;
}
.wp-single #toc_container li {
    text-indent: 0;
}
.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: 10px;
    text-align: center;
	font-size: 13px;
}
.voice-tanto .avatar {
    display: block;
	margin-bottom: 2px;
}

.voice-body{
	margin-top:30px;
}
.voice-body h3{
    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 p::before {
    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 p::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 p::before {
    top: 0px;
    bottom: auto;
    background-color: #7dbb18;
    content: "A";
}
.voice-body p::after {
    top: 36px;
    bottom: auto;
    border-top-color: #7dbb18;
}


/* 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;
	padding-right: 28px;
}
.wp-list > ul li a::after {
    font-family: FontAwesome;
    content: '\f105 ';
    position: absolute;
    right: 10px;
    font-size: 24px;
    top: 0;
    color: #d3dd00;
    line-height: 1;
    bottom: 0;
    height: 24px;
    margin: auto 0;
}
.wp-list > ul li a:hover {
    opacity: 0.75;
}
.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: #b2ba00;
}

/* 記事 ///
---------------------------------------------- */
#header-line:has(p) .cont-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header-line:has(p) .cont-box p{
    line-height: 1.2;
    padding-top: 3px;
    padding-bottom: 3px;
    width: calc(100% - 220px);
}
#header-line:has(p) .float::after{
    display: none;
}
.wp-single h1.title01{
    font-weight: 700;
    overflow: visible;
    white-space: normal;
    line-height: 1.2;
    padding-bottom: 7px;
}
.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;
	color: #245fbb;
}
.post-body a:hover {
	opacity: 0.75;
}

.post-type-post h2{
    margin-bottom: 1.2em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 10px;
    border-bottom: 3px solid #d3dd00;
    color: #333;
    font-size: 1.625em;
    line-height: 1.2;
}
.post-type-post h2:not(:first-child) {
  margin-top: 2.5em;
}

.post-type-post h3{
	border-left: 6px solid #d3dd00;
    line-height: 1.2;
    margin-bottom: 1.2em;
    padding-top: 0.5em;
}
.post-type-post h3:not(:first-child) {
  margin-top: 3em;
}
.post-type-post h4 {
	border-left: 4px solid #d3dd00;
    line-height: 1.2;
    margin-bottom: 1.2em;
    font-size: 1.25em;
    padding: 12px 10px 8px 14px;
}
.post-type-post h4{
  margin-top: 3em;
}
.post-type-post h5 {
    font-size: 1.125em;
    line-height: 1.6;
    margin-bottom: 1.2em;
}
.post-type-post h5 {
  margin-top: 2.5em;
}
.post-type-post h6 {
    line-height: 1.6;
    margin-bottom: 1.2em;
}
.post-type-post h6 {
  margin-top: 2.5em;
}
.post-type-post h2,
.post-type-post h3,
.post-type-post h4,
.post-type-post h5,
.post-type-post h6 {
    clear: both;
}
/* kibou
////////////////////////////////////////////////////////////////////*/

.list .kiji-list {
    overflow-y: auto;
    max-height: 2100px;
}

.list .kiji-list li p:first-child {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}


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

#privacy .title02 {
    padding-left: 0;
}
#privacy .title02:first-letter {
    font-size: 30px;
	color: #d3dd00;
	line-height: 1;
}
#privacy .title02 span{
    font-size: 30px;
	color: #d3dd00;
	line-height: 1;
}
#privacy > ol li {
    margin-left: 2.8em;
	text-indent: -3em;
}

#privacy > h4 {
	margin-top: 1.5em;
}


/* 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: #d3dd00;
    border-radius: 3px;
	margin-bottom: 10px;
	position: relative;
}
#sitemap > ul > li > a:after {
    font-family: FontAwesome;
    content: '\f061';
    color: #fff;
    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: #d3dd00;
    margin-right: 0.5em;
}
#sitemap > ul > li ul li a:hover {
	background-color: #f0f0f0;
}

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

/* fp
////////////////////////////////////////////////////////////////////*/
.fpfirsttxt {
    margin-bottom: 2.4em;
}
#jutak .title02,#now_later .title02,#now_later .title02{
    border-bottom: none;
    margin-bottom:0;
}

#jutak .title02.balloon.fpmidasi1 i,#now_later .title02.balloon.fpmidasi1 i,#tax .title02.balloon.fpmidasi1 i{
	background-color: #56afe3;font-size: 16px;
}
#jutak .title02.balloon.fpmidasi2 i,#now_later .title02.balloon.fpmidasi2 i,#tax .title02.balloon.fpmidasi2 i{
	background-color: #e6549f;font-size: 16px;
}
#jutak .title02.balloon.fpmidasi1 i::after,#now_later .title02.balloon.fpmidasi1 i::after,#tax .title02.balloon.fpmidasi1 i::after{
	border-top: 6px solid #56afe3;
}
#jutak .title02.balloon.fpmidasi2 i::after,#now_later .title02.balloon.fpmidasi2 i::after,#tax .title02.balloon.fpmidasi2 i::after{
	border-top: 6px solid #e6549f;
}

/* homestaging 
////////////////////////////////////////////////////////////////////*/
.list_homestaging li{ width:136px; margin-right:10px; margin-bottom:10px;}
.list_homestaging li:last-child { margin-right: 0;}

#homestaging .photo_smallspc ul {
    padding: 0;
    clear: both;
    margin: 10px 0;
}
#homestaging .photo_smallspc ul+ul { margin-top: 20px; }
#homestaging .photo_smallspc li {
    float: left;
    text-align: center;
    margin: 0;
    width: 102px;
    /*width: 20%;*/
}
#homestaging .photo_smallspc li a {
	display: block;
	height: 65px;
	overflow: hidden;
	padding: 5px;
}
#homestaging .photo_smallspc img {
	width: 100%;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,0%);
	pointer-events: none;
	min-height: 100%;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after { clear:both; }

/* 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);}

/* navlink 
////////////////////////////////////////////////////////////////////*/
.navlink {
    margin-top: 40px;
    padding-top: 5px;
    overflow: hidden;
	clear: both;
}
.navlink .navlink-prev {
    float: left;
}
.navlink .navlink-next {
    float: right;
}
.navlink a:hover {
	opacity: 0.7;
}

/* page ---------- */

.page .navlink {
    margin-top: 1em;
	margin-bottom: 0;
}