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

/* *******************************
# sprite用
******************************* */
/* **************************************************
Base
************************************************** */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  background: none repeat scroll 0 0;
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
}

body {
  background-color: #fff;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  -webkit-text-size-adjust: none;
}

* {
  -webkit-tap-highlight-color: transparent !important;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

table, caption, tbody, tfoot, thead {
  margin: 0;
  outline: 0 none;
  padding: 0;
}

th, td {
  vertical-align: top;
  background: none repeat scroll 0 0;
  margin: 0;
  outline: 0 none;
  padding: 0;
}

p, span, div {
  line-height: inherit;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a img {
  border: none;
  outline: 0 !important;
}

a:hover {
  text-decoration: underline;
  color: #666666;
}

button:focus {
  outline: 0 !important;
}

button::active {
  outline: none;
}

a:focus, p:focus, img:focus, div:focus {
  outline: none;
}

ol, ul {
  list-style: none outside none;
}

fieldset, img {
  vertical-align: bottom;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

br {
  letter-spacing: 0;
}

hr {
  border: 0 none;
  height: 0;
  visibility: hidden;
}

select, input, textarea {
  font-size: 99%;
}

pre, code {
  font: 100% monospace;
}

.gnav, .header_bar {
  box-shadow: 0 1px 2px #bbb;
}

.utility li, .pagettl, .segment, .segment-nopad, .segment-runner-list, .aside .menu li, #twitter, .btn-sns li, .footer, .home_tab_btn li, .listChildTerm li {
  box-shadow: 0 0 3px #bbb;
}

html {
  font-size: 10px;
}

html.font_large {
  font-size: 12px;
}

body {
  background: #F9F8F7;
  font-size: 14px;
  font-size: 1.4rem;
}

/* **************************************************
Layout
************************************************** */
/* gnav ------------------ */
.gnav {
  position: fixed;
  width: 100%;
  height: 45px;
  background: #f2f2f2;
  font-size: 14px;
  font-size: 1.4rem;
  z-index: 100;
}

.gnav_inner {
  width: 980px;
  margin: 0 auto;
}
.gnav_inner ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-right: 1px solid #fff;
}
.gnav_inner li {
  display: table-cell;
  height: 45px;
  text-align: center;
  border-left: 1px solid #d7d7d7;
}
.gnav_inner li:last-child {
  border-right: 1px solid #d7d7d7;
}
.gnav_inner li:first-child a span {
  padding: 10px 0 10px 21px;
  background: url(../images/ico_home.png) left center no-repeat;
}
.gnav_inner a {
  display: block;
  text-align: center;
  height: 45px;
  border-left: 1px solid #fff;
  line-height: 48px;
}
.gnav_inner a:hover {
  background: #fff;
  text-decoration: none;
}

/* header ------------------ */
.header {
  padding-top: 45px;
}

.header_cont {
  background: #fff;
}

.header_cont_inner {
  width: 980px;
  height: 72px;
  margin: 0 auto;
  position: relative;
}
.header_cont_inner .logo {
  position: absolute;
  top: 16px;
  left: 0;
}

.utility {
  position: absolute;
  top: 23px;
  right: 0;
}
.utility li {
  float: left;
  background: #fff;
  border: 1px solid #ccc;
  margin-left: 8px;
}
.utility li a {
  height: 28px;
  line-height: 30px;
  display: block;
  padding: 0 10px 0 25px;
  background: url(../images/arrow_01.png) 8px center no-repeat;
}
.utility li a:hover {
  text-decoration: none;
}

.header_bar {
  background: #e4e4e4;
  height: 38px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.header_bar_inner {
  width: 980px;
  margin: 0 auto;
}

.searcharea {
  float: right;
  padding-top: 7px;
}
.searcharea input, .searcharea button, .searcharea textarea, .searcharea select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.searcharea input[type="text"] {
  width: 275px;
  height: 21px;
  border: 1px solid #bbbbbb;
  float: left;
}
.searcharea button {
  width: 28px;
  height: 25px;
  border-radius: 0;
  float: left;
  background: url(../images/ico_search.png) #333333 center center no-repeat;
  border: 0;
  padding: 0;
}

.sizechanger {
  float: right;
  margin-right: 18px;
  font-size: 12px;
  padding-top: 7px;
}
.sizechanger p {
  float: left;
  padding-top: 3px;
  padding-right: 10px;
}
.sizechanger ul {
  float: left;
}
.sizechanger li {
  float: left;
  margin-left: 5px;
}
.sizechanger li a {
  border-radius: 5px;
  padding: 6px 10px;
  line-height: 1;
  background: #fff;
  display: block;
}
.sizechanger li a.active {
  background: #7A0001;
  color: #fff;
}

/* wrapper ------------------ */
.wrapper {
  width: 980px;
  margin: 24px auto 80px;
}

/* pagettl ------------------ */
.pagettl {
  border: 1px solid #ccc;
  background: #fff;
  padding: 16px;
  margin-bottom: 24px;
}
.pagettl .ttl {
  font-size: 24px;
  border-left: 8px solid #730000;
  padding-left: 20px;
  font-weight: normal;
}

/* contents ------------------ */
/* colmain ------------------ */
.colmain {
  width: 700px;
  float: left;
}

.segment {
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 24px;
  padding: 16px;
}

.segment-nopad {
  border: 1px solid #ccc;
  background: #fff;
}

.segment-runner-list {
  border: 1px solid #ccc;
  background: #fff;
  padding: 25px;
  margin-bottom: 24px;
}

/* add 2016.06.22 */
ul.bnrList {
  padding: 0;
  margin: 0 0 40px 0;
  overflow: hidden;
}
ul.bnrList li {
  padding: 0;
  margin: 0 0 2px 0;
}
ul.bnrList li:nth-child(odd) {
  float: left;
}
ul.bnrList li:nth-child(even) {
  float: right;
}

/* colside ------------------ */
.colside {
  width: 250px;
  float: right;
}

.colside a img {
  margin-top: 15px;
}

.aside {
  margin-bottom: 33px;
}
.aside .ttl {
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  background: #730000 url(../images/arrow_down_01.png) 95% center no-repeat;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: normal;
  margin-bottom: 8px;
  line-height: 1.2;
}
.aside .ttl a {
  color: #fff;
}
.aside .menu li {
  margin-bottom: 8px;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
.aside .menu li a {
  display: block;
  padding: 14px 0px 13px 25px;
}
.aside .menu li a:hover {
  text-decoration: none;
}
.aside .menu ul.children {
  padding-left: 30px;
}
.aside .menu ul.children li {
  border: none;
  box-shadow: none;
}
.aside .menu ul.children li a {
  padding: 7px;
  font-size: 14px;
  font-size: 1.4rem;
}
.aside .menu-2col {
  margin-right: -10px;
}
.aside .menu-2col li {
  width: 118px;
  float: left;
  margin-right: 10px;
  text-align: center;
}
.aside .menu-2col li a {
  padding: 14px 0px 13px;
}
.aside .menu-arrow li a {
  background: url(../images/arrow_right.png) 16px center no-repeat;
  background-size: 10px 16px;
  padding-left: 36px;
}
.aside .subttl {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.aside .subttl_area {
  background: #333 url(../images/arrow_09.png) 20px center no-repeat;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  height: 29px;
  line-height: 29px;
  padding-left: 36px;
  margin-bottom: 10px;
  font-weight: normal;
  margin-top: 20px;
}
.aside .tagcloud li {
  float: left;
  margin-right: 9px;
  margin-bottom: 7px;
}
.aside .tagcloud a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 7px 12px;
  background: #fff;
  line-height: 1;
}
.aside .links li {
  background: url(../images/arrow_06.png) no-repeat left center;
  padding-left: 22px;
  margin-bottom: 2px;
}
.aside select {
  width: 100%;
  font-size: 16px;
}



#twitter {
  margin-bottom: 10px;
}

ul.btn-sns {
  padding: 0;
  margin: 0 0 20px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  box-sizing: border-box;
}
ul.btn-sns:after {
  content: none;
}
.btn-sns li {
  padding: 20px 0;
  margin: 0;
  width: 48%;
  line-height: 0;
  text-align: center;
  box-sizing: border-box;
}
.btn-sns li div {
  padding: 0;
  margin: 0;
  line-height: 0;
  box-sizing: border-box;
}

.btn-sns li.btn-sns_fb {
  background: #1877f2;
}
.btn-sns li.btn-sns_fb span,
.btn-sns li.btn-sns_fb iframe {
  height: 20px !important;
}
.btn-sns li.btn-sns_tw {
  background: #1b95e0;
}

/* bottom_sns ------------------ */
.bottom_sns {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.bottom_sns > * {
  display: inline-block;
  vertical-align: top;
}
.bottom_sns > div, .bottom_sns iframe {
  margin-right: 10px;
}
.bottom_sns a {
  display: inline;
  padding: 0;
}
.bottom_sns .twitter-share-button + span a {
  display: inline-block;
}

/* totop ------------------ */
.totop {
  width: 980px;
  margin: 0 auto;
}
.totop a {
  display: block;
  float: right;
  background: #666666;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 5px 5px 0 0;
  padding: 5px 15px 5px 15px;
}
.totop a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.totop a span {
  background: url(../images/arrow_top.png) left center no-repeat;
  background-size: 12px 12px;
  padding: 0 0 0 20px;
}

/* footer ------------------ */
.footer {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}

.footer_inner {
  position: relative;
  padding: 25px 0;
  width: 980px;
  margin: 0 auto;
}
.footer_inner .logo {
  margin-bottom: 30px;
  float: left;
  margin-right: 60px;
}
.footer_inner .footer_sns {
  float: left;
}
.footer_inner .footer_sns li {
  float: left;
  margin-right: 5px;
}

.footer_nav {
  display: table;
  width: 100%;
}
.footer_nav h3 {
  background: url(../images/arrow_01.png) left center no-repeat;
  padding-left: 16px;
  margin-bottom: 3px;
}
.footer_nav li {
  background: url(../images/arrow_05.png) 3px center no-repeat;
  padding-left: 16px;
}

.footer_nav_list {
  display: table-cell;
}

.footer_info {
  padding: 20px 0;
  position: relative;
}

.footer_info_inner {
  width: 980px;
  margin: 0 auto;
  font-size: 12px;
}

.copyright {
  width: 980px;
  margin: 0 auto;
  font-size: 12px;
  text-align: right;
  margin-top: -16px;
}

.homeSlider_wrap .bx-viewport {
  overflow: hidden;
  border: 0;
  left: 0;
}
.homeSlider_wrap .bx-wrapper .bx-next {
  right: -50px;
}
.homeSlider_wrap .bx-wrapper .bx-prev {
  left: -50px;
}

/* トップページタブ
----------------------- */
.home_tab_btn li {
  float: left;
  text-align: center;
  margin-right: 10px;
}
.home_tab_btn a {
  display: block;
  min-width: 132px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px 20px 15px;
  color: #333;
  background: url(../images/arrow_down_01.png) #fff center 90% no-repeat;
}
.home_tab_btn a.active {
  background: url(../images/arrow_down_01.png) #7A0001 center 90% no-repeat;
  color: #fff;
}

.home_tab {
  display: none;
}

.entry {
  border-bottom: 1px solid #ccc;
  background: url(../images/arrow_right.png) 97% center no-repeat;
}
.entry a {
  display: block;
  padding: 16px 70px 16px 16px;
}
.entry a:hover {
  text-decoration: none;
  color: #999;
}
.entry .entry_img {
  width: 220px;
  float: left;
  margin-right: 20px;
}
.entry .entry_date {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 2px;
}
.entry .entry_type {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  border-radius: 3px;
  background: #FF6600;
  line-height: 1;
  padding: 5px 15px;
  font-size: 12px;
  font-size: 1.2rem;
}
.entry .entry_tag {
  display: inline-block;
}
.entry .entry_tag li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #fff;
  border-radius: 5px;
  background: #ccc;
  line-height: 1;
  padding: 5px 7px;
  font-size: 10px;
  font-size: 1rem;
}
.entry .entry_category {
  display: inline-block;
}
.entry .entry_category li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #fff;
  border-radius: 3px;
  background: #FF6600;
  line-height: 1;
  padding: 5px 15px;
  font-size: 12px;
  font-size: 1.2rem;
}
.entry .entry_title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.entry .entry_desc {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.entry_sns {
  margin-left: 260px;
  margin-bottom: 16px;
}
.entry_sns > * {
  display: inline-block;
  vertical-align: top;
}
.entry_sns > div, .entry_sns iframe {
  margin-right: 10px;
}
.entry_sns a {
  display: inline;
  padding: 0;
}
.entry_sns .twitter-share-button + span a {
  display: inline-block;
}

.single .entry_sns {
  margin-left: 0;
  margin-top: 45px;
}

.twitter-share-button {
  vertical-align: -5px;
}

.home_tab.active {
  display: block;
}

.wp-pagenavi {
  text-align: center;
  padding: 60px 0 20px;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  padding: 8px 9px;
  line-height: 1;
}
.wp-pagenavi .current {
  background: #000;
  color: #fff;
}

/* ===============================================
議員一覧 扉ページ
=============================================== */
.page .segment .archive_runner_ttl {
  background: url(../images/bg_archive_runner_ttl.gif) center center repeat;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  margin-bottom: 17px;
  padding: 0;
}
.page .segment .archive_runner_ttl a {
  display: block;
  border: 0;
  background: url(../images/arrow_07.png) 16px center no-repeat;
  margin-bottom: 0;
  padding: 15px 15px 13px 50px;
}

.archive_runner_subttl {
  margin: 0 7px 20px;
}
.archive_runner_subttl li {
  width: 310px;
  float: left;
  margin: 0 7px;
  border: 1px solid #eee;
  margin-bottom: 8px;
}
.archive_runner_subttl a {
  display: block;
  line-height: 1;
  padding: 16px 10px 16px 30px;
  color: #730000;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
.archive_runner_subttl a:before {
  display: block;
  content: "";
  width: 5px;
  height: 60%;
  border-radius: 3px;
  background: #730000;
  position: absolute;
  top: 20%;
  left: 10px;
}

.archive_runner_othrer li {
  width: 49%;
  float: left;
}
.archive_runner_othrer li:last-child {
  float: right;
}
.archive_runner_othrer a {
  display: block;
  border: 2px solid #730000;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  color: #730000;
  font-weight: bold;
  padding: 10px 0;
}
.archive_runner_othrer span {
  padding-left: 20px;
  background: url(../images/arrow_08.png) left center no-repeat;
}

/* ===============================================
議員一覧
=============================================== */
.imgR {
  float: right;
  margin: 0 0 0.6em 1em;
}

.imgL {
  float: left;
  margin: 0 1em 0.6em 0;
}

/*margin size*/
.categoryTitle {
  margin-bottom: 0;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: normal;
  line-height: 1;
  padding: 14px 0 11px 15px;
  margin-bottom: 14px;
  border-left: 7px solid #7A0001;
}

.thumbList ul {
  margin-bottom: -7px;
}

.list2col li {
  width: 50%;
  float: left;
  margin: 0 0 21px 0;
}
.list2col li img {
  width: 118px;
  float: left;
  margin: 0 14px 0 0;
  border: 1px solid #ccc;
}
.list2col li h1 {
  margin: 0 14px 0 0;
}

.list3col {
  margin-right: -80px;
  overflow: hidden;
}
.list3col li {
  width: 162px;
  height: 190px;
  float: left;
  margin: 0 80px 21px 0;
}
.list3col li img {
  max-width: 160px;
  float: left;
  margin: 0 0 7px 0;
  border: 1px solid #ccc;
}
.list3col li h1 {
  clear: left;
  float: left;
  margin: 0 14px 0 0;
}
.list3col a {
  color: #000;
}

.list4col {
  margin-right: -56px;
}
.list4col li {
  text-align: center;
  width: 120px;
  float: left;
  margin: 0 56px 21px 0;
}
.list4col li img {
  width: 118px;
  float: left;
  margin: 0 0 7px 0;
  border: 1px solid #ccc;
}
.list4col li h1 {
  clear: left;
  float: left;
  margin: 0 14px 0 0;
}
.list4col .title {
  font-weight: bold;
}
.list4col a {
  color: #000;
}
.list4col .term {
  font-size: 13px;
  line-height: 1.3em;
  height: 45px;
}
.list4col .term a {
  color: #999;
}

.list5col {
  margin-right: -37px;
}
.list5col li {
  width: 100px;
  float: left;
  margin: 0 37px 21px 0;
}
.list5col li img {
  width: 98px;
  float: left;
  margin: 0 0 7px 0;
  border: 1px solid #ccc;
}
.list5col li h1 {
  clear: left;
  float: left;
  margin: 0 14px 0 0;
}
.list5col a {
  color: #000;
}

.list6col {
  margin-right: -19px;
}
.list6col li {
  width: 92px;
  float: left;
  margin: 0 19px 7px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.list6col li img {
  width: 90px;
  float: left;
  margin: 0 0 7px 0;
  border: 1px solid #ccc;
}
.list6col li h1 {
  text-align: center;
}
.list6col a {
  color: #000;
}

.list7col {
  margin-right: -12px;
}
.list7col li {
  text-align: center;
  width: 82px;
  float: left;
  margin: 0 12px 7px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.list7col li img {
  width: 80px;
  height: 107px;
  margin: 0 0 0 0;
  border: 1px solid #ccc;
}
.list7col li h1 {
  text-align: center;
}
.list7col li .title a {
  color: #790000;
}
.list7col li .term {
  font-size: 10px;
  font-size: 1rem;
}
.list7col li .term a {
  color: #999;
}
.list7col a {
  color: #000;
}

.titleChildTerm {
  background: #f7f7f7;
  border-bottom: 2px solid #eee;
  padding: 5px 10px 1px;
  margin-bottom: 14px;
}

.listChildTerm {
  margin-bottom: 7px;
}
.listChildTerm li {
  font-size: 11px;
  font-size: 1.1rem;
  float: left;
  margin: 0 7px 7px 0;
  background: #fafafa;
  border-radius: 3px;
}
.listChildTerm li:hover {
  background: #fff;
}
.listChildTerm a {
  display: block;
  padding: 5px 10px 3px;
}

article.detail {
  font-size: 14px;
  font-size: 1.4rem;
}
article.detail section h1 {
  margin: 25px -25px 25px;
  background: #F2F2F2 url(/img/arrow02.png) 28px center no-repeat;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1;
  padding: 22px 0 16px 58px;
}
article.detail p {
  margin-bottom: 14px;
}
article.detail .data_segment {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 7px;
}
article.detail .data_segment a {
  color: #000;
}
article.detail .data_segment .house {
  margin-right: 14px;
}
article.detail .name {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 1;
  color: #790000;
  background: none;
  margin: 0;
  padding: 0;
}
article.detail .kana {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
}
article.detail .role {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  border-radius: 5px;
  background: #333333;
  padding: 8px 15px 6px;
  line-height: 1;
  color: #fff;
}
article.detail .copy {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
}
article.detail .portrait {
  border: 1px solid #ccc;
}
article.detail .links {
  position: relative;
  text-align: center;
  padding-top: 14px;
  clear: both;
}
article.detail .links ul {
  /*position: relative;*/
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (max-width: 736px) {
  article.detail .links ul {
    flex-wrap: wrap;
  }
}

article.detail .links li {
  width: 20%;
  /*width: 110px;*/
  margin: 0 5px 10px;
  border-radius: 5px;
  /*position: relative;
  display: inline-block;*/
}
article.detail .links .facebook {
  background: #3B579D;
}
article.detail .links .twitter {
  background: #00B0ED;
}
article.detail .links .blog {
  background: #FF6600;
}
article.detail .links .web {
  background: #FF9900;
}
article.detail .links .line {
  background: #15c656;
}
article.detail .links .instagram {
  background: linear-gradient(to top right, #FFDD83, #F26939,#CF2E92,#3639F2);
  /*background: linear-gradient(to top right, #3639F2, #CF2E92,#F26939,#FFDD83);*/
}
article.detail .links .youtube {
  background: #DA1725;
}
article.detail .links a {
  display: block;
  font-size: 13px !important;
  font-size: 1.6rem;
  line-height: 1;
  padding: 12px 0 8px;
  text-align: center;
  color: #fff;
}
article.detail .policy ul {
  width: 300px;
  font-size: 20px;
  font-size: 2rem;
  list-style-position: inside;
  list-style: disc;
  float: left;
  margin-left: 1.4em;
}
article.detail .media li p.thumb {
  width: 162px;
  height: auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
article.detail .media li p.thumb img {
  max-height: 160px;
  margin: 0;
  float: none;
  width: auto;
}
article.detail .media li p {
  text-align: center;
}
article.detail .contact dt {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 7px;
  margin-top: 14px;
  border-top: 1px solid #eee;
  padding-top: 14px;
}
article.detail .contact dt:first-child {
  margin-top: 0;
  border: 0;
  padding-top: 0;
}

/* **************************************************
Modules
************************************************** */
.single .segment h2, .single .segment .contentsTitle,
.page .segment h2,
.page .segment .contentsTitle {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.3;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background: #f7f7f7;
  padding: 17px 17px 15px;
  margin-bottom: 25px;
}

.single .segment h3,
.page .segment h3, #chiku dt, .page .archive-title {
  font-size: 16px;
  font-size: 1.6rem;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 15px 15px 13px 35px;
  margin-bottom: 20px;
  background: url(../images/arrow_02.png) 17px 17px no-repeat;
}

.single .segment h4,
.page .segment h4 {
  padding: 12px 0 5px 17px;
  border-bottom: 5px solid #ececec;
  margin-bottom: 15px;
}

.single .segment h5,
.page .segment h5 {
  padding: 3px 0 0 24px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #730000;
  background: url(../images/arrow_03.png) left center no-repeat;
  margin-bottom: 15px;
}

.single .segment p,
.page .segment p {
  margin-bottom: 1.4em;
}

.single .segment .ul_01 li,
.page .segment .ul_01 li, .page .mokuji_scate ol li {
  background: url(../images/arrow_01.png) left center no-repeat;
  padding-left: 20px;
}

.single .segment .ul_02 li,
.page .segment .ul_02 li, .page .spnav-inner ol li, .page #inthispage ul li {
  background: url(../images/arrow_04.png) 2px center no-repeat;
  padding-left: 20px;
}

.single .segment .post_inner,
.page .segment .post_inner {
  padding-left: 2px;
  padding-right: 2px;
  line-height: 1.75;
}

.post_tags {
  margin-top: 60px;
}
.post_tags li {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 5px;
  background: #ECECEC;
  padding: 3px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

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

/* ===============================================
事務所
=============================================== */
#chiku dd {
  padding-left: 20px;
  padding-right: 20px;
}
#chiku dd a {
  text-decoration: underline;
}
#chiku dl {
  margin-bottom: 25px;
}

/* ===============================================
移行した固定ページ
=============================================== */
.page .segment {
  position: relative;
}
.page .asset-body .pkg {
  float: none !important;
}
.page #bigtitle {
  margin-bottom: 20px;
}
.page .mokuji_scate {
  padding-left: 10px;
  padding-right: 10px;
}
.page .mokuji_scate ol {
  margin-bottom: 35px;
  margin-left: 10px;
}
.page .mokuji_scate > li > a {
  margin-bottom: 15px;
  display: block;
}
.page p.stbttl {
  margin-bottom: 5px;
  margin-left: 3px;
}
.page p.stbttl a:before {
  content: "← ";
}
.page p.stbttl a {
  font-size: 13px;
  text-decoration: underline;
}
.page .spnav-inner {
  position: absolute;
  right: 20px;
  top: 125px;
  padding: 7px;
  border: 1px solid #ccc;
}
.page .spnav-inner li {
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
}
.page .spnav-inner ol {
  font-size: 10px;
  font-size: 1rem;
  margin: 5px 0 5px 5px;
}
.page .spnav-inner ol li {
  font-weight: normal;
  background-size: 5px auto;
  padding-left: 15px;
  margin-bottom: 6px;
}
.page #inthispage ul {
  padding: 7px;
  padding-bottom: 0;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.page #inthispage ul li {
  margin-bottom: 5px;
}
.page #inthispage ol {
  padding: 7px;
  padding-bottom: 0;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.page #inthispage ol li {
  margin-bottom: 5px;
  list-style-type: decimal;
  background: none;
  margin-left: 20px;
}
.page .prof_ayumi #c01 {
  clear: both;
}
.page .prof_reder1 {
  width: 380px;
  min-height: 330px;
}
.page .photo_r, .page .photo_l {
  margin-bottom: 15px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
}
.page .photo_r img, .page .photo_l img {
  display: block;
  margin-bottom: 3px;
}
.page .photo_r img + br, .page .photo_l img + br {
  display: none;
}
.page .photo_r {
  float: left;
  margin-right: 15px;
}
.page .photo_l {
  float: right;
  margin-left: 15px;
}
.page.page-id-749 #one {
  margin-top: 40px;
}
.page .mainindex-category {
  height: inherit !important;
}
.page .mainindex-category dl dt {
  background: url(../images/arrow_01.png) left center no-repeat;
  padding-left: 20px;
}
.page .mainindex-category dl dd {
  padding-left: 20px;
  margin-bottom: 15px;
}
.page .rphotonon {
  float: right;
  margin-bottom: 10px;
}
.page .nyuutou_txt {
  color: #c00;
  font-size: 15px;
  font-weight: bold;
}
.page .nyuutou_p {
  padding-bottom: 15px;
}
.page .textRight {
  margin-bottom: 10px;
  text-align: right !important;
}
.page #page-21 #page-title, .page #page-20 #page-title, .page #page-2511 #page-title {
  display: none;
}
.page .imp4_area {
  padding: 20px;
  margin: 20px;
  border: 2px solid #c00;
}
.page .imp4_area dl {
  padding: 0;
  margin: 0;
}
.page .imp4_area dt {
  padding: 0;
  margin: 0;
}
.page .imp4_area dd {
  padding: 0;
  margin: 0 0 0 15px;
}
.page .imp4_txt {
  font-size: 18px;
  color: #c00;
  font-weight: bold;
}
.page .update {
  clear: both;
  color: #999999;
  font-size: 80%;
}
.page .update {
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  text-align: right;
}
.page #taisei .twocol,
.page #taisei .threecol {
  padding: 0 20px 20px;
}
.page .leveldown dl {
  padding: 0 20px 20px;
}
.page .leveldown dl dt {
  float: left;
  clear: both;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 5px;
}
.page .leveldown dl dd {
  float: left;
  margin-bottom: 5px;
}

