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

@media (min-width: 762px) {
	
    
    /* ==============================================================
     *
     * common
     *
     * ============================================================== */
    
    #sec_main_wrap:before{
		content: "";
        display: block;
        width: 100%;
        height: 300px;
        background:url("../../img/main_bg02.png") no-repeat top center;
        position: absolute;
        top: 0;
        left: 50%;
        transform:translate(-50%, 0);
	}

	#sec_main_wrap{
		width:100%;
		height: 300px;
		margin: 100px 0 0;
		position: relative;
	}

	#sec_main_wrap .bg_grade{
		width: 64vw;
		height: 228px;
		background: url("/img/bg_c2.png") repeat;
		background-size: 100% auto;
		position: absolute;
		bottom: 0;
		right:0;
		z-index: -1;
	}

	#sec_main_wrap #copy_box{
		position: absolute;
		top: 54%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 1000px;
	}
    
    
	/* ==============================================================
     *
     * news
     *
     * ============================================================== */
     
     .news{
         background: url("../../img/body_bg.jpg") no-repeat;
         background-position-x: center;
         background-position-y: 188px;
     }

     .news .box01{
		width: 270px;
		position:absolute;
		left: -95px;
		top: 240px;
	}

	.news .box02{
		width:230px;
		position:absolute;
		right:-20px;
		top: 240px;
	}
		
	/* --------------------------------------------------------------
 	   section 01
	----------------------------------------------------------------- */
	
	.news #sec01{
		width: 100%;
		padding: 100px 0 160px;
		position:relative;
	}

	.news #sec01 .wrapper{
		width: 70%;
		max-width:840px;
		word-wrap: break-word;
	}

	
	.news #sec01 .ttl_wrap{
		
	}
	
	.news #sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 3.0rem;
		letter-spacing: 1px;
		color:#000;
		padding:10px 0 20px;
	}

	.news #sec01 h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.4rem;
		letter-spacing: 1px;
		color:#005292;
		padding:60px 0 0;
	}

	.news #sec01 h4{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.8rem;
		letter-spacing: 1px;
		color:#005292;
		padding:60px 0 0;
	}

	.news #sec01 span.category_txt{
		color: #fff;
        font-size: 1.4rem;
        line-height: 1;
        letter-spacing: 2px;
        text-align: center;
        width: 140px;
        padding: 5px 0 5px;
        background: #b5b8a1;
        display:block;
	}

	.news #sec01 .img_box{
		width:700px;
		margin:40px 0 0;
	}

	.news #sec01 span.day_txt{
		font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 1.4rem;
        color:#000;
        text-indent:1px;
        letter-spacing:1px;
        display: inline-block;
        position:relative;
        padding:5px 50px 0 2px;
	}

	.news #sec01 span.day_txt:before{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: linear-gradient( to right,  #b5b8a1 25%, #005292 75% );
		position: absolute;
		top: 0;
		left: 0;
	}

	.news #sec01 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		line-height: 200%;
		font-size: 1.5rem;
		letter-spacing: 2px;
		padding: 40px 0 0;
	}
     
    .news #sec01 .f_wrap{
    	width:1000px;
    	margin:100px auto 0;
    	padding:30px 0 0;
    	border-top:1px solid #ccc;

    	position:relative;
    }

    .news #sec01 .btn_list{
         width: 258px;
         margin:0 auto;
    }
    
    .news #sec01 .wrapper a{
        display: inline-block;
        color: #557bb3;
        text-decoration: underline !important;
        text-underline-offset: 3px;
        transition: all 0.5s cubic-bezier(0, 0, 0.26, 1) 0s;
    }

    .news #sec01 .wrapper a:hover {
        color: #0096d7;
    }
    
    
    .news #sec01 .wrapper ol,.news #sec01 .wrapper ul{padding: 0 0 0 20px;}
	.news #sec01 .wrapper ol{list-style-type:decimal;}
	.news #sec01 .wrapper ul{list-style: disc;}
	.news #sec01 .wrapper li {
		font-size:1.4rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		padding:4px;
	}

}



