@charset "utf-8";
/* ===================================================================
CSS
 file name  :  contents.css
=================================================================== */
.contents_main{
	margin-top: 70px;
}
@media screen and (max-width: 768px) {
		.contents_main{
		margin-top: 40px;
	}
}

/* =====================================
まとめてレンタ君
======================================== */
.package h2.package_subtitle{
	margin-top: 40px;
	font-weight: 700;
	font-size: 1.8rem;
}
.package h2.package_subtitle strong{
	color: #F47020;
}
.package .basic_wrap{
	margin-top: 50px;
	background: #F4F4F4;
	padding: 40px;
}
.package .basic_wrap h3{
	font-size: 1.8rem;
	font-weight: 700;
	color: #F47020;
	border-bottom: 1px dotted #F47020;
	padding-bottom: 0.5em;
	display: flex;
	justify-content: space-between;
}
.package .basic_wrap h3 .cost{
	font-size: 1.4rem;
	font-weight: 400;
	color: #333;
}
.package .basic_wrap h3 .cost .price{
	font-weight: 700;
	color: #F47020;
}
.package ul.basic_list{
	margin: 30px -10px 0 -10px;
	display: flex;
	justify-content: space-between;
}
.package ul.basic_list li{
	padding: 0 10px;
}
.package ul.basic_list li .text{
	margin-top: 0.5em;
	font-weight: 500;
	text-align: center;
}
@media print, screen and (min-width: 769px) {
	.package .price_list_wrap{
		margin-top: 20px;
		display: flex;
		align-items: flex-end;
	}
	.package .price_list_wrap .price_list{
		width: 50%;
		padding-right: 20px;
	}
}
.package .price_list_head{
	width: 100%;
	background: #FFE398;
	display: flex;
}
.package .price_list_head div{
	width: 50%;
	padding: 1em;
	border: 1px solid #FFF;
	text-align: center;
	font-weight: 700;
}
.package .price_list_body li{
	width: 100%;
	display: flex;
}
.package .price_list_body li div{
	width: 50%;
	padding: 1em;
	border: 1px solid #FFF;
	text-align: center;
}
.package .price_list_body li div.head{
	background: #EAEAEA;
}
.package .price_list_body li div.price{
	background: #FFF6D8;
	color: #FF4800;
	font-weight: 700;
}
@media print, screen and (min-width: 769px) {
	.package .price_list_wrap .btn_area{
		width: 50%;
		padding-left: 20px;
	}
}
.package .price_list_wrap .btn_area .btn{
	margin: 30px auto auto;
}

/*ステップ*/
ul.step_list{
	margin-top: 40px;
}
ul.step_list > li{
	display: flex;
	background-image: url("/images/common/bn_line.png");
	background-size: 1px auto;
	background-repeat: repeat-y;
	background-position: left 60px top;
}
ul.step_list > li:last-child{
	background: none;
}
ul.step_list li .step{
	width: 120px;
}
ul.step_list li .step .step_icon{
	border: 1px solid #E94F07;
	background: #FFF;
	border-radius: 3px;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	color: #E94F07;
	padding: 1.5em 0.5em;
}
ul.step_list li .step_contents{
	width: calc(100% - 120px);
	padding: 0 0 50px 50px;
}
ul.step_list li .step_contents p{
	margin-top: 1.5em;
}
ul.step_list li .step_contents h3{
	position: relative;
	border-bottom: 1px solid #E5E5E5;
	padding: 1.6em 0;
	font-size: 1.8rem;
	font-weight: 700;
}
ul.step_list li .step_contents h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 90px;
  height: 2px;
  background-color: #F47020;
}
ul.step_list li .step_contents h4{
	margin-top: 2em;
	background: url("/images/common/icon_circle.png") no-repeat top 0.4em left;
	background-size: auto 1em;
	padding-left: 2em;
	font-weight: bold;
}

