@charset "utf-8";
/* CSS Document */


/*-------------------------------------------------
	/ guide / rental_form / 内共通
---------------------------------------------------*/

.t18-middle-split {
	font-size: 1.6rem;
}
.t18-middle-split .t18-middle-1st-section-title {
	margin-bottom: 30px;
}
.t18-list-before-arrow-black li a {
	text-decoration: underline;
	color: #c00;
}
.t18-list-before-arrow-black li a:hover {
	opacity: 0.6;
}
.guide-rental_form-caution-area {
	margin-top: 20px;
	padding: 10px 15px;
	background-color: #ffebee;
	font-size: 1.5rem;
	border-left: 2px solid rgba(204,0,0,0.4);
}
.t18-guide-process-step-list li .t18-guide-process-step-bottom-txt .guide-rental_form-caution-title {
	/*position: relative;
	color: rgba(204,0,0,0.8);
	padding: 0 20px;
	margin-top: 5px;*/
	margin-bottom: 3px;
	color: #c00;
}
/*.guide-rental_form-caution-title::before,
.guide-rental_form-caution-title::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	vertical-align: middle;;
	width: 16px;
	height: 1px;
	background-color: rgba(204,0,0,0.8);
}*/
.t18-list-indent.guide-rental_form-caution li {
	font-size: 1.5rem;
	margin-bottom: 3px;
}

