@charset "utf-8";

.innerWrap section {
  /* position: relative; */
  overflow: hidden;
  /* padding-top: 20px; */
  padding-bottom: 0;
}

h1 {
  background-color: transparent;
  text-align: center;
  color: #333;
}

h2 {
  margin: 30px 0;
}

p {
  font-size: 16px;
  line-height: 1.4;
}

#mainVisual {
  width: 980px;
  height: 475px;
  margin-bottom: 20px;
}

#inline_list {
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
  text-align: center;
}

#inline_list li {
  display: inline;
  padding: 0 20px;
  list-style: none;
}

#about, #news, #oreihin, #use, #douga {
  margin-top: -46px;
  padding-top: 46px;
}

.album {
  margin-top: 30px;
}

.cf:after {
  display: block;
  clear: both;
  content: '';
}

/*==================
 * 自治体のお問い合わせ
 */

.MunContact {
  border: solid 2px #eeefea;
  background: #FFF9F3;
  margin: 30px 0;
  padding: 15px;
  text-align: center;
}

.MunContact__detail {
  margin: 5px auto 0;
  text-align: left;
  display: inline-block;
}

/*==================
 * お知らせ
 */

.news_list {
  overflow: hidden;
  width: 720px;
  margin: 0 auto;
}

.news_list dt {
  width: 120px;
  float: left;
  padding: 5px 5px;
}

.news_list dd {
  width: 580px;
  float: left;
  padding: 5px 5px;
  margin: 0;
}

/*==================
 * ふるさと納税のお礼品
 */

#oreihin #course, #oreihin_list, #only_kifu {
  text-align: center;
}

#course table {
  margin: 10px auto 0;
  font-size: 16px;
  border: none;
}

#course table td {
  text-align: right;
  padding: 0 0 5px;
  border: none;
}

.top_item_box_list {
  clear: both;
  overflow: hidden;
  margin: 30px 0;
  padding: 0;
  border-bottom: none;
}

.item_box {
  float: left;
  width: 200px;
  margin: 20px 0px;
  padding: 0px 20px;
  border-right: 1px solid #ccc;
  padding-bottom: 500px;
  margin-bottom: -500px;
}

.item_box_image {
  width: 135px;
  margin: 0 auto;
}

.item_box_image table, .item_box_image table td {
  width: 100%;
  height: 133px;
  vertical-align: middle;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  border-collapse: collapse;
  border: none;
}

.item_box_image table img {
  width: 100%;
}

.item_box h5 {
  width: 100%;
  text-align: left;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 5px;
}

.item_box p {
  text-align: left;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 5px;
}

.item_icon_box {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}

.item_box:last-child{
  border-right: none;
}

#only_kifu {
  margin-top: 15px;
  font-size: 14px;
}

#only_kifu a img {
  vertical-align: middle;
  padding-right: 10px;
}

/* 災害支援時の寄付のみ導線用 */
.oenkifu {
  display: none;
  margin: 15px auto 0;
  padding: 15px 10px;
  width: 442px;
  border: 1px solid #A6621A;
  box-sizing: border-box;
  font-size: 14px;
  text-align: left;
}

.oenkifu a {
  margin: 0 30px 10px;
  display: block;
  background-color: #9a5a24;
  padding: 10px 25px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

/*==================
 * ふるさと納税の使い道（※includeファイルに記載）
 */

/*==================
 * お問い合わせ窓口
 */

#contact h3 {
  font-size: 25px;
  margin-top: 60px;
  padding: 20px 0 15px 0;
  text-align: center;
  background-color: #a6621a;
  border: 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
#contact div {
  border: solid 1px #a6621a;
  padding: 20px 0;
  margin-bottom: 40px;
}

#contact #phone_number {
  float: left;
  text-align: center;
}

#contact #mail_button {
  float: right;
  text-align: center;
  border-left: dotted 2px #a6621a;
}

#contact p {
  width: 488px;
}

/*==================
 * box（自治体名とmvの間の赤枠）
 */

.box__link,
.box__link * {box-sizing: border-box;}

.box__link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.box__link--item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 10px;
  text-align: center;
  border: 2px solid red;
  color: red;
}

.box__link--item + .box__link--item {
  margin-top: 10px;
}

.box__link--item.-item1 {width: 100%;}
.box__link--item.-item2 {width: 49.5%;}

.box__link--item a {
  font-weight: bold;
  color: red;
}

/*==================
 * box（mv下の赤枠）
 */

.box__note,
.box__note * {box-sizing: border-box;}

.box__note {
  margin: 0 20px 30px;
  padding: 20px;
  border: 1px solid red;
}

.box__note h2 {
  line-height: 1.3;
  text-align: center;
}

.box__note h2:first-child {
  margin-top: 0;
}

.box__note p {
  font-size: 14px;
  line-height: 1.3;
}

.box__note > dl > dt {
  margin-top: 30px;
  margin-bottom: 5px;
}

.box__note dd {
  margin: 5px 0 0;
}

.box__note dd + dd {
  margin-top: 20px;
}

.box__note dd > dl > dt {
  margin-top: 10px;
  margin-bottom: 5px;
}

.box__note dd > dl > dd + dd {
  margin-top: 5px;
}

/*==================
 * box（その他）
 */

.box--sp {
  display: none;
}

.box--indent {
  text-indent: -1em;
  padding-left: 1em;
}
