@charset "UTF-8";
/* topics */
#main-contents .topic-headline-section.content-primary {
  width: 100%;
  margin: 0; }
  #main-contents .topic-headline-section.content-primary .thp_headline-ul {
    margin: 0;
    padding: 0;
    overflow: auto;
    list-style: none;
    height: 210px; }
  #main-contents .topic-headline-section.content-primary h3.topic-title_dt {
    background: transparent;
    color: #2f353b;
    font-size: 107%;
    font-weight: normal !important;
    border-radius: 0;
    padding: 15px 0 15px 10px;
    margin: 0;
    text-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    height: auto;
    text-align: left; }
    #main-contents .topic-headline-section.content-primary h3.topic-title_dt:before, #main-contents .topic-headline-section.content-primary h3.topic-title_dt:after {
      display: none; }
    #main-contents .topic-headline-section.content-primary h3.topic-title_dt .date {
      font-size: 100%;
      color: #0062b1;
      margin: 0 48px 0 0;
      padding: 0; }
  #main-contents .topic-headline-section.content-primary .thp_topic-link {
    border: 0;
    white-space: initial;
    display: block; }
    #main-contents .topic-headline-section.content-primary .thp_topic-link:hover {
      background: url(../img/topic-arrow.png) no-repeat right 20px center #f7f7f7; }
  #main-contents .topic-headline-section.content-primary .topic-text_dd {
    color: #2f353b;
    font-weight: normal;
    font-size: 107%;
    margin: -15px 0 0;
    padding: 0 0 15px 10px; }

/*toppage 
------------------*/
#main-contents {
  width: 1000px;
  margin: 0 auto;
  padding: 0; }

/* main-image */
#wrap-mv {
  width: 100%;
  height: 500px;
  margin-top: 70px;
  background-image: -moz-linear-gradient(90deg, #4f8aeb 0%, #0062b1 100%);
  background-image: -webkit-linear-gradient(90deg, #4f8aeb 0%, #0062b1 100%);
  background-image: -ms-linear-gradient(90deg, #4f8aeb 0%, #0062b1 100%);
  position: relative; }
  @media screen and (max-width: 1330px) {
    #wrap-mv {
      width: 100%;
      height: auto;
      background-image: none;
      border-bottom: 40px solid #4e89ea;
      margin-top: 30px; } }
  #wrap-mv #mv {
    width: 1330px;
    text-align: center;
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    margin: 0 auto; }
    @media screen and (max-width: 1330px) {
      #wrap-mv #mv {
        width: 100%;
        position: static;
        margin-bottom: -42px; } }
    #wrap-mv #mv img {
      width: 100%;
      min-height: 100px;
      height: auto;
      text-align: center;
      display: block;
      margin: 0 auto; }
    #wrap-mv #mv p {
      margin: 0; }

.min {
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: normal;
  font-size: 157%; }

table.company {
  width: 100%;
  box-shadow: 0px 2px 5.88px 0.12px rgba(0, 0, 0, 0.15); }
  table.company tr td {
    vertical-align: top; }
    table.company tr td img {
      vertical-align: bottom; }
    table.company tr td.left_info {
      width: 576px; }
      table.company tr td.left_info p {
        margin-bottom: 0; }
    table.company tr td.right_info {
      width: 424px;
      background-color: white; }

table.info {
  width: 100%;
  padding: 54px 35px 35px; }
  table.info tr td {
    vertical-align: top; }
    table.info tr td p {
      margin-bottom: 0; }
    table.info tr td.ttl_info {
      width: 70px;
      height: 30px;
      font-size: 100%;
      font-weight: bold; }
    table.info tr td.btn_info {
      text-align: center;
      padding-top: 45px; }
      table.info tr td.btn_info p a span.btn_text {
        display: block;
        color: white;
        font-size: 15px;
        padding: 15px 0;
        background-color: #2f353b;
        background-image: url(../img/arrow.png);
        background-repeat: no-repeat;
        background-position: 90% 50%; }
        table.info tr td.btn_info p a span.btn_text:hover {
          opacity: 0.7; }

table.col2 {
  width: 100%; }
  table.col2 tr td {
    vertical-align: top; }
    table.col2 tr td img {
      vertical-align: bottom; }
    table.col2 tr td.sp_col2 {
      width: 20px; }

table.news {
  width: 100%;
  padding: 35px 60px;
  background-color: white; }
  table.news tr td {
    vertical-align: top; }
