@charset "utf-8";
/* CSS Document */

.formArea {
	margin: 0;
	padding: 30px;
}

.formTitle {
	margin: 0;
	padding: 10px 0;
	color: #d6051b;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	background-color: #e6e6e6;
}

.formTitle .textLarge {
	font-size: 1.8em;
}

.formHead {
	margin: 0;
	padding: 8px 5px 5px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	background-color: #15274d;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.formHead .text1 {
	margin: 0;
	padding: 0 0 0 0.2em;
	font-size: 27px;
	font-weight: bold;
}

.formHead .text2 {
	margin: 0;
	font-size: 26px;
	font-weight: bold;
}

.formHead .textLarge {
	font-size: 1.2em;
}

.topForm {
	display: block;
	margin: 0;
	padding: 0 30px 20px;
	background-color: #f5f5f5;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.lpForm {
	margin: 0;
	padding: 10px 0;
}

#main .lpForm li {
	box-sizing: border-box;
	width: 33.33333%;
	margin: 0;
	padding: 0 10px;
	list-style: none;
	float: left;
	font-size: 18px;
}

#main .lpForm li:first-child {
	padding-left: 0;
}

#main .lpForm li:nth-child(3) {
	padding-right: 0;
}

#main .lpForm li.st4 {
	display: none;
}

.lpForm .formStep span {
	font-size: 1.2em;
}

.lpForm .focusOn .formStep:after {
	border-left: 15px solid #15274d;
}

.lpForm li:last-child .formStep:after {
	border: none;
	visibility: hidden;
}

.lpForm .focusOn .formStep:before {
	color: #15274d;
}

.lpForm select,
.lpForm optgroup {
	color: #cecccc;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.lpForm select {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 10px;
	line-height: 40px;
	border: 1px solid #a7a7a7;
	box-shadow: none;
}

.lpForm .done select {
	color: #181818;
}

.lpForm .focusOn select {
	color: #181818;
	border: 1px solid #d6051b;
}

.lpForm optgroup {
	color: #181818;
}

.topForm .submit {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	position: relative;
}

.topForm .submitButton {
	display: block;
	width: 320px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #d6051b url(/magazine/images/formSubmit.png) 295px no-repeat;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.topForm .submitButton:hover {
	background-color: #e7162c;
}

.topForm .fukidashi45 {
	width: 85px;
	height: 80px;
	position: absolute;
	left: 95px;
	top: -2px;
}

.formPmark {
	position: relative;
	height: 0;
	margin: 0;
	padding: 0;
}

.formPmark a {
	position: absolute;
	right: 10px;
	bottom: 0;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}

.formPmark a.lazyloaded {
	background: url("/magazine/images/pMark88_88.svg") center top no-repeat;
	background-size: contain;
}

.topForm .attention {
	box-sizing: border-box;
	width: 40em;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	text-align: left;
}

.topForm .attention span {
	font-family: lvn;
	color: #ffbf1e;
}

/*---------------------------
リビンマッチコラム
----------------------------*/
.columnBtn {
	padding: 10px 30px;
}

.columnBtn .ttlColumnBtn {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}

.columnBtn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.columnBtn ul li {
	width: 170px;
	display: block;
	border: 1px solid #dcdcdc;
}

.columnBtn ul li a img {
	display: block;
	width: 170px;
	height: 100px;
}

.columnBtn ul li p {
	padding: 0.6em 1em 0.8em;
}

.columnBtn ul li p .columnTitles {
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	display: block;
	height: 2.8em;
	overflow: hidden;
	margin: 0 0 10px;
}

.columnBtn ul li p .day {
	font-size: 12px;
	text-align: right;
	display: block;
}


/*---------------------------
リビンマッチコラム
----------------------------*/

.serviceLink {
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
}

.serviceLink li {
	box-sizing: border-box;
	display: inline-block;
	width: 50%;
	height: 50px;
	text-align: left;
	border: 1px solid #dcdcdc;
	border-right: none;
	border-bottom: none;
	list-style: none;
}

.serviceLink li:nth-child(1) {
}

.serviceLink li:nth-child(2) {
	border-right: 1px solid #dcdcdc;
}

.serviceLink li:nth-child(3) {
	border-bottom: 1px solid #dcdcdc;
}

.serviceLink li:last-child {
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.serviceLink li a {
	display: block;
	margin: 0;
	padding: 0;
	color: #15274d;
	height: 100%;
	line-height: 50px;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 56px;
	background: left center no-repeat;
	background-size: 34px;
	background-position: 10px 50%;
	transition: .3s;
	position: relative;
}

.serviceLink li a::before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #15274d;
	border-right: solid 2px #15274d;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 44%;
	right: 20px;
	margin-top: -4px;
	transition: .3s;
}

.serviceLink li a:hover {
	opacity: .8;
}

.serviceLink li a:hover::before {
	right: 17px;
}

.serviceLink li a.sellTop.lazyloaded {
	background-image: url(/magazine/images/serviceButtonSell.png);
}

.serviceLink li a.kaitoriTop.lazyloaded {
	background-image: url(/magazine/images/serviceButtonKaitori.png);
}

.serviceLink li a.landTop.lazyloaded {
	background-image: url(/magazine/images/serviceButtonLand.png);
}

.serviceLink li a.ninbaiTop.lazyloaded {
	background-image: url(/magazine/images/serviceButtonNinbai.png);
}

