@charset "UTF-8";
/*==============================================================================================

	トップページ

==============================================================================================*/
#index section + seciton {
  margin-top: 60px; }

/*----------------------------------------------------------------------------------
	メインイメージ
----------------------------------------------------------------------------------*/
#index #mainImg {
  overflow: hidden;
  margin-bottom: 60px; }
  #index #mainImg .bx-wrapper {
    margin: 0 auto;
    position: relative;
    z-index: 2; }
  @media screen and (max-width: 769px) {
    #index #mainImg {
      margin-bottom: 40px; } }

/*--------------------------------------------------------------------
	活動報告
--------------------------------------------------------------------*/
#index #cnt01 h2 {
  margin-bottom: 20px; }
  #index #cnt01 h2 span:before {
    content: "\e905"; }
  @media screen and (max-width: 769px) {
    #index #cnt01 h2 {
      margin-bottom: 10px; } }
#index #cnt01 h3 {
  margin-bottom: 15px; }
  @media screen and (max-width: 769px) {
    #index #cnt01 h3 {
      margin-bottom: 10px; }
      #index #cnt01 h3 img {
        height: 30px; } }
#index #cnt01 .desc {
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 769px) {
    #index #cnt01 .desc {
      margin-bottom: 20px; } }
#index #cnt01 .flex {
  margin-bottom: 15px; }
  #index #cnt01 .flex > div {
    width: 390px; }
    #index #cnt01 .flex > div:first-child {
      margin-right: auto; }
      #index #cnt01 .flex > div:first-child .facebook-wrapper {
        max-width: 390px;
        height: 300px;
        margin: 0 auto; }
        #index #cnt01 .flex > div:first-child .facebook-wrapper > .fb-page {
          width: 100%;
          height: 100%; }
          #index #cnt01 .flex > div:first-child .facebook-wrapper > .fb-page > span, #index #cnt01 .flex > div:first-child .facebook-wrapper > .fb-page iframe {
            width: 100% !important;
            height: 100% !important; }
    #index #cnt01 .flex > div .inner {
      width: 100%;
      max-width: 390px;
      height: 300px;
      overflow-y: scroll;
      border: 1px solid #1ea1ed; }
  @media screen and (max-width: 769px) {
    #index #cnt01 .flex > div {
      width: 49%; } }
  @media screen and (max-width: 600px) {
    #index #cnt01 .flex {
      display: block; }
      #index #cnt01 .flex > div {
        width: 100%; }
        #index #cnt01 .flex > div:first-child {
          margin: 0 0 20px; }
          #index #cnt01 .flex > div:first-child .facebook-wrapper {
            max-width: none;
            height: 300px; }
        #index #cnt01 .flex > div .inner {
          max-width: inherit;
          height: 300px; } }
#index #cnt01 .txtLink {
  font-size: 90%;
  line-height: 1.0;
  text-align: right;
  margin-bottom: 20px; }
  #index #cnt01 .txtLink a {
    color: #000;
    text-decoration: none;
    padding-right: 15px; }
    #index #cnt01 .txtLink a:after {
      font-family: 'icomoon';
      content: "";
      position: absolute;
      top: 0.3em;
      right: 0;
      font-weight: normal;
      font-style: normal;
      font-size: 10px;
      font-size: 1rem;
      transform: scale(0.8);
      color: #1ea1ed; }
    #index #cnt01 .txtLink a:hover {
      color: #0099cc;
      text-decoration: underline; }
#index #cnt01 ul {
  margin: -6px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #index #cnt01 ul li {
    width: calc(100% / 4);
    padding: 0 6px; }
  @media screen and (max-width: 769px) {
    #index #cnt01 ul {
      margin: 0 3px; }
      #index #cnt01 ul li {
        padding: 0 3px; } }
  @media screen and (max-width: 600px) {
    #index #cnt01 ul {
      max-width: 394px;
      margin: 0 auto; }
      #index #cnt01 ul li {
        width: 50%;
        padding: 0 3px;
        margin-bottom: 6px; } }

/*--------------------------------------------------------------------
	プロフィール
--------------------------------------------------------------------*/
#index #cnt02 {
  padding: 60px 40px;
  border: 1px solid #1ea1ed;
  /*background: #d3edfb;*/ }
  #index #cnt02 h2 {
    margin-bottom: 20px; }
    #index #cnt02 h2 span:before {
      content: "\e903"; }
  #index #cnt02 .flex {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px; }
    #index #cnt02 .flex .photo {
      width: 270px;
      text-align: center; }
      #index #cnt02 .flex .photo .img {
        margin-bottom: 20px; }
      #index #cnt02 .flex .photo .name {
        font-size: 28px;
        font-size: 2.8rem;
        color: #001997;
        line-height: 1.0;
        font-weight: bold; }
        #index #cnt02 .flex .photo .name [data-ruby] {
          position: relative; }
          #index #cnt02 .flex .photo .name [data-ruby]:before {
            content: attr(data-ruby);
            position: absolute;
            top: -0.7em;
            left: 0;
            right: 0;
            margin: auto;
            font-size: 11px;
            font-size: 1.1rem;
            font-weight: normal;
            text-align: center; }
    #index #cnt02 .flex .column {
      width: calc(100% - 320px);
      margin-right: auto; }
      #index #cnt02 .flex .column p + p {
        margin-top: 15px; }
  #index #cnt02 .btn {
    margin: 0 auto; }
  @media screen and (max-width: 769px) {
    #index #cnt02 {
      padding: 30px 20px; }
      #index #cnt02 h2 {
        margin-bottom: 15px; }
      #index #cnt02 .flex {
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        margin-bottom: 20px; }
        #index #cnt02 .flex .photo {
          width: 200px; }
          #index #cnt02 .flex .photo .name {
            font-size: 24px;
            font-size: 2.4rem; }
        #index #cnt02 .flex .column {
          width: calc(100% - 220px); }
          #index #cnt02 .flex .column p + p {
            margin-top: 10px; } }
  @media screen and (max-width: 600px) {
    #index #cnt02 {
      padding: 20px; }
      #index #cnt02 .flex {
        display: block; }
        #index #cnt02 .flex .photo {
          width: 200px;
          margin: 0 auto 15px; }
        #index #cnt02 .flex .column {
          width: 100%; } }