.btn_gray_wrap{
	margin-top: 30px;
	background: #F4F4F4;
	padding: 20px;
}
.btn_gray_wrap .title{
	font-weight: 700;
	text-align: center;
}
.btn_gray_wrap ul.btn_area{
	margin-top: 20px;
	width: 100%;
	display: flex;
}
.btn_gray_wrap ul.btn_area li{
	width: 50%;
	padding: 0 10px;
}
.tel_image{
	margin-top: 20px;
	max-width: 470px;
}
.bank_wrap{
	margin-top: 20px;
	background: #F4F4F4;
	padding: 30px;
}
.bank_wrap .bank_account{
	background: #FFF;
	text-align: center;
	font-weight: 700;
	padding: 0.8em 0.5em;
	border-radius: 3px;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.bank_wrap ul{
	margin-top: 20px;
	padding-left: 1.5em;
}
.bank_wrap ul li{
	list-style: disc;
}
@media screen and (max-width: 768px) {
	.package h2.package_subtitle{
		font-size: 1.2rem;
	}
	.package .basic_wrap{
		margin-top: 30px;
		padding: 10px;
	}
	.package .basic_wrap h3{
		font-size: 1.2rem;
	}
	.package .basic_wrap h3 .cost{
		font-size: 1.0rem;
	}
	.package ul.basic_list{
		margin: 20px 0 0;
		flex-wrap: wrap;
	}
	.package ul.basic_list li{
		width: 50%;
		padding: 0 10px 15px 10px;
	}
	.package .price_list_wrap{
		margin-top: 20px;
	}
	.package .price_list_wrap .btn_area .btn{
		margin: 20px auto auto;
	}
/*ステップ*/
	ul.step_list{
		margin-top: 30px;
	}
	ul.step_list > li{
		background-position: left 25px top;
	}
	ul.step_list li .step{
		width: 50px;
	}
	ul.step_list li .step .step_icon{
		font-size: 1.0rem;
	}
	ul.step_list li .step_contents{
		width: calc(100% - 50px);
		padding: 0 0 40px 20px;
	}
	ul.step_list li .step_contents p{
		margin-top: 1.0em;
	}
	ul.step_list li .step_contents h3{
		padding: 1.2em 0;
		font-size: 1.2rem;
	}
	ul.step_list li .step_contents h3:before {
	  width: 60px;
	}
	ul.step_list li .step_contents h4{
		margin-top: 1.5em;
	}

	.btn_gray_wrap{
		margin-top: 20px;
		padding: 15px;
	}
	.btn_gray_wrap ul.btn_area{
		margin-top: 10px;
		display: inherit;
	}
	.btn_gray_wrap ul.btn_area li{
		width: 100%;
		padding: 0 0;
		margin-top: 10px;
	}
	.tel_image{
		margin-top: 15px;
	}
	.bank_wrap{
		padding: 15px;
	}
	.bank_wrap ul{
		margin-top: 15px;
	}
}

/* =====================================
選ばれる理由
======================================== */
.reason h2.page_sub_title{
	padding-left: 80px;
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: left center;
}
.reason h2.page_sub_title.reason01{
	background-image: url("/images/reason/icon_point1.png");
}
.reason h2.page_sub_title.reason02{
	background-image: url("/images/reason/icon_point2.png");
}
.reason h2.page_sub_title.reason03{
	background-image: url("/images/reason/icon_point3.png");
}
@media print, screen and (min-width: 769px) {
	.reason .reason_contents_wrap{
		margin-top: 40px;
		display: flex;
	}
	.reason .reason_contents_wrap .text{
		width: 50%;
		padding-right: 20px;
	}
	.reason .reason_contents_wrap .image{
		width: 50%;
		padding-left: 20px;
	}
}
@media screen and (max-width: 768px) {
	.reason h2.page_sub_title{
		padding-left: 50px;
		background-size: 30px auto;
	}
	.reason .reason_contents_wrap .text{
		margin-top: 20px;
	}
	.reason .reason_contents_wrap .image{
		margin: 20px auto auto;
		max-width: 640px;
	}
}

/* =====================================
レンタルの流れ
======================================== */
.flow ul.step_list{
	margin-top: 70px;
}
.flow h2.flow_sub_title{
	background: #FEF4ED;
}
.flow p.for_bank{
	color: #F47020;
	font-weight: 500;
	margin-bottom: 0.5em;
}

/* =====================================
ご利用事例
======================================== */
.case h2.page_sub_title .case_number{
	color: #F47020;
	margin-right: 2em;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 1.2rem;
}
.case h2.page_sub_title .case_number span{
	font-size: 1.8rem;
}
@media print, screen and (min-width: 769px) {
	.case .case_contents_wrap{
		margin-top: 40px;
		display: flex;
	}
	.case .case_contents_wrap .text{
		width: 50%;
		padding-right: 20px;
	}
	.case .case_contents_wrap .image{
		width: 50%;
		padding-left: 20px;
	}
}
.case h3.tag_title{
	margin-top: 2em;
	font-weight: 700;
}
.case ul.tag_list{
	display: flex;
	flex-wrap: wrap;
}
.case ul.tag_list li{
	margin-right: 10px;
	margin-top: 10px;
}
.case ul.tag_list li a{
	display: block;
	background: #FFF;
	border: 1px solid #F47020;
	border-radius: 30px;
	text-decoration: none;
	color: #F47020;
	font-size: 1.2rem;
	line-height: 1;
	padding: 0.5em 0.7em;
}
.case ul.tag_list li a:hover{
	background: #F47020;
	color: #FFF;
}
.case .comparison{
	margin-top: 40px;
}
.case table.comparison_table{
	margin-top: 30px;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.case table.comparison_table tr th{
	width: 30%;
}
.case table.comparison_table tr th:first-child{
	width: 20%;
}
.case table.comparison_table th{
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #FFE398;
	padding: 1em;
	vertical-align: middle;
}
.case table.comparison_table td{
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
	padding: 1em;
	vertical-align: middle;
}
.case table.comparison_table td.bg_gray{
	background: #F4F4F4;
}
.case table.comparison_table td.bg_yellow{
	background: #FFF6D8;
}
.case table.comparison_table td.bg_pink{
	background: #FEF4ED;
}
.case table.comparison_table td.t_orange{
	 font-weight: 700;
}
@media screen and (max-width: 768px) {
	.case h2.page_sub_title .case_number{
		font-size: 0.8rem;
	}
	.case h2.page_sub_title .case_number span{
		font-size: 1.2rem;
	}
	.case .case_contents_wrap .text{
		margin-top: 20px;
	}
	.case .case_contents_wrap .image{
		margin: 20px auto auto;
		max-width: 640px;
	}
	.case h3.tag_title{
		margin-top: 1.5em;
	}
	.case .comparison{
		margin-top: 20px;
	}
	.case table.comparison_table{
		margin-top: 20px;
	}
	.case table.comparison_table th{
		padding: 1em 0.5em;
	}
	.case table.comparison_table td{
		padding: 1em 0.5em;
	}
}