
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {
	
    
    /* ==============================================================
     *
     * common
     *
     * ============================================================== */

	#sec_main_wrap{
		background:url("../../img/mv_bg2_pc.jpg") no-repeat top center;
		background-size:cover;
	}
    
    
	/* ==============================================================
     *
     * history
     *
     * ============================================================== */
     
     
	/* --------------------------------------------------------------
 	   section 01
	----------------------------------------------------------------- */
	
	.history #sec01{
		width: 100%;
		padding: 100px 0 160px;
		position:relative;
	}

	.history #sec01 .wrapper{
		width: 800px;
	}


    .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 60px;
	}

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

	.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.4rem;
    	padding: 20px 0 20px 20px;
    	text-align:right;
    	white-space: nowrap;
    	vertical-align: top;
    	letter-spacing:2px;
    	color:#005292;
    }

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

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


}