/*--------------------------------------------------------------------
	基本理念・政策
--------------------------------------------------------------------*/
#index #cnt03 h2 pan:before {
  content: "\e902"; }
#index #cnt03 .policyMain {
  margin-bottom: 0; }
  #index #cnt03 .policyMain .column {
    width: 380px; }
    #index #cnt03 .policyMain .column .inner ul {
      margin-bottom: 25px; }
    #index #cnt03 .policyMain .column:first-child {
      margin-right: auto; }
      #index #cnt03 .policyMain .column:first-child .inner ul li + li {
        margin-top: 20px; }
    #index #cnt03 .policyMain .column:nth-child(2) {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      #index #cnt03 .policyMain .column:nth-child(2) .inner {
        margin-bottom: 30px; }
      #index #cnt03 .policyMain .column:nth-child(2) .photo {
        margin-bottom: 0; }
  @media screen and (max-width: 769px) {
    #index #cnt03 .policyMain .column {
      width: 50%; }
      #index #cnt03 .policyMain .column .inner ul {
        margin-bottom: 20px; }
      #index #cnt03 .policyMain .column:first-child .inner ul li + li {
        margin-top: 15px; }
      #index #cnt03 .policyMain .column:nth-child(2) .inner {
        margin-bottom: 20px; } }
  @media screen and (max-width: 600px) {
    #index #cnt03 .policyMain .column {
      width: 100%; }
      #index #cnt03 .policyMain .column .inner ul {
        margin-bottom: 20px; }
      #index #cnt03 .policyMain .column:first-child .inner ul li + li {
        margin-top: 10px; }
      #index #cnt03 .policyMain .column:nth-child(2) {
        display: block; }
        #index #cnt03 .policyMain .column:nth-child(2) .inner {
          margin-bottom: 0; }
        #index #cnt03 .policyMain .column:nth-child(2) .photo {
          margin-bottom: 15px; } }

/*--------------------------------------------------------------------
	後援会
--------------------------------------------------------------------*/
#index #cnt04 h2 pan:before {
  content: "\e906"; }
#index #cnt04 .flex .column {
  width: calc(100% - 355px);
  margin-right: auto; }
  #index #cnt04 .flex .column .desc {
    margin-bottom: 15px; }
  #index #cnt04 .flex .column ul {
    margin-bottom: 20px;
    margin-left: 10px; }
    #index #cnt04 .flex .column ul li {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold; }
      #index #cnt04 .flex .column ul li + li {
        margin-top: 3px; }
      #index #cnt04 .flex .column ul li .style {
        display: block;
        margin-top: 5px; }
  #index #cnt04 .flex .column .btn {
    width: 280px;
    margin-left: auto; }
#index #cnt04 .flex .photo {
  width: 320px; }
@media screen and (max-width: 769px) {
  #index #cnt04 .flex .column {
    width: calc(100% - 260px); }
    #index #cnt04 .flex .column ul li {
      font-size: 16px;
      font-size: 1.6rem; }
    #index #cnt04 .flex .column .btn {
      width: 240px; }
  #index #cnt04 .flex .photo {
    width: 260px; } }
@media screen and (max-width: 600px) {
  #index #cnt04 .flex {
    display: block; }
    #index #cnt04 .flex .column {
      width: 100%;
      margin: 0 0 20px; }
      #index #cnt04 .flex .column ul {
        margin-bottom: 10px; }
      #index #cnt04 .flex .column .btn {
        margin: 0 auto; }
    #index #cnt04 .flex .photo {
      width: 100%;
      text-align: center; } }

/*--------------------------------------------------------------------
	バナー
--------------------------------------------------------------------*/
#index ul.bnrList {
  width: 630px;
  margin: 80px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #index ul.bnrList li {
    padding: 0 5px;
    margin-bottom: 10px; }
  @media screen and (max-width: 769px) {
    #index ul.bnrList {
      width: 100%;
      max-width: 630px;
      margin: 60px auto 0; }
      #index ul.bnrList li {
        width: calc(100% / 3);
        text-align: center; } }
  @media screen and (max-width: 600px) {
    #index ul.bnrList {
      max-width: 420px; }
      #index ul.bnrList li {
        width: 50%; } }

