@charset "utf-8";
/* CSS Document */
/* ----------------------------------
共通
----------------------------------- */
#header-right,
#header-nav-btn {
	display: none;
}
header h1 {
}
.main-inner {
	margin-right: 0;
}
p, pre {
    margin: 0 ;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0;
}
.redletter {
	color: crimson;
	display: block;
	white-space: normal;
	width: 100%;
}
.kome {
	font-size: .8em;
}
.error {
	color: crimson;	
	white-space: normal;
	display: block;
}
header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 24px;
}
header #lvnnfc {
	color: rgb(255, 0, 0);
	background-color: rgb(255, 255, 0);
	font-size: 32px;
}
header p {
	text-align: center;
}
hr {
	border-top: 1px solid #ccc;
	margin-bottom: 2em;
}
.table-wrap {
	margin-bottom: 0;
}
body.page .post-title {
	width: 1024px;
    margin: 0 auto;
}
/* ----------------------------------f
ステップバー
----------------------------------- */
#stepbar {
	background:#F5F6F8;
	padding: 24px 0 16px;
	margin: 0 auto 24px;
	text-align: center;
}
#stepbar img {
	width: 518px;
	height: auto;
	margin: 0 auto;
}
/* ----------------------------------
フォーム
----------------------------------- */
#contentForm {
	width: 1024px;
	margin: 0 auto;
}
#contentForm label {
	white-space: normal;
	cursor: pointer;
}
#contentForm input {
	background: #fff;
	border: 1px solid #ccc;
}
#contentForm input[type="text"], 
#contentForm input[type="tel"], 
#contentForm input[type="email"], 
#contentForm input[type="url"], 
#contentForm textarea,
#contentForm select {
	width: 20em;
    height: 50px;
    font-size: 14px;
	background: #fff;
	border: 1px solid #ccc;
	color: #241913;
	margin-bottom: 5px;
}
#contentForm input[type="text"]:focus, 
#contentForm input[type="tel"]:focus, 
#contentForm input[type="email"]:focus, 
#contentForm input[type="url"]:focus, 
#contentForm textarea:focus,
#contentForm select:focus {
	outline: none;
}
#contentForm select {
	background: #fff url(https://www.leaseback.pro/wp-content/themes/xeoryextension-child/images/common/down.png) right no-repeat;
    background-position: right 10px top 50%;
}
/* チェックボックス　ラジオボタン */
input[type="checkbox"], 
input[type="radio"] {
	box-sizing: border-box;
	border: none;
	padding: 0;
	/*display: none;*/
}
#contentForm input[type="checkbox"] {
    opacity: 0;
    -webkit-appearance: none;
    appearance: auto;
    position: absolute;
	width: 22px;
	height: 22px;
	cursor: pointer;
}
#contentForm input[type="checkbox"] + span {
    font-size: 15px;
}
#contentForm input[type="checkbox"] + span::before {
    display: inline-block;
    content: '';
	font-size: 20px;
	line-height: 20px;
	width: 20px;
    height: 20px;
    border: 1px solid #acacac;
    border-radius: 3px;
    margin-right: .5rem;
    vertical-align: sub;
}
#contentForm input[type="checkbox"]:checked + span::before {
	background-image: url("https://www.leaseback.pro/wp-content/themes/xeoryextension-child/images/form/check.svg");
	background-repeat: no-repeat;
    background-position: 0 2px;
	font-size: 18px;
}

/* ラジオボタン */
#contentForm input[type="radio"] {
	width: 20px;
	height: 20px;
	display: inline-block;
	-moz-appearance: radio;
	-webkit-appearance: radio;
	appearance: radio;
	vertical-align: middle;
	margin-right: .3em;
}

#contentForm table {
	table-layout: fixed;
    word-break: break-all;
	max-width: 100%;
	border: none;
    margin-bottom: 0;
}

