﻿@charset "utf-8";
/* CSS Document */


/*PC*/
@media print, screen and (min-width: 769px) {
    
/* =============================================================================
    最新ヘッドデザイン
   ========================================================================== */        
    .hed_bg {
        width: 100%;
min-width: 1200px;
background: url(../images/news/hed_img.jpg) no-repeat center center;
		background-size: cover;
                	background-repeat: no-repeat;
	background-attachment: scroll;
        background-size: cover;
	background-attachment: fixed;
padding: 100px 0 0;
    }           
    
    
    
	.hed_img {
		background: url(../images/column/hed_img.jpg) center center;
		height: 460px;
        width: 93%;
        min-width: 1200px;
        margin: 0 auto 50px;
		background-size: cover;
	}
    
    .bg_img {
        	background: url(./../images/news/bg_img.jpg) 0 0 scroll;
		padding: 50px 0px;
        min-height: 500px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-attachment: fixed;
	background-position: center center;
	margin: 30px auto 0px;
    }
    
    
    
     .hed_ttl_box {
margin: 0 auto;
         width: 100%;
         text-align: center;
    }    
    
    
.hed_ttl {
        font-size: 43px;
        text-align: center;
        color:  #2ea2eb;
        font-weight: bold;
        font-family: 'Hiragino Sans','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
        margin-bottom: 50px;
    }    
    
    
    .hed_ttl span {
        font-weight: 400;
        font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS PGothic",sans-serif;
    }
    
    .bg_gray {
        background: #edeff0;
        padding: 50px 0px;
    margin: 50px auto;
    }
    
    
      .news_list {
        width: 100%;
          margin:50px auto 100px;
          background: rgba(255,255,255,0.7);
    }
    
    .news_list dl {
padding: 15px;
border-bottom: 1px solid rgba(237,239,240,0.8);
margin: 0px;
    }
    
    .news_list a dl {
        color: #000;
        display: block;
        	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all 0.3s ease-out;
    }
    .news_list dt .company {
padding: 5px 10px;
background: #b2b2b2;
font-size: 0.8em;
color: #fff;
margin-right: 5px;
}    
    
    
    .news_list a:hover dl {

background: #fff;
    	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all 0.3s ease-out;
    }
    
        .news_list a.btn {
  position: relative;
  display: block;
  width: 100%;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  
  transform-style: flat;
  transition: all 250ms ease-out;
                	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all 0.3s ease-out;
    }
    
    .news_list a.btn::before {
         content: "";
      position: absolute;
      z-index: -2;
        transition: all 250ms ease-out;
            	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all 0.3s ease-out;
    }
        .news_list a.btn::after {
         content: "";
      position: absolute;
      z-index: -2;
        transition: all 250ms ease-out;
                	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all 0.3s ease-out;
    }
    
    
    .news_list dt {
        float: left;
        padding: 5px;
        margin-right: 20px;
        color: #2ea2eb;
        font-weight: bold;
        
    }
    
    
    .news_list dd {
        padding: 5px;
        font-weight: bold;
    }

    .paper-raise::before {
            top: 0;
    left: 0;
    width: 100%;
    height: 100%;
            	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all 0.3s ease-out;
    }    
    
    .paper-raise::before {
         box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
            	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all 0.3s ease-out;
    }
    

    
    
}

/*sp*/
@media only screen and (max-width: 768px) {
    
    
/* =============================================================================
    最新ヘッドデザイン
   ========================================================================== */        
    
    .hed_bg {
        width: 100%;
background: url(../images/news/hed_img.jpg) no-repeat center center;
background-size:cover;
padding: 40px 0 0;
    }            
        
    
    
		.hed_img {
		background: url(../images/column/hed_img.jpg) center center;
		height: 360px;
        width: 93%;
        margin: 0 auto 50px;
		background-size: cover;
	}
    

        
     .hed_ttl_box {
margin: 0 auto;
         width: 100%;
         text-align: center;
    }    
    
    
    
.hed_ttl {
        font-size: 20px;
        text-align: center;
        color: #2ea2eb;
        font-weight: bold;
    margin-bottom: 30px;
        font-family: 'Hiragino Sans','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
    }    
    
    
    .hed_ttl span {
        font-weight: 400;
        font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS PGothic",sans-serif;
    }
    
    .bg_gray {
        background: #edeff0;
        padding: 30px 0px;
    }
    
    
      .news_list {
        width: 100%;
          margin: 0 auto;
          background: rgba(255,255,255,0.6);
    }
    
    .news_list dl {
padding: 15px;
border-bottom: 1px solid #edeff0;
margin: 0px;
    }
    
    .news_list a dl {
        color: #000;
        display: block;
        	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all 0.3s ease-out;
    }
    
    
    .news_list a:hover dl {

background: #fff;
    	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all 0.3s ease-out;
    }
    
        .news_list a.btn {
  position: relative;
  display: block;
  width: 100%;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  
  transform-style: flat;
  transition: all 250ms ease-out;
                	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all 0.3s ease-out;
    }
    
    .news_list a.btn::before {
         content: "";
      position: absolute;
      z-index: -2;
        transition: all 250ms ease-out;
            	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all 0.3s ease-out;
    }
        .news_list a.btn::after {
         content: "";
      position: absolute;
      z-index: -2;
        transition: all 250ms ease-out;
                	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all 0.3s ease-out;
    }
    
    
    .news_list dt {
        float: left;
        padding: 5px;
        margin-right: 20px;
        color: #2ea2eb;
        font-weight: bold;
        
    }
    	.news_list dt .company {
padding: 5px 10px;
background: #b2b2b2;
font-size: 0.8em;
color: #fff;
margin-right: 5px;
}    
    
    .news_list dd {
        padding: 5px;
        font-weight: bold;
    }

    .paper-raise::before {
            top: 0;
    left: 0;
    width: 100%;
    height: 100%;
            	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all 0.3s ease-out;
    }    
    
    .paper-raise::before {
         box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
            	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all 0.3s ease-out;
    }
    
    
    
    
    

}