@charset "utf-8";
/* CSS Document */

/*==========top============*/
#info,
#main_contents,
#copy,
#footer {
  padding-left: 50px;
  padding-right: 50px;
}
#main_img {
  margin-top: 20px;
  overflow: hidden;
}
#main_contents {
  padding-bottom: 60px;
}
#top_contents {
  padding-top: 30px;
}
#top_contents h2 {
  font-size: 26px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E,
    メイリオ, Meiryo, serif;
  border-top: 4px solid #e7e1ca;
  padding: 10px 0 0 18px;
  clear: both;
  overflow: hidden;
}
#top_contents h2 span {
  float: left;
}
#top_contents h2 a {
  float: right;
  padding: 5px 10px 0 0;
}
#cont_LRwrap {
  display: flex;
}
#cont_L {
  width: 660px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fff;
}
#cont_R {
  width: 320px;
  margin-bottom: 20px;
  background: #fff;
}
#new_info {
  background: #fff;
  padding: 2px 2px 3px;
}
#news_cont {
  padding: 5px 20px 25px;
}
#news_cont .news_detail {
  height: 230px;
  overflow-y: scroll;
}
#news_cont .news_detail span {
  font-size: 12px;
}
#news_cont dl {
  margin-top: 20px;
}
#news_cont dl:first-child {
  margin-top: 0;
}
#news_cont dt {
  color: #990000;
}
#news_cont dd {
  line-height: 1.8em;
}
#new_info .other_info {
  border: 1px solid #ccc;
  margin: 6px 6px 0;
  padding: 10px 8px;
  font-size: 12px;
}
#new_info .other_info p {
  text-decoration: underline;
  margin-bottom: 25px;
}
#tw {
  padding: 2px 2px 3px;
  margin-bottom: 20px;
}
#tw h2 a {
  display: inline-block;
  color: #333;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  padding: 0 1em;
  margin-top: 3px;
  margin-right: 1em;
  background: #e7e1ca;
  border-radius: 5px;
}
#tw h2 a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: url("../images/top/ic-twitter.png") no-repeat;
}
#guidance {
  clear: both;
  background: #fff;
  padding: 2px 2px 3px;
}
#guidance h2 {
  padding-bottom: 3px;
  border-bottom: 1px dashed #dbdbdb;
  overflow: hidden;
}
#guidance h2 a {
  display: inline-block;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #855030;
  font-size: 15px;
  line-height: 30px;
  font-weight: normal;
  text-decoration: none;
  padding: 0 30px 0 15px;
  background: url(../images/top/detail_bt.gif) no-repeat right 12px center
    #e7e1ca;
  margin: 5px 15px 5px 0;
}
#guidance h3 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: none;
}
#guidance_detail {
  padding: 20px 15px 15px 18px;
}
#guidance .img_area {
  font-size: 12px;
  text-align: center;
  float: left;
  width: 200px;
  margin-right: 20px;
}
#guidance .img_area p {
  padding-top: 3px;
  text-align: center;
}
#guidance .text_area {
  width: 420px;
  float: right;
}
#guidance .text_area h3,
#guidance .text_area h4 {
  color: #990000;
  font-size: 16px;
  font-weight: normal;
}
#guidance .text_area h4 {
  color: #333;
  margin: 0 0 20px 270px;
}
#guidance .text_area p {
  line-height: 1.8em;
}
#guidance .text_area p + p {
  margin-top: 15px;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 750px) {
  #info,
  #main_contents,
  #copy,
  #footer {
    padding-left: 3%;
    padding-right: 3%;
  }
  #main_img {
    margin-top: 0;
  }
  #main_contents {
    padding-bottom: 30px;
  }
  #top_contents {
    padding-top: 15px;
  }
  #top_contents h2 {
    font-size: 20px;
  }
  #top_contents h2 a {
    padding-top: 0;
  }
  #cont_LRwrap {
    display: block;
  }
  #cont_L {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #cont_R {
    width: 100%;
    float: none;
  }
  #news_cont {
    padding: 5px 3% 15px;
  }
  #news_cont .news_detail {
    height: auto;
    overflow-y: auto;
  }
  #new_info .other_info {
    padding-right: 3%;
    padding-left: 3%;
  }
  #new_info .other_info p {
    margin-bottom: 15px;
  }
  #tw h2 a {
    line-height: 25px;
    margin-top: 0;
  }
  #guidance {
    background: #fff;
    padding-bottom: 3px;
  }
  #guidance h2 a {
    display: none;
  }
  #guidance_detail {
    padding: 20px 3% 0;
  }
  #guidance_detail h4 {
    margin: 0 0 10px;
  }
  #guidance .text_area {
    float: none;
  }
  #guidance .text_area h3,
  #guidance .text_area h4 {
    font-size: 15px;
  }
  #guidance .text_area h4 {
    margin: 5px 0;
  }
  #guidance .img_area {
    font-size: 12px;
    text-align: center;
    float: none;
    width: 200px;
    margin: 0 auto;
  }
  #guidance .text_area p.btn {
    clear: both;
    padding: 10px 0;
  }
  #guidance .text_area p.btn a {
    display: block;
    color: #855030;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    background: url(../images/top/detail_bt.gif) no-repeat right 10px center
      #e7e1ca;
  }
}
/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 400px) {
  #guidance .img_area {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  #guidance .text_area {
    float: none;
    width: 100%;
  }
}