/* t18-guide-process-step */
.t18-guide-process-step-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.t18-guide-process-step-list > li {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}
.t18-guide-process-step-list li .t18-guide-process-step-top {
	height: 50px;
	color: #fff;
	background-color: #666;
}
.t18-guide-process-step-list li .t18-guide-process-step-top p {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 50px;
	margin: 0;
	padding: 0;
}
.t18-guide-process-step-list li .t18-guide-process-step-top p span {
	display: inline-block;
	width: 200px;
	font-weight: 200;
	text-align: center;
}
.t18-guide-process-step-list li .t18-guide-process-step-bottom {
	padding: 30px;
}
.t18-guide-process-step-list li .t18-guide-process-step-bottom .t18-guide-process-step-bottom-img {
	display: inline-block;
	width: 140px;
	height: 140px;
	margin-right: 30px;
}
.t18-guide-process-step-list li .t18-guide-process-step-bottom .t18-guide-process-step-img {
	display: inline-block;
	width: 140px;
	height: 140px;
	background-color: #c00;
	border-radius: 100px;
	margin-top: 20px;
}
.t18-guide-process-step-list li .t18-guide-process-step-bottom .t18-guide-process-step-img:first-child {
	margin-top: 0;
}
.t18-guide-process-step-list li .t18-guide-process-step-bottom .t18-guide-process-step-img img {
	width: 100%;
    height: auto;
}
.t18-guide-process-step-list li .t18-guide-process-step-bottom-txt {
	width: calc(100% - 180px);
	margin: 0 0 10px;
    display: inline-block;
    vertical-align: top;
	line-height: 1.5;
}
.t18-guide-process-step-list li .t18-guide-process-step-bottom-txt p {
	margin: 0;
}
.t18-guide-process-step-list li .t18-guide-process-step-bottom-txt p a {
	color: #c00;
}
.t18-guide-process-step-list li .t18-guide-process-step-bottom-txt p a:hover {
	opacity: 0.6;
}
.t18-guide-process-step-list li .t18-guide-process-step-bottom-txt ul.t18-list-before-arrow-black {
	margin-top: 20px;
	margin-bottom: 5px;
}
.t18-guide-process-step-list li .t18-guide-process-step-bottom-txt ul li a {
	font-size: 1.6rem;
	color: #c00;
	text-decoration: underline;
}
@media screen and (max-width: 750px) {
	.t18-middle-split {
		font-size: 3.2rem;
	}
	.t18-list-indent.guide-rental_form-caution li {
		font-size: 2.8rem;
		margin-bottom: 3px;
	}
	.guide-rental_form-caution-area {
		padding: 20px 25px;
		font-size: 2.8rem;
		border-left: 4px solid rgba(204,0,0,0.4);
	}

	/* t18-guide-process-step */
	.t18-guide-process-step-list > li {
		border: 2px solid #ccc;
	}
	.t18-guide-process-step-list li .t18-guide-process-step-top {
		height: 140px;
		padding: 30px 0;
	}
	.t18-guide-process-step-list li .t18-guide-process-step-top p {
		display: block;
		text-align: center;
		font-size: 3.6rem;
		font-weight: bold;
		line-height: 1;
	}
	.t18-guide-process-step-list li .t18-guide-process-step-top p span {
		display: block;
		font-size: 3rem;
		width: auto;
		margin-bottom: 10px;
	}
	.t18-guide-process-step-list li .t18-guide-process-step-bottom {
		padding: 40px 30px;
	}
	.t18-guide-process-step-list li .t18-guide-process-step-bottom .t18-guide-process-step-bottom-img {
		display: block;
		width: 100%;
		height: 140px;
		margin-right: 0;
		margin-bottom: 40px;
		text-align: center;
	}
	.t18-guide-process-step-list li .t18-guide-process-step-bottom .t18-guide-process-step-img {
		margin-top: 0;
		margin-left: 20px;
	}	
	.t18-guide-process-step-list li .t18-guide-process-step-bottom .t18-guide-process-step-img:first-child {
		margin-left: 0;
	}
	.t18-guide-process-step-list li .t18-guide-process-step-bottom-txt {
		width: 100%;
	}
	.t18-guide-process-step-list li .t18-guide-process-step-bottom-txt ul.t18-list-before-arrow-black {
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.t18-guide-process-step-list li .t18-guide-process-step-bottom-txt ul li a {
		font-size: 3rem;
	}
}


/*-------------------------------------------------
	/ guide / rental_form /
---------------------------------------------------*/
.t18-transaction-code-check-area {
	font-size: 0;
	margin: 60px 0 100px;
}
.t18-transaction-code-check {
	display: inline-block;
    width: 48%;
    margin: 0;
    font-size: 1.6rem;
    vertical-align: top;
    text-align: center;
    margin-right: 4%;
}
.t18-transaction-code-check.with_code {
	margin-right: 0;
}
.t18-transaction-code-check-btn a {
	position: relative;
	display: inline-block;
    width: 100%;
    height: 120px;
    padding: 20px 40px;
    color: #c00;
    background-color: #fff;
    border: 4px solid #c00;
    font-size: 2.6rem;
    line-height: 36px;
    text-decoration: none;
    text-align: left;
}
.t18-transaction-code-check.with_code .t18-transaction-code-check-btn a {
	color: #333;
	border-color: #333;
}
.t18-transaction-code-check-btn a::after {
	content: "";
	display: block;
	position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
	width: 30px;
	height: 30px;
	border-top: solid 4px #c00;
	border-right: solid 4px #c00;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.t18-transaction-code-check.with_code .t18-transaction-code-check-btn a::after {
	border-color: #333;
}
.t18-transaction-code-check-btn a:hover {
	color: #fff;
	background-color: #c00;
}
.t18-transaction-code-check.with_code .t18-transaction-code-check-btn a:hover {
	color: #fff;
	background-color: #333;
}
.t18-transaction-code-check .t18-transaction-code-check-btn a:hover::after {
	border-color: #fff;
}
.t18-rental_form .t18-list-before-arrow-black {
	margin-top: 40px;
}
.t18-rental_form .t18-list-before-arrow-black a {
	color: #c00;
}
.t18-transaction-code-about {
	font-size: 1.8rem;
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 1em;
    text-indent: -1em;
}
/* Q&A */
.t18-rental_form .t18-middle-1st-section-title {
	margin-bottom: 30px;
}
.t18-rental_form .t18-list-before-arrow-red li {
	display: block;
}
.t18-rental-qa-list dt,
.t18-rental-qa-list dd {
	position: relative;
	padding-top: 7px;
	padding-left: 48px;
	margin: 0;
    min-height: 38px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.t18-rental-qa-list dt {
	font-weight: bold;
}
.t18-rental-qa-list dd {
	margin-bottom: 40px;
}
.t18-rental-qa-list dt::before,
.t18-rental-qa-list dd::before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 38px;
	height: 38px;
    text-align: center;
    font-size: 2.1rem;
	font-weight: normal;
    line-height: 36px;
    color: #fff;
    border-radius: 50px;
}
.t18-rental-qa-list dt::before {
    content: "Q";
	background: #c00;
}
.t18-rental-qa-list dd::before {
    content: "A";
	background: #999;
}
.t18-rental_form .t18-rental-qa-list .t18-list-before-arrow-black {
    padding: 0;
	margin-top: 5px;
}
.t18-rental_form .t18-rental-qa-list .t18-list-before-arrow-black li {
	margin: 0;
}
@media screen and (max-width: 750px) {
	.t18-transaction-code-check-area {
		margin-top: 40px;
	}
	.t18-transaction-code-check {
		width: 100%;
		font-size: 3.2rem;
		margin-right: 0;
	}
	.t18-transaction-code-check.no_code {
		margin-bottom: 20px;
	}
	.t18-transaction-code-check-btn a {
		height: 170px;
		padding: 25px 50px;
		border: 6px solid #c00;
		font-size: 4rem;
		line-height: 54px;
	}
	.t18-transaction-code-check-btn a::after {
		right: 50px;
		width: 40px;
		height: 40px;
		border-top: solid 6px #c00;
		border-right: solid 6px #c00;
	}
	.t18-rental_form .t18-list-before-arrow-black {
		margin-top: 40px;
	}
	.t18-transaction-code-about {
		font-size: 3.2rem;
		line-height: 1.3;
	}
	/* Q&A */
	.t18-rental-qa-list dt,
	.t18-rental-qa-list dd {
		padding-top: 0px;
		padding-left: 62px;
		min-height: 50px;
		line-height: 1.4;
		font-size: 3rem;
	}
	.t18-rental-qa-list dd {
		margin-bottom: 60px;
	}
	.t18-rental-qa-list dt::before,
	.t18-rental-qa-list dd::before {
		width: 50px;
		height: 50px;
		font-size: 3rem;
		line-height: 46px;
	}
	.t18-rental_form .t18-rental-qa-list {
		margin-bottom: 100px;
	}
}


/*-------------------------------------------------
	/ guide / rental_form / about_code /
---------------------------------------------------*/

.t18-rental_form-about_code .t18-middle-1st-section-title {
	margin-top: 60px;
}
.t18-rental_form-about_code .t18-guide-upper {
	margin: 20px 0;
}
.t18-rental_form-about_code .t18-guide-process-step-list li .t18-guide-process-step-bottom .t18-guide-process-step-img {
	background-color: #fff;
	border: 4px solid #c00;
}
@media screen and (max-width: 750px) {
	.t18-rental_form-about_code .t18-middle-1st-section-title {
		margin-top: 40px;
	}
	.t18-rental_form-about_code .t18-guide-process-step-list li .t18-guide-process-step-bottom .t18-guide-process-step-img {
		border: 4px solid #c00;
	}
}

/*-------------------------------------------------
	/ guide / rental_form / code /
---------------------------------------------------*/
.t18-rental_form-code .t18-guide-process-step-list li .t18-guide-process-step-bottom .t18-guide-process-step-img {
	background-color: #000;
}
.t18-rental_form-code .t18-guide-process-step-list li:nth-child(3) .t18-guide-process-step-img img {
	transform: scale(-1, 1);
}


/*-------------------------------------------------
	/ guide / rental_form / no_code /
---------------------------------------------------*/
.t18-rental_form-no_code .t18-guide-process-step-list li:nth-child(1) .t18-list-before-arrow-black {
	margin-bottom: 20px;
}
.t18-rental_form-no_code .t18-guide-process-step-list li:nth-child(3) .guide-rental_form-caution-area {
	margin-bottom: 20px;
}
/*.t18-rental_form-no_code .t18-guide-process-step-list li:nth-child(3) .t18-list-indent {
	margin-bottom: 20px;
}*/
.t18-rental_form-no_code .t18-guide-process-step-list li:nth-child(3) .t18-guide-process-step-img:nth-child(2) img {
	transform: scale(-1, 1);
}
.t18-rental_form-no_code .t18-guide-process-step-list li:nth-child(3) .t18-list-indent span {
	text-decoration: underline double;
}
@media screen and (max-width: 750px) {
	.t18-rental_form-no_code .common-button-area a {
		font-size: 3.4rem;
		border: 3px solid #c00;
	}
}


/*-----------------------------------------------------------
	/ guide / rental_form / no_code / price_list /
-------------------------------------------------------------*/
.t18-rental_form-no_code-price_list .t18-list-before-arrow-red li {
	display: block;
}

.t18-rental_form-no_code-price_list .t18-middle-1st-section-title {
	display: flex;
	align-items: flex-end;
	margin-bottom: 10px;
}
.t18-rental_form-no_code-price_list .t18-middle-1st-section-title img {
	vertical-align: bottom;
    width: 60px;
    margin-bottom: -16px;
	margin-left: 10px;
}
.t18-rental_form-no_code-price_list #price_list_3 .t18-middle-1st-section-title img {
	margin-left: 0;
}
.t18-guide-price-list-table-area {
	overflow-x: auto;
}
.t18-guide-price-list-caution {
	text-align: right;
    font-size: 1.3rem;
    color: #666;
    margin: 0px auto 10px;
    padding-right: 5px;
}
.t18-guide-price-list-table {
	display: block;
	width: 100%;
	min-width: 873px;
	border-collapse: collapse;
	font-size: 1.4rem;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
}
.t18-guide-price-list-table a {
	color: #c00;
}
.t18-guide-price-list-table a:hover {
	opacity: 0.6;
}
.t18-guide-price-list-table thead {
	font-size: 1.1rem;
}
.t18-guide-price-list-table th, .t18-guide-price-list-table td {
	padding: 10px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
}
.t18-guide-price-list-table th {
	color: #fff;
	background-color: #666;
	font-weight: normal;
	border-right: 1px solid #aaa;
}
.t18-guide-price-list-table th.th1,
.t18-guide-price-list-table td:nth-last-child(9) {
	width: 11%;
}
.t18-guide-price-list-table th.th2 {
	width: 32%;
}
.t18-guide-price-list-table td:nth-last-child(8) {
	width: 18%
}
.t18-guide-price-list-table td:nth-last-child(7) {
	width: 14%;
}
.t18-guide-price-list-table th.th3,
.t18-guide-price-list-table td:nth-last-child(6) {
	width: 11%;
}
.t18-guide-price-list-table th.th4,
.t18-guide-price-list-table td:nth-last-child(5) {
	width: 11%;
}
.t18-guide-price-list-table th.th5 ,
.t18-guide-price-list-table td:nth-last-child(4){
	width: 11%;
}
.t18-guide-price-list-table th.th6,
.t18-guide-price-list-table td:nth-last-child(3) {
	width: 9%;
}
.t18-guide-price-list-table th.th7,
.t18-guide-price-list-table td:nth-last-child(2) {
	width: 6%;
}
.t18-guide-price-list-table th.th8,
.t18-guide-price-list-table td:nth-last-child(1) {
	width: 9%;
}

