/*TB用*/

.PageTitle_Rental{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: -155px;
	text-align: center;
	right: 0;
	left: 0;
	background: linear-gradient(to top, #15ace9, #7fcbea,#00b7ff);
	padding: 25px 0 35px;
}

.PageTitle_Rental::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: transparent;
	border-top: 15px solid #15ace9;
}

.RentalTitleBack{
	height: 450px;
	background: url(../commonImages/Rental_topimage.jpg) center/cover no-repeat;
	margin:0 auto;
	width:100%;
	padding: 200px 0 0;
	box-sizing: border-box;
}

.RentalMain{
	width:100%;
	margin: 250px auto 10%;
}

.ExplanatoryTextArea {
	width: 100%;
	max-width:90%;
	margin: 0 auto 5%;
	background: #f4fafc;
	padding: 5%;
	box-sizing: border-box;
}

.ExplanatoryTextArea p {
    font-size: 14px;
    text-align: left;
}

.RentalMenuArea{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background:linear-gradient(to top, #15ace9, #7fcbea,#00b7ff);
	padding:30px 0;
}

.RentalMenuArea_ul{
	font-size: 0;
	display: flex;
	width:95%;
	margin: auto;
	flex-wrap: wrap;
}

.RentalMenuArea_li{
	width : 33.333%;
	width : -webkit-calc(100% / 3);
	box-sizing: border-box;
	padding:1%;
}


.border_bottom {
	position: relative;
	border-bottom: solid 2px #dddee0;
	top: 20px;
	margin:0 auto 75px;
}

.border_bottom::after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 250px;
	border-bottom: 2px solid #00b7ff;
}

@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';

div[class*=container] {
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn {
	position: relative;
	color: #fff;
	width: 100%;
	height: 64px;
	line-height: 64px;
	transition: all 0.3s;
	span {
	transition: all 0.3s;
	tranform: scale(1, 1);
	}
}

.btn::before, .btn::after {
	content: '';
	position: absolute;
	transition: all 0.3s;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.btn-one::before {
	left: 4px;
	z-index: 1;
	opacity: 0;
	background: rgba(255, 255, 255, 0.5);
	transform: scale(0.5, 1);
}

.btn-one:hover::before {
	opacity: 1;
	transform: scale(1, 1);
}

.btn-one::after {
	transition: all 0.3s;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-one:hover::after {
	transform: scale(1, .1);
	opacity: 0;
}

.menu_jp{
	font-size:14px;
	font-weight:bold;

}

#RP {
	margin-top: -100px;
	padding-top: 100px;
}

#MERIT {
	margin-top: -100px;
	padding-top: 100px;
}

#PROCESS {
	margin-top: -100px;
	padding-top: 100px;
}

.RentalDetailArea{
	width: 90%;
	margin: auto;

}

.SubTitleArea{
	width:100%;
	margin:10% auto 5%;

}

.SubTitleArea h3{
	font-size: 50px;
	color: #00b7ff;
	text-align: left;

}

.PlanRemarks{
	width: 100%;
	margin: 10px auto 5%;
}

.PlanRemarks p{
	font-size:12px;
	text-align:right;
	margin:auto;
}

