﻿body {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  /*background-color: #f1f1f1;*/
  background-color: #FFFFFF;
  /*
    font-family: "メイリオ",Meirio,sans-serif;
    */
  text-align: center;
  font-family: "Segoe UI",SegoeUI,'BIZ UDPGothic', "Yu Gothic UI","Meiryo UI","Helvetica Neue",Helvetica,Arial,sans-serif;
}

  body a {
    text-decoration: none;
  }

    body a:link {
      color: hsla(206, 100%, 35%, 1);
    }

    body a:visited {
      color: hsla(206, 100%, 35%, 1);
    }

    body a:active {
      color: hsla(206, 100%, 35%, 1);
    }

    body a:hover {
      color: hsla(206, 100%, 28%, 1);
      text-decoration: underline;
    }

/* Hタグ*/
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
  margin-bottom: 12px;
  margin-top: 10px;
  word-wrap: break-word;
  color: #202020;
}

h1 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 2.5rem;
  letter-spacing: -0.01em;
  font-family: segoe-ui_light,'Segoe UI Light','Segoe WP','BIZ UDPGothic', 'Yu Gothic', Helvetica Neue,Helvetica,sans-serif;
  font-feature-settings: "palt";
}


  h1.LongCharacter {
    font-size: 2.0rem;
    font-family: segoe-ui_light,'Segoe UI Light','Segoe WP','BIZ UDPGothic', 'Yu Gothic', Helvetica Neue,Helvetica,sans-serif;
    font-feature-settings: "palt";
  }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  h1 {
    font-family: segoe-ui_light,'Segoe UI Light','Segoe WP',Helvetica Neue,Helvetica,sans-serif;
  }

    h1.LongCharacter {
      font-family: segoe-ui_light,'Segoe UI Light','Segoe WP',Helvetica Neue,Helvetica,sans-serif,"Yu Gothic";
    }
}

h2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: #4c668b;
  font-size: 1.4em;
  font-weight: 500;
  /*font-size: 1.75rem;*/
  font-family: 'BIZ UDPGothic',segoe-ui_semibold,'Segoe UI Semibold','Segoe WP',Helvetica Neue,Helvetica,sans-serif;
  letter-spacing: -0.01em;
}

/* Aタグ*/

/* UL LI */
ul li {
  margin-top: 4px;
  margin-bottom: 4px;
}

/* Page Style*/
.ContentFrame {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  max-width: calc(1600px + 10%);
}


.Header {
  padding: 0.6rem 0 0.4rem 0;
  text-align: left;
}

.MainImageFrame {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 1600px;
}

.MainImage {
  width: 100%;
}

.ServiceFrame {
  margin: 0 -24px 2.2rem -24px;
  padding: 0 0 0 0;
}

  .ServiceFrame .col-md-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

/*Tile*/
.ContentTile {
  /*
    width: 25%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
     */
  text-align: left;
  z-index: 1;
  margin-top: 48px;
  cursor: pointer;
}


  .ContentTile .TileLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .ContentTile .Title {
    margin-top: 32px;
    font-size: 1.20em;
    font-weight: 700;
  }

  .ContentTile .Description {
    margin-top: 0.3em;
    font-size: 0.9em;
  }

  .ContentTile .DetailLink {
    display: block;
    margin-top: 0.8em;
    font-size: 0.86em;
    font-weight: 700;
  }

.TileImageFrame {
  position: relative;
  background-color: #C0C0C0;
}

  .TileImageFrame:before {
    content: "";
    display: block;
    padding-top: calc(224/400*100%);
  }

.TileImage {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Article*/

.ArticleFrame {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  margin-left: -24px;
  margin-right: -24px;
  /*padding-bottom: 0.5rem;*/
  padding: 0 0 0 0;
}

.ArticleFrameCell {
  padding-left: 12px;
  padding-right: 12px;
}

.MoreNewArticlieLink {
  padding-left: 2rem;
}

/* Footer */
.FooterFrame {
  background-color: #f1f1f1;
  padding-top: 32px;
  padding-bottom: 32px;
}

.FooterLinkFrame {
  color: #616161;
  text-align: left;
}

  .FooterLinkFrame .Title {
    font-weight: 600;
    font-size: 1.0em;
  }

  .FooterLinkFrame .Link {
    font-size: 0.8em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

    .FooterLinkFrame .Link a {
      color: #616161;
    }

.FooterCopyRight {
  text-align: right;
}

.FooterCopyRightText {
  font-size: 0.8em;
}

.FooterLogo {
  width:8rem;
}


.NewDocumentItem {
  font-size: 0.86em;
}

.HeadLogo {
  width:10.8rem;
}

@media screen and (max-width: 1760px) {
  .MainImageFrame {
    padding-left: 5%;
    padding-right: 5%;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .MainImageFrame {
    padding-left: 0;
    padding-right: 0;
  }

  .MainImage {
    width: 100%;
    height: 18rem;
    object-fit: cover;
  }

  .Header {
    text-align: center;
  }
}







