@charset "UTF-8";
/*汎用クラス---------------------*/
/*色*/
/*下線の色*/
/*交通広告スライドの色*/
/*btn*/
/*背景シリーズ---------------------*/
/*灰色*/
/*白*/
/*吹き出し---------------------*/
/*人の画像*/
body {
  font-family: "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

h1 {
  font-size: 1.5625rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.2rem; }

h4 {
  font-size: 1.1rem; }

h1, h2, h3, h4, h5 {
  color: #564101;
  text-shadow: 0 0 0.1px rgba(86, 65, 1, 0.5); }

a:hover {
  text-decoration: none;
  color: #564101;
  text-shadow: 0 0 0.1px rgba(86, 65, 1, 0.5); }

p, ol, td, dd, li, dt, a, address, figcaption {
  font-size: 1rem;
  font-feature-settings: "palt";
  margin-bottom: 0;
  color: #564101;
  text-shadow: 0 0 0.1px rgba(86, 65, 1, 0.5);
  letter-spacing: .1em;
  line-height: 2em; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

table {
  width: 100%;
  border-spacing: 0; }

button:focus {
  outline: 0; }

/*汎用クラス---------------------*/
/*余白*/
.content {
  padding-top: 25% !important;
  padding-bottom: 25% !important; }

.content_pt {
  padding-top: 25% !important; }

.content_pb {
  padding-bottom: 25% !important; }

/*文字サイズ*/
.font_sm {
  font-size: 0.8rem; }

.font_md {
  font-size: 1.3rem; }

.font_md_m {
  font-size: 1.3rem; }

.font_xl_m {
  font-size: 1.8rem; }

.font_xl {
  font-size: 1.5rem; }

.font_xl_l {
  font-size: 2.3rem; }

.font_header_l {
  font-size: 3rem; }

/*文字サイズ（微調整が必要なもの）*/
.text_title_size {
  font-size: 1.1rem; }

/*文字間*/
.line_height_m {
  line-height: 1.5em; }

.line_height_2 {
  line-height: 2em; }

.line_height_mm {
  line-height: 2.5em; }

/*色*/
.text_brown {
  color: #564101;
  text-shadow: 0 0 0.1px rgba(86, 65, 1, 0.5); }

.text_blue {
  color: #25a5e5;
  text-shadow: 0 0 0.1px rgba(37, 165, 229, 0.5); }

.text_red {
  color: #af0000; }

.bg_gold {
  background: #6b581a; }

/*ボタン*/
.btn_layout {
  background: #eb6100;
  transition: all 0.4s;
  border: 1px solid #eb6100;
  border-radius: 50%;
  width: 200px;
  height: 200px; }
  .btn_layout a {
    color: #fff;
    text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
    font-size: 1.3rem;
    display: block;
    width: 200px;
    height: 200px; }
    .btn_layout a:hover {
      color: #eb6100;
      text-shadow: 0 0 0.1px rgba(235, 97, 0, 0.5); }
  .btn_layout a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .btn_layout a::after {
      content: "";
      position: absolute;
      display: inline-block;
      bottom: 40px;
      left: 45%;
      width: 20px;
      height: 20px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
  .btn_layout:hover {
    background: #fff; }
    .btn_layout:hover a::after {
      border-top: 1px solid #eb6100;
      border-right: 1px solid #eb6100; }

/*送信ボタン*/
.btnTransmission_layout {
  background: #eb6100;
  transition: all 0.4s;
  background: #af0000;
  border: 1px solid #af0000;
  border-radius: 50%;
  width: 150px;
  height: 150px; }
  .btnTransmission_layout a {
    color: #fff;
    text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
    font-size: 1.3rem;
    display: block;
    width: 200px;
    height: 200px; }
    .btnTransmission_layout a:hover {
      color: #eb6100;
      text-shadow: 0 0 0.1px rgba(235, 97, 0, 0.5); }
  .btnTransmission_layout button {
    border: 0;
    background: none;
    text-align: center;
    line-height: 150px;
    cursor: pointer;
    color: #fff;
    font-size: 1.3rem;
    width: 100%; }
  .btnTransmission_layout:hover {
    background: #fff; }
    .btnTransmission_layout:hover button {
      color: #af0000; }

/*電話*/
.tel a {
  font-size: 2rem;
  position: relative; }
  .tel a::before {
    content: "";
    width: 30px;
    height: 35px;
    display: inline-block;
    background: url(../images/tel-icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -35px;
    top: 0; }

/*動く下線---------------------------*/
/*ピンク*/
.marker_animation_pink.active {
  background-position: -100% .5em; }

.marker_animation_pink {
  background-image: -webkit-linear-gradient(left, transparent 50%, #e4becf 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #e4becf 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #e4becf 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #e4becf 50%);
  background-image: linear-gradient(left, transparent 50%, #e4becf 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0% .5em;
  transition: all 2s ease; }

/*茶色*/
.marker_animation_brown.active {
  background-position: -100% .5em; }

.marker_animation_brown {
  background-image: -webkit-linear-gradient(left, transparent 50%, #cdc9ba 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #cdc9ba 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #cdc9ba 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #cdc9ba 50%);
  background-image: linear-gradient(left, transparent 50%, #cdc9ba 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0% .5em;
  transition: all 2s ease; }

/*茶色（dark）*/
.marker_animation_brown_dark.active {
  background-position: -100% .5em; }

.marker_animation_brown_dark {
  background-image: -webkit-linear-gradient(left, transparent 50%, #917d3d 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #917d3d 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #917d3d 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #917d3d 50%);
  background-image: linear-gradient(left, transparent 50%, #917d3d 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0% .5em;
  transition: all 2s ease; }

/*緑*/
.marker_animation_green.active {
  background-position: -100% .5em; }

.marker_animation_green {
  background-image: -webkit-linear-gradient(left, transparent 50%, #bfd287 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #bfd287 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #bfd287 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #bfd287 50%);
  background-image: linear-gradient(left, transparent 50%, #bfd287 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0% .5em;
  transition: all 2s ease; }

/*背景画像*/
/*青い山*/
.bg_blue_mountain {
  background: url(../images/bg/blue-mountain.png) no-repeat;
  height: 250px;
  width: 100%;
  bottom: 20px;
  position: absolute;
  background-size: cover;
  pointer-events: none; }

/*緑の山*/
.bg_green_mountain {
  background: url(../images/bg/green-mountain.png) no-repeat;
  height: 300px;
  width: 100%;
  background-position: 60% 0;
  position: absolute;
  z-index: 10;
  bottom: -80px;
  background-size: cover;
  pointer-events: none; }

/*ヘッダー---------------------*/
.page_header {
  background: url(../images/bg/bg-header.png) no-repeat;
  background-size: cover;
  position: relative; }
  .page_header .header_logo img {
    width: 130px; }

/*キャッチコピー*/
.font_catchPhrase {
  font-feature-settings: "palt";
  letter-spacing: .3em; }
  .font_catchPhrase .font_catchPhrase_inner {
    font-size: 2rem;
    line-height: 1.3em;
    letter-spacing: .2em; }

/*下線画像*/
.bg_border {
  background: url(../images/bg/border-bottom.png) no-repeat;
  background-position: bottom 10px center;
  background-size: contain; }

/*スライドショー---------------------*/
.mainvisual_slide {
  position: relative;
  overflow: hidden;
  z-index: 10; }

.mainvisual_slide img {
  padding: 0 10px; }

/*その他事例紹介スライドショー*/
.others_slide img {
  padding: 0 10px; }

/*スライドショー矢印*/
.prev_arrow,
.next_arrow {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 10;
  top: 35%;
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff; }

/*その他事例紹介スライドショー 矢印*/
.others_slide .prev_arrow,
.others_slide .next_arrow {
  top: 50%;
  border-top: 5px solid #564101;
  border-right: 5px solid #564101; }

.prev_arrow {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.next_arrow {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/*四角いボタン*/
.btn_square_layout a {
  background: #564101;
  color: #fff;
  text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  transition: all 0.4s; }
  .btn_square_layout a:hover {
    background: #fff;
    color: #564101;
    text-shadow: 0 0 0.1px rgba(86, 65, 1, 0.5); }

/*オンライン看板 画像*/
.online_img {
  max-width: 280px; }

/*フッター---------------------*/
/*topへ戻る*/
.page_top {
  position: fixed;
  z-index: 999;
  bottom: 100px;
  right: 20px;
  color: #464646;
  display: block;
  width: 40px;
  height: 40px;
  border-top: 5px solid #6b581a;
  border-right: 5px solid #6b581a;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.page_footer {
  background: #20084c;
  position: relative;
  z-index: 30;
  padding-bottom: 100px;
  /*紫の山*/ }
  .page_footer:before {
    content: "";
    width: 100%;
    height: 150px;
    background: url(../images/bg/bg-footer-before.png) no-repeat;
    background-position: 60% 0;
    background-size: cover;
    position: absolute;
    top: -148px;
    z-index: 30;
    pointer-events: none; }
  .page_footer .footer_logo img {
    width: 50%; }
  .page_footer .copyright {
    background: #564101;
    color: #fff;
    text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5); }

/*ついてくる電話番号*/
.contact_tel {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.8); }
  .contact_tel .contact_logo {
    width: 75%; }
  .contact_tel .contact_link {
    width: 44%; }
    .contact_tel .contact_link a {
      background: #564101;
      color: #fff;
      text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
      padding: .8rem;
      border-radius: 10px;
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
      transition: all 0.4s; }
      .contact_tel .contact_link a:hover {
        background: #fff;
        color: #564101;
        text-shadow: 0 0 0.1px rgba(86, 65, 1, 0.5); }

/* 自治体ご担当者様のお悩み
------------------------------------------------------------*/
/*白い背景*/
.bg_content01 {
  background: url(../images/bg/bg-content01.png) no-repeat;
  background-size: cover;
  margin-top: -60px;
  position: relative;
  z-index: 11;
  /*白い山*/ }
  .bg_content01:before {
    content: "";
    width: 100%;
    height: 130px;
    background: url(../images/bg/bg-content01-before.png) no-repeat;
    background-position: 60% 60%;
    background-size: cover;
    position: absolute;
    top: -128px;
    z-index: 11;
    pointer-events: none; }

.bg_content01_inner {
  padding-top: 35px; }

/*矢印吹き出し*/
.bg_arrow_wrapper {
  width: 345px;
  margin: 0 auto;
  max-width: 100%; }

.bg_arrow {
  background: url(../images/bg/bg-arrow.png) no-repeat;
  background-size: 100% 125px;
  padding: 15px 0 70px; }
  .bg_arrow li {
    font-size: 0.8rem; }

/* 納税者様のデータ
------------------------------------------------------------*/
/*灰色背景*/
.bg_content02 {
  background: url(../images/bg/bg-content02.png) repeat;
  margin-top: 15px;
  position: relative;
  z-index: 11;
  /*灰色の山*/ }
  .bg_content02:before {
    content: "";
    width: 100%;
    height: 300px;
    background: url(../images/bg/bg-content02-before.png) no-repeat;
    background-position: 60% 40%;
    position: absolute;
    z-index: 20;
    top: -294px;
    background-size: cover;
    pointer-events: none; }

.bg_content02_inner {
  padding-top: 50px;
  padding-bottom: 230px; }

/*茶色背景の見出し*/
.content02_title {
  background: #6b581a;
  padding: 10px 25px;
  margin-top: 4em; }

/*茶色背景の小見出し*/
.content02_small_title {
  display: flex;
  justify-content: space-between; }
  .content02_small_title li {
    width: 48%;
    text-align: center;
    background: #a69661;
    color: #fff;
    padding: 10px 0; }

/*スクロールエリア*/
.scroll {
  height: 200px;
  overflow: auto; }
  .scroll .border-bottom {
    border-bottom-color: #6b581a !important; }

/* だから、用意しています。
------------------------------------------------------------*/
/*白い背景*/
.bg_content03 {
  background: url(../images/bg/bg-content01.png) no-repeat;
  background-size: cover;
  margin-top: -160px;
  position: relative;
  z-index: 11;
  /*白い山*/ }
  .bg_content03:before {
    content: "";
    width: 100%;
    height: 130px;
    background: url(../images/bg/bg-content01-before.png) no-repeat;
    background-position: 60% 60%;
    background-size: cover;
    position: absolute;
    top: -128px;
    z-index: 11;
    pointer-events: none; }

.bg_content03_inner {
  padding-top: 35px; }

/* 交通広告事例紹介
------------------------------------------------------------*/
/*灰色背景*/
.bg_content04 {
  background: url(../images/bg/bg-content02.png) repeat;
  margin-top: 15px;
  position: relative;
  z-index: 11;
  /*灰色の山*/ }
  .bg_content04:before {
    content: "";
    width: 100%;
    height: 300px;
    background: url(../images/bg/bg-content02-before.png) no-repeat;
    background-position: 60% 40%;
    position: absolute;
    z-index: 20;
    top: -294px;
    background-size: cover;
    pointer-events: none; }

.bg_content04_inner {
  padding-top: 10%;
  padding-bottom: 230px; }

/*スライドショー*/
.traffic_slide {
  width: 80%;
  margin: 0 auto; }

/*スライドショー矢印*/
.prev_arrow_traffic,
.next_arrow_traffic {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 10;
  top: 45%;
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 2px solid #7c610e;
  border-right: 2px solid #7c610e; }

.prev_arrow_traffic {
  left: -25px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.next_arrow_traffic {
  right: -25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* ご利用自治体の声
------------------------------------------------------------*/
/*白い背景*/
.bg_content05 {
  background: url(../images/bg/bg-content01.png) no-repeat;
  background-size: cover;
  margin-top: -160px;
  position: relative;
  z-index: 11;
  /*白い山*/ }
  .bg_content05:before {
    content: "";
    width: 100%;
    height: 130px;
    background: url(../images/bg/bg-content01-before.png) no-repeat;
    background-position: 60% 60%;
    background-size: cover;
    position: absolute;
    top: -128px;
    z-index: 11;
    pointer-events: none; }

.bg_content05_inner {
  padding-top: 35px;
  padding-bottom: 10%; }

/*吹き出し*/
.bg_balloon01 {
  background: url(../images/bg/bg-balloon.png) no-repeat;
  background-size: contain;
  background-position: center 20px; }

.bg_balloon02 {
  background: url(../images/bg/bg-balloon02.png) no-repeat;
  background-size: contain;
  background-position: left center; }

.bg_balloon03 {
  background: url(../images/bg/bg-balloon03.png) no-repeat;
  background-size: contain;
  background-position: center 40px; }

/*人の画像*/
.bg_people01 {
  background: url(../images/bg/people01.png) no-repeat;
  min-height: 258px;
  background-size: contain;
  background-position: top center; }

.bg_people02 {
  background: url(../images/bg/people02.png) no-repeat;
  min-height: 260px;
  background-size: contain;
  background-position: top center; }

.bg_people03 {
  background: url(../images/bg/people03.png) no-repeat;
  min-height: 230px;
  background-size: contain;
  background-position: top center; }

/* 広告についてのお問合せ
------------------------------------------------------------*/
/*灰色背景*/
.bg_content06 {
  background: url(../images/bg/bg-content02.png) repeat;
  margin-top: 15px;
  position: relative;
  z-index: 11;
  /*灰色の山*/ }
  .bg_content06:before {
    content: "";
    width: 100%;
    height: 300px;
    background: url(../images/bg/bg-content02-before.png) no-repeat;
    background-position: 60% 40%;
    position: absolute;
    z-index: 20;
    top: -294px;
    background-size: cover;
    pointer-events: none; }

.bg_content06_inner {
  padding-top: 50px;
  padding-bottom: 30%; }

/*フォーム*/
.formErrorContent {
  background: red;
  color: #fff;
  padding: 0 10px; }

/* ------------------------------------------------------------ */
/* ▼タブレット用デザインとして付け足すデザイン */
/* ------------------------------------------------------------ */
/* 幅576px以上　telのリンク非表示
------------------------------------------------------------*/
@media only screen and (min-width: 576px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/* iPadサイズ以上（768px）
------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  /* リセット
  ------------------------------------------------------------*/
  h1 {
    font-size: 3.5rem; }

  h2 {
    font-size: 2.5rem;
    margin-bottom: 1em; }

  h3 {
    font-size: 2.3rem; }

  h4 {
    font-size: 1.5rem; }

  p, ol, td, dd, li, dt, a, address, figcaption {
    font-size: 1.25rem; }

  /* 汎用クラス
  ------------------------------------------------------------*/
  .content {
    padding-top: 5% !important;
    padding-bottom: 5% !important; }

  .content_pt {
    padding-top: 5% !important; }

  .content_pb {
    padding-bottom: 5% !important; }

  /*文字サイズ*/
  .font_sm {
    font-size: 0.95rem; }

  .font_md_m {
    font-size: 1.5rem; }

  .font_xl_m {
    font-size: 2rem; }

  .font_xl {
    font-size: 2.5rem; }

  .font_xl_l {
    font-size: 2.5rem; }

  .font_header_l {
    font-size: 5rem; }

  /*文字サイズ（微調整が必要なもの）*/
  .text_box {
    font-size: 2rem; }

  .text_message {
    font-size: 1.5rem; }

  .text_title_size {
    font-size: 1.5rem; }

  /* 共通部分
  ------------------------------------------------------------*/
  /*ヘッダー---------------------*/
  /*キャッチコピー*/
  .font_catchPhrase .font_catchPhrase_inner {
    font-size: 3.6rem; }

  /*スタンプ画像*/
  .bg_stamp {
    background: url(../images/bg/stamp.png) no-repeat;
    background-position: top 117px left; }

  /*スライドショー*/
  .mainvisual_slide {
    padding-bottom: 90px; }

  /*フッター---------------------*/
  .page_footer {
    /*紫の山*/ }
    .page_footer:before {
      height: 300px;
      top: -298px; }
    .page_footer .footer_logo {
      width: 438px;
      margin: 0 auto; }

  /*電話*/
  .tel a {
    font-size: 1.3rem; }
    .tel a::before {
      top: -5px; }

  /*背景画像---------------------*/
  /*白い背景*/
  .bg_content01 {
    margin-top: 0;
    /*白い山*/ }
    .bg_content01::before {
      height: 400px;
      top: -398px; }

  .bg_content03,
  .bg_content05 {
    margin-top: -60px; }
    .bg_content03::before,
    .bg_content05::before {
      height: 400px;
      top: -398px; }

  /*自治体ご担当者様のお悩み
  --------------------------------------------------*/
  /*矢印吹き出し*/
  .bg_arrow_wrapper {
    width: 575px; }

  .bg_arrow {
    background-size: 100% 225px; }
    .bg_arrow li {
      font-size: 1.8rem; }

  /*納税者様のデータ
  --------------------------------------------------*/
  /*茶色背景の見出し*/
  .content02_title {
    background-size: 100% 100%; }

  .content02_title_text {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    padding: 20px; }

  /* だから、用意しています。
  ------------------------------------------------------------*/
  /*茶色のライン線*/
  .bg_line {
    background: url(../images/bg/line.png) no-repeat;
    background-position: bottom;
    background-size: contain; }

  /* 交通広告事例紹介
  ------------------------------------------------------------*/
  /*スライドショー*/
  .traffic_slide {
    width: 100%; }

  .bg_content04_inner {
    padding-top: 7%; }

  /* ご利用自治体の声
  ------------------------------------------------------------*/
  .bg_balloon01 {
    background-position: right; }

  .bg_balloon03 {
    background-position: right center; } }
/* ------------------------------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------------------------------ */
	/* PC 普通サイズ css （992pxまで）
    ------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  	/* 汎用クラス
      ------------------------------------------------------------*/
  /*文字サイズ*/
  .font_header_l {
    font-size: 6.5rem; }

  /* 共通部分
  ------------------------------------------------------------*/
  /*ヘッダー---------------------*/
  .page_header .header_logo img {
    width: 200px; }

  .bg_stamp {
    background-position: top 200px left 65px; }

  /*フッター---------------------*/
  /*
  ------------------------------------------------------------*/
  /*共通部分*/ }
/* ------------------------------------------------------------ */
/* ▼ipad pro以上のデザインとして付け足すデザイン */
/* ------------------------------------------------------------ */
@media only screen and (min-width: 1024px) {
  .slick-slide img {
    height: auto; }

  /*電話*/
  .tel a {
    font-size: 2rem; }
    .tel a::before {
      top: 0; }

  /* ご利用自治体の声
  ------------------------------------------------------------*/
  /*吹き出し*/
  .bg_balloon01 {
    background-position: top right 40px;
    padding: 7% 5%; }

  .bg_balloon02 {
    padding: 7% 12% 7% 6%; }

  .bg_balloon03 {
    background-position: top right 22px;
    padding: 6% 8% 6% 7%; } }
/* ------------------------------------------------------------ */
/* ▼大きな横幅サイズPC用のデザインとして付け足すデザイン */
/* ------------------------------------------------------------ */
@media only screen and (min-width: 1200px) {
  /*共通部分
  ------------------------------------------------------------*/
  /*文字間*/
  .line_height_m {
    line-height: 2.5em; }

  /*送信ボタン*/
  .btnTransmission_layout {
    width: 200px;
    height: 200px; }
    .btnTransmission_layout button {
      line-height: 200px; }

  /*背景画像---------------------*/
  /*灰色背景*/
  .bg_content02,
  .bg_content04 {
    margin-top: 105px; }

  /*ヘッダー---------------------*/
  .bg_stamp {
    background-position: left 160px top 190px; }

  /*フッター---------------------*/
  /* ご利用自治体の声
  ------------------------------------------------------------*/
  .bg_content05_inner {
    padding-bottom: 0; }

  /*吹き出し*/
  .bg_balloon01 {
    background-position: right; }

  .bg_balloon02 {
    padding: 7% 6% 7% 0%; }

  .bg_balloon03 {
    background-size: 83%;
    padding: 0% 8% 6% 7%; }

  /*人の画像*/
  .bg_people01,
  .bg_people02,
  .bg_people03 {
    min-height: 400px; }

  /*広告についてのお問合せ---------------------*/
  .bg_content06_inner {
    padding-bottom: 20%; }

  /*フッター---------------------*/
  .page_footer {
    /*紫の山*/ }
    .page_footer:before {
      height: 500px;
      top: -498px; } }
/* ------------------------------------------------------------ */
/* ▼更に大きな横幅サイズPC用のデザインとして付け足すデザイン（背景画像微調節用） */
/* ------------------------------------------------------------ */
@media only screen and (min-width: 1700px) {
  /* 自治体ご担当者様のお悩み
  ------------------------------------------------------------*/
  /*白い背景*/
  .bg_content01 {
    /*3つの画像*/
    background: url(../images/bg/bg-content01-left.png) no-repeat, url(../images/bg/bg-content01-right.png) no-repeat, url(../images/bg/bg-content01.png) no-repeat;
    background-position: top left,right,top;
    background-size: auto,auto,cover; } }
