@charset "UTF-8";
@import url("base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*メイン*/
#top_m {
  width: 100%;
  height: 250px;
  background-image: url("../img/info/top_img.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover; }

h1 {
  font-size: 187.5%;
  color: #05143f;
  background-color: #f8f1f1;
  padding: 0.5em 2%;
  text-align: center;
  width: 96%;
  font-family: "Sawarabi Mincho";
  font-weight: normal; }

#sitemap {
  margin: 5em auto 0; }
  #sitemap ul {
    width: 100%; }
    #sitemap ul li {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #sitemap ul li a {
        color: #000;
        display: block;
        text-decoration: none; }
        #sitemap ul li a:hover, #sitemap ul li a:active {
          color: #000;
          text-decoration: underline; }
      #sitemap ul li:nth-child(n+2) {
        margin: 2em 0 0; }
      #sitemap ul li p a {
        color: #1a466c;
        text-decoration: none; }
        #sitemap ul li p a:hover, #sitemap ul li p a:active {
          color: #1a466c;
          text-decoration: underline; }
      #sitemap ul li dl {
        width: 31.333%; }
        #sitemap ul li dl dt {
          width: 100%;
          border-bottom: 1px solid #1a466c;
          padding: 0 0 0.5em;
          margin: 0 0 1em;
          color: #1a466c; }
        #sitemap ul li dl dd {
          width: 100%; }
          #sitemap ul li dl dd a {
            margin: 0.5em 0 0;
            color: #000;
            display: block;
            text-decoration: none; }
            #sitemap ul li dl dd a:hover, #sitemap ul li dl dd a:active {
              color: #000;
              text-decoration: underline; }
          #sitemap ul li dl dd dl {
            width: calc(100% - 1em);
            margin: 0 0 0 1em; }
            #sitemap ul li dl dd dl dt {
              border-bottom: none;
              margin: 0; }
              #sitemap ul li dl dd dl dt a {
                color: #000;
                display: block;
                text-decoration: none; }
                #sitemap ul li dl dd dl dt a:hover, #sitemap ul li dl dd dl dt a:active {
                  color: #000;
                  text-decoration: underline; }
            #sitemap ul li dl dd dl dd {
              width: calc(100% - 1em);
              margin: 0 0 0 1em; }

/*フッター*/
/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1150px) {
  /*ヘッダー*/
  /*メイン*/
  #sitemap {
    width: 1100px; }

  /*フッター*/ }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1149px) {
  /*ヘッダー*/
  /*メイン*/
  #sitemap {
    width: 90%; }

  /*フッター*/ }
/*iPad pro-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media only screen and (min-width: 1024px) and (max-width: 1149px) {
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet1  ------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet以下 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  /*ヘッダー*/
  /*メイン*/
  h1 {
    font-size: 160%; }

  #sitemap {
    margin: 2.5em auto 0; }
    #sitemap ul {
      width: 100%; }
      #sitemap ul li {
        width: 100%;
        flex-direction: column; }
        #sitemap ul li:nth-child(n+2) {
          margin: 2em 0 0; }
        #sitemap ul li dl {
          width: 100%;
          margin: 0 0 2em; }
          #sitemap ul li dl dt {
            width: 100%;
            border-bottom: 1px solid #1a466c;
            padding: 0 0 0.5em;
            margin: 0 0 1em;
            color: #1a466c; }

  /*フッター*/ }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
