@charset "UTF-8";
/* ***************************************
# Mixins 汎用mixin
*************************************** */
/* ******************************
# テキスト非表示
****************************** */
.text_indent_none {
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

/* *******************************
# sprite用
******************************* */
.pc {
  display: block;
}

.sp {
  display: none;
}

#responsive_flg {
  display: none;
}

/* tablet 〜960
------------------------------------------------------------*/
/* sp 〜640
------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #responsive_flg {
    display: block;
    position: absolute;
    left: -9999px;
  }

  body {
    -webkit-text-size-adjust: none;
    min-width: 320px;
  }

  body, div, p, h1, h2, h3, h4, h5, li, a, ul, li, dl, dt, dd, #wrap, header, footer, article, section, aside {
    box-sizing: border-box;
  }

  .header {
    box-shadow: 0 1px 2px #bbb;
  }

  .btn, .footer_sns_sp li, .footer_info_inner {
    box-shadow: 0 0 3px #bbb;
  }

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

  /* **************************************************
  Layout
  ************************************************** */
  body {
    background: #F9F8F7;
  }

  /* gnav ------------------ */
  .gnav {
    display: none;
    position: fixed;
    top: 45px;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-size: 1.4rem;
    z-index: 100;
  }

  .gnav_inner {
    width: 100%;
    margin: 0 auto;
  }
  .gnav_inner ul {
    display: block;
    width: 100%;
    border: 0;
    overflow: hidden;
  }
  .gnav_inner li {
    display: block;
    height: 45px;
    width: 50%;
    float: left;
    border-bottom: 1px solid #d7d7d7;
    border-right: 0;
    border-left: 0;
  }
  .gnav_inner li:nth-child(2n) {
    border-left: 1px solid #d7d7d7;
  }
  .gnav_inner a {
    display: block;
    text-align: center;
    height: 45px;
    border-left: 1px solid #fff;
    line-height: 47px;
    background: #f2f2f2;
  }
  .gnav_inner a:hover {
    background: #f2f2f2;
  }

  .btn_gnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 42px;
    height: 43px;
    background: url(../images/btn_gnav.png) center center no-repeat;
    background-size: 25px 28px;
    z-index: 110;
    border-left: 1px solid #ccc;
  }

  /* header ------------------ */
  .header {
    padding-top: 0px;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 43px;
    background: #fff;
    top: 0;
    left: 0;
  }

  .header_cont_inner {
    width: 100%;
    height: 43px;
    margin: 0 auto;
    position: relative;
  }
  .header_cont_inner .logo {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .header_cont_inner .logo img {
    width: 210px;
    height: auto;
  }

  .utility {
    display: none;
  }

  .header_bar {
    display: none;
  }

  /* wrapper ------------------ */
  .wrapper {
    width: 100%;
    padding: 55px 4px 0;
    margin-top: 0;
    margin-bottom: 40px;
    overflow: hidden;
  }

  /* pagettl ------------------ */
  .pagettl {
    padding: 8px;
    margin-bottom: 12px;
  }
  .pagettl .ttl {
    font-size: 14px;
    border-left: 4px solid #730000;
    padding-left: 20px;
    font-weight: normal;
    padding: 4px 0 4px 10px;
  }

  /* colmain ------------------ */
  .colmain {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }

  .segment {
    margin-bottom: 24px;
    padding: 8px;
  }

  /* add 2016.06.22 */
  ul.bnrList li {
    margin-bottom: 6px;
  }
  ul.bnrList li:nth-child(odd) {
    width: 49%;
  }
  ul.bnrList li:nth-child(even) {
    width: 49%;
  }

  /* colside ------------------ */
  .colside {
    width: 100%;
    float: none;
  }

  #twitter {
    display: none;
  }

  .btn-sns {
    display: none;
  }

  .subttl_tag {
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    background: #730000;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: normal;
    margin-bottom: 8px;
    line-height: 1.2;
    text-align: center;
  }
  .subttl_tag a {
    color: #fff;
  }

  .links {
    display: none;
  }

  .bottom_sns {
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }
  .bottom_sns > * {
    display: inline-block !important;
    vertical-align: top !important;
    float: none;
  }

  .searcharea {
    float: none;
    text-align: center;
    font-size: 0;
    margin-bottom: 20px;
  }
  .searcharea form > * {
    display: inline-block !important;
    vertical-align: top !important;
    float: none;
    font-size: 14px;
  }

  /* footer_nav_sp ------------------ */
  .footer_nav_sp {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .footer_nav_sp ul {
    display: block;
    width: 100%;
    border: 0;
    overflow: hidden;
    background: #f7f7f7;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
  }
  .footer_nav_sp li {
    display: block;
    height: 45px;
    width: 50%;
    float: left;
    border-bottom: 1px solid #d7d7d7;
    border-right: 0;
    border-left: 0;
    background: #ffffff;
  }
  .footer_nav_sp li:nth-child(2n) {
    border-left: 1px solid #d7d7d7;
  }
  .footer_nav_sp a {
    display: block;
    text-align: left;
    height: 45px;
    border-left: 1px solid #fff;
    line-height: 47px;
    padding: 0 10px;
  }
  .footer_nav_sp li:first-child a {
    padding-left: 30px;
    background: url(../images/ico_home.png) 10px center no-repeat;
  }

  /* 2016.03.17 ------------------------- */
  .footer_linknav_sp {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .footer_linknav_sp ul {
    display: block;
    width: 100%;
    border: 0;
    overflow: hidden;
    background: #f7f7f7;
    border-top: 1px solid #d7d7d7;
  }
  .footer_linknav_sp li {
    display: block;
    height: 45px;
    width: 50%;
    float: left;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    background: #ffffff;
  }
  .footer_linknav_sp li:nth-child(2n) {
    border-left: 0;
  }
  .footer_linknav_sp a {
    display: block;
    text-align: left;
    height: 45px;
    line-height: 47px;
    padding: 0 10px 0 30px;
    background: url(../images/arrow_06.png) 10px center no-repeat;
  }

  /* ------------------------------------ */
  .btn {
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-left: 1px solid #fff;
    padding: 0 10px;
    font-size: 12px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 25px;
    background: #fff;
  }

  .footer_sns_sp {
    margin-bottom: 30px;
  }
  .footer_sns_sp ul {
    overflow: hidden;
  }
  .footer_sns_sp li {
    width: 49%;
    float: left;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
    position: relative;
  }
  .footer_sns_sp li:after {
    position: absolute;
    height: 100%;
    width: 14px;
    background: #f2f2f2 url(../images/arrow_right.png) center center no-repeat;
    background-size: 6px 9px;
    content: "";
    display: block;
    top: 0;
    right: 0;
  }
  .footer_sns_sp li:nth-child(2n) {
    float: right;
  }
  .footer_sns_sp li:nth-child(1) a {
    background: url(../images/ico_fb.gif) 7px center no-repeat;
    background-size: 17px 17px;
  }
  .footer_sns_sp li:nth-child(2) a {
    background: url(../images/ico_tw.gif) 7px center no-repeat;
    background-size: 17px 17px;
  }
  .footer_sns_sp li:nth-child(3) a {
    background: url(../images/ico_ust.gif) 7px center no-repeat;
    background-size: 17px 17px;
  }
  .footer_sns_sp li:nth-child(4) a {
    background: url(../images/ico_yt.gif) 7px center no-repeat;
    background-size: 17px 17px;
  }
  .footer_sns_sp a {
    display: block;
    font-size: 12px;
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 30px;
  }

  /* totop ------------------ */
  .totop {
    width: 100%;
    margin: 0 auto;
    padding: 0 4px;
  }
  .totop a {
    width: 100%;
    text-align: center;
    float: none;
    padding: 10px 0px;
  }

  /* footer ------------------ */
  .footer {
    display: none;
  }

  .footer_info {
    padding: 0;
  }

  .footer_info_inner {
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    padding: 10px 10px;
    margin-bottom: 10px;
    width: 100%;
  }
  .footer_info_inner p:first-child {
    margin-bottom: 5px;
  }

  .copyright {
    width: 100%;
    margin: 0 auto;
    font-size: 8px;
    text-align: center;
  }

  .homeSlider_wrap {
    margin-bottom: 20px;
  }
  .homeSlider_wrap .bx-wrapper {
    margin-bottom: 40px;
  }
  .homeSlider_wrap .bx-wrapper .bx-next {
    display: none;
  }
  .homeSlider_wrap .bx-wrapper .bx-prev {
    display: none;
  }

  @media (max-width: 736px) {
      div.bx-viewport {
        height: auto !important;
      }
  }

  /* top tab
  ----------------------- */
  .home_tab_btn li {
    margin-right: 0;
    width: 33.33%;
  }
  .home_tab_btn a {
    min-width: 0;
    padding: 11px 0 13px;
    font-size: 12px;
    font-size: 1.2rem;
    background: #f2f2f2;
  }

  .home_tab {
    display: none;
  }

  .entry {
    background: url(../images/arrow_right.png) 97% center no-repeat;
    background-size: 11px 13px;
  }
  .entry a {
    display: block;
    padding: 8px;
    overflow: hidden;
  }
  .entry .entry_img {
    width: 36%;
    float: left;
    margin-right: 0;
  }
  .entry .entry_img img {
    max-width: 100%;
  }
  .entry .entry_text {
    margin-left: 10px;
    margin-right: 20px;
    float: none;
    padding-left: 15px;
  }
  .entry .entry_date {
    display: block;
    margin-right: 10px;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 2px;
  }
  .entry .entry_type {
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 3px;
    background: #FF6600;
    line-height: 1;
    padding: 5px 5px;
    font-size: 9px;
    font-size: 0.9rem;
  }
  .entry .entry_title {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .entry .entry_desc {
    display: none;
  }
  .entry .entry_sns {
    clear: both;
    float: left;
    margin: 6px;
  }
  .entry .entry_sns a {
    margin: 0;
    padding: 0;
  }
  .entry .entry_sns > div, .entry .entry_sns iframe {
    margin-right: 3px;
  }

  /* ===============================================
  議員一覧 扉ページ
  =============================================== */
  .segment-runner-list {
    padding: 20px 0;
  }

  .list3col {
    width: 100%;
    padding: 10px;
  }
  .list3col li {
    width: 50%;
    float: left;
    margin: 0 0 16px;
  }
  .list3col li img {
    width: 118px;
    float: none;
    margin: 0 auto 6px;
  }
  .list3col li h1 {
    float: none;
    margin: 0 auto;
  }

  .list4col {
    margin-right: 0;
  }
  .list4col li {
    width: 50%;
    float: left;
    margin: 0 0 16px;
  }
  .list4col li img {
    width: 118px;
    height: auto;
    float: none;
    margin: 0 auto 6px;
  }
  .list4col li h1 {
    float: none;
    margin: 0 auto;
  }
  .list4col .title a {
    font-size: 16px;
    color: #6E1318;
  }
  .list4col .term {
    height: auto;
    font-size: 12px;
  }

  .list7col {
    margin-right: 0;
  }
  .list7col li {
    width: 50%;
    float: left;
    margin: 0 0 16px;
  }
  .list7col li img {
    width: 118px;
    height: auto;
    float: none;
    margin: 0 auto 6px;
  }
  .list7col li h1 {
    float: none;
    margin: 0 auto;
  }
  .list7col .title a {
    font-size: 16px;
    color: #6E1318;
  }
  .list7col .term {
    height: auto;
    font-size: 12px;
  }

  article.detail .baseinfo {
    text-align: center;
  }
  article.detail .data_segment {
    font-size: 14px;
  }
  article.detail .name {
    font-size: 40px;
    text-align: center;
    float: none;
    margin-bottom: 5px;
  }
  article.detail .kana {
    font-size: 12px;
    text-align: center;
    float: none;
  }
  article.detail .role {
    text-align: center;
    float: none;
    margin: 0 auto 10px;
  }
  article.detail .imgR.portrait {
    float: none;
    margin: 0 auto 10px;
    display: block;
    max-width: 60%;
  }
  article.detail .copy {
    font-size: 20px;
    font-weight: normal;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  article.detail .birth {
    text-align: left;
    margin-bottom: 5px;
    padding: 0 15px;
  }
  article.detail .profile {
    text-align: left;
    padding: 0 15px;
  }
  article.detail section h1 {
    margin: 12px 0;
    font-size: 15px;
    padding: 10px;
    font-weight: normal;
    text-align: left;
  }
  article.detail .media li p.thumb {
    width: 135px;
    height: 135px;
    margin: 0 auto 5px;
    background: #f7f7f7;
    display: table;
  }
  article.detail .media li p.thumb a {
    display: table-cell;
    height: 135px;
    width: 135px;
    vertical-align: middle;
  }
  article.detail .media li p.thumb img {
    max-height: 133px;
    max-width: 133px;
    height: auto;
  }
  article.detail .sp .links {
    display: block;
    overflow: hidden;
  }
  article.detail .contact dl {
    padding: 0 15px;
  }

  .categoryTitle {
    font-size: 18px;
    padding: 6px 0 4px 10px;
  }

  .page .segment .archive_runner_ttl {
    margin-bottom: 17px;
    padding: 0;
  }
  .page .segment .archive_runner_ttl a {
    background: url(../images/arrow_07.png) 10px center no-repeat;
    background-size: 13px 13px;
    padding: 11px 15px 10px 30px;
    font-size: 12px;
  }

  .archive_runner_subttl {
    margin: 0 0 20px;
  }
  .archive_runner_subttl li {
    width: 49%;
    margin: 0 0 10px;
  }
  .archive_runner_subttl li:nth-child(2n) {
    float: right;
  }
  .archive_runner_subttl a {
    font-size: 11px;
    padding: 13px 10px 12px 20px;
  }
  .archive_runner_subttl a:before {
    display: block;
    content: "";
    width: 5px;
    height: 60%;
    border-radius: 3px;
    background: #730000;
    position: absolute;
    top: 20%;
    left: 4px;
  }

  .archive_runner_othrer a {
    border-radius: 8px;
    font-size: 12px;
    padding: 8px 0;
  }
  .archive_runner_othrer span {
    padding-left: 14px;
  }

  /* ===============================================
  ダウンロードページ
  =============================================== */
  .tax-category_downloads .segment-nopad,
  .post-type-archive-downloads .segment-nopad {
    padding: 4px;
  }
  .tax-category_downloads .entry,
  .post-type-archive-downloads .entry {
    width: 100%;
    float: none;
    background: none;
    border-bottom: 0;
    margin: 0 0 40px;
    margin-top: -60px;
    padding-top: 60px;
  }
  .tax-category_downloads .entry article,
  .post-type-archive-downloads .entry article {
    padding: 4px;
  }
  .tax-category_downloads .entry a,
  .post-type-archive-downloads .entry a {
    padding: 0;
    display: block;
  }
  .tax-category_downloads .entry_img,
  .post-type-archive-downloads .entry_img {
    width: 100%;
    padding: 10px 0 30px;
    float: none;
  }
  .tax-category_downloads .entry_img img,
  .post-type-archive-downloads .entry_img img {
    margin: 0 auto;
    display: block;
  }
  .tax-category_downloads .entry_img img:hover,
  .post-type-archive-downloads .entry_img img:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  .tax-category_downloads .entry_text,
  .post-type-archive-downloads .entry_text {
    margin: 0;
    float: none;
  }
  .tax-category_downloads .entry_date,
  .post-type-archive-downloads .entry_date {
    float: left;
  }
  .tax-category_downloads .entry_category,
  .post-type-archive-downloads .entry_category {
    float: left;
  }
  .tax-category_downloads .entry_title,
  .post-type-archive-downloads .entry_title {
    clear: both;
    font-size: 16px;
    font-weight: normal;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
  }
  .tax-category_downloads .entry_desc,
  .post-type-archive-downloads .entry_desc {
    display: block;
  }

  /* ===============================================
  特集ページ
  =============================================== */
  .page-id-789 .segment ul {
    max-width: 100%;
  }
  .page-id-789 .segment ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  /* ===============================================
  紹介ページ
  =============================================== */
  .rphoto, .rphotonon {
    float: none !important;
    display: block;
    margin: 0 auto 20px;
  }

  #bigtitle img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .single .segment .ul_01 li, .page .segment .ul_01 li, .page .mokuji_scate ol li {
    background-position: left 3px;
  }

  .page .prof_reder1 {
    max-width: 100%;
    min-height: inherit;
  }

  .spnav-inner {
    display: none;
  }

  .spnav-inner.sp {
    display: block;
    position: static;
    margin-top: 20px;
  }

  .page .photo_r, .page .photo_l {
    float: none;
    margin: 0 auto 15px;
    text-align: center;
  }
  .page .photo_r img, .page .photo_l img {
    margin: 0 auto;
  }

  .page-id-735 .pkg {
    width: 100% !important;
  }

  .page-id-765 .mokuji {
    width: 100% !important;
  }
  .page-id-765 .mokuji .mokuji_scate > li > a {
    margin-bottom: 15px;
    display: block;
  }

  #page-2511 #inthispage {
    float: none !important;
  }
  #page-2511 #inthispage ul {
    width: 100%;
  }
  #page-2511 #inthispage + div {
    width: 100% !important;
  }
  #page-2511 .clearfix > div {
    float: none !important;
    width: 100% !important;
    margin-bottom: 20px;
    margin-left: 0 !important;
    font-size: 0;
  }
  #page-2511 .clearfix > div div {
    float: none !important;
    margin: 0 !important;
  }
  #page-2511 .clearfix > div .mt-enclosure {
    display: inline-block;
    width: 50%;
  }
  #page-2511 .clearfix > div .mt-enclosure img {
    width: 96%;
  }
  #page-2511 .clearfix > div.oh {
    font-size: inherit;
  }
  #page-2511 #p2 + div {
    float: none !important;
    width: 100% !important;
    margin-bottom: 20px;
  }

  .tel-link a {
    text-decoration: underline;
  }
}