#contentForm table tbody tr {
	border-bottom: 1px solid #ccc;
}
#contentForm table tbody tr:first-child {
	border-top: 1px solid #ccc;
}
#contentForm table tbody th {
	background: #F5F6F8;
	padding: 2em;
    color: #241913;
    width: 280px;
	vertical-align: top;
    border: none;
	word-break: break-all;
    text-align: left;
	font-size: 16px;
}
#contentForm table tbody td {
	background: none;
	padding: 2em;
    color: #241913;
	vertical-align: top;
    border: none;
	word-break: break-all;
    text-align: left;
    width: auto;
}
#contentForm #personSameAddressBlock td input[type="radio"]{
}
#contentForm #personZipcodeBlock {
	white-space: normal;
	margin-top: .5em;
}
#contentForm #personSameAddressBlock td label {
	font-size: 16px;	
}
#contentForm #personZipcodeBlock span {
	padding-top: .8em;
	font-size: 16px;
}

#contentForm #personZipcodeBlock br {
	margin-bottom: 1em;
}
#contentForm form #personZipcodeButton button,
form button {
	background: #00299b;
	border-radius: 3px;
	height: 50px;
	margin-left: 5px;
}
#contentForm .must {
    color: #FD7500;
	background: #fff;
    padding: 2px 6px;
    margin-left: 10px;
	border: 1px solid #FD7500;
    font-size: 0.7em;
    font-weight: bold;
    float: right;
	display: inline-block;
}
/* 面積 */
#objectSiteAreaBlock td {
}
#contentForm table tbody #objectBuildingAreaBlock td {

}
#contentForm #objectBuildingArea {
	width: 20em;
}
#contentForm #objectBuildingArea + label,
#contentForm #objectSiteArea + label{
	margin-left: 0.8em;
}
#contentForm #objectBuildingArea + label +label,
#contentForm #objectSiteArea + label +label {
	margin-left: 0.8em;
}
#contentForm #objectSiteArea {
	width: 20em;	
}
#personNameBlock td,
#personNameKanaBlock td {
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    /*-webkit-box-pack:justify;
    -ms-flex-pack:justify;*/
    /*justify-content:space-between;*/
}
#contentForm #personLastName,
#contentForm #personFirstName,
#contentForm #personLastNameKana,
#contentForm #personFirstNameKana{
	width: 48%;
	width: 16em;
}
#contentForm #personLastName,
#contentForm #personLastNameKana {
	margin-right: 3%;
}
#inquiryAcceptFlagBlock a {
	display: inline;
	text-decoration: underline;
}
#contentForm #personZipcode {
	margin-top: 1em;
	margin-bottom: 5px;
	font-size: 14px;
	color: #241913;
	height: 50px;
}
#contentForm #personZipcode:focus {
	outline: none;
}

/* 左右2カラム時のエラー表示 */
#contentForm #personNameBlock td .error,
#personNameKanaBlock td .error {
	width: 48%;
	width: auto;
	width: 100%;
}
#contentForm #personNameBlock td .error:last-child,
#personNameKanaBlock td .error:last-child {
	/*margin-left: 3%;*/
}

/* 依頼する会社 */
#inquiryClientIdList ul {
	background: #F5F6F8;
	border: 1px solid #ccc;
	padding: 15px 15px 0;
	padding: 4% 3% 1%;
	overflow: auto;
	/*display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;*/
}
#inquiryClientIdList ul li {
	width: 21%;
	height: auto;
	min-height: 180px;
	margin-bottom: 15px;
	margin: 0 2% 4%;
	padding: 0;
	float: left;
	border-radius: 4px;
    box-shadow: 0px 1px 8px 0px rgba(181, 181, 181, 1);
	background-color: #fff;
	/*float: left;*/
	/*margin-right: 15px;*/
}
#inquiryClientIdList ul li:nth-child(5n) {
	margin-right: 2%;
}
.corpBanner {
	background: #fff;
}
.corpBanner a {
	color: #00299b;
	display: block;
	width: 80%;
	border-radius: 4px;
	border: 1px solid #00299b;
	margin: 10px auto;
	height: 30px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	transition: .3s;
}
.corpBanner a:hover{
	background: #00299b;
	color: #fff;
	line-height: 30px;
}