.aside_btn {
  display: block;
  text-align: center;
  background: #7A0001;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  border: 1px solid #7A0001;
  position: relative;
  margin-top: 15px;
}
.aside_btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  text-decoration: none;
  color: #fff;
}
.aside_btn.js-aside:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 14px;
  top: 50%;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}
.aside_btn.active {
  background: #fff;
  color: #7A0001;
}
.aside_btn.active:after {
  content: "\f106";
  font-family: FontAwesome;
  font-size: 14px;
  top: 50%;
  color: #7A0001;
  display: inline-block;
  margin-left: 10px;
}

.aside.js-hidden {
  display: none;
  margin-top: 20px;
}

.archibe-ym {
  padding-left: 10px;
  padding-right: 10px;
}
.archibe-ym li + li {
  margin-top: 8px;
}

.single .segment .entry_category,
.page .segment .entry_category {
  display: inline-block;
  float: right;
  margin-bottom: 0;
}

.single .segment .entry_category li,
.page .segment .entry_category li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #fff;
  border-radius: 3px;
  background: #FF6600;
  line-height: 1;
  padding: 5px 15px;
  margin-left: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.single .segment .entry_category li a,
.page .segment .entry_category li a {
  color: #fff;
}

.home_tab {
  position: relative;
}

.to_arhchive {
  position: absolute;
  bottom: -25px;
  text-align: right;
  width: 100%;
}

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

