@charset "utf-8";
/* CSS Document */
.mainvisual{
  background:url("../img/mv.png")no-repeat center;
  background-size: cover;
}
/* 
------------------------------------------------------*/
.news {
    margin: auto;
    padding: 60px 0;
  background-color: #f6f6f5;
  margin-top: 50px;
}
.news_midashi {
    font-size: 2rem;
    font-weight: bold;
  padding-bottom: 25px;
  border-bottom: 1px solid #aaa;
}
.news_main {
    padding: 100px ;
    max-width: 1024px;
    width: 100%;
  background: #FAFAFA;
    margin: 0 auto 100px;
  font-weight: bold;
  position: relative;
}
.news_date {
  color: #164E90;
  text-align: right;
  position: relative;
  padding-bottom: 40px;
}
.news_date::before{
  content: "NEWS";
  background: #FF0000;
  color: #fff;
  position: absolute;
  left: 0;
  width: 55px;
  font-size: 1.4rem;
  text-align: center;
}
.news_tag {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.news_detail {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 50px;
  border-bottom: 1px solid #aaa;
}
.news_text {
    width: 90%;
    margin: 15px 0 0;
}
.news_img {
    margin: 15px 0 0;
}

.news_main .btn-mim{
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    box-shadow: inset 2px 4px 10px #FFFFFF99, 2px 4px 5px #0000001A;
    border-radius: 32px;
    width: 280px;
  margin: auto;
  font-weight: bold;
  margin-top: 100px;
  position: relative;
  transition: .3s;
}
.news_main .btn-mim::after{
  content: url("../../../../common/img/arrow.png");
  position: absolute;
  right: 30px;
}
.news_main .btn-mim:hover{
  box-shadow: inset 5px 5px 20px #c8c9cc,inset -5px -5px 20px #fff;
  opacity: 1;
  color: #f55d3c;
}

.news_text a {
    color: #ff0000;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
.sec_title {
    max-width: 90%;
    margin: auto;
}
.news {
    margin-top: 0px;
}
.news_date {
    padding-top: 30px;
    max-width: 90%;
}
.news_date::before {
    left: 30px;
}
  .news_main {
    padding: 0px 0 50px;
    max-width: 90%;
    width: 100%;
    margin: auto;
    margin-bottom: 80px;
}
.news_row {
    flex-wrap: wrap;
    padding: 20px 5%;
}

.news_text {
    margin: 15px auto 30px;
}
.news_cont {
    width: 100%;
    margin-top: 10px;
}
.news_row.new::before {
    left: 215px;
}
.news_category {
    margin-right: 10px;
}
.news_detail,.news_midashi {
  max-width: 90%;
  margin: auto;
}
.news_detail {
    flex-wrap: wrap;
}
.news_main .btn-mim {
    margin-top: 50px;
    margin-bottom: 0px;
}
.guide {
    flex-direction: column;
    align-items: center;
}
.guide_row {
    margin: 10px auto;
    max-width: 90%;
}
}