/*rightBarForm START*/
#sideBar .formArea {
	padding: 0 0 30px 0;
}

.rightFormTitle {
	margin: 0;
	padding: 5px 10px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	background-color: #15274d;
}

.rightFormTitle .largeText {
	font-size: 1.2em;
}

.rightFormTitle .bottomText {
	display: block;
	border-top: 1px solid #ffffff;
}

#sideBar .topForm {
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	border-top: none;
}

#sideBar .lpForm {
	padding: 0;
}

#sideBar .lpForm li {
	position: relative;
	margin: 0 auto;
	padding: 5px 0;
	list-style: none;
	float: none;
}

#sideBar .lpForm li:before {
	position: absolute;
	top: 6px;
	left: 1px;
	content: " ";
	display: inline-block;
	width: 40px;
	height: 38px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	background-color: #cecccc;
}

#sideBar .lpForm li.st1:before {
	content: "1";
}

#sideBar .lpForm li.st2:before {
	content: "2";
}

#sideBar .lpForm li.st3:before {
	content: "3";
}

#sideBar .lpForm li.st4:before {
	content: "4";
}

#sideBar .lpForm li.focusOn:before {
	background-color: #15274d;
}

#sideBar .lpForm li select {
	box-sizing: border-box;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	height: 40px;
	padding: 0 45px;
	line-height: 40px;
}

#sideBar .lpForm select {
	cursor: pointer;
}

#sideBar .lpForm.lazyloaded select {
	background: url("/rp/common/images/dn.png") no-repeat;
	background-position: right 10px center;
}

#sideBar .topForm .submit {
	padding: 10px 0 5px 0;
	background: none;
}

#sideBar .topForm .submitButton {
	width: 240px;
	height: 40px;
	padding: 0;
	line-height: 40px;
}

#sideBar .formPmark,
#sideBar .attention,
#sideBar .formStep {
	display: none;
}

/*rightBarForm END*/

@media screen and (min-width: 769px) {

}


@media screen and (max-width: 768px) and (min-width: 415px) {
}


@media screen and (max-width: 768px) {
	.formArea {
		padding: 0;
		clear: both;
	}

	.topForm {
		padding: 0 10px 20px;
	}

	.lpForm select {
		height: 48px;
	}

	.formTitle {
		font-size: 20px;
	}

	.formHead {
		padding: 10px 20px;
	}

	.formHead .text1 {
		padding: 5px 0;
		font-size: 22px;
		font-size: 3.5vw;
	}

	.formHead .text2 {
		font-size: 18px;
	}

	.lpForm {
		padding: 5px 0;
	}

	#main .lpForm li,
	#main .lpForm li:first-child,
	#main .lpForm li:last-child,
	.lpForm li,
	.lpForm li:first-child,
	.lpForm li:last-child {
		width: 100%;
		margin: 0;
		padding: 5px 0;
		float: none;
	}

	.lpForm li .formStep {
		display: none;
	}

	.topForm .submit {
		margin: 0;
		padding: 0 0 10px 0;
		background: none;
	}

	.topForm .submitButton {
		width: 90%;
		height: 65px;
		background: #d6051b url(/magazine/images/formSubmit.png) 95% no-repeat;
		box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.5) inset;
	}

	.topForm .attention {
		width: 100%;
		margin: 0 auto;
		word-break: break-all;
		font-size: 1.0em;
		text-indent: -1.5em;
		padding-left: 2.5em;
	}

	.serviceLink {
		padding: 30px 0;
	}

	.serviceLink li a:hover {
		color: #ffffff;
		background-color: #15274d;
	}

	.formPmark {
		position: relative;
		height: 60px;
		width: 60px;
		margin: 0 auto 20px;
		margin: 0 0 3em 1em;
		float: right;
	}

	.formPmark a {
		position: relative;
		text-align: center;
		clear: both;
	}
}

@media screen and (max-width: 414px) {
	.formTitle {
	}

	.formHead .text1 {
		padding: 5px 0;
		line-height: 1.3;
		font-size: 6.3vw;
	}

	.topForm {
		padding: 0 10px 20px;
	}

	.formHead .text2 {
	}

	.columnBtn {
		padding: 26px 10px 10px;
	}

	.columnBtn .ttlColumnBtn {
		border-bottom: 1px solid #dcdcdc;
		margin-bottom: 15px;
		line-height: 1.5em;
	}

	.columnBtn ul li {
		width: 100%;
		border: none;
		margin-bottom: 1em;
	}

	.columnBtn ul li a img {
		float: left;
		margin-right: 1em;
		width: 45%;
		height: auto;
	}

	.columnBtn ul li p {
		text-align: left;
		padding: 0;
	}

	.columnBtn ul li p .columnTitles {
		font-size: 16px;
		margin-bottom: 2em;
	}

	.columnBtn ul li p .day {
		text-align: left;
	}

	.serviceLink {
		margin: 0;
		padding: 20px 0;
		border-bottom: none;
	}

	.serviceLink li {
		width: 100%;
		border: none;
		border-bottom: 1px solid #dcdcdc;
	}

	.serviceLink li:nth-child(1) {
		border-top: 1px solid #dcdcdc;
	}

	.topForm .attention {
		width: 100%;
		padding-left: 20px;
	}
}
