
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {
	
	
	/* ============================================================
 	h1
	==============================================================*/
    #h1_wrap {
        width: 100%;
        background: #07205f;
        padding: 170px 0 36px;
    }
    #h1_wrap h1 {
        font-family: 'Noto Serif JP', serif;
        font-weight: 200;
        font-size: 4rem;
        color: #fff;
        letter-spacing: 0;
        position: relative;
        line-height: 100%;
        display: inline-block;
        padding: 0 0 0 50px
    }


	/* ============================================================
 	btn_pdf
	==============================================================*/
	
    .btn_pdf{
		padding: 20px 0 0;
	}

	/* ============================================================
 	table
	==============================================================*/
	
    table{
        width: 100%;
        
        margin: 30px auto 10px;
    }

    table th{
    	background:#00478b;
    	color:#fff;
    	border-bottom:1px solid #e0e0e0;
    	border-right:1px solid #e0e0e0;
    	padding:4px;
    	text-align: center;
		font-family: 'Noto Serif JP', serif;
    	font-weight: 400;
    	font-size:1.6rem;
    	font-feature-settings: 'palt';
    }
    

    table td{
    	background: #fff;
    	border-bottom:1px solid #e0e0e0;
    	border-right:1px solid #e0e0e0;
    	padding: 20px 20px;
    	font-family: 'Noto Serif JP', serif;
    	font-weight: 500;
    	font-size: 1.8rem;
    	font-feature-settings: 'palt';
    }

	table td p.note_txt{
		font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 1.3rem;
        letter-spacing:0.1rem;
        line-height:1.4;
        font-feature-settings: 'palt';
		text-indent:-1em;
		padding:10px 0 0 1em
	}

    table tr:first-child th,table tr:first-child td{
    	border-top:1px solid #e0e0e0;
    }
	
    
	
	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		background: #e2e4eb;
		padding: 120px 0 120px;
		position: relative;
	}
	
	#sec01 .wrapper{
		
	}

	#sec01 h2 {
        display: block;
        font-family: 'Noto Serif JP', serif;
        font-weight: 400;
        font-size: 3.4rem;
        
        
        color: #00478b;
        text-align: center;
        line-height: 1.4;
        letter-spacing: 3px;
    }

	#sec01 h2 span{
		display:block;
		font-size: 2.4rem;
	}

	#sec01 h3 {
        display: block;
        font-family: 'Noto Serif JP', serif;
        font-weight: 500;
        font-size: 2.2rem;
        color: #00478b;
        line-height: 1.4;
        letter-spacing:0.2rem;
        padding: 0 0 10px;
        text-indent:-0.5em;
    }
	
    
	#sec01 h4 {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 1.6rem;
        letter-spacing:0.1rem;
        line-height: 2;
		color: #00478b;
        padding: 0 0 4px;
        font-feature-settings: 'palt';
    }
	
    #sec01 p.body_txt {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 1.6rem;
        letter-spacing:0.1rem;
		
        line-height: 2;
        padding: 0 0 40px;
        font-feature-settings: 'palt';
    }

	#sec01 p.b_txt {
        font-size: 1.5rem;
        letter-spacing:0.1rem;
        line-height:1.5;
        padding: 0 0 20px;
		color:#000;
        font-feature-settings: 'palt';
    }

	#sec01 p.note_txt{
		font-size: 1.3rem;
		letter-spacing:0.1rem;
		line-height:1.4;
		font-feature-settings: 'palt';
		text-indent:-1em;
		color:#000;
		padding: 0 0 2px 1em;
	}

	#sec01 .t_box{
		padding:10px 20px 50px;
	}

	#sec01 ul.n_list li{
		font-size: 1.5rem;
		letter-spacing:0.1rem;
		line-height:1.4;
		color:#000;
		font-feature-settings: 'palt';
		text-indent:-1em;
		padding: 0 0 8px 1em;
		position: relative;
	}

	#sec01 ul.n_list li .img_box{
		width: 80px;
		position:absolute;
		top: -28px;
		left: 443px;
	}

	#sec01 .red_txt{
		color:#e74040;
	}

	#sec01 .blue_txt{
		color:#2382dd;
	}
	
}



