
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	/* ==============================================================
     *
     * common
     *
     * ============================================================== */
    
    #sec_main_wrap{
		background:url("../../img/mv_bg2_sp.jpg") no-repeat top center;
		background-size: cover;
	}

	
    
	/* ==============================================================
     *
     * history
     *
     * ============================================================== */
     
     
	
	/* --------------------------------------------------------------
 	   section 01
	----------------------------------------------------------------- */
	
	.history #sec01{
		width: 100%;
		padding: 100px 0 160px;
		position:relative;
	}

	.history #sec01 .wrapper{
	padding: 0 4%;
	}


    .history #sec01 .sub_ttl_box span{
    	display:block;
    	font-family: 'Roboto', sans-serif;
		font-weight: 600;
		font-size: 2.4rem;
		text-align: center;
		color:#005292;
		line-height:100%;
    }
	
	
	.history #sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.8rem;
		letter-spacing: 3px;
		color:#005292;
		text-align: center;
		padding: 0 0 30px;
	}

	.history #sec01 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		line-height: 220%;
		padding: 0 6%;
		font-size: 1.4rem;
		letter-spacing: 1px;
	}

	.history_list{
		width:100%;
    	margin:80px 0 0;
    }


    .history_list tr.bg_g{
    	background:#f0f2f5;
    }

    .history_list th{
    	font-family: 'Noto Sans JP', sans-serif;
    	font-weight: 600;
    	font-size: 1.3rem;
    	padding: 20px 0 20px;
    	text-align:right;
    	white-space: nowrap;
    	vertical-align: top;
    	letter-spacing:2px;
    	color:#005292;
    }

    .history_list td{
    	font-weight: 500;
    	font-size: 1.3rem;
    	padding: 20px 10px 20px;
    }

    .history_list th.pb{
    	padding: 20px 0 0 20px;
    }
    .history_list td.pb{
    	padding: 20px 10px 0;
    }

	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width:413px) {
	
}