/*==============================================================================================

  基本理念・政策

==============================================================================================*/
/* index共通部分 */
.policyMain {
  margin-bottom: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .policyMain .column {
    width: 400px; }
    .policyMain .column .photo {
      margin-bottom: 30px; }
    .policyMain .column .inner {
      padding: 0 25px; }
      .policyMain .column .inner .catch {
        text-align: center;
        margin-bottom: 25px; }
      .policyMain .column .inner ul {
        margin-bottom: 35px; }
        .policyMain .column .inner ul li {
          line-height: 1.3;
          position: relative;
          padding-left: 15px; }
          .policyMain .column .inner ul li:before {
            content: "";
            position: absolute;
            top: 1px;
            left: 0;
            width: 12px;
            height: 12px;
            border-radius: 100%;
            background: #000; }
          .policyMain .column .inner ul li:before {
            top: 3px; }
          .policyMain .column .inner ul li + li {
            margin-top: 10px; }
          .policyMain .column .inner ul li a {
            color: #000;
            text-decoration: none; }
            .policyMain .column .inner ul li a:hover {
              color: #0099cc;
              text-decoration: underline; }
      .policyMain .column .inner .btn {
        margin: 0 auto; }
    .policyMain .column:first-child .inner ul li + li {
      margin-top: 22px; }
    .policyMain .column:first-child .inner ul li:before {
      background: #038d3a; }
    .policyMain .column:nth-child(2) .inner ul li:before {
      background: #f50027; }
  @media screen and (max-width: 769px) {
    .policyMain {
      margin-bottom: 40px; }
      .policyMain .column {
        width: 50%; }
        .policyMain .column .photo {
          margin-bottom: 20px; }
        .policyMain .column .inner {
          padding: 0 15px; }
          .policyMain .column .inner .catch {
            text-align: center;
            margin-bottom: 20px; }
            .policyMain .column .inner .catch img {
              height: 50px; }
          .policyMain .column .inner ul {
            margin-bottom: 25px; }
            .policyMain .column .inner ul li {
              padding-left: 13px; }
              .policyMain .column .inner ul li:before {
                width: 10px;
                height: 10px;
                top: 4px; }
              .policyMain .column .inner ul li + li {
                margin-top: 10px; }
        .policyMain .column:first-child .inner ul li + li {
          margin-top: 17px; } }
  @media screen and (max-width: 600px) {
    .policyMain {
      display: block; }
      .policyMain .column {
        width: 100%;
        max-width: 400px;
        margin: 0 auto; }
        .policyMain .column + .column {
          padding-top: 30px;
          margin-top: 30px;
          border-top: 1px solid #ccc; }
        .policyMain .column .photo {
          margin-bottom: 15px; }
        .policyMain .column .inner {
          padding: 0 10px; }
          .policyMain .column .inner .catch {
            margin-bottom: 15px; }
          .policyMain .column .inner ul {
            margin-bottom: 20px; }
            .policyMain .column .inner ul li + li {
              margin-top: 8px; }
        .policyMain .column:first-child .inner ul li + li {
          margin-top: 8px; } }

/*----------------------------------------------------------------------------------
	導入
----------------------------------------------------------------------------------*/
#policy .policyMain .column .inner .btn a {
  padding-right: 25px; }
  #policy .policyMain .column .inner .btn a:after {
    transform: rotate(90deg);
    right: 15px; }

/* Btn - 政策パンフレットDL */
#policy .btn.dl {
  width: 390px;
  margin: 0 auto 40px; }
  @media screen and (max-width: 769px) {
    #policy .btn.dl {
      width: 330px;
      margin: 0 auto 30px; } }

/*----------------------------------------------------------------------------------
	郷創り・国創り
----------------------------------------------------------------------------------*/
#policy section .mainImg {
  margin-bottom: 15px; }
#policy section .btnNav {
  text-align: right;
  margin-bottom: 30px; }
  @media screen and (max-width: 769px) {
    #policy section .btnNav {
      margin-bottom: 20px; }
      #policy section .btnNav img {
        height: 40px; } }
#policy section h4 {
  background: #038d3a; }
#policy section .flex {
  line-height: 1.0;
  margin: 0 -7px 30px -8px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  #policy section .flex > div {
    padding: 0 7px 0 8px;
    text-align: center; }
    #policy section .flex > div p + p {
      margin-top: 8px; }
  #policy section .flex.noBtm {
    margin-bottom: 8px; }
  @media screen and (max-width: 769px) {
    #policy section .flex {
      margin: 0 -3px 20px -3px; }
      #policy section .flex > div {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0 3px; }
        #policy section .flex > div p + p {
          margin-top: 5px; }
      #policy section .flex.noBtm {
        margin-bottom: 5px; } }
#policy section .txt {
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 769px) {
    #policy section .txt {
      margin-bottom: 20px; } }
