@charset "UTF-8";

/* CSS Document */
body{
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
}

@media screen and (min-width: 1025px) {
  .main_title_wrap {
    width: 15%;
  }
  .bg-gray {
    width: 1040px;
  }
  .news_content{
    background-color: #f2f0f0;
  }

  .main_title_wrap .title {
    color: black;
    height: 410px;
    margin: 0 auto;
    position: relative;
    width: 980px;
  }

  .main_title_wrap .title.news-release {
    color: #2b2d42;
    height: inherit;
    margin: 0 auto;
    position: relative;
  }

  .main_title_wrap .title span {
    display: block;
    font-size: 40px;
    margin: 80px 0 0 8px;
    font-weight: 900;
  }

  .main_title_wrap .title span h2 {
    display: block;
    margin-top: 12px;
    font-size: 20px;
    color: #ff0000;
  }

  .main_title_wrap .title .main_image {
    height: 525px;
    position: absolute;
    right: 0;
    top: 60px;
    width: 800px;
  }

  ul.news_list {
    border-top: solid 1px #f4f4f6;
    list-style: none;
    right: 0;
    width: 880px;
    margin: 80px 0 130px;
  }

  ul.news_list li {
    border-bottom: solid 1px #bcbcbc;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 0;
    background-color: #f2f0f0;
    /* vertical-align: */
  }

  ul.news_list li:nth-child(1) {
    border-top: solid 1px #bcbcbc;
  }
  ul.news_list li:nth-child(odd) {
      background: #f2f0f0;
  }

  ul.news_list li dl {
    display: flex;
  }

  ul.news_table {
    margin-top: 80px;
    width: 800px;
  }

  ul.news_table li {
    width: 100%;
  }

  ul.news_table li dl dt {
    display: inline-block;
    vertical-align: middle;
    width: 8rem;
    color: #df0000;
  }
  

  ul.news_list li dl {
    display: flex;
    width: calc(100% - 1rem - 18px);
  }

  ul.news_list li dl dd {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }

  ul.news_list li dl dd a {
    color: #505157;
    display: block;
    text-decoration: none;
    transition: all 0.6s;
    width: 90%;
  }

  ul.news_list li dl dd a:hover {
    text-decoration: underline;
  }

  /*---------------------------------
    2023-08-25　ニュースリリースページ作成
    ----------------------------------*/
  .news {
    font-size: 18px;
    margin: 50px auto;
  }

  .news h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .news table {
    border-bottom: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    border-collapse: collapse;
    line-height: 1.3;
    margin: 12px auto;
    table-layout: fixed;
    text-align: center;
    width: 100%;
  }

  .news table th,
  .news table td {
    border-left: 1px solid #cbcbcb;
    border-top: 1px solid #cbcbcb;
    padding: 10px;
    vertical-align: middle;
  }

  .news table th {
    font-weight: 700;
  }

  .news .caution {
    font-size: 15px;
  }
  .news_inner{
    background-color: #f2f0f0;
  }
  .news_inner ul li{
    position: relative;
    display: flex;
  }
  .news_inner ul li .news_icon{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    transition: 0.5s;
    margin: auto 9px;
    /* background-image: url(../../images/new-tab.svg); */
  }
  .news_inner ul li .new_tab{
    background-image: url(../../images/new-tab.svg);
  }
  .news_inner ul li .next_arrow{
    background-image: url(../../images/to-list.svg);
  }

}

@media screen and (max-width: 1024px) {
  .main_title_wrap {
    overflow: hidden;
    width: 100%;
  }
  .bg-gray {
    width: 100%;
  }
  .news_content{
    background-color: #f2f0f0;
  }

  .main_title_wrap .title {
    /* background: url(/marine/news/images/title_bgline.jpg) 180px 40px no-repeat; */
    color: black;
    height: 80px;
    margin: 0 auto;
    position: relative;
    width: 980px;
  }

  .main_title_wrap .title.news-release {
    color: #2b2d42;
    height: inherit;
    margin: 0 auto;
    position: relative;
    width: 980px;
  }

  .main_title_wrap .title span {
    display: block;
    font-size: 40px;
    margin: 20px 0 0 48px;
    font-weight: 900;
  }

  .main_title_wrap .title span h2 {
    display: block;
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 20px;
    color: #df0000;
  }

  .main_title_wrap .title .main_image {
    height: 525px;
    position: absolute;
    right: 0;
    top: 60px;
    width: 800px;
  }

  ul.news_table {
    border-top: solid 1px #f4f4f6;
    list-style: none;
    right: 0;
    width: 100%;
    padding: 24px 48px;
  }

  ul.news_table li {
    border-bottom: solid 1px #bcbcbc;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 0;
    background-color: #f2f0f0;
    /* vertical-align: */
  }

  ul.news_table li:nth-child(1) {
    border-top: solid 1px #bcbcbc;
  }
  ul.news_table li:nth-child(odd) {
      background: #f2f0f0;
  }

  ul.news_table li dl {
    display: block;
  }

  ul.news_table li dl dt {
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
    color: #df0000;
    padding: 0;
    font-weight: 600;
  }

  ul.news_table li dl dd {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
     padding: 0;
  }

  ul.news_table li dl dd div,
  ul.news_table li dl dd a {
    color: #505157;
    display: block;
    text-decoration: none;
    transition: all 0.6s;
    width: 90%;
  }

  ul.news_table li dl dd a:hover {
    text-decoration: underline;
  }

  /*---------------------------------
    2023-08-25　ニュースリリースページ作成
    ----------------------------------*/
  .news {
    font-size: 18px;
    margin: 50px auto;
  }

  .news h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .news table {
    border-bottom: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    border-collapse: collapse;
    line-height: 1.3;
    margin: 12px auto;
    table-layout: fixed;
    text-align: center;
    width: 100%;
  }

  .news table th,
  .news table td {
    border-left: 1px solid #cbcbcb;
    border-top: 1px solid #cbcbcb;
    padding: 10px;
    vertical-align: middle;
  }

  .news table th {
    font-weight: 700;
  }

  .news .caution {
    font-size: 15px;
  }
  .news_inner{
    background-color: #f2f0f0;
  }
  .news_inner ul li{
    position: relative;
  }
  .news_inner ul li .news_icon{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
    transition: 0.5s;
    margin: auto;
    /* background-image: url(../../images/new-tab.svg); */
  }
  .news_inner ul li .new_tab{
    background-image: url(../../images/new-tab.svg);
  }
  .news_inner ul li .next_arrow{
    background-image: url(../../images/to-list.svg);
  }

}