@charset "utf-8";
/* CSS Document */

#header {
  display: none;
}

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */

  /* 共通 */

  #header_pc {
    display: none;
  }

  #header {
    display: block;
  }

  .sp_none,
  .totop,
  #contents .link_reptop a,
  #container #contents .totop2 {
    display: none;
  }

  html {
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 100%;
  }

  body {
    font-size: 1.4rem;
    width: 100%;
    min-width: 0 !important;
  }

  #header_out,
  #dropmenu,
  #topicpath dl,
  #container,
  #top_container,
  footer #link_area,
  footer #copy_area div,
  .totop,
  .totop_710 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  aside {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  aside div {
    margin-bottom: 20px;
    border: none;
  }

  p {
    font-size: 1.6rem;
  }

  img {
    width: 100%;
    height: auto;
  }

  .f18 {
    font-size: 1.8rem;
  }

  #contents {
    width: 100%;
  }

  #contents h1 {
    color: #2d9b49;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 28px;
    border-bottom: none;
  }

  /* 灰色バックトップメニュー */
  #mail_lnav {
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 18px;
  }

  #mail_lnav li {
    margin-bottom: 12px;
  }

  #mail_lnav li a {
    color: #595959;
    font-size: 1.4rem;
  }

  /* 横幅95% */
  .wrapper_95 {
    width: 95%;
    margin: 0 auto;
  }

  /* h2 */

  #contents h2 {
    width: 100%;
    padding-left: 10px;
    padding-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
    color: #2d9b49;
    font-size: 2rem;
    font-weight: normal;
    background: url(/img/150625/csr_bg.gif) no-repeat 0px 10px;
    background-size: 5px 22px;
  }

  /* テーブル横スクロール */

  .table_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOSでスムーズスクロール */
    margin-bottom: 50px;
  }

  .table_wrapper table {
    border-collapse: collapse;
    min-width: 600px; /* はみ出さないとスクロールが出ないので必要に応じて指定 */
  }

  /* テキスト右寄せを解除 */
  #contents .txt_r {
    text-align: left;
  }

  /* Footer Pマークたち */
  #other_area ul {
    display: flex;
    justify-content: space-around;
    width: 70%;
    margin: 0 auto;
    align-items: center;
  }

  #other_area ul li:nth-child(1) {
    width: 50px;
  }

  #other_area ul li:nth-child(2) {
    width: 130px;
  }

  #other_area ul li:nth-child(3) {
    width: 35px;
  }

  /* footer */
  footer #link_area dl a {
    font-size: 1.6rem;
    color: inherit;
    background-image: url(/img/150625/arrow_pic_002.png);
    background-repeat: no-repeat;
    background-position: left 0 top 5px;
    padding-left: 15px;
  }

  footer #link_area {
    width: 95%;
    margin-left: 20px;
  }

  footer #link_area dl {
    width: 100%;
    margin-bottom: 20px;
  }

  footer #link_area dl:last-of-type {
    /* margin-bottom: 20px; */
  }

  /* コピーライト */
  #copy_area div {
    display: flex;
    flex-direction: column-reverse;
  }

  footer .copyright {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  footer #copy_area ul {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }

  footer #copy_area ul li {
    font-size: 1.4rem;
    text-align: center;
  }

  #link_area .left {
    float: none;
  }

  /* footer開閉 */
  footer #link_area dl dd {
    display: none;
  }

  footer #link_area dl.open dd {
    display: block;
  }

  footer #link_area dl dt {
    cursor: pointer;
  }

  footer br {
    display: none;
  }

  #link_area .mb_10 {
    margin-bottom: 0 !important;
  }

  footer #link_area a:hover {
    text-decoration: none;
  }

  footer #link_area dl.open dt a {
    background-image: url(../img/150625/arrow_pic_003.png);
  }

  /* セレクター */
  select {
    font-size: 1.8rem;
  }
}