#policy section .inBox {
  width: 740px;
  margin: 0 auto;
  padding: 45px;
  background: rgba(0, 164, 77, 0.3);
  position: relative;
  z-index: -2; }
  #policy section .inBox ul li {
    position: relative;
    padding-left: 18px; }
    #policy section .inBox ul li:before {
      content: "";
      position: absolute;
      top: 0.3em;
      left: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      background: #000; }
    #policy section .inBox ul li + li {
      margin-top: 15px; }
    #policy section .inBox ul li .ann {
      margin-left: 1.3em;
      text-indent: -1.3em; }
    #policy section .inBox ul li .dot {
      margin-left: 1.3em; }
    #policy section .inBox ul li .hanko {
      position: relative; }
      #policy section .inBox ul li .hanko:after {
        content: "";
        position: absolute;
        top: -8px;
        right: -28px;
        z-index: -1;
        width: 32px;
        height: 32px;
        background: url("../images/policy/hanko_sumi.png") no-repeat;
        background-size: cover; }
  @media screen and (max-width: 769px) {
    #policy section .inBox {
      width: 95%;
      padding: 20px; }
      #policy section .inBox ul li {
        padding-left: 15px; }
        #policy section .inBox ul li:before {
          width: 10px;
          height: 10px;
          top: 4px; }
        #policy section .inBox ul li + li {
          margin-top: 10px; }
        #policy section .inBox ul li .hanko:after {
          top: -4px;
          right: -18px;
          width: 22px;
          height: 22px; } }
#policy section#cnt02 h4 {
  background: #f50027; }
#policy section#cnt02 .inBox {
  background: rgba(245, 0, 39, 0.25); }

/*==============================================================================================

  プロフィール

==============================================================================================*/
#profile h2 span:before {
  content: "\e903"; }

/*----------------------------------------------------------------------------------
	紹介
----------------------------------------------------------------------------------*/
#profile .intro {
  padding: 20px 50px;
  margin-bottom: 80px;
  border: 1px solid #1ea1ed;
  /*background: #d3edfb;*/
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  #profile .intro .photo {
    width: 270px;
    /*border: 1px solid #ccc;*/
    margin-right: auto; }
  #profile .intro .column {
    width: calc(100% - 330px); }
    #profile .intro .column .nameSup {
      font-size: 18px;
      font-size: 1.8rem;
      color: #e10125;
      line-height: 1.0;
      font-weight: bold;
      margin-bottom: 8px;
      margin-left: 3px; }
    #profile .intro .column .name {
      font-size: 44px;
      font-size: 4.4rem;
      line-height: 1.0;
      font-weight: bold;
      margin-bottom: 30px; }
    #profile .intro .column dl {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.0;
      font-weight: bold;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #profile .intro .column dl dt {
        width: 75px;
        height: 40px;
        color: #FFF;
        background: #e10125;
        border-radius: 5px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        margin-bottom: 10px; }
      #profile .intro .column dl dd {
        width: calc(100% - 75px);
        padding-left: 20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        margin-bottom: 10px; }
  @media screen and (max-width: 769px) {
    #profile .intro {
      padding: 20px;
      margin-bottom: 50px; }
      #profile .intro .photo {
        width: 220px; }
      #profile .intro .column {
        width: calc(100% - 250px); }
        #profile .intro .column .nameSup {
          font-size: 16px;
          font-size: 1.6rem; }
        #profile .intro .column .name {
          font-size: 34px;
          font-size: 3.4rem;
          margin-bottom: 20px; }
        #profile .intro .column dl {
          font-size: 18px;
          font-size: 1.8rem; }
          #profile .intro .column dl dt {
            width: 65px;
            height: 30px; }
          #profile .intro .column dl dd {
            width: calc(100% - 65px);
            padding-left: 10px; } }
  @media screen and (max-width: 769px) {
    #profile .intro {
      display: block; }
      #profile .intro .photo {
        width: 220px;
        margin: 0 auto 20px; }
      #profile .intro .column {
        width: 100%; }
        #profile .intro .column .nameSup, #profile .intro .column .name {
          text-align: center; }
        #profile .intro .column .name {
          margin-bottom: 10px; }
        #profile .intro .column dl {
          font-size: 18px;
          font-size: 1.8rem; }
          #profile .intro .column dl dt, #profile .intro .column dl dd {
            margin-bottom: 5px; } }

/*----------------------------------------------------------------------------------
	現在
----------------------------------------------------------------------------------*/
#profile #cnt01 .frame > div + div {
  margin-top: 30px; }
#profile #cnt01 .frame > div .inner {
  margin-left: 30px; }
  #profile #cnt01 .frame > div .inner p:not(.nonCom) {
    position: relative;
    padding-left: 8px; }
    #profile #cnt01 .frame > div .inner p:not(.nonCom):before {
      content: "";
      position: absolute;
      top: 0.55em;
      left: 0;
      width: 3px;
      height: 3px;
      background: #000; }
@media screen and (max-width: 769px) {
  #profile #cnt01 .frame > div + div {
    margin-top: 20px; }
  #profile #cnt01 .frame > div .inner {
    margin-left: 22px; } }

/* Btn - オープンデータDL */
#profile #cnt01 .btn {
  width: 420px;
  margin: 40px auto 0; }
  @media screen and (max-width: 769px) {
    #profile #cnt01 .btn {
      width: 360px;
      margin: 25px auto 0; } }