.t18-guide-price-list-table td:nth-last-child(5),
.t18-guide-price-list-table td:nth-last-child(4),
.t18-guide-price-list-table td:nth-last-child(3),
.t18-guide-price-list-table td:nth-last-child(1) {
	text-align: right;
}
.t18-guide-price-list-table td:nth-last-child(6),
.t18-guide-price-list-table td:nth-last-child(2) {
	text-align: center;
}
.t18-guide-price-list-table tr.not_rental td {
	background-color: #f5f5f5;
	text-align: right;
	color: #333;
  	border-top: 1px dashed #ccc;
}
.t18-guide-price-list-table tr.not_rental td:nth-last-child(6) {
	text-align: center;
}
.t18-guide-price-list-table tr.not_rental td:nth-last-child(7),
.t18-guide-price-list-table tr.not_rental td:nth-last-child(8) {
	font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
	.t18-rental_form-no_code-price_list .t18-middle-1st-section-title img {
		width: 80px;
		margin-left: 20px;
	}
	.t18-rental_form-no_code-price_list #price_list_3 .t18-middle-1st-section-title img {
		margin-left: 10px;
	}
	.t18-guide-price-list-table-area::-webkit-scrollbar{ 
		height: 15px;
	}
	.t18-guide-price-list-table-area::-webkit-scrollbar-thumb{ 
		background: #c1c1c1;
	}
	.t18-guide-price-list-table-area::-webkit-scrollbar-track-piece:start,
	.t18-guide-price-list-table-area::-webkit-scrollbar-track-piece:end{
		background: #f1f1f1;
	}
	.t18-guide-price-list-caution {
		font-size: 2.4rem !important;
		margin: 0px auto 15px;
	}
	.t18-guide-price-list-table {
		min-width: 1600px;
		font-size: 2.4rem;
		border-left: 2px solid #666;
    	border-bottom: 2px solid #666;
	}
	.t18-guide-price-list-table thead {
		font-size: 2.2rem;
	}
	.t18-guide-price-list-table th, .t18-guide-price-list-table td {
		padding: 16px;
		border-top: 2px solid #666;
    	border-right: 2px solid #666;
	}
	.t18-guide-price-list-table th {
		padding: 10px;
		border-right: 2px solid #aaa;
	}
	.t18-guide-price-list-table th.th1,
	.t18-guide-price-list-table td:nth-last-child(9) {
		width: 13%;
	}
	.t18-guide-price-list-table th.th2 {
		width: 31%;
	}
	.t18-guide-price-list-table td:nth-last-child(8) {
		width: 17%
	}
	.t18-guide-price-list-table td:nth-last-child(7) {
		width: 13%;
	}
	.t18-guide-price-list-table th.th3,
	.t18-guide-price-list-table td:nth-last-child(6) {
		width: 11%;
	}
	.t18-guide-price-list-table th.th4,
	.t18-guide-price-list-table td:nth-last-child(5) {
		width: 11%;
	}
	.t18-guide-price-list-table th.th5 ,
	.t18-guide-price-list-table td:nth-last-child(4){
		width: 11%;
	}
	.t18-guide-price-list-table th.th6,
	.t18-guide-price-list-table td:nth-last-child(3) {
		width: 9%;
	}
	.t18-guide-price-list-table th.th7,
	.t18-guide-price-list-table td:nth-last-child(2) {
		width: 5%;
	}
	.t18-guide-price-list-table th.th8,
	.t18-guide-price-list-table td:nth-last-child(1) {
		width: 9%;
	}
	.t18-guide-price-list-table tr.not_rental td {
		border-top: 2px dashed #ccc;
	}
	.t18-guide-price-list-table tr.not_rental td:nth-last-child(7),
	.t18-guide-price-list-table tr.not_rental td:nth-last-child(8) {
		font-size: 2.2rem;
	}
}

td.del {
	text-align: center !important;
}