.corpBanner p {
	margin: 0;
	font-size: 12px;
}
.corpBanner .corpName {
	margin: 5px 0 0 ;
	font-size: 12px;
	text-align: left;
	line-height: 1.2;
	height: 2.4em;
	white-space: normal;
}
.corpInfo {
	padding: 15px 15px 0;
	padding: 45px 15px 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
	position: relative;
}

/* オススメ */
.recommend_ribbon {
    display: inline-block;
    margin: 0 0 0 -5px;
    padding-top:1px;
    width: 76px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 0;
    color: white;
    box-sizing: border-box;
    background-color: #FD004D;
}
.recommend_title {
    margin: 0;
    padding-left: 0px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
	line-height: 22px;
}
.recommend_title:before {
    position: absolute;
    top: 100%;
    left: 0;
    border: none;
    border-right: solid 5px #752a2a;
    border-bottom: solid 5px transparent;
    content: '';
}
.recommend_title:after {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: -6px;
    z-index: 1;
    border-style: solid;
    border-width: 18px 10px 18px 0;
	border-width: 12px 6px 12px 0;
    border-color: #FD004D transparent;
    content: '';
}


.corpName {
	
}
.checkBtn {
	padding: 10px;
}

#contentForm .corpBanner label {
	display: block;
	width: 22px;
	height: 22px;
	position: relative;
	margin: 0 auto;
}
#contentForm .corpBanner input[type="checkbox"] + span::before {
    display: inline-block;
    content: '';
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #acacac;
    border-radius: 3px;
    margin-right: .5rem;
    vertical-align: sub;
	/*position: absolute;
	top: 0;
	left: 0;*/
}

/* 送信ボタン */
.btn-positive.accentColor {
	padding: 0;
	display: block;
}

/* ----------------------------------
モーダルウィンドウ
---------------------------------- */
.modal_box {
    position: fixed;
    display: none;
    z-index: 7777;
    width: 460px;
    margin: 0;
    padding: 30px;
    border: none;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
	border-radius: 4px;
}
.modalCorpname {
	margin: 8px 0;
	line-height: 1.2;
}
.modal_box .comment_01,
.modal_box .comment_02 {
	font-size: 15px;
	text-align: left;
}
.modal_box .comment_01 {
	font-weight: bold;
	margin: 5px 0;
}
.modal_box .comment_02 {
	margin-bottom: 24px;
}
.modal_close {
    background: #fff;
    color: #000;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
	cursor: pointer;
}
.modalClosebtn {
	color: #fff;
	cursor: pointer;
	display: block;
	height: 40px;
}
.modalClosebtn .modal_close {
    color: #00299b;
    width: 26%;
    line-height: 40px;
    display: block;
	margin: 0 auto;
    font-size: 15px;
    position: relative;
    text-align: center;
	border-radius: 6px;
	top: 0;
	right: 0;
	text-decoration: underline;
}
.modal_close i {
    line-height: 62px;
    vertical-align: bottom;
}

.modal_bg {
    z-index: 6666;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.75);
}

.link_area {
    overflow: hidden;
    max-width: 410px;
    margin: 60px auto 0;
    text-align: center;
}

.link_area .modal_link {
    display: inline;
}

.link_area .modal_link a {
    display: inline-block;
    background: #e6e6e6;
    width: 180px;
    line-height: 2.5;
    text-decoration: none;
    color: #000;
    margin: 0 10px;
}

.link-area ul li.modal_link:first-child a {
    float: left;
}

.link-area ul li.modal_link:last-child a {
    float: right;
}

/*-----------------------------------
サンキューページ
------------------------------------*/
/*登録した項目*/

#registeredItem,
#registeredItem th,
#registeredItem td {
	border: none;
}
#registeredItem {
	margin-top: 48px;
	border-top: 1px solid #ccc;
}
#registeredItem th,
#registeredItem td {
	border-bottom: 1px solid #ccc;
	padding: 1em;
}
#registeredItem th {
	width: 16em;
	color: #aaa;
}
/* トップページへボタン */
.btn-neutral.mainColor {
	padding: 0;
	margin: 48px auto ;
	display: block;
}



@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 991px) {
body.page .post-title {
	width: 100%;
	}
#contentForm {
		width: 100%;
	}