/*----------------------------------------------------------------------------------
	経歴
----------------------------------------------------------------------------------*/
#profile #cnt02 dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #profile #cnt02 dl dt, #profile #cnt02 dl dd {
    padding: 15px 30px;
    border-bottom: 1px dashed #ccc; }
  #profile #cnt02 dl dt {
    width: 160px;
    color: #e10125;
    font-weight: bold; }
  #profile #cnt02 dl dd {
    width: calc(100% - 160px); }
  @media screen and (max-width: 769px) {
    #profile #cnt02 dl dt {
      width: 100px;
      padding: 7px 5px; }
    #profile #cnt02 dl dd {
      width: calc(100% - 100px);
      padding: 7px 10px; } }

/*----------------------------------------------------------------------------------
	ギャラリー？
----------------------------------------------------------------------------------*/
#profile #cnt03 .frame {
  margin: 0 20px; }
  #profile #cnt03 .frame .section + .section {
    margin-top: 40px; }
  #profile #cnt03 .frame .section > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #profile #cnt03 .frame .section > div p {
      width: 49%;
      max-width: 370px;
      padding: 7px;
      margin-bottom: 2%;
      border: 1px solid #ccc;
      background: #FFF; }
      #profile #cnt03 .frame .section > div p:nth-child(odd) {
        margin-right: auto; }

/*==============================================================================================

  私の選挙区「福井」

==============================================================================================*/
#constituency h2 span:before {
  content: "\e904"; }
#constituency .mainImg {
  margin-bottom: 30px; }
  @media screen and (max-width: 769px) {
    #constituency .mainImg {
      margin-bottom: 20px; } }

/* ページ内ナビ
----------------------------------------------------------------------*/
#constituency .inNav {
  margin-bottom: 60px; }
  @media screen and (max-width: 769px) {
    #constituency .inNav {
      height: auto;
      padding: 5px 15px;
      margin-bottom: 30px; } }

#constituency ul.pageNav {
  display: none; }
  @media screen and (min-width: 769px) {
    #constituency ul.pageNav {
      max-width: 770px;
      margin: 0 auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #constituency ul.pageNav li {
        width: 100px;
        height: 35px;
        margin: 0 5px 5px; }
        #constituency ul.pageNav li a {
          width: 100%;
          height: 100%;
          color: #000;
          text-decoration: none;
          line-height: 1.0;
          font-weight: bold;
          padding: 3px 12px 3px 3px;
          border: 2px solid #e10125;
          border-radius: 35px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          position: relative; }
          #constituency ul.pageNav li a:after {
            font-family: 'icomoon';
            content: "";
            position: absolute;
            top: calc(50% - .5em);
            right: 10px;
            font-weight: normal;
            font-style: normal;
            font-size: 10px;
            font-size: 1rem;
            transform: rotate(90deg) scale(0.8);
            color: #e10125; }
          #constituency ul.pageNav li a:hover {
            color: #FFF;
            background: #e10125; }
            #constituency ul.pageNav li a:hover:after {
              color: #FFF; } }

@media screen and (min-width: 769px) {
  .slicknav_menu {
    display: none; } }
/*----------------------------------------------------------------------------------
	各市町　写真
----------------------------------------------------------------------------------*/
#constituency section + section {
  margin-top: 80px; }
  @media screen and (max-width: 769px) {
    #constituency section + section {
      margin-top: 40px; } }

#constituency .flex {
  margin: 0 -8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #constituency .flex .column {
    width: calc(100% / 3);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
    padding: 0 8px;
    margin-bottom: 16px; }
    #constituency .flex .column p + p {
      margin-top: 8px; }
  @media screen and (max-width: 769px) {
    #constituency .flex {
      margin: 0 -3px; }
      #constituency .flex .column {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0 3px; }
        #constituency .flex .column p + p {
          margin-top: 5px; } }
  @media screen and (max-width: 600px) {
    #constituency .flex .column {
      width: 50%; } }

/*==============================================================================================

  後援会

==============================================================================================*/
#supporters h2 span:before {
  content: "\e906"; }

/*----------------------------------------------------------------------------------
	導入
----------------------------------------------------------------------------------*/
#supporters .intro {
  margin-bottom: 80px; }
  #supporters .intro .catch {
    text-align: center;
    margin-bottom: 20px; }
  #supporters .intro .flex {
    margin-bottom: 20px; }
    #supporters .intro .flex .column {
      width: calc(100% - 350px);
      padding: 30px 0 0 20px;
      margin-right: auto; }
      #supporters .intro .flex .column ul li {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: bold; }
        #supporters .intro .flex .column ul li + li {
          margin-top: 20px; }
        #supporters .intro .flex .column ul li span.style {
          display: block;
          font-size: 18px;
          font-size: 1.8rem;
          margin-top: 5px; }
    #supporters .intro .flex .photo {
      width: 320px; }
  @media screen and (max-width: 769px) {
    #supporters .intro {
      margin-bottom: 40px; }
      #supporters .intro .flex .column {
        width: calc(100% - 260px);
        padding: 20px 0 0 20px; }
        #supporters .intro .flex .column ul li {
          font-size: 20px;
          font-size: 2rem; }
          #supporters .intro .flex .column ul li + li {
            margin-top: 10px; }
          #supporters .intro .flex .column ul li span.style {
            font-size: 15px;
            font-size: 1.5rem; }
      #supporters .intro .flex .photo {
        width: 260px; } }
  @media screen and (max-width: 600px) {
    #supporters .intro .flex {
      display: block; }
      #supporters .intro .flex .column {
        width: 100%;
        padding: 0 0 0 20px;
        margin: 0 0 20px; }
        #supporters .intro .flex .column ul {
          margin-bottom: 10px; }
          #supporters .intro .flex .column ul li + li {
            margin-top: 3px; }
      #supporters .intro .flex .photo {
        width: 100%;
        text-align: center; } }

