@import url("../../style/common.css");
/*　main */

.main_news_inner{ 
    position: relative;
    padding: 120px 20.41vw;
    margin: 0 auto;
}

.date{
    font-size:14px;
    color:#969696;
}
.news_content {
  padding: 18px 0 0 0;
}
.title{
    font-size:30px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.redline{
    background-color: #d65050;
    height:2px;
    width:7%;
    margin: 2% auto 0 auto;
}

.text{
    font-size: 16px;
    color:#242424;
    margin: 0 0 16px 0;
}

.img{
    width:100%;
    margin: 0 0 16px 0;
}

.news_content a{
    text-decoration:none;
    color:#d61100;
    word-break: break-all;
}

.info{
    margin-top:2%;
}

.greyline{
    height:1px;
    background-color: #d4d5db;
    width:100%;
    margin:5% 0;
}

.breadcrumb_list {
  margin: 54px 0;
  padding: 24px 0;
  border-top: 1px solid #D4D5DB;
  border-bottom: 1px solid #D4D5DB;
  width: 100%;
  display: flex;
}
.breadcrumb_item {
  margin: 0 8px 0 0;
  font-size: 14px;
  color: #646676;
}
.breadcrumb_item a {
  color: #000;
}
.breadcrumb_item a:hover {
  color: #d72e1f;
}
.breadcrumb_item:after {
  content: "〉";
  margin: 0 0 0 8px;
}
.breadcrumb_item:last-child:after {
  display: none;
}
.button{
    display: flex;
    justify-content: space-between;
}

.btn{
    padding: 18px 27px;
    background-color: white;
    border:solid 1px #5f5f5f;
    font-size: 18px;
    color: #5f5f5f;
    max-width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btn:hover{
    background-color: #d65050;
    border: 1px solid #d65050;
    color: #fff;
}



@media screen and (min-width: 769px) {
  .navi_container-ver2 {
    /* margin-top: 0; */
  }

  .navi_container-ver2+.date {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .main_news_inner{ 
    /* padding: 74px 16px 24px 16px; */
    padding: 74px 16px 0 16px;
  }
  .date {
    font-size: 14px;
  }
  .title {
    font-size: 24px;
  }
  .redline {
    width: 90px;
  }


  .button {
    margin-top: 80px;
  }

  .btn {
    padding: 8px;
    max-width: 45%;
    width: 45%;
    display: flex;
    text-align: left;
    align-items: center;
    font-size: 15px;
    height: 4em;
  }
  .btn_text {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .icon_prev {
    margin: 0 8px 0 0;
  }
  .icon_next {
    margin: 0 0 0 8px;
  }
  .breadcrumb_list {
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
    padding: 0 0 12px;
  }
  .breadcrumb_item:last-child {
    max-width: calc(100% - 160px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .footer {
    margin-top: 0;
  }
}
/*---modify wordpresstheme----*/
.has-vivid-red-background-color:link,.has-vivid-red-background-color:visited {
  color: #fff;
}