.PlanTable {
    display: table;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.PlanTableRow {
    display: table-row;
}

.PlanTH {
	background-color: #f4fafc;
	border-bottom: 1px solid #00b7ff;
	border-right: 1px solid #00b7ff;
	border-top: 1px solid #00b7ff;
	display: table-cell;
	padding: 15px 0;
	text-align: center;
	width: 20%;
	font-size:14px;
	color:#00b7ff;
}

.PlanTH2 {
	border-bottom: 1px solid #00b7ff;
	border-right: 1px solid #00b7ff;
	border-left: 1px solid #00b7ff;
	display: table-cell;
	font-size: 15px;
	letter-spacing: 0.1em;
	padding: 15px 0;
	text-align: center;
	width: 20%;
	vertical-align: middle;
	background: #f4fafc;
	font-size:14px;
	color:#00b7ff;
}

.PlanTD_1 {
	border-bottom: 1px solid #00b7ff;
	border-right: 1px solid #00b7ff;
	display: table-cell;
	font-size: 13px;
	padding: 15px 0;
	text-align: center;
	width: 20%;
	vertical-align: middle;
}

.PlanTD_2 {
	border-bottom: 1px solid #00b7ff;
	border-right: 1px solid #00b7ff;
	display: table-cell;
	font-size: 13px;
	padding: 15px 0;
	text-align: center;
	width: 20%;
	vertical-align: middle;
}

.PlanDescriptionArea {
	width: 95%;
	margin:5% auto;

}

.Rental_inner_title{
	width: 100%;
	margin: 8% auto;
	padding: 0 0 10px;
	border-bottom: 1px solid #dddee0;
}

.Rental_inner_title p{
	font-size:25px;
	font-weight:bold;
	color: #00b7ff;
	text-align: left;
}

.HeadingArea{
	width: 100%;
	margin: 0 auto 5%;
}

.HeadingArea p{
	font-size:15px;

}

.PlanDescriptionDetail{
	margin: 0 auto 30px auto;
	text-align: center;
	padding: 4% 2%;
	background: #f4fafc;
	box-sizing: border-box;
	border-radius: 10px;
}

.accordion-PlanDescription-wrap {

}

.accordion-PlanDescription-item {
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
}

.accordion-PlanDescription-item_InnerText {
    width: 100%;
}

.accordion-PlanDescription-item_InnerText_Inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.accordion-PlanDescription-header {
	transition: ease-in-out 100ms;
	font-size: 17px;
	box-sizing: border-box;
	text-align: left;
	color:#00b7ff;
	width: 95%;
	font-weight: bold;
	
}

.rotate-fa {
    transform: rotate(180deg);
}

.fa {
    transition: ease-in-out 300ms;
}
.accordion-PlanDescription-item_icon {
    font-size: 22px;
}

.PlanDescription_inner {
	width: 100%;
	box-sizing: border-box;
	margin: 2% auto 0;
	border-top: 1px dotted #2F4565;

}

.PlanDescription_inner_Text {
	width: 100%;
	margin: 4% auto;
}

.PlanDescription_inner_Text p {
	font-size: 14px;
	text-align: left;
	margin: auto;
	color: #2F4565;
}

.FastPaymentArea {
	width: 100%;
	padding: 2%;
	box-sizing: border-box;
	margin: 2% auto 0;
	background: #fff;
}

.FastPaymentArea p {
	font-size: 14px;
	text-align: left;
	margin: auto;
	color: #2F4565;
	line-height: 2;
}

.DepositArea{
	width: 100%;
	margin: 2% auto;
}

.DepositArea_Title{
	font-size: 15px;
	text-align: left;
	margin: 30px auto 10px;
	font-weight: bold;
	color: #2F4565;
}

.DepositArea_Text{
	font-size: 13px;
	text-align: left;
	margin: auto;
	color: #2F4565;
}

.CancelArea{
	width: 100%;
	margin: 2% auto 0;
}

.CancelArea_Title{
	font-size: 14px;
	text-align: left;
	margin: 30px auto 10px;
	font-weight:bold;
	color: #2F4565;
}

.CancelArea_Text{
	font-size: 13px;
	text-align: left;
	margin: auto;
	color: #2F4565;
}

.important{
	color:#FF4F50;

}

.Emphasis {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 90%,rgba(0,0,0,0.1) 0%) repeat scroll 0 0;
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	font-weight: bold;
}


.InstallationDestinationDetailArea {
	width: 100%;
	text-align: center;
	margin: 0 auto 4%;
}

.InstallationDestinationDetailArea_ul {
	font-size: 0;
	width: 100%;
	margin: 0 auto;
}

.InstallationDestinationDetailArea_li {
	display: inline-block;
	width: 49%;
	box-sizing: border-box;
	padding: 1%;

}

.InstallationDestinationDetailArea_li img {
	box-sizing: border-box;
	width: 100%;
}

.InstallationDestinationDetailArea_li p {
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 5% 0;
	border-bottom: 1px solid #dddee0;
}

.Merit3Area {
	width: 100%;
	margin: 0 auto;
}

.Merit3Area ol {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
}

.Merit3Area li {
	list-style-type: square;
	display: table-row;
	counter-increment: table-ol;
}

