@charset "utf-8";

/*-----------------------
   Contents
------------------------*/
#contents {
	border-left: 1px solid #262626;
	border-right: 1px solid #262626;
}

#themeColor {
	background: rgb(35,115,27);
	background: -moz-linear-gradient(top, rgba(35,115,27,1) 0%, rgba(14,83,7,1) 100%);
	background: -webkit-linear-gradient(top, rgba(35,115,27,1) 0%,rgba(14,83,7,1) 100%);
	background: linear-gradient(to bottom, rgba(35,115,27,1) 0%,rgba(14,83,7,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23731b', endColorstr='#0e5307',GradientType=0 );
	height: 25px;
}

#titles {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #262626;
	padding: 0 25px 0 30px;
	width: 100%;
}

#contents h1 {
	background-color: #262626;
	padding: 30px 30px;
	margin: 0;
	color: #FFF;
}

#contents h1 span {
	color: limegreen;
}

#contents p {
	line-height: 1.5;
	margin-bottom: 0.5em;
}

/* 右上ナビ*/
nav#rightNavi ul {
	display: flex;
	align-items: flex-end;
}

nav#rightNavi ul li {
	list-style: none;
	height: 80px;
}

nav#rightNavi ul li#forHome { background: url("../../common/images/Top.png") no-repeat; }
nav#rightNavi ul li#forTryRent { background: url("../images/categoryTop.png") no-repeat; }

nav#rightNavi ul li a {
	display: block;
	width: 86px;
	height: 80px;
}

nav#rightNavi ul li#process a {
	width: 110px;
	margin-right: 20px;
}

/* パンくずリスト*/
#contents p#pankuzu {
	line-height: 1.5;
	color: #000;
	font-size: 0.85rem;
	padding: 10px 30px;
}

#contents p#pankuzu a {
	text-decoration: none;
	color: #000;
}

#contents p#pankuzu a:hover {
	color: darkgreen;
	text-decoration: underline;
}


.robots {
	display: flex;
	align-items: center;
	column-gap: 1rem;
}

/* formContents */
#formContents {
	margin: 50px;
	font-size: 0.95rem;
	color: black;
	line-height: 1.5;
}

#formContents h2 {
	font-size: 105%;
	margin-bottom: 2%;
	color: whitesmoke;
	background-color: seagreen;
	height: 28px;
	line-height: 28px;
	padding-left: 15px;
}

#formContents h3 {
	font-size: 100%;
	margin-bottom: 2%;
	color: whitesmoke;
	background-color: #222;
	height: 23px;
	line-height: 23px;
	padding-left: 15px;
}

#formContents h4,
#formContents h5 {
	font-size: 100%;
	margin-bottom: 2%;
	color: black;
}

#formContents a {
	color: dodgerblue;
	text-decoration: none;
}

#formContents a:hover {
	text-decoration: underline;
}

.section {
	margin-bottom: 4%;
}

.sectionEnd {
	padding-bottom: 4%;
}

.first {
	margin-top: 4%;
}

#formContents label {
	margin-right: 30px;
}

hr {
	color: lightgray;
	margin: 30px 0;
}

input,
select {
	border-radius: 3px;
	border: 1px solid #999;
	padding: 4px 10px;
	font-size: 105%;
}

input[type="text"] {
	background-color: white;
	width: 60%;
	margin-top: 5px;
}

textarea {
	background-color: white;
	border-radius: 3px;
	border: 1px solid #999;
}

.required {
	color: white;
	background-color: #C94042;
	border-radius: 3px;
	padding: 1px 5px 0;
}

.optional {
	color: white;
	background-color: dimgray;
	border-radius: 3px;
	padding: 1px 5px 0;
}

.has-danger {
	background: url(../common/images/check_failure.png) no-repeat right;
}

.errorMessage {
	color: #d85959;
	margin: 0.5em 0 0 30px;
}

.errorMessage:before {
	content: "※ ";
}

.box1 {
	padding-left: 15px;
	padding-right: 15px;
}

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

}