/*----------------------------------------------------------------------------------
	各説明
----------------------------------------------------------------------------------*/
#supporters section .desc {
  margin-bottom: 30px; }
#supporters section .frame {
  margin-right: 30px;
  margin-left: 30px; }
@media screen and (max-width: 769px) {
  #supporters section .desc {
    margin-bottom: 20px; }
  #supporters section .frame {
    margin-right: 15px;
    margin-left: 15px; } }

/* 後援会
----------------------------------------------------------------------*/
#supporters section#cnt01 .txt {
  margin-bottom: 20px; }
#supporters section#cnt01 .maru {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px; }
  #supporters section#cnt01 .maru:before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #e10125; }
#supporters section#cnt01 .inner {
  margin-left: 15px; }
  #supporters section#cnt01 .inner + .maru {
    margin-top: 25px; }
#supporters section#cnt01 .btn {
  width: 360px;
  height: 50px;
  font-size: 18px;
  font-size: 1.8rem; }
  #supporters section#cnt01 .btn a:after {
    right: 20px;
    transform: scale(1); }
  #supporters section#cnt01 .btn.inquiry a {
    background: #ff8400; }
    #supporters section#cnt01 .btn.inquiry a:hover {
      background: #e10125; }
  #supporters section#cnt01 .btn.pdf {
    margin-bottom: 15px; }
    #supporters section#cnt01 .btn.pdf a {
      background: #4caa3f; }
      #supporters section#cnt01 .btn.pdf a:hover {
        background: #219c9d; }
      #supporters section#cnt01 .btn.pdf a span {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: normal; }
@media screen and (max-width: 769px) {
  #supporters section#cnt01 .maru {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px; }
  #supporters section#cnt01 .inner {
    margin-left: 10px; }
    #supporters section#cnt01 .inner + .maru {
      margin-top: 20px; }
  #supporters section#cnt01 .btn {
    width: 300px;
    height: 40px;
    font-size: 16px;
    font-size: 1.6rem; }
    #supporters section#cnt01 .btn a:after {
      right: 15px;
      transform: scale(0.9); }
    #supporters section#cnt01 .btn.pdf a span {
      font-size: 11px;
      font-size: 1.1rem; } }

/* くに創り
----------------------------------------------------------------------*/
#supporters section#cnt02 h3 {
  background: #038d3a; }
#supporters section#cnt02 p + p {
  margin-top: 20px; }
#supporters section#cnt02 .supArea {
  font-size: 85%;
  color: #666;
  line-height: 1.4;
  margin-top: 40px; }
  #supporters section#cnt02 .supArea p {
    margin-left: 2.1em;
    text-indent: -2.1em; }
    #supporters section#cnt02 .supArea p + p {
      margin-top: 10px; }
@media screen and (max-width: 769px) {
  #supporters section#cnt02 p + p {
    margin-top: 15px; }
  #supporters section#cnt02 .supArea {
    margin-top: 25px; } }

/* 入党
----------------------------------------------------------------------*/
#supporters section#cnt03 h3 {
  background: #2d74f8; }
#supporters section#cnt03 h4 {
  border-bottom-color: #2d74f8; }
  #supporters section#cnt03 h4:before {
    background: #2d74f8; }
#supporters section#cnt03 .catch {
  margin-bottom: 30px; }
#supporters section#cnt03 .frame ul {
  margin-bottom: 30px; }
  #supporters section#cnt03 .frame ul li {
    line-height: 1.4;
    margin-left: .8em;
    text-indent: -.8em; }
    #supporters section#cnt03 .frame ul li + li {
      margin-top: 10px; }
@media screen and (max-width: 769px) {
  #supporters section#cnt03 .catch {
    width: 85%;
    margin-bottom: 20px; }
  #supporters section#cnt03 .frame ul {
    margin-bottom: 20px; } }

/*==============================================================================================

  サイトポリシー・プライバシーポリシー

==============================================================================================*/
#sitepolicy h2 {
  margin-bottom: 75px; }
  #sitepolicy h2 span:before {
    content: "\e908"; }
  @media screen and (max-width: 769px) {
    #sitepolicy h2 {
      margin-bottom: 40px; } }

/*----------------------------------------------------------------------------------
	メインイメージ
----------------------------------------------------------------------------------*/
#sitepolicy section .desc {
  margin-bottom: 40px; }
#sitepolicy section .frame {
  margin-right: 30px;
  margin-left: 30px; }
  #sitepolicy section .frame ul {
    margin: 20px 0; }
    #sitepolicy section .frame ul li {
      line-height: 1.3;
      margin-left: 1.5em;
      text-indent: -1.5em; }
      #sitepolicy section .frame ul li + li {
        margin-top: 5px; }
  #sitepolicy section .frame .maru {
    line-height: 1.4;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px; }
    #sitepolicy section .frame .maru:before {
      content: "";
      position: absolute;
      top: 0.25em;
      left: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      background: #000; }
    #sitepolicy section .frame .maru.mBtm {
      margin-top: 20px;
      margin-bottom: 3px; }
