 @charset "utf-8";
 main {
     width: 100%;
     margin: 0 auto;
 }
 
 .mainVisual .img_pc {
     max-width: 70%;
     display: block;
     margin: 0 auto;
 }
 
 .mainVisual .img_sp {
     display: none;
 }
 
 .mainVisual {
     margin-bottom: 130px;
 }
 
 .news_area {
     margin-bottom: 120px;
 }
 
 .inner {
     max-width: 1100px;
     margin: 0 auto;
     padding: 0 25px;
 }
 
 .news_content {
     margin-bottom: 120px;
 }
 
 .newsTitle .date {
     font-size: 12px;
     color: #333;
     margin-bottom: 5px;
     letter-spacing: 0.18em;
 }
 
 .newsTitle h1 {
     font-size: 24px;
     border-bottom: 1px solid #ccc;
     padding: 15px 0 30px;
     letter-spacing: 0.05em;
     margin-bottom: 65px;
     text-align: left;
 }
 
 .news_area .txt {
     text-align: justify;
     font-size: 16px;
     line-height: 1.7em;
     letter-spacing: 0.02em;
     color: #444;
     word-break: break-word;
 }
 
 .news_btn {
     text-align: center;
 }
 
 .news_btn a {
     padding: 20px 50px;
     background-color: #000;
     color: #fff;
     text-align: center;
     display: inline-block;
     font-size: 15px;
 }
 
 .news_btn a:hover {
     opacity: .8;
 }
 .under_main_pc {
    background: url(../news/220815/img/main.png) center center / cover no-repeat;
    width:100%;
    height: 300px;
    position:relative;
    margin-bottom:100px;
}
.main_image_pc img{
    width:100%;
    height:300px;
}
.catch {
    position: absolute;
    text-align:center;
    width:300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
 @media screen and (max-width: 768px) {
     .mainVisual .img_pc {
         display: none;
     }
     .mainVisual .img_sp {
         max-width: 80%;
         display: block;
         margin: 0 auto;
     }
     .inner {
         padding: 0 40px;
     }
 }
 
 @media screen and (max-width: 480px) {
     .news_area {
         margin-bottom: 70px;
     }
     .inner {
         padding: 0 20px;
     }
     .news_content {
         margin-bottom: 60px;
     }
     .newsTitle h1 {
         font-size: 20px;
     }
 }