@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print, screen and (min-width: 769px){
	
	h2.page_title {
		background: url("../images/ir/page_title_pc.jpg") no-repeat;
		background-size: cover;
	}
	
	nav#menu {
		width: 100%;
	}
	
	nav#menu ul.quick {
		width: 980px;
		margin: 0 auto;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	
	nav#menu ul.quick li{
		width: 30.2%;
		margin: 0 0 24px;
		position: relative;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.2;
	}
	
	nav#menu ul.quick li div{
		width: 100%;
		line-height: 0;
		margin-bottom: 5px;
	}
	
	nav#menu ul.quick li a{
		display: block;
		color: #000;
	}
	
	div.code {
		width: 980px;
		height: 45px;
		margin: 0 auto;
		background: url("../images/ir/code_bg_pc.jpg") no-repeat;
		background-size: cover;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		color: #FFF;
	}
	
	div.code h3, div.code p{
		display: inline-block;
		line-height: 1.1;
	}
	
	div.code h3{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 700;
		margin-right: 1.5em;
	}
	
	div.code p{
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	div.code a{
		font-size: 14px;
		font-size: 1.4rem;
		color: #FFF;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 768px){
	h2.page_title {
		background: url("../images/ir/page_title_sp.jpg") no-repeat;
		background-size: cover;
	}
	
	nav#menu {
		width: 100%;
	}
	
	nav#menu ul.quick {
		width: 94%;
		margin: 0 auto;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	
	nav#menu ul.quick li{
		width: 47.6%;
		margin: 0 0 20px;
		position: relative;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.2;
	}
	
	nav#menu ul.quick li div{
		width: 100%;
		line-height: 0;
		margin-bottom: 5px;
	}
	
	nav#menu ul.quick li a{
		display: block;
		color: #000;
	}
	
	div.code {
		width: 94%;
		height: 32.5vw;
		margin: 0 auto;
		background: url("../images/ir/code_bg_sp.jpg") no-repeat;
		background-size: cover;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		color: #FFF;
		padding: 0 15px;
	}
	
	div.code h3{
		width: 100%;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.5;
		margin: 0;
	}
	
	div.code p{
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	div.code a{
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
		color: #FFF;
		line-height: 1.5;
	}
}