#contentForm table tbody th,
#contentForm table tbody td {
	width: 100%;
	display: block;
	padding: 8px 10px;
}
#contentForm table tbody th {
	padding: 10px 10px 0 ;
    padding-right: 10px;
	white-space: normal;
	background: none;
	}
#contentForm table tbody td {
	padding: 10px 0 1em; 
	}
	#contentForm .must {
	float: none;
}
#contentForm .btn-positive.accentColor {
	width: 100%;	
}
#contentForm #objectBuildingArea {
	width: 20em;
}
#contentForm #objectSiteArea {
	width: 20em;
}
	
/* 左右2カラム時のエラー表示 */
#contentForm #personNameBlock td .error,
#personNameKanaBlock td .error {
	/*width: 48%;*/
}
}

@media screen and (max-width: 767px) {
/* ----------------------------------
共通
----------------------------------- */
h1 {
	font-size: 6.5vw;
}
.redletter {
	white-space: normal;
}

.error {
	white-space: normal;
	display: block;
}

/* WPテーマのデフォルトを削除 */
.table-grad:after {
	background: none;
	content: none;
}	
	
/* ----------------------------------f
ステップバー
----------------------------------- */
#stepbar img {
	width: 90%;
}
	
/* ----------------------------------f
フォーム
----------------------------------- */
#contentForm #personLastName,
#contentForm #personFirstName,
#contentForm #personLastNameKana,
#contentForm #personFirstNameKana {
	width: 47.5%;
}
	
#contentForm #objectBuildingArea {
	width: 60%;
}
#contentForm #objectSiteArea {
	width: 60%;
}
#contentForm input[type="text"],
#contentForm input[type="tel"],
#contentForm input[type="email"],
#contentForm input[type="url"],
#contentForm textarea,
#contentForm select {
	width: 100%;
	font-size: 16px;
}
#contentForm table tbody th {
	padding: 16px 0  0 ;
}
#contentForm table tbody td {
	padding: 10px 0 16px;	
}
#contentForm table tbody tr:first-child {
	border-top: 1px solid #ccc;
}
#contentForm table tbody tr:last-child {
	border-bottom: none;
}
#contentForm table #personEmail	{
	width: 80%;
}

/* ----------------------------------
依頼する会社
---------------------------------- */
#inquiryClientIdList ul {
	padding: 4% 4% 0;
	}
#inquiryClientIdList ul li {
	margin: 0 0  4%;
	}
.corpInfo {
	padding: 15px 15px 0;
	}
/* オススメ */
.recommend_ribbon {
	top: 20px;
	}
	
	
/* ----------------------------------
モーダルウィンドウ
---------------------------------- */
.corpBanner a {
	display: none;
}	
/*.modal_content {
    padding: 50px 2vw 40px;
}*/

.link_area .modal_link a {
    margin: 15px auto 0;
}

.link_area ul li.modal_link:first-child a {
    float: none;
    margin-top: 0;
}

.link_area ul li.modal_link:last-child a {
    float: none;
}

.modal_close {
    width: 40px;
    line-height: 40px;
    font-size: 30px;
}

.link_area {
    margin: 25px auto 0;
}

.modal_close i {
    line-height: 44px;
}
#inquiryClientIdList ul li {
	width: 100%;
	float: none;
	min-height: auto;
	margin-right: 0;
	margin-bottom: 15px;
}
.corpBanner .corpName {
	margin: 1em 0;
}
/*-----------------------------------
サンキューページ
------------------------------------*/
/*登録した項目*/
#registeredItem,
#registeredItem tbody,
#registeredItem tr,
#registeredItem th,
#registeredItem td {
	width: 100%;
	display: block;
	white-space: normal;
}
#registeredItem th,
#registeredItem td {
	width: 100%;
	display: block;
	min-height: 3em;
	line-height: 2;
}
#registeredItem td {
	line-height: 1.4;
}
#registeredItem th {
	width: 100%;
	text-align: center;
	padding: .5em;
}
/* トップページへボタン */
.btn-neutral.mainColor {
	width: 100%;
}
}