@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  PC用
**************************************************
--------------------------------------------------*/
@media screen and (min-width: 768px) {
	
	#page_title{
		background: url(../images/loan/loan_h1_bg.jpg) no-repeat center;
		background-size: cover;
	}	

/* ----------------------------------------
	terms of loan
---------------------------------------- */

	section h2 {
		font-size: 18px;
		padding: 12px 15px 10px 30px;
		position: relative;
		color: white;
		background-color: #e71e29;
		border-bottom: 3px solid #c00;
	}
	section h2::after {
		 position: absolute;
		 top: 50%;
		 left:0;
		 transform:translateY(-50%);
		 content: '';
		 width: 18px;
		 height:4px;
		 background-color:white;
	}
	.loan_contents dl dt {
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 5px;
		border-bottom: 2px solid #e71e29;
		letter-spacing: 0.1em;
	}
	.loan_contents dl dd {
		margin-top: 20px;
	}
	.block_list p {
		width: 33%;
		text-align: center;
		padding: 10px;
		box-sizing: border-box;
		background: #fafafa;
		margin-right: 0.5%;
		margin-bottom: 4px;
		font-size: 13px;
	}
	.block_list p:nth-child(3n) {
		margin-right: 0;
	}
	.loan_contents .precautions {
		padding: 25px;
		background: #fafafa;
		margin-top: 20px;
		box-shadow: 0 0 5px rgba(51,51,51,.15);
	}
	.loan_contents .precautions p:nth-child(1) {
		color: #c00;
		font-weight: bold;
	}
	.loan_contents ul,
	.loan_contents ol {
		margin: 10px 0;
	}
	.loan_contents ul li {
		position: relative;
	}
	.loan_contents ul li:before {
		content:"・";
	}
	.loan_contents ol li {
		position: relative;
		list-style-type: number;
		list-style-position: inside;
	}
	.loan_contents table {
		width:100%;
		text-align: center;
		margin: 10px 0;
		table-layout: fixed;
	}
	.loan_contents table th {
		padding: 20px;
		background: #dfdfdf;
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
		vertical-align: middle;
	}
	.loan_contents table td {
		padding: 20px;
		background: #fafafa;
		vertical-align: middle;
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
	}
	
	
	
}/* End PC */



/*--------------------------------------------------
**************************************************
  SP用
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {
	
	#page_title{
		background: url(../images/loan/loan_h1_bg.jpg) no-repeat right 70%;
		background-size: cover;
	}	

/* ----------------------------------------
	terms of loan
---------------------------------------- */

	section h2 {
		font-size: 4vw;
		padding: 12px 15px 10px 30px;
		position: relative;
		color: white;
		background-color: #e71e29;
		border-bottom: 3px solid #c00;
	}
	section h2::after {
		 position: absolute;
		 top: 50%;
		 left:0;
		 transform:translateY(-50%);
		 content: '';
		 width: 18px;
		 height:4px;
		 background-color:white;
	}
	.loan_contents dl dt {
		font-size: 4vw;
		font-weight: bold;
		padding-bottom: 5px;
		border-bottom: 2px solid #e71e29;
		letter-spacing: 0.1em;
	}
	.loan_contents dl dd {
		margin-top: 20px;
	}
	.block_list p {
		width: 49%;
		text-align: center;
		padding: 10px;
		box-sizing: border-box;
		background: #fafafa;
		margin-right: 2%;
		margin-bottom: 4px;
		font-size: 13px;
	}
	.block_list p:nth-child(2n) {
		margin-right: 0;
	}
	.loan_contents .precautions {
		padding: 20px 4vw;
		background: #fafafa;
		margin-top: 20px;
		box-shadow: 0 0 5px rgba(51,51,51,.15);
	}
	.loan_contents .precautions p:nth-child(1) {
		color: #c00;
		font-weight: bold;
	}
	.loan_contents ul,
	.loan_contents ol {
		margin: 10px 0;
	}
	.loan_contents ul li {
		position: relative;
	}
	.loan_contents ul li:before {
		content:"・";
	}
	.loan_contents ol li {
		position: relative;
		list-style-type: number;
		list-style-position: inside;
	}
	.loan_contents table {
		width:100%;
		text-align: center;
		margin: 10px 0;
		table-layout: fixed;
		font-size:3vw;
	}
	.loan_contents table th {
		padding: 10px 2vw;
		background: #dfdfdf;
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
		vertical-align: middle;
	}
	.loan_contents table td {
		padding: 10px 2vw;
		background: #fafafa;
		vertical-align: middle;
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
	}




}/* End SP */