.rollover-op:hover {
  filter: progid:DXImageTransfor.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* float
------------------------------------- */
.fr {
  float: right;
  display: inline;
  *zoom: 1;
}

.fl {
  float: left;
  display: inline;
  *zoom: 1;
}

.cl {
  clear: both;
}

/* margin
------------------------------------- */
.am {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.mt3 {
  margin-top: 3px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/* padding
------------------------------------- */
.pl3 {
  padding-left: 3px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

/* font-size
------------------------------------- */
.fs8 {
  font-size: 8px !important;
}

.fs9 {
  font-size: 9px !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs25 {
  font-size: 25px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs27 {
  font-size: 27px !important;
}

.fs28 {
  font-size: 28px !important;
}

.fs29 {
  font-size: 29px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fs50 {
  font-size: 50px !important;
}

/* font-weight
------------------------------------- */
.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

/* text-align
------------------------------------- */
.ac {
  text-align: center !important;
}

.al {
  text-align: left !important;
}

.ar {
  text-align: right !important;
}

.oh {
  overflow: hidden;
  position: relative;
  *zoom: 1;
}

.position_ab {
  position: absolute;
}

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

.fineindent3 {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.red {
  color: #AA2912;
}

.pink {
  color: #DF6471;
}

.db {
  display: block;
}

.noborder {
  border: none !important;
}

.text-indent-none {
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

/*clearfix*/
.clearfix:after, .header_bar_inner:after, .sizechanger:after, .contents:after, .aside .menu-2col:after, .aside .tagcloud:after, .btn-sns:after, .bottom_sns:after, .totop:after, .footer_inner:after, .footer_inner .footer_sns ul:after, .home_tab_btn:after, .entry:after, .entry_sns:after, .archive_runner_subttl:after, .archive_runner_othrer:after, .list2col:after, .list3col:after, .list4col:after, .list5col:after, .list6col:after, .list7col:after, .listChildTerm:after, article.detail section:after, article.detail:after, article.detail .links:after, article.detail .policy ul:after, .post-type-archive-downloads .segment-nopad:after,
.tax-category_downloads .segment-nopad:after, .page .asset-body:after, .page .mainindex-category.heightLine-g1:after, .page .leveldown dl:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.clearfix, .header_bar_inner, .sizechanger, .contents, .aside .menu-2col, .aside .tagcloud, .btn-sns, .bottom_sns, .totop, .footer_inner, .footer_inner .footer_sns ul, .home_tab_btn, .entry, .entry_sns, .archive_runner_subttl, .archive_runner_othrer, .list2col, .list3col, .list4col, .list5col, .list6col, .list7col, .listChildTerm, article.detail section, article.detail, article.detail .links, article.detail .policy ul, .post-type-archive-downloads .segment-nopad,
.tax-category_downloads .segment-nopad, .page .asset-body, .page .mainindex-category.heightLine-g1, .page .leveldown dl {
  *zoom: 1;
}

/* ------------------------------------------------------
add 2020.07.16
------------------------------------------------------ */
/* .flexbox
-------------------------------------*/
div.post_inner div.flexbox {
  display: flex;
  justify-content: space-between;
}
div.post_inner div.flexbox + .flexbox {
  margin-top: 20px;
}
div.post_inner div.flexbox div.box-inr {
  width: 48%;
}
@media (max-width: 736px) {
  div.post_inner div.flexbox {
    flex-wrap: wrap
  }
  div.post_inner div.flexbox div.box-inr {
    width: 100%;
  }
  div.post_inner div.imgbox img {
    margin-bottom: 10px;
  }
}

div.post_inner div.imgbox img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 736px) {
  div.post_inner div.imgbox img {
    margin-bottom: 10px;
  }
}

div.post_inner div.imgbox.center {
  text-align: center;
}
div.post_inner div.imgbox.right {
  text-align: right;
}
div.post_inner div.imgbox.left {
  text-align: left;
}

/* .imgL
-------------------------------------*/
div.post_inner div.imgL {
  padding: 0 16px 16px 0;
  float: left;
}
div.post_inner div.imgR {
  padding: 0 0 16px 16px;
  float: right;
}
@media (max-width: 736px) {
  div.post_inner div.imgL,
  div.post_inner div.imgR {
    padding: 0 0 16px 0;
    float: none;
    text-align: center;
  }
}


/* .alignleft
-------------------------------------*/
div.post_inner {
  overflow: hidden;
}
div.post_inner .alignleft {
  padding: 0 16px 16px 0;
  float: left;
}
div.post_inner .alignright {
  padding: 0 0 16px 16px;
  float: right;
}
div.post_inner .aligncenter {
  padding: 0 0 16px 0;
  margin: 0 auto;
  display: block;
  text-align: center;
}

@media (max-width: 736px) {
  div.post_inner .alignleft,
  div.post_inner .alignright {
    padding: 0 0 16px 0;
    float: none;
    text-align: center;
  }
}