@media screen and (max-width: 769px) {
  #sitepolicy section .desc {
    margin-bottom: 30px; }
  #sitepolicy section .frame {
    margin-right: 15px;
    margin-left: 15px; }
    #sitepolicy section .frame ul {
      margin: 15px 0; }
    #sitepolicy section .frame .maru {
      padding-left: 13px;
      margin-bottom: 15px; }
      #sitepolicy section .frame .maru:before {
        width: 10px;
        height: 10px; }
      #sitepolicy section .frame .maru.mBtm {
        margin-top: 15px; } }

/*==============================================================================================

  たきなみ宏文の歌

==============================================================================================*/
#song h2 span:before {
  content: "\e909"; }

#song .desc {
  margin-bottom: 40px; }
#song .frame {
  margin-right: 30px;
  margin-left: 30px; }
  #song .frame .txtArea {
    margin-bottom: 40px; }
    #song .frame .txtArea p + p {
      margin-top: 15px; }
  #song .frame h5 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #e10125;
    font-weight: bold;
    margin-bottom: 5px; }
@media screen and (max-width: 769px) {
  #song .desc {
    margin-bottom: 30px; }
  #song .frame {
    margin-right: 15px;
    margin-left: 15px; }
    #song .frame .txtArea {
      margin-bottom: 30px; }
      #song .frame .txtArea p + p {
        margin-top: 10px; }
    #song .frame h5 {
      font-size: 14px;
      font-size: 1.4rem; } }

/*!===================================================================

	お問い合わせ - Contact

====================================================================*/
#contact h2 span:before {
  content: "\e907"; }
#contact .desc {
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 769px) {
    #contact .desc {
      text-align: left;
      margin-bottom: 30px; } }

/* フォーム説明 */
#contact ul.caution {
  margin: 20px 0 50px; }
  #contact ul.caution li {
    line-height: 1.2;
    padding-left: 15px;
    position: relative; }
    #contact ul.caution li:before {
      content: "";
      position: absolute;
      top: 7px;
      left: 0;
      width: 8px;
      height: 8px;
      background: #e10125; }
    #contact ul.caution li + li {
      margin-top: 7px; }
  @media screen and (max-width: 769px) {
    #contact ul.caution {
      margin: 10px 10px 30px; }
      #contact ul.caution li {
        padding-left: 12px; }
        #contact ul.caution li:before {
          top: 6px;
          width: 7px;
          height: 7px; }
        #contact ul.caution li + li {
          margin-top: 5px; } }

#contact #contact-form {
  display: none; }

/* フォーム
---------------------------------------------------------------------*/
#contact .form {
  padding-bottom: 40px; }
  @media screen and (max-width: 769px) {
    #contact .form {
      margin-bottom: 20px; } }

#contact .form dl.table {
  margin-bottom: 30px; }

@media screen and (max-width: 769px) {
  #contact .form dl.table dd {
    padding: 10px 10px 15px !important; } }
#contact .form dl.table dd p + p {
  margin-top: 10px; }
#contact .form dl.table dd .choice {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 769px) {
    #contact .form dl.table dd .choice {
      display: block; } }
  #contact .form dl.table dd .choice span.horizontal-item {
    width: 250px; }
    @media screen and (max-width: 769px) {
      #contact .form dl.table dd .choice span.horizontal-item {
        display: block; } }
#contact .form dl.table dd label {
  width: 250px;
  margin: 0 10px 5px 0; }
#contact .form dl.table dd input[type="text"], #contact .form dl.table dd input[type="email"] {
  width: 100%; }
  @media screen and (max-width: 320px) {
    #contact .form dl.table dd input[type="text"]::placeholder, #contact .form dl.table dd input[type="email"]::placeholder {
      font-size: 12px;
      font-size: 1.2rem; } }
@media screen and (max-width: 320px) {
  #contact .form dl.table dd input#att_img1, #contact .form dl.table dd input#att_img2 {
    font-size: 14px;
    font-size: 1.4rem; } }
#contact .form dl.table dd input.zip {
  width: 100px; }
#contact .form dl.table dd input.age {
  width: 60px; }
#contact .form dl.table dd input.date {
  width: 20%; }
#contact .form dl.table dd textarea {
  width: 100%;
  height: 200px;
  padding: 5px; }
#contact .form dl.table dd input.use_date {
  width: 20%; }
  @media screen and (max-width: 960px) {
    #contact .form dl.table dd input.use_date {
      width: 100%;
      margin-bottom: 10px; } }
@media screen and (max-width: 769px) {
  #contact .form dl.table dd .sup {
    margin-top: 5px; } }

/*#contact .form dl dd label {display:inline-block;margin:0 20px 0 0;}*/
/* フォーム周り */
#contact .att {
  color: #e10125;
  font-weight: bold;
  margin-left: 10px; }
  #contact .att.non {
    margin-left: 0; }