.Merit3Area ol li::before {
	content: counter(table-ol) ".";
	display: table-cell;
	font-weight: bold;
	font-size: 20px;
	padding: 15px 0;
	color:#2F4565;
}

.Merit3Area p {
	font-size: 15px;
	text-align: left;
}

.RentalDescriptionSubArea {
	width: 100%;
	margin:7% auto 0;
	box-sizing: border-box;
	text-align: left;
}

.Emphasis2 {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 90%,rgba(0,0,0,0.1) 0%) repeat scroll 0 0;
	font-size: 13px;
	color: rgba(0,0,0,0.7);
	line-height: 2;
}

.MeritExplanation{
	width: 100%;
	margin: 0 auto 5%;

}

.MeritExplanation_Title {
	font-size: 15px;
	text-align: left;
	margin: 4% auto;
	font-weight: bold;
	color: #2F4565;
}
.MeritExplanation_Text {
	width:100%;
	margin:auto;
	background:#fafafa;
	padding:2%;
	box-sizing:border-box;

}
.MeritExplanation_Text p {
	font-size: 13px;
	text-align: left;
	margin: auto;
	color: #2F4565;
}

.IntroductionExplanationArea{
	width: 100%;
	margin: 0 auto 15%;

}

.steps-table_ul{
	display: table;
	width: 100%;
	margin: 5% auto;
	padding: 2%;
	box-sizing: border-box;
	border-radius: 10px;
	border: 2px solid #00b7ff;
}

.steps-table-left{
	display: inline-block;
	width: 100%;

}

.stepsDetail{
	width:100%;
	margin:0 auto 4%;;

}
.stepsDetail_Link_web{
	font-size:17px;
	font-weight:bold;
	text-decoration: underline;
	color:#00b7ff;
}

.stepsDetail_Link_tel{
	font-size:20px;
	font-weight:bold;
	text-decoration: underline;
	color:#00b7ff;
}
.steps_number{
	font-size: 25px;
	color: #00b7ff;
	margin: 0 auto 30px;
	border-bottom: 1px dashed #dddee0;
}

.number{
	font-size:35px;
	font-weight:bold;
	color: #00b7ff;

}
.steps_title{
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color:#00b7ff;
	margin: 0 auto 15px;

}
.steps_text{
	font-size:14px;
	text-align:left;
}
.steps-table-right {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	text-align: right;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
}

.steps-table-right img {
	width:100%;
	border-radius: 10px;

}

.DocumentRequestButtonArea {
    width: 100%;
    margin: 15% auto 0;
    text-align: center;
}

.DocumentRequestButtonArea a {
	width: 500px;
	padding: 25px 0;
	background: linear-gradient(to bottom, #2F4565, #0D0B2B);
	color: #fff;
	display: inherit;
	margin: auto;
	border-radius: 50px;
	position: relative;
	font-size: 16px;
}

.DocumentRequestButtonArea a::after {
	content: "";
	position: absolute;
	width: 1rem;
	height: 1rem;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	right: 3.5rem;
	border-right: 2px solid #7fcbea;
	border-bottom: 2px solid #7fcbea;
}

.Application_LinkArea2{
	width: 90%;
	margin: 4% auto;
	text-align:center;
}

.Application_LinkArea2 ul{
	width:100%;
	display:table;
	margin:auto;
}

.Application_LinkArea2 li{
	width:100%;
	display: inline-block;
	margin: auto auto 3%;
}

.OnlineApplicationButtonArea2{
	width: 100%;
	padding: 15px 0;
	background: #00b7ff;
	color: #fff;
	margin: auto;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	border: 2px solid #00b7ff;
	box-sizing: border-box;
}

.OnlineApplicationButtonArea2 img{
	width: 50px;
	margin-right: 10px;
	vertical-align: middle;
}

.PDFApplicationButtonArea2{
	width: 100%;
	padding: 15px 0;
	color: #00b7ff;
	margin: auto;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	border: 2px solid #00b7ff
	box-sizing: border-box;
}

.PDFApplicationButtonArea2 img{
	width: 50px;
	margin-right: 10px;
	vertical-align: middle;
}
