@charset "UTF-8";
/* =================================
Top Page CSS
================================= */
strong { display: block; }

#main { margin: 0 auto 50px; }

.news h3 { margin: 30px 0; }

.box_news_01 {
  width: 100%;
  margin-top: 30px; 
}

.box_news_01 p {
  font-size: 15px;
  color: #757575;
  line-height: 28px;
  margin-bottom: 30px;
}

span.date {
  font-size: 14px;
  color: #757575;
  line-height: 28px;
  margin-top: 10px;
  display: block;
}

.box_content_03  { margin-top: 80px; }

.box_content_03 p:first-child {
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  font-size: 15px;
  color: #757575;
  margin: 40px 0 20px
}

.box_content_03 p:first-child a {
  width: 50%;
  display: inline-block;
  vertical-align: middle; 
  padding: 20px 0;
}

.box_content_03 p:first-child a:first-child {
  text-align: left;
  border-right: 1px solid #757575;
}

.box_content_03 p:first-child a:last-child { text-align: right; }

.box_content_03 p:last-child {
  width: 100%;
  text-align: center; 
}





@media only screen and (max-width: 768px) {

  .t_right { text-align: right; margin-top: 20px; margin-bottom: 40px;}
  
  .box_content_03 p:last-child {
     margin-bottom: 30px;
  }
  
  .box_news_01,
    .box_news_01 p {
    font-size: 12px;
    line-height: 1.8em;
  }
  .box_news_01 p img { width: 100%; }
  
  .box_content_03 {
    margin-top: 40px;
}

  
}