#contact .form .agree {
  text-align: center; }
#contact .form .error {
  font-size: 85%;
  color: #FF0004;
  font-weight: bold;
  margin-top: 5px; }

#contact .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px; }

/* 各種ボタン ------------------------------------------------*/
#contact .btn_submit input,
#submitback input {
  cursor: pointer; }

/*確認画面へ進むボタン用*/
#contact .btn_submit {
  width: 560px;
  height: 85px;
  background: #ff6600;
  border-radius: 85px;
  box-shadow: 0 5px 0 #b8690b;
  position: relative;
  margin: 50px auto 0; }
  #contact .btn_submit:after {
    font-family: 'icomoon';
    content: "";
    position: absolute;
    top: calc(50% - .8em);
    right: 30px;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    color: #FFF; }
  #contact .btn_submit:hover {
    opacity: .7; }
  #contact .btn_submit input {
    color: #FFF;
    width: 100%;
    height: 100%;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    padding-right: 12%;
    border: none;
    background: none;
    cursor: pointer; }
  @media screen and (max-width: 769px) {
    #contact .btn_submit {
      width: 320px;
      height: 60px;
      box-shadow: 0 5px 0 #b80b0b;
      margin: 30px auto 0; }
      #contact .btn_submit:after {
        right: 20px;
        font-size: 12px;
        font-size: 1.2rem; }
      #contact .btn_submit input {
        font-size: 20px;
        font-size: 2rem;
        padding-right: 25px; } }

/*戻るボタン用*/
#submitback {
  width: 30%;
  max-width: 300px;
  min-width: 160px;
  height: 40px;
  background: #999;
  border-radius: 25px;
  position: relative;
  margin: 40px auto 0; }
  #submitback:hover {
    background: #434343; }
  #submitback input {
    color: #FFF;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    border: none;
    background: none;
    cursor: pointer; }
  @media screen and (max-width: 769px) {
    #submitback {
      height: 30px;
      min-width: 140px;
      margin-top: 30px; }
      #submitback input {
        font-size: 12px;
        font-size: 1.2rem; } }

/* 電話で
---------------------------------------------------------------------*/
#contact #telArea p.telNum {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.0;
  font-weight: bold;
  padding-left: 40px;
  margin-bottom: 5px;
  position: relative; }
  #contact #telArea p.telNum:before {
    font-family: 'icomoon';
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    font-size: 4rem;
    color: #1ea1ed; }
  #contact #telArea p.telNum a {
    color: #000;
    text-decoration: none; }
@media screen and (max-width: 769px) {
  #contact #telArea p.telNum {
    font-size: 32px;
    font-size: 3.2rem;
    padding-left: 25px; }
    #contact #telArea p.telNum:before {
      font-size: 28px;
      font-size: 2.8rem; } }

/*---------------------------------------------------------
	入会お申し込み　#entryform  ★後援会申し込みより
----------------------------------------------------------*/
#entryform h2 span:before {
  content: "\e906"; }

#entryform #contact .desc {
  text-align: left; }
  #entryform #contact .desc p + p {
    margin-top: 10px; }
#entryform #contact .form select.birth {
  font-size: 16px;
  font-size: 1.6rem;
  width: 80px;
  height: 32px; }
#entryform #contact .check {
  margin-bottom: 5px; }
  #entryform #contact .check.end {
    margin-bottom: 30px; }
@media screen and (max-width: 769px) {
  #entryform #contact .desc p + p {
    margin-top: 7px; }
  #entryform #contact .form select.birth {
    font-size: 16px;
    font-size: 1.6rem;
    width: 80px;
    height: 32px; }
  #entryform #contact .check.end {
    margin-bottom: 20px; } }

#entryform #supporters .frame {
  margin-top: 40px; }
  #entryform #supporters .frame .btn.pdf {
    width: 360px;
    height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px; }
    #entryform #supporters .frame .btn.pdf a {
      background: #4caa3f; }
      #entryform #supporters .frame .btn.pdf a:hover {
        background: #219c9d; }
      #entryform #supporters .frame .btn.pdf a:after {
        right: 20px;
        transform: scale(1); }
      #entryform #supporters .frame .btn.pdf a span {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: normal; }
  @media screen and (max-width: 769px) {
    #entryform #supporters .frame {
      margin-top: 20px; }
      #entryform #supporters .frame .btn.pdf {
        width: 300px;
        height: 40px;
        font-size: 16px;
        font-size: 1.6rem; }
        #entryform #supporters .frame .btn.pdf a:after {
          right: 15px;
          transform: scale(0.9); } }

/* お問合せトップに戻る */
#contact .txtLink {
  font-size: 90%;
  line-height: 1.0;
  margin-top: 40px; }
  #contact .txtLink a {
    color: #000;
    text-decoration: none;
    padding-left: 15px; }
    #contact .txtLink a:after {
      font-family: 'icomoon';
      content: "";
      position: absolute;
      top: 0.4em;
      left: 0;
      font-weight: normal;
      font-style: normal;
      font-size: 10px;
      font-size: 1rem;
      transform: scale(0.8) rotate(180deg);
      color: #1ea1ed; }
    #contact .txtLink a:hover {
      color: #0099cc;
      text-decoration: underline; }
