@charset "UTF-8";


/* common */

a[target="_blank"] .icon{
	width: 12px;
	height:12px;
	margin: 0 5px 0 5px;
	content: "";
	display:inline-block;
	background-image:url(../img/common/icon_blank_g.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:12px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* common:btn */
/* common:btn:submit */
input[type=submit] , .submitBtn {
	padding:20px 10px;
	background: -moz-linear-gradient(top,  #ff392b 80%, #fe1100 100%);
	background: -webkit-linear-gradient(top,  #ff392b 80%,#fe1100 100%);
	background: linear-gradient(to bottom,  #ff392b 80%,#fe1100 100%);
	border:solid #fe1100 1px;
	color:#fff!important;
	line-height:1;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
input[type=submit]:hover , .submitBtn:hover {background:#fe1100;color:#fff !important;}
input[type=submit]:active , .submitBtn:active {background:#fe1100;color:#fff !important;}
.submitBtn.-disabled{
	background: #f3f3f3;
	border:1px solid #ccc;
    color: #999!important;
    pointer-events: none;
}
/* common:btn:search */
.searchBtn {
	padding:20px 0;
	background: -moz-linear-gradient(top,  #3d93d0 80%, #006cb8 100%);
	background: -webkit-linear-gradient(top,  #3d93d0 80%,#006cb8 100%);
	background: linear-gradient(to bottom,  #3d93d0 80%,#006cb8 100%);
	border:solid #006cb8 1px;
	color:#fff !important;
	line-height:1;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	display:block;
}
.searchBtn:hover {background:#006cb8;color:#fff !important;}
.searchBtn:active {background:#006cb8;color:#fff !important;}

/* common:btn:action */
.actionBtn {
	padding:20px 0;
	background: -moz-linear-gradient(top,  #fff 80%, #f0f0f0 100%);
	background: -webkit-linear-gradient(top,  #fff 80%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #fff 80%,#f0f0f0 100%);
	border:solid #e5e5e5 1px;
	color:#62a3c1 !important;
	line-height:1;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	display:block;
}
.actionBtn:hover {background:#eff6f9;color:#62a3c1 !important;}
.actionBtn:active {background:#eff6f9;color:#62a3c1 !important;}

/* common:btn:action:red */
.actionBtnR {
	padding:20px 0;
	background: -moz-linear-gradient(top,  #fff 80%, #f0f0f0 100%);
	background: -webkit-linear-gradient(top,  #fff 80%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #fff 80%,#f0f0f0 100%);
	border:solid #e5e5e5 1px;
	color:#e12d50 !important;
	line-height:1;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	display:block;
}
.actionBtnR:hover {background:#eff6f9;color:#e12d50 !important;}
.actionBtnR:active {background:#eff6f9;color:#e12d50 !important;}

/* common:btn:normal */
.normalBtn {
	padding:20px 0;
	background: -moz-linear-gradient(top,  #fff 80%, #f0f0f0 100%);
	background: -webkit-linear-gradient(top,  #fff 80%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #fff 80%,#f0f0f0 100%);
	border:solid #e5e5e5 1px;
	color:#333 !important;
	line-height:1;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	display:block;
}
.normalBtn:hover {background:#eff6f9;color:#333 !important;}
.normalBtn:active {background:#eff6f9;color:#333 !important;}

/* deleteBtn */
.deleteBtn{
	padding: 5px 10px 5px 5px;
	border:solid #ccc 1px;
	background-color: #f5f5f5;
	color: #666!important;
	text-decoration: none;
	font-size: 1.4rem;
	display: inline-block;
}
.deleteBtn:hover{
	background-color: #fff;
	color: #666!important;
}
.deleteBtn span{
	padding: 0 0 0 20px;
	display: inline-block;
	position: relative;
}
.deleteBtn span::before{
	width: 10px;
	height: 10px;
	margin-top: -5px;
	content: "";
	background-image:url(../img/common/icon_cancel.png);
	background-repeat: no-repeat;
	background-size: 10px 10px;
	display: block;
	position: absolute;
	top:50%;
	left:5px;
}

/* arrowLink */
.arrowLink{position: relative;display: inline-block;padding: 0 12px 0 0;vertical-align: middle;}
.arrowLink::before{
	width: 4px;
	height: 4px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	content: "";
	vertical-align: middle;
	border-top: 2px solid #fe1100;
	border-right: 2px solid #fe1100;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* arrowLink:bottom */
.arrowLinkBottom {
	padding: 0 0 0 16px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.arrowLinkBottom::before{
	width: 4px;
	height: 4px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	vertical-align: middle;
	border-bottom: 2px solid #62a3c1;
	border-right: 2px solid #62a3c1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* formStep */
.formStep{margin: 0 0 20px 0;}
.formStep ol{display: flex;justify-content: space-between;}
.formStep ol li{
	margin: 0 8px 0 0;
	padding: 8px 5px;
	font-size: 1.2rem;
	line-height: 130%;
	background-color: #f5f5f5;
	text-align: center;
	border-radius: 5px;
	flex: 1;
	position: relative;
	color: #999;
}
.formStep ol li:last-of-type{margin: 0;}
.formStep ol li::before {
	content: "";
	position: absolute;
	top: 50%; 
	right: -5px;
	margin-top: -4px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #f5f5f5;
	z-index: 0;
}
.formStep ol li::after {
	content: "";
	position: absolute;
	top: 50%; 
	right: -5px;
	margin-top: -5px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #f5f5f5;
	z-index: -1;
}
.formStep ol li.cr{	background-color: #e5e5e5;color: #fe1100;}
.formStep ol li.cr::before , .formStep ol li.cr::after {border-color: transparent transparent transparent #e5e5e5;}
.formStep ol li:last-of-type::before , .formStep ol li:last-of-type::after {border: none;}

/* accordionArea */
.triger {position: relative;cursor: pointer;}
.triger .trgIcon {
	width:20px;
	height:20px;
	margin-top: -10px;
	display:block;
	position: absolute;
	top:50%;
	right:10px;
}
.triger.active .trgIcon {margin-top: -3px;right:11px;}
.triger .trgIcon::before , .triger .trgIcon::after{
	width:20px;
	height:6px;
	content:'';
	display:block;
	background:#333;
	position:absolute;
	top:7px;
	left:0;
}
.triger .trgIcon:after{height:20px; width:6px; top:0; left:7px; }
.triger.active .trgIcon::before , .triger.active .trgIcon::after{
	width:20px;
	height:6px;
	content:'';
	display:block;
	background:#333;
	position:absolute;
	top:0;
	left:1px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
}
.triger.active .trgIcon::after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);}


.rentContactP .telContactBlock * {
	box-sizing: border-box;
}
.rentContactP .telContactBlock .telList {
	width: 100%;
	border-bottom: solid #e5e5e5 1px;
}
.rentContactP .telContactBlock .telList thead th {
	background: #f5f5f5;
	border-top: solid #e5e5e5 1px;
	font-size: 1.2rem;
    text-align: center;
}
.rentContactP .telContactBlock .telList thead th:not(:first-of-type) {
	border-left: solid #e5e5e5 1px;
}
.rentContactP .telContactBlock .telList tbody th {
	border-top: solid #e5e5e5 1px;
	vertical-align: middle;
    text-align: center;
}
.rentContactP .telContactBlock .telList td {
	border-top: solid #e5e5e5 1px;
	border-left: solid #e5e5e5 1px;
	vertical-align: middle;
	text-align: center;
}

.fs-large {
	font-size: 3.0rem;
}

.selectTelBlock:not(:last-child) {
    margin-bottom: 20px;
}
.selectTelBlock .list {
    display: flex;
    flex-wrap: wrap;
}
.selectTelBlock .list > li:not(.number) {
    margin-right: 20px;
}

.balloon {
	border-top: dotted #fe1100 2px;
	background: linear-gradient(180deg, #f5f5f5, #fff);
	color: #fe1100;
	position: relative;
	text-align: center;
}
.balloon::after {
	width: 0;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	content: "";
	display: block;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #fe1100 transparent transparent transparent;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
}
.normalForm input::placeholder,
.normalForm textarea::placeholder {color: #ccc;}

/* PC------------------------------------------------------------------------------- */
@media print, screen and (min-width:769px){	
	
.pcDisNon {display: none;}

/* margin */
.pcMT50 {margin-top: 50px;}

/* header:simpleHeaderFooter */
.simpleHeaderFooter header {padding: 20px 0; border-bottom: solid #fe1100 3px;}
.simpleHeaderFooter header .logo {width: 1000px;margin: 0 auto;}
.simpleHeaderFooter header .logo img {width: 230px;}

/* footer:simpleHeaderFooter */
.simpleHeaderFooter footer {
	padding: 10px 0;
	color: #999;
	text-align: center;
}

/* pageTitle */
.pageTitle {width:1000px;margin: 50px auto;font-size: 3rem;font-weight: normal;}

/* layout */
.container {padding-bottom: 50px;}
.mainColumn{width: 1000px;margin-left:auto;margin-right:auto;}
.column2 {width:1000px;margin-left:auto;margin-right:auto;display:flex;justify-content:space-between;}
.column2 .mainContainer {width:710px;margin:0 30px 0 0;order:1;}
.column2 .subContainer {width:260px;margin:0;order:2;}
	
.btmBorderBox {
	margin-bottom: 50px;
	padding:20px 0 30px;
	border-top:solid #ccc 1px;
	box-shadow:0px 5px 5px -5px #ccc;
	-moz-box-shadow:0px 5px 5px -5px #ccc;
	-webkit-box-shadow:0px 5px 5px -5px #ccc;
}

/* head */
.head01 {
	margin-bottom: 25px;
	padding: 0;
	font-size: 2.2rem;
	font-weight: normal;
}
.head01::after {
	width:100%;
	height:2px;
	margin: 15px 0 0 0;
	content:"";
	display:block;
	background: -moz-linear-gradient(left,  #fe1100 20%, #f0f0f0 20%);
	background: -webkit-linear-gradient(left,  #fe1100 20%,#f0f0f0 20%);
	background: linear-gradient(to right,  #fe1100 20%,#f0f0f0 20%);
}
.head02 {
	margin-bottom: 25px;
	padding: 5px 0 5px 15px;
	font-size: 1.8rem;
	font-weight: normal;
	border-left: solid #fe1100 5px;
}

/* Message */
.errMsgArea {margin: 0 0 50px 0; padding: 50px; background-color: #fffddf;color: #e12d50;}
.errCell {background-color: #fffddf;}
.errText {margin: 0 0 5px 0;font-weight: bold;color: #e12d50;}
.errMsgArea .em{
	padding: 0 0 0 50px;
	position:relative;
	font-weight: bold;
}
.errMsgArea .em::before{
	width:0;
	height:0;
	margin: -20px 0 0 0;
	content:'!';
	display:block;
	position:absolute;
	top:50%;
	left:0;
	border:transparent solid;
	border-bottom-color:#e12d50;
	border-width:0 20px 35px 20px;
	color:#fff;
	font-family:Verdana;
	font-weight:bold;
	font-size:20px;
	line-height:40px;
	text-indent:-4px;
}
.errMsgArea .em + p{padding: 10px 0 0 50px;font-weight: bold;}
	
.simpleMsgArea {margin: 0 0 50px 0;padding: 50px;border:solid #f5f5f5 5px;}
.simpleMsgArea .em {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	font-size:1.8rem;
	font-weight:bold;
	border-bottom:solid #ccc 1px;
}
.simpleMsgArea ul.link {margin:50px 0 0 0;text-align:center;}
.simpleMsgArea ul.link li {margin:0 15px;display:inline-block;}

/* normalForm:mailSetting */
.normalForm .mailSetting .triger {cursor: text;}
.normalForm .mailSetting .triger span {text-decoration: underline;color: #62a3c1;cursor: pointer;}
.normalForm .mailSetting .triger span:hover {color: #c085a0;}
.normalForm .mailSetting dl{
	padding: 15px;
	background-color: #eff6f9;
	display: none;
	color: #666;
}
.normalForm .mailSetting dl{
	padding: 15px;
	background-color: #eff6f9;
	display: none;
}
.normalForm .mailSetting dt{font-weight: bold;}
.normalForm .mailSetting dd{font-size: 1.4rem;line-height: 150%;}
.normalForm .mailSetting dd p{margin-top: 15px;}
.normalForm .mailSetting dd p strong{font-size: 1.8rem;}
.normalForm .mailSetting dd .annotation{font-size: 1.2rem;line-height: 150%;}
	
/* formStep */
.formStep{margin: 0 0 50px 0;}
.formStep ol li{padding: 20px;font-size: 1.4rem;text-align: left;display: flex;}
.formStep ol li .stepNo{margin: 0 10px 0 0;font-weight: bold;}
	
/* normalForm */
.normalForm {margin: 0 0 50px 0;border-top: solid #ccc 1px;}
.normalForm .fieldset {
	width: 100%;
	padding: 1px 0;
	display: flex;
	border-bottom: solid #ccc 1px;
}
.normalForm fieldset legend {
	width: 25%;
	padding: 20px 58px 20px 20px;
	box-sizing: border-box;
	background-color: #f5f5f5;
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap:wrap;
	border-right: solid #fff 2px;
}
.normalForm fieldset legend .note{margin:4px 0;font-size:1.3rem;line-height:1.4;}
.normalForm fieldset .fieldInputArea {width: 75%;padding: 20px;box-sizing: border-box;}
.normalForm fieldset .fieldInputArea .upperText {margin: 0 0 10px 0;}
.upperText + .normalForm {margin-top: 10px;}
.normalForm fieldset .fieldInputArea .bottomText {margin: 10px 0 0 0;}
.normalForm fieldset .fieldInputArea .nameInput {display: flex;align-items: center;}
.normalForm fieldset .fieldInputArea .nameInput dt {width: 50px;}
.normalForm fieldset .fieldInputArea .nameInput dd {margin-right: 20px;}
.normalForm fieldset .itemArea {width: 75%;box-sizing: border-box;}
.normalForm fieldset .item {width: 100%;display: flex;border-top: solid #ccc 1px;}
.normalForm fieldset .itemArea .item:first-child {border-top:none;}
.normalForm fieldset .item > dt {
	width: 27%;
	padding: 20px 30px 20px 20px;
	box-sizing: border-box;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	position: relative;
	border-right: solid #fff 2px;
}
.normalForm fieldset .item > dd {width: 73%;}
.normalForm fieldset .item .fieldInputArea {width: 100%;}
.normalForm fieldset .fieldInputArea .detailItem {width: 100%;display: table}
.normalForm fieldset .fieldInputArea .detailItem:first-of-type {margin-top: -10px;}
.normalForm fieldset .fieldInputArea p + .detailItem:first-of-type {margin: 0;}
.normalForm fieldset .fieldInputArea .detailItem dt , .normalForm fieldset .fieldInputArea .detailItem dd {padding: 10px 0 0 0;display: table-cell; vertical-align: middle;}
.normalForm fieldset .fieldInputArea .detailItem dt {width: 15%;font-size:1.4rem;}
.normalForm fieldset .fieldInputArea .detailItem dd {width: 85%;}
.normalForm fieldset .fieldInputArea .detailItem.headW dt {width: 20%;}
.normalForm fieldset .fieldInputArea .detailItem.headW dd {width: 80%;}
.normalForm fieldset .item .fieldInputArea .detailItem dt {width: 25%;}
.normalForm fieldset .item .fieldInputArea .detailItem dd {width: 75%;}
.normalForm fieldset .item .fieldInputArea .enquete dt {width: 45%;}
.normalForm fieldset .item .fieldInputArea .enquete dd {width: 55%;}
	
/* normalForm:inputWidth,textareaHeight */
.inputWSS{width: 100px;box-sizing: border-box;}
.inputWS{width: 150px;box-sizing: border-box;}
.inputWM{width: 300px;box-sizing: border-box;}
.inputWL{width: 450px;box-sizing: border-box;}
.input100{width: 100%;box-sizing: border-box;}
.normalForm fieldset .fieldInputArea textarea {
	width: 100%;
	height: 6em;
	box-sizing: border-box;
}
.normalForm fieldset .fieldInputArea textarea.txAreaS {height: 4em;}
.normalForm fieldset .fieldInputArea textarea.rows2 {height: 3em;}
.normalForm fieldset .fieldInputArea .ageItem{display: inline-block;vertical-align: middle;}
.normalForm fieldset .fieldInputArea .ageItem span{padding: 0 5px;}
	
/* normalForm:list */	
.rowItem {display: inline-block; vertical-align: middle;}
.normalForm .sameM {
	margin-top: -10px;
	margin-right: -20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
}
.normalForm .sameM li {margin: 10px 20px 0 0;}
.normalForm .sameM + ul , .normalForm .sameM + p {margin-top: 10px;}
.normalForm .explainSelectList {margin-top: -15px;}
.normalForm .explainSelectList li {margin: 15px 0 0 0;}
.normalForm .explainSelectList .text {
	margin: 5px 0 0 35px;
	font-size: 1.2rem;
	color: #666;
	line-height: 150%;
}
.normalForm .colList {margin-top: -10px;overflow: hidden;}
.normalForm .colList > li{margin: 10px 0 0 0;}
	
/* normalForm:selectInput */	
.normalForm .colList .selectInput {
	display: flex;
	align-items: center;
}
.normalForm .colList .selectInput label {width: 150px;}
	
/* normalForm:required */	
.normalForm fieldset .requiredIcon {
	margin-top:-9px;
	padding: 3px;
	font-size: 1.2rem;
	line-height: 12px;
	background-color: #fe1100;
	color: #fff;
	position: absolute;
	top:50%;
	right:20px;
}
.normalForm fieldset .required {background-color: #fff4f3;}
.normalForm fieldset .required .workExperience{
	background: #fff;
	box-sizing: border-box;
	padding:20px;
	margin-top:10px;
}
.normalForm fieldset .required .workExperience label.checkboxText{margin-right: 10px;}	
.normalForm fieldset .required .workExperience p{font-size:1.2rem; color: #666;}		
/* formPrivacy */
.formPrivacy {
	margin: 0 20px 50px 20px;
	padding: 20px;
	font-size: 1.4rem;
	background-color: #f5f5f5;
}
.formPrivacy .link {margin: 10px 0 0;text-align: right;
}

/* formBtnArea */
.formBtnArea {display: flex;justify-content: center;}
.formBtnArea li {width: 350px;margin: 0 10px;}

/* formSSLArea */	
.formSSLArea{margin-top: 30px;text-align: right;}
	
/* cautionBtn */
.cautionBtn {
	width: 350px;
	margin: 0 auto 50px auto;
	}
.cautionBtn a {
	padding: 20px 0 20px 40px;
	position:relative;
	box-sizing: border-box;
	border: solid #e5e5e5 1px;
	background-color: #f5f5f5;
	color: #666;
	text-align: center;
	font-weight: bold;
	line-height:1;
	display: block;
	text-decoration: none;
	}
.cautionBtn a:hover {color: #666!important;	}
.cautionBtn a::before{
	width:0;
	height:0;
	margin: -20px 0 0 0;
	content:'!';
	display:block;
	position:absolute;
	top:50%;
	left:50px;
	border:transparent solid;
	border-bottom-color:#666;
	border-width:0 20px 35px 20px;
	color:#fff;
	font-family:Verdana;
	font-weight:bold;
	font-size:20px;
	line-height:40px;
	text-indent:-4px;
}
/* tlcBenefit */
.tlcBenefit {margin: 20px 0 0 0;}
.tlcBenefit dl {
	margin: 20px 0 0 0;
	padding: 20px 0 0;
	font-size: 1.4rem;
	line-height: 150%;
	border-top:dotted #ccc 1px;
}
.tlcBenefit dt {font-weight: bold;font-size: 1.6rem;}
.tlcBenefit dt br {display: none;}
.tlcBenefit dd {margin: 5px 0 0 0;}
.tlcBenefit .annotation {font-size: 1.2rem;color: #999;}
	

.rentContactP .telContactBlock {
	margin: 0 0 50px;
}
.rentContactP .telContactBlock a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    color: #333;
}
.rentContactP .telContactBlock thead th {
	padding: 10px;
}
.rentContactP .telContactBlock tbody th , 
.rentContactP .telContactBlock tbody td {
	padding: 20px 10px;
}
.rentContactP .telContactBlock .normalText {
	margin: 0 0 20px;
}

	
.selectTelBlock .list > li.select {
    height: 46px;
    display: flex;
    align-items: center;
}
  

.balloon {
	margin: 0 0 60px;
	padding: 30px 0;
}  
    
}



/* SP-------------------------------------------------------------------------------- */
@media screen and (min-width:0px) and (max-width: 768px) {

.spDisNon {display: none;}
.spMLR10 {margin-left: 10px;margin-right: 10px;}

/* common:btn:tel */
.telBtn {
	padding:15px 0;
	background: -moz-linear-gradient(top,  #fff 80%, #f0f0f0 100%);
	background: -webkit-linear-gradient(top,  #fff 80%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #fff 80%,#f0f0f0 100%);
	border:solid #e12d50 1px;
	color:#e12d50 !important;
	line-height:1;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	display:block;
	font-weight: bold;
}
.telBtn span {padding: 0 0 0 20px;display: inline-block;position: relative;}
.telBtn span::before{
	width: 15px;
	height: 20px;
	content: "";
	background-image:url(../img/common/icon_tel01.png);
	background-repeat: no-repeat;
	background-size: 15px 20px;
	display: block;
	position: absolute;
	top:-2px;
	left:0;
}
	
/* header */

/* footer */
	
/* header:simpleHeaderFooter */
.simpleHeaderFooter header {padding: 10px; border-bottom: solid #fe1100 3px;}
.simpleHeaderFooter header .logo img {height: 20px;vertical-align: middle;}

/* footer:simpleHeaderFooter */
.simpleHeaderFooter footer {
	padding: 10px 0;
	color: #999;
	text-align: center;
}

/* pageTitle */
.pageTitle {margin: 15px auto;padding: 0 10px; font-size: 2rem;font-weight: bold;}

/* layout */
.container {padding-bottom: 30px;}
	
.btmBorderBox {
	padding:5px 0 0;
	box-shadow:0px 5px 5px 0 #ededed;
	-moz-box-shadow:0px 5px 5px 0 #ededed;
	-webkit-box-shadow:0px 5px 5px 0 #ededed;
}
.btmBorderBox .head01:first-of-type {margin: 0;}
	
/* head */
.head01 {
	margin: 30px 0 0 0;
	padding: 0 5px 10px 5px;
	font-size: 1.8rem;
	font-weight: normal;
	position: relative;
}
.head01::after {
	width:100%;
	height:2px;
	margin: 5px 0 0 0;
	content:"";
	display:block;
	background: -moz-linear-gradient(left,  #fe1100 35%, #f0f0f0 35%);
	background: -webkit-linear-gradient(left,  #fe1100 35%,#f0f0f0 35%);
	background: linear-gradient(to right,  #fe1100 35%,#f0f0f0 35%);
	position: absolute;
	bottom:0;
	left:0;
}
.head02 {
	margin: 30px 0 0 0;
	padding: 5px 5px 5px 8px;
	font-weight: normal;
	border-left: solid #fe1100 3px;
	font-size: 1.6rem;
	font-weight: bold;
}
	
	.head01 + .formStep {margin-top: 10px;}
	
/* Message */
.errMsgArea {margin: 0 0 30px 0; padding: 20px; background-color: #fffddf;color: #e12d50;}
.errCell {background-color: #fffddf;}
.errText {margin: 0 0 5px 0;font-weight: bold;color: #e12d50;}
.errMsgArea .em{
	padding: 0 0 0 50px;
	position:relative;
	font-weight: bold;
}
.errMsgArea .em::before{
	width:0;
	height:0;
	margin: -20px 0 0 0;
	content:'!';
	display:block;
	position:absolute;
	top:50%;
	left:0;
	border:transparent solid;
	border-bottom-color:#e12d50;
	border-width:0 20px 35px 20px;
	color:#fff;
	font-family:Verdana;
	font-weight:bold;
	font-size:20px;
	line-height:40px;
	text-indent:-4px;
}
.errMsgArea .em + p{padding: 10px 0 0 50px;font-weight: bold;}
	
.simpleMsgArea {
	margin: 20px 10px 30px 10px;
	padding: 20px;
	border:solid #f5f5f5 5px;
}
.simpleMsgArea .em {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	font-weight:bold;
	border-bottom:solid #ccc 1px;
}
.simpleMsgArea ul.link {margin:10px 0 0 0;}
.simpleMsgArea ul.link li {margin:5px 0 0 0;}
	
/* normalForm:mailSetting */
.normalForm .mailSetting  {margin: 10px 0 0 0;}
.normalForm .mailSetting .triger {cursor: text;}
.normalForm .mailSetting .triger span {text-decoration: underline;color: #62a3c1;cursor: pointer;}
.normalForm .mailSetting .triger span:hover {color: #c085a0;}
.normalForm .mailSetting dl{
	padding: 15px;
	background-color: #eff6f9;
	display: none;
	color: #666;
}
.normalForm .mailSetting dl{
	padding: 15px;
	background-color: #eff6f9;
	display: none;
}
.normalForm .mailSetting dt{font-weight: bold;}
.normalForm .mailSetting dd{font-size: 1.4rem;line-height: 150%;}
.normalForm .mailSetting dd p{margin-top: 15px;}
.normalForm .mailSetting dd p strong{font-size: 1.8rem;display: block;}
.normalForm .mailSetting dd .annotation{font-size: 1.2rem;line-height: 150%;}
	
/* normalForm */
.normalForm {margin: 20px 0 0 0;}
.normalForm .fieldset {width: 100%;border-top: solid #ccc 1px;}
.normalForm fieldset legend {
	width: 100%;
	padding: 10px 54px 10px 10px;
	box-sizing: border-box;
	background-color: #f5f5f5;
	position: relative;
	font-weight: bold;
}
.normalForm fieldset legend .note{margin:4px 0;font-size:1.3rem;line-height:1.4;}
.normalForm fieldset .fieldInputArea {padding: 10px 10px 20px;box-sizing: border-box;}
.head01 + .upperText {margin: 20px 10px 0;}
.head02 + .upperText {margin: 20px 10px 0;}
.normalForm fieldset .fieldInputArea .upperText {margin: 0 0 10px 0;}
.normalForm fieldset .fieldInputArea .bottomText {margin: 10px 0 0 0;}
.normalForm fieldset .fieldInputArea .nameInput {display: flex;align-items: center;flex-wrap: wrap;}
.normalForm fieldset .fieldInputArea .nameInput dt {width: 20%;}
.normalForm fieldset .fieldInputArea .nameInput dt:first-of-type , 
.normalForm fieldset .fieldInputArea .nameInput dd:first-of-type {margin-bottom:10px;}
.normalForm fieldset .fieldInputArea .nameInput dd {width: 80%;}
.normalForm fieldset .itemArea {box-sizing: border-box;}
.normalForm fieldset .item {width: 100%;border-top: solid #ccc 1px;}
.normalForm fieldset .item > dt {
	padding: 10px 30px 10px 10px;
	box-sizing: border-box;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	position: relative;
}
.normalForm fieldset .item .fieldInputArea {width: 100%;}
.normalForm fieldset .fieldInputArea .detailItem {width: 100%;}
.normalForm fieldset .fieldInputArea .detailItem:first-of-type {margin-top: -10px;}
.normalForm fieldset .fieldInputArea p + .detailItem:first-of-type {margin-top: 0;}
.normalForm fieldset .fieldInputArea .detailItem dt {padding: 10px 0 0 0;font-size:1.4rem;}
.normalForm fieldset .fieldInputArea .detailItem dd {padding: 5px 0 0 0;font-size:1.4rem;}
.normalForm fieldset .fieldInputArea .detailItem dd input {font-size:1.6rem;}
.normalForm fieldset .fieldInputArea .ageItem{display: inline-block;vertical-align: middle;}
.normalForm fieldset .fieldInputArea .ageItem span{padding: 0 5px;}
.normalForm fieldset .required .workExperience p{font-size:1.4rem; color: #666;line-height: 1.2em;margin-top:5px;}	
.normalForm fieldset .required .workExperience{background: #fff;box-sizing: border-box;padding: 15px;margin-top: 20px;}
	.normalForm fieldset .required .workExperience label.checkboxText{margin: 0 10px 5px 0;}
	
/* normalForm:inputWidth,textareaHeight */
.inputWSS{width: 75px;box-sizing: border-box;}
.inputWS{width: 125px;box-sizing: border-box;}
.inputWM{width: 150px;box-sizing: border-box;}
.inputWL{width: 300px;box-sizing: border-box;}
.inputSp100{width: 100%;box-sizing: border-box;}
.normalForm fieldset .fieldInputArea textarea {
	width: 100%;
	height: 6em;
	box-sizing: border-box;
}
.normalForm fieldset .fieldInputArea textarea.txAreaS {height: 4em;}
.normalForm fieldset .fieldInputArea textarea.rows2 {height: 4.5em;}
	
/* normalForm:list */	
.rowItem {display: inline-block; vertical-align: middle;}
.normalForm .sameM {
	width: 100%;
	margin-top: -20px;
	margin-right: -20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
	box-sizing: border-box;
}
.normalForm .rowItem .sameM {width: auto;margin-right: 0;}
.normalForm .sameM li {margin: 20px 20px 0 0;}
.normalForm .sameM + ul , .normalForm .sameM + p {margin-top: 10px;}
.normalForm .colList , .normalForm .colListSP {
	margin-top: -20px;
	margin-right: 0;
	display: block;
	overflow: hidden;
}
.normalForm .colList li , .normalForm .colListSP li{margin: 20px 0 0 0;}
.normalForm .explainSelectList {margin-top: -15px;}
.normalForm .explainSelectList li {margin: 15px 0 0 0;}
.normalForm .explainSelectList .text {
	margin: 5px 0 0 35px;
	font-size: 1.2rem;
	color: #666;
	line-height: 150%;
}

	
/* normalForm:selectInput */	
.normalForm .colList .selectInput .inputWL {margin: 5px 0 0 0;}
	
/* normalForm:required */	
.normalForm fieldset .requiredIcon {
	margin-top:-9px;
	padding: 3px;
	font-size: 1.2rem;
	line-height: 12px;
	background-color: #fe1100;
	color: #fff;
	position: absolute;
	top:50%;
	right:20px;
}
.normalForm fieldset .required {background-color: #fff4f3;}
	
/* formPrivacy */
.formPrivacy {
	margin: 30px 20px 50px 20px;
	padding: 20px;
	font-size: 1.4rem;
	background-color: #f5f5f5;
}

/* formBtnArea */
.formBtnArea {margin: 0 5px;display: flex;justify-content: center;}
.formBtnArea li {margin: 0 5px;flex: 1;}

/* formSSLArea */	
.formSSLArea{  margin: 30px 10px 0 10px;text-align: right;}	
	
/* cautionBtn */
.cautionBtn {
	margin: 0 auto 50px auto;
	}
.cautionBtn a {
	padding: 20px 0 20px 40px;
	position:relative;
	box-sizing: border-box;
	border: solid #e5e5e5 1px;
	background-color: #f5f5f5;
	color: #666;
	text-align: center;
	font-weight: bold;
	line-height:1;
	display: block;
	text-decoration: none;
	}
.cautionBtn a:hover {color: #666!important;	}
.cautionBtn a::before{
	width:0;
	height:0;
	margin: -20px 0 0 0;
	content:'!';
	display:block;
	position:absolute;
	top:50%;
	left:50px;
	border:transparent solid;
	border-bottom-color:#666;
	border-width:0 20px 35px 20px;
	color:#fff;
	font-family:Verdana;
	font-weight:bold;
	font-size:20px;
	line-height:40px;
	text-indent:-4px;
}
/* tlcBenefit */
.tlcBenefit {margin: 20px 0 0 0;}
.tlcBenefit dl {
	margin: 10px 0 0 0;
	padding: 10px 0 0;
	font-size: 1.4rem;
	line-height: 150%;
	border-top:dotted #ccc 1px;
}
.tlcBenefit dt {font-weight: bold;text-align: center;}
.tlcBenefit dd {margin: 5px 0 0 0;}
.tlcBenefit .annotation {font-size: 1.2rem;color: #999;}	
	
	
    .rentContactP {
        margin: 0 0 30px;
    }
.rentContactP .telContactBlock {
	margin: 0 10px;
}
.rentContactP .telContactBlock th , 
.rentContactP .telContactBlock td {
	padding: 5px;
}
.rentContactP .telContactBlock .normalText {
	margin: 10px 0;
}
.rentContactP .telContactBlock .telList {
    font-size: 1.4rem;
    line-height: 1.5;
}
.fs-large {
	font-size: 1.8rem;
}
.rentContactP .telContactBlock .annotation {
    margin: 3px 0 0;
	font-size: 1.2rem;
    line-height: 1.25;
	text-align: left;
}
.rentContactP .telContactBlock .telList .label01 {
	width: 110px;
}
.rentContactP .telContactBlock .telList .label02 {
	width: calc(100vw - 200px);
}
.rentContactP .telContactBlock .telList .label03 {
	width: 70px;
}
	
	
.selectTelBlock .list > li.number {
    width: 100%;
    margin: 10px 0 0;
}
	
	
.balloon {
	margin: 0 0 40px;
	padding: 20px 10px;
}  
	
}
