@charset "UTF-8";
/*
Theme Name: microlink-child
Theme URI: http://bizvektor.com
Template: microlink
Tags: 
Version: 0.1.0
*/
.cf:after, .col-2:after, .col-pc-2:after, .col-pc-1to2:after, .col-3:after, .col-pc-3:after {
  content: "";
  display: block;
  clear: both;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

/* text
--------------------------- */
.txtC {
  text-align: center; }

.txtR {
  text-align: right; }

.txt90 {
  font-size: 90%; }

.txt120 {
  font-size: 120%; }

.txt150 {
  font-size: 150%; }

.color_red {
  color: #f00; }

/* margin
--------------------------- */
.m0 {
  margin: 0 !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

/* box
--------------------------- */
.graybox {
  background-color: #e9e9e9;
  padding: 20px; }

.grayborderbox {
  border: 3px solid #e9e9e9;
  padding: 20px; }

/* column
--------------------------- */
.col-2 > * {
  float: left;
  margin: 10px;
  width: calc(50% - 20px); }

.col-pc-2 > * {
  float: left;
  margin: 10px;
  width: calc(50% - 20px); }
@media (max-width: 767px) {
  .col-pc-2 > * {
    float: none;
    margin: 0;
    width: auto; } }

.col-pc-1to2 > * {
  float: left;
  margin: 10px;
  width: calc(35% - 20px); }
  .col-pc-1to2 > * + * {
    width: calc(65% - 20px); }
@media (max-width: 767px) {
  .col-pc-1to2 > * {
    float: none;
    margin: 0;
    width: auto; } }

.col-3 > * {
  float: left;
  margin: 10px;
  width: calc(33.3333% - 20px); }

.col-pc-3 > * {
  float: left;
  margin: 10px;
  width: calc(33.3333% - 20px); }
@media (max-width: 767px) {
  .col-pc-3 > * {
    float: none;
    margin: 0;
    width: auto; } }

/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
/*	基本設定
/*-------------------------------------------*/
/*	Btn
/*-------------------------------------------*/
/*	レイアウト
/*-------------------------------------------*/
/*	#headerTop
/*-------------------------------------------*/
/*	#header
/*-------------------------------------------*/
/*	#gMenu
/*-------------------------------------------*/
/*	#panList
/*-------------------------------------------*/
/*	#main
/*		.content
/*			.child_page_block
/*			.childPageBox
/*			.mainFoot
/*			images

/*			.navigation
/*			.paging
/*			.infoList
/*				.infoListBox
/*			#comments
/*-------------------------------------------*/
/*	#sideTower
/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/
/*	#footer
/*-------------------------------------------*/
/*	#siteBottom
/*-------------------------------------------*/
/*	top
/*-------------------------------------------*/
/*	post
/*-------------------------------------------*/
/*			#comments
/*-------------------------------------------*/
/*	sitemap & 404 &search
/*-------------------------------------------*/
/*	Responsive Structure
/*-------------------------------------------*/
/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
  font-size: 100%; }

ul, ol {
  list-style: none; }

body, h1, h2, h3, h4, h5, p,
ul, ol, li, dl, dt, dd,
table,
form, input {
  margin: 0;
  padding: 0; }

th {
  font-weight: lighter; }

img {
  border: none;
  vertical-align: bottom; }

/*-------------------------------------------*/
/*	基本設定
/*-------------------------------------------*/
body {
  color: #000;
  text-align: center;
  font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  overflow-y: scroll; }

/* Text elements */
body {
  font-size: 16px;
  line-height: 150%;
  -webkit-text-size-adjust: 100%; }

dt {
  font-weight: bold; }

strong {
  font-weight: bold; }

pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  padding: 1.5em; }

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex;
  top: .5ex; }

a {
  color: #aacf53;
  text-decoration: none;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  overflow: hidden; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    color: #93bb34;
    text-decoration: underline; }
  a img {
    border: none;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    outline: none; }
  a:hover img {
    border: none;
    opacity: .7; }

.adminEdit {
  clear: both;
  float: none;
  display: block;
  overflow: hidden;
  padding: 0px 0px 20px; }

.assistive-text {
  display: none; }

/*-------------------------------------------*/
/*	Btn
/*-------------------------------------------*/
a.btn,
.linkBtn a,
input[type=button],
input[type=submit] {
  display: inline-block;
  overflow: hidden;
  margin-top: 15px;
  position: relative;
  padding: 8px 20px 6px;
  text-decoration: none;
  cursor: pointer;
  border: none; }

a.btn.btnS,
.linkBtn.linkBtnS a {
  padding: 5px 10px;
  font-size: 85.7%; }

a.btn.btnL,
.linkBtn.linkBtnL a {
  padding: 10px 30px;
  font-size: 114.3%;
  text-align: center; }

a.btn.btnAdmin,
.linkBtn.linkBtnAdmin a {
  color: #666666 !important;
  background-color: #e5e5e5;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #e9e9e9;
  box-shadow: inset 0 1px 0 #fff;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#e5e5e5));
  background: -moz-linear-gradient(#fff, #e5e5e5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ffffff, EndColorStr=#e5e5e5)"; }

#searchform input[type=submit],
p.form-submit input[type=submit] {
  padding: 6px 15px; }

#searchform label {
  display: none; }

form#searchform input#searchsubmit {
  padding: 6px 5px; }

.moreLink {
  margin-bottom: 0px;
  height: auto;
  display: block; }
  .moreLink a {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    overflow: hidden;
    font-size: 10px;
    line-height: 105%;
    text-decoration: none;
    color: #666;
    padding: 5px 15px; }
  .moreLink a:hover {
    text-decoration: none !important;
    background-color: #e5e5e5; }

html, body, #wrap {
  position: relative; }

/*-------------------------------------------*/
/*	レイアウト
/*-------------------------------------------*/
#header,
#pagetop,
#footMenu,
#footer {
  text-align: center;
  clear: both; }

.innerBox {
  text-align: left;
  width: 94%;
  margin: 0px auto; }
  .innerBox img {
    max-width: 100%;
    height: auto; }

.innerBox:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

#main {
  width: 100%;
  margin: 0px auto;
  overflow: hidden; }
  #main #container {
    overflow: visible; }
    #main #container .content {
      margin: 0 0px 0px 0px;
      padding-bottom: 30px; }
    #main #container .content.wide {
      width: 99%;
      float: none;
      padding-bottom: 30px;
      overflow: visible; }
    #main #container #sideTower {
      display: block;
      overflow: hidden;
      padding-bottom: 30px;
      width: 100%; }

.page-template-default #main {
  overflow: visible; }

/*-------------------------------------------*/
/*	#headerTop
/*-------------------------------------------*/
#headerTop {
  overflow: hidden;
  color: #666;
  width: 100%;
  clear: both;
  font-size: 85.7%; }
  #headerTop #site-description {
    font-size: 10px;
    line-height: 135.7%;
    padding: 2px 0px;
    display: none; }

/*-------------------------------------------*/
/*	#header
/*-------------------------------------------*/
#header {
  display: block;
  text-align: left; }
  #header #site-title {
    font-size: 24px;
    margin: 10px 0 10px 15px;
    position: relative;
    font-weight: lighter; }
    @media (min-width: 970px) {
      #header #site-title {
        padding-left: 15px;
        padding-right: 15px;
        float: left; } }
    #header #site-title a {
      color: #000;
      font-weight: bold;
      text-decoration: none; }
      #header #site-title a img {
        max-height: 35px; }

/*-------------------------------------------*/
/*	#gMenu
/*-------------------------------------------*/
#gMenu {
  clear: both;
  display: block;
  overflow: visible;
  position: relative;
  width: 100%; }
  #gMenu .assistive-text {
    display: block;
    overflow: hidden;
    font-weight: lighter;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    background-color: #f5f5f5;
    width: 2.5em;
    position: absolute;
    top: -45px;
    right: 15px;
    text-align: center; }
    #gMenu .assistive-text span {
      display: block;
      overflow: hidden;
      padding: 3px 0;
      margin: 0; }
    #gMenu .assistive-text span:before {
      font-family: 'vektor_kado_icons';
      margin-right: 0px; }
  #gMenu .screen-reader-text {
    position: absolute;
    left: -9000px; }
  #gMenu .innerBox {
    overflow: visible;
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%; }

.headSubMenu li {
  float: left; }
  .headSubMenu li a {
    text-decoration: none;
    color: #666; }

.headMainMenu {
  font-size: 0.929em;
  list-style: none;
  margin: 0px 0px 0px;
  padding: 0px;
  display: block;
  overflow: visible; }
  .headMainMenu li {
    position: relative;
    width: 100%;
    display: block; }
    .headMainMenu li:last-child {
      border-bottom: none; }
    .headMainMenu li a {
      display: block;
      overflow: hidden;
      position: relative;
      color: #000;
      padding: 13px 10px 11px;
      margin: 0px;
      line-height: 110%;
      text-decoration: none;
      letter-spacing: 0px; }

@media (max-width: 969px) {
  #headerInner {
    width: 100%; }

  .headMainMenu li a {
    padding-left: 10px;
    text-align: left;
    border-bottom: 2px solid #aacf53; }
  .headMainMenu li a span {
    display: none; }
  .headMainMenu li ul li a {
    padding-left: 20px; }
  .headMainMenu li ul li ul li a {
    padding-left: 30px; } }
/*-------------------------------------------*/
/*	#pageTitBnr
/*-------------------------------------------*/
#pageTitBnr {
  margin: 0px;
  clear: both; }

#pageTitBnr #pageTitInner {
  display: block;
  overflow: hidden; }

#pageTitBnr #pageTitInner #pageTit {
  font-size: 180%;
  font-weight: bold;
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 18px;
  line-height: 105%; }

#pageTitBnr #pageTitInner #titleTxtSub {
  text-align: left;
  color: #999;
  font-size: 14px;
  letter-spacing: 3px;
  float: left;
  margin-top: 25px;
  line-height: 105%; }

/*-------------------------------------------*/
/*	#panList
/*-------------------------------------------*/
#panList {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 50px;
  clear: both;
  font-size: 12px;
  color: #999;
  padding: 0px;
  display: block;
  overflow: hidden;
  width: 100%; }

#panList .innerBox {
  display: block;
  overflow: hidden;
  text-align: left;
  padding: 0px;
  line-height: 24px; }

#panList ul {
  display: inline-block; }

#panList ul li {
  display: inline-block;
  padding-right: 5px; }

/*-------------------------------------------*/
/*	#main
/*-------------------------------------------*/
#main {
  display: block;
  clear: both; }

#main {
  zoom: 1; }

/* facebookコメント欄が消えるのでhiddenではなくclearfix */
#main:before, #main:after {
  content: "";
  display: table; }

#main:after {
  clear: both; }

/*		.content
/*-------------------------------------------*/
.content {
  margin-bottom: 36px;
  text-align: left;
  display: block;
  overflow: visible; }
  .content hr {
    margin-bottom: 20px; }
  .content .post {
    padding-bottom: 25px; }
  .content .alert {
    color: #f00; }
  .content .caption {
    font-size: 11px;
    line-height: 120%; }
  .content .center {
    text-align: center; }
  .content .right {
    text-align: right; }
  .content .nowrap {
    white-space: nowrap; }
  .content .sectionBox {
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
    clear: both; }
  .content .entry-meta {
    margin-bottom: 2em;
    font-size: 11px;
    color: #666; }
  .content h2,
  .content h1.contentTitle,
  .content h1.entryPostTitle {
    clear: both;
    font-size: 128.6%;
    line-height: 133.3%;
    padding: 0;
    font-weight: bold;
    color: #000;
    position: relative; }
  .content h1.entryPostTitle {
    margin: 0px 0px 5px; }
  .content h1.contentTitle {
    margin: 0 0 25px; }
  .content h2 {
    margin: 50px 0px 25px; }
  .content h2:nth-child(1),
  .content h3:nth-child(1),
  .content h4:nth-child(1),
  .content h5:nth-child(1),
  .content h6:nth-child(1) {
    margin-top: 0; }
  .content h2 a {
    text-decoration: none; }
  .content h2.imageTit {
    margin: 0px 0px 30px;
    border: none;
    padding: 0px;
    background: none; }
  .content h3 {
    clear: both;
    font-size: 128.6%;
    line-height: 130%;
    margin: 35px 0px 20px;
    padding: 0 0 5px; }
  .content h4 {
    clear: both;
    font-size: 121.4%;
    line-height: 130%;
    margin: 30px 0px 20px;
    padding: 0; }
  .content h5 {
    clear: both;
    font-size: 114.3%;
    line-height: 130%;
    margin: 30px 0px 15px;
    padding: 0; }
  .content h6 {
    clear: both;
    font-size: 100.0%;
    line-height: 130%;
    margin: 30px 0px 15px;
    padding: 0; }
  .content p {
    margin-bottom: 20px;
    padding: 0px; }
  .content blockquote {
    padding: 20px 15px 0px;
    margin-bottom: 20px;
    border: 3px solid #efefef;
    clear: both; }
  .content strong {
    font-weight: bold; }
  .content ul,
  .content ol {
    margin: 0px 0px 20px 30px; }
    .content ul li,
    .content ol li {
      padding: 0px; }
    .content ul ul,
    .content ol ul {
      margin-top: 10px; }
  .content li {
    margin-bottom: 10px; }
  .content ol li {
    list-style: decimal;
    padding: 0px; }
  .content table {
    border-top: 1px solid #e9e9e9;
    margin: 5px -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
    .content table thead th {
      font-weight: bold; }
    .content table th,
    .content table thead th {
      background-color: #f5f5f5;
      /* white-space:nowrap; */ }
    .content table tfoot th,
    .content table tfoot td {
      font-weight: bold; }
    .content table th,
    .content table td {
      border: 1px solid #e9e9e9;
      padding: 10px 10px;
      vertical-align: top;
      box-sizing: border-box; }
      .content table th ul,
      .content table th ol,
      .content table td ul,
      .content table td ol {
        margin-bottom: 0px;
        margin-left: 15px; }
        .content table th ul li,
        .content table th ol li,
        .content table td ul li,
        .content table td ol li {
          margin: 2px 0px; }
  .content table.mobile-block th,
  .content table.mobile-block td {
    border-top: none;
    display: block; }
  .content dt {
    padding-bottom: 3px;
    margin-bottom: 10px; }
  .content dd {
    margin: 0px 0px 30px;
    padding: 0px; }

/*			.child_page_block
/*-------------------------------------------*/
.content .child_page_block {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  width: 100%; }

.content .child_page_block .child_page_blockInner {
  display: block;
  overflow: hidden;
  padding: 15px 0px; }

.content .child_page_block.layout_even {
  float: right; }

.content .child_page_block h4 {
  border: none;
  padding: 0px 0px 2px;
  margin: 0px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  box-shadow: 0px 1px 0px white; }

.content .child_page_block h4 a {
  text-decoration: none;
  color: #4d4d4d; }

.content .child_page_block h4 a:hover {
  text-decoration: underline; }

.content .child_page_block .childText {
  display: block;
  overflow: hidden; }

.content .child_page_block p {
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 141.7%;
  padding: 0px; }

.content .child_page_block p a {
  text-decoration: none;
  color: #666; }

.content .child_page_block p a:hover {
  text-decoration: underline;
  color: #c00; }

.content .child_page_block .thumbImage {
  float: left;
  display: block;
  border: 1px solid #e9e9e9;
  margin-right: 13px; }

.content .child_page_block .thumbImage .thumbImageInner {
  display: block;
  overflow: hidden;
  width: 80px;
  border: 1px solid #fff; }

.content .child_page_block .thumbImage .thumbImageInner img {
  width: 80px;
  height: auto; }

/*			.childPageBox
/*-------------------------------------------*/
.content .childPageBox {
  display: none; }

.content .childPageBox .textBox {
  overflow: hidden;
  border: 1px solid #ff0000; }

/*			.mainFoot
/*-------------------------------------------*/
.content .mainFoot {
  display: block;
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 30px; }

.content .mainFootContact {
  display: block;
  overflow: hidden;
  text-align: center; }

.content .mainFootContact p.mainFootTxt {
  font-size: 10px;
  letter-spacing: 0px;
  margin-bottom: 5px; }

.content .mainFootContact p.mainFootTxt span {
  display: block; }

.content .mainFootContact p.mainFootTxt span.mainFootCatch {
  line-height: 135.7%; }

.content .mainFootContact p.mainFootTxt span.mainFootTel {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 2px;
  line-height: 100%; }

.content .mainFootContact p.mainFootTxt span.mainFootTime {
  line-height: 135.7%; }

.content .mainFootContact .mainFootBt a {
  display: block;
  overflow: hidden;
  background-color: #999;
  max-width: 350px;
  margin: 0px auto; }

.content .mainFootContact .mainFootBt a img {
  max-width: 100%; }

/*			images
/*-------------------------------------------*/
.content img {
  margin: 0;
  max-width: 100%;
  height: auto !important; }

.content .attachment img {
  max-width: 100%; }

.content .alignleft,
.content img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px; }

.content .alignright,
.content img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px; }

.content .aligncenter,
.content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.content img.alignleft,
.content img.alignright,
.content img.aligncenter {
  margin-bottom: 12px; }

.content .wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 0 0 5px;
  text-align: center;
  border: 1px solid #e5e5e5;
  max-width: 100% !important; }

.content .wp-caption img {
  margin: 5px 0 2px;
  max-width: 95% !important;
  height: auto !important; }

.content .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px; }

.content .wp-smiley {
  margin: 0; }

.content .gallery {
  margin: 0 auto 18px; }

.content .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%; }

.content .gallery img {
  border: 2px solid #cfcfcf; }

.content .gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px; }

.content .gallery dl {
  margin: 0; }

.content .gallery img {
  border: 10px solid #f1f1f1; }

.content .gallery br + br {
  display: none; }

.content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto; }

/*			.navigation
/*-------------------------------------------*/
.navigation {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  border-top: 1px solid #e9e9e9;
  padding: 10px 0px 15px;
  clear: both; }

.navigation a:link,
.navigation a:visited {
  color: #888;
  text-decoration: none; }

.navigation a:active,
.navigation a:hover {
  color: #ff4b33; }

.nav-previous {
  float: left;
  width: 50%; }

.nav-next {
  float: right;
  text-align: right;
  width: 50%; }

#nav-above {
  margin: 0 0 18px 0; }

#nav-above {
  display: none; }

.paged #nav-above,
.single #nav-above {
  display: block; }

/*			.paging
/*-------------------------------------------*/
.paging {
  display: block;
  overflow: hidden;
  padding: 20px 0px 20px;
  text-align: center; }

.paging span,
.paging a {
  margin: 0 1px;
  padding: 6px 10px;
  color: #999;
  border: 1px solid #999;
  text-decoration: none; }

.paging span.current,
.paging a:hover {
  background-color: #999;
  color: #fff;
  text-decoration: none; }

.paging span.txt_hellip {
  border: none;
  margin: 0;
  padding: 6px 0px; }

/*			.infoList
-------------------------------------------------------------- */
.content .infoList {
  padding-bottom: 20px; }

.content .infoList ul {
  margin: 10px 0px 5px;
  list-style: none; }

.content .infoList ul li {
  list-style: none;
  margin-bottom: 0px; }

.content .infoList .infoDate {
  padding: 10px 10px 10px 0;
  font-weight: bold; }

.content .infoList .infoCate a {
  color: #666;
  margin-right: 4px;
  background-color: #e5e5e5;
  color: #666;
  font-size: 11px;
  padding: 2px 6px 0px;
  line-height: 14px;
  text-decoration: none;
  position: relative; }

.content .infoList .infoCate a:hover {
  background-color: #000;
  color: #f5f5f5;
  text-decoration: none; }

.content .infoList ul li .infoTxt {
  padding: 10px 0 10px 20px;
  border-left: 1px solid #000;
  display: block;
  overflow: hidden;
  clear: both; }

.content .infoList ul li .infoTxt a {
  text-decoration: none;
  display: inline;
  overflow: hidden; }

.content .infoList ul li .infoTxt a:hover {
  text-decoration: underline; }

/*				.infoListBox
/*-------------------------------------------*/
.content .infoList .infoListBox {
  display: block;
  overflow: hidden;
  padding: 20px 0px;
  border-bottom: 1px solid #e9e9e9;
  position: relative; }

.content .infoList .infoListBox div.entryTxtBox {
  margin: 0px;
  display: block;
  overflow: hidden; }

.content .infoList .infoListBox div.entryTxtBox.haveThumbnail {
  float: left; }

.content .infoList .infoListBox div.entryTxtBox p {
  margin-bottom: 3px;
  padding: 0px;
  line-height: 150%; }

.content .infoList .infoListBox div.entryTxtBox p.entryMeta {
  margin-bottom: 4px; }

.content .infoList .infoListBox div.entryTxtBox p.entryMeta .infoDate,
.content .infoList .infoListBox div.entryTxtBox p.entryMeta .infoCate {
  color: #666; }

.content .infoList .infoListBox div.entryTxtBox h4.entryTitle {
  margin: 0px 0px 5px;
  padding: 0px 0px 2px;
  display: block;
  line-height: 135.7%;
  font-size: 114.3%; }

.content .infoList .infoListBox div.entryTxtBox h4.entryTitle a {
  text-decoration: none; }

.content .infoList .infoListBox div.entryTxtBox h4.entryTitle a:hover {
  text-decoration: underline; }

.content .infoList .infoListBox div.entryTxtBox p.moreLink {
  margin: 0px;
  padding: 0px; }

.content .infoList .infoListBox div.thumbImage {
  display: block;
  overflow: hidden;
  float: right;
  text-align: right; }

.content .infoList .infoListBox div.thumbImage div.thumbImageInner {
  display: block;
  overflow: hidden;
  margin: 1px; }

.content .infoList .infoListBox div.thumbImage div.thumbImageInner img {
  width: 98px;
  height: auto;
  border: 1px solid #e9e9e9; }

/*-------------------------------------------*/
/*	#sideTower
/*-------------------------------------------*/
.sideTower .localSection {
  margin-bottom: 50px; }
.sideTower .localHead {
  font-size: 14px;
  color: #000;
  padding: 13px 0px 10px;
  font-weight: bold;
  position: relative; }
  .sideTower .localHead a {
    text-decoration: none;
    color: #000; }
  .sideTower .localHead a:hover {
    text-decoration: underline; }
.sideTower .sideWidget {
  margin: 0 0 20px; }
  .sideTower .sideWidget li {
    list-style: none;
    border-bottom: 1px dotted #ccc;
    font-size: 85.7%;
    line-height: 135.7%;
    /* 子 */
    /* 孫 */ }
    .sideTower .sideWidget li a {
      display: block;
      padding: 13px 10px 11px;
      text-decoration: none; }
      .sideTower .sideWidget li a img {
        margin: 0 auto; }
    .sideTower .sideWidget li ul {
      display: block;
      margin: 0px; }
    .sideTower .sideWidget li li {
      display: block;
      border-bottom: none;
      border-top: 1px dotted #ccc; }
    .sideTower .sideWidget li li a {
      padding: 11px 10px 9px 15px; }
    .sideTower .sideWidget li li li a {
      padding-left: 20px; }
  .sideTower .sideWidget li > a:hover,
  .sideTower .sideWidget li.current_page_item > a,
  .sideTower .sideWidget li.current-cat > a {
    background-color: #efefef; }
  .sideTower .sideWidget .textwidget {
    padding-top: 10px; }
  .sideTower .sideWidget .textwidget img {
    display: block;
    margin: 0 auto; }
  .sideTower .sideWidget h4 {
    clear: both;
    font-size: 14px;
    margin: 0px 0px 15px;
    padding: 4px 0px 2px 12px;
    border-left-style: solid;
    border-left-width: 3px;
    background-color: #f5f5f5; }
  .sideTower .sideWidget ul#recentcomments li {
    padding: 13px 0px 11px; }
  .sideTower .sideWidget ul#recentcomments li a {
    padding: 0;
    background: none; }
  .sideTower .sideWidget select {
    margin: 10px 0;
    padding: 5px;
    width: 100%;
    border: 1px solid #e9e9e9; }
  .sideTower .sideWidget select option {
    padding: 2px 5px; }
.sideTower ul#snsBnr {
  border-top: 1px solid #e9e9e9;
  margin-bottom: 20px;
  text-align: center; }
.sideTower ul#snsBnr li {
  border-bottom: 1px solid #e9e9e9; }
.sideTower li.sideBnr {
  margin-bottom: 10px; }
.sideTower li.sideBnr#sideContact {
  margin-bottom: 10px; }
  .sideTower li.sideBnr#sideContact a {
    display: block;
    overflow: hidden;
    width: auto;
    background-color: #999;
    width: 220px;
    margin: 0px auto;
    text-align: center; }

form#searchform {
  background-color: #e5e5e5; }

form#searchform input#s {
  margin: 0;
  padding: 5px;
  width: 60%;
  float: left; }

form#searchform input#searchsubmit {
  background-color: #ccc;
  width: 15%;
  border-radius: 0; }

/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/
#pagetop {
  overflow: hidden;
  clear: both;
  z-index: 5; }
  #pagetop a {
    float: right;
    display: block; }
  #pagetop a:hover {
    margin-top: 0; }

/*-------------------------------------------*/
/*	#footMenu
/*-------------------------------------------*/
#footMenu {
  padding: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  z-index: 10;
  position: relative; }
  #footMenu .innerBox {
    padding: 0; }
  #footMenu .menu {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden; }
    #footMenu .menu li {
      list-style: none;
      display: block;
      margin: 0px;
      padding: 0px;
      line-height: 100%;
      font-size: 12px;
      border-bottom: 1px solid #e9e9e9; }
      #footMenu .menu li a {
        display: block;
        overflow: hidden;
        line-height: 135.7%;
        text-decoration: none;
        padding: 10px 0px; }
      #footMenu .menu li a:hover {
        text-decoration: underline; }

/*-------------------------------------------*/
/*	#footer
/*-------------------------------------------*/
#footer {
  margin: 0px;
  padding: 20px 0px 20px;
  display: block;
  overflow: hidden;
  text-align: left; }

#footer dl#footerOutline {
  margin: 0px;
  line-height: 150%;
  width: 300px; }

#footer dl#footerOutline dt {
  margin-bottom: 8px;
  line-height: 150%; }

#footer dl#footerOutline dt img {
  margin-bottom: 5px;
  max-width: 260px;
  max-height: 35px; }

#footer dl#footerOutline dd {
  font-size: 85.7%;
  line-height: 150%; }

/*		#footerSiteMap
/*-------------------------------------------*/
#footerSiteMap {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 15px; }
  #footerSiteMap .menu {
    font-size: 87.5%;
    vertical-align: text-top; }
    #footerSiteMap .menu a {
      text-decoration: none; }
    #footerSiteMap .menu a:hover {
      color: #aacf53; }
    #footerSiteMap .menu li {
      display: block;
      vertical-align: text-top;
      line-height: 116.7%; }
    #footerSiteMap .menu li a {
      padding: 8px 0px 8px;
      overflow: hidden;
      display: block;
      border-bottom: 1px solid #e9e9e9; }
    #footerSiteMap .menu li li {
      display: block; }
    #footerSiteMap .menu li li a {
      padding: 8px 1em; }

/*-------------------------------------------*/
/*	#siteBottom
/*-------------------------------------------*/
#siteBottom {
  clear: both;
  font-size: 88%;
  margin-top: 50px; }

#siteBottomInner.innerBox {
  text-align: center;
  padding: 15px 0px 30px; }

#siteBottom a {
  color: #666;
  text-decoration: none; }

#siteBottom #copy {
  text-align: center; }

#siteBottom #powerd,
#siteBottom #powerd a {
  color: #ccc; }

/*-------------------------------------------*/
/*	▼各テンプレートごとの設定
/*-------------------------------------------*/
/*-------------------------------------------*/
/*	top
/*-------------------------------------------*/
.home #main {
  padding-top: 0px; }

#topMainBnr {
  position: relative;
  display: block;
  overflow: visible;
  padding: 0; }
  @media (max-width: 780px) {
    #topMainBnr {
      overflow: hidden; } }

#topMainBnrFrame {
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
  width: 96%;
  border: none; }
  #topMainBnrFrame #topManiBnrInnerFrame {
    overflow: hidden; }
  #topMainBnrFrame img {
    width: 100%;
    position: relative; }
    @media (max-width: 780px) {
      #topMainBnrFrame img {
        width: 170%;
        margin-left: -33%; } }
  #topMainBnrFrame ul.slides li {
    overflow: hidden; }

.home .content {
  padding-bottom: 40px; }

#topFreeArea {
  margin-bottom: 15px;
  display: block;
  overflow: hidden; }

.content .topPr {
  margin-bottom: 25px; }
  .content .topPr .topPrOuter {
    display: block;
    overflow: hidden;
    padding: 10px 0; }
  .content .topPr h3 {
    margin: 0px 0px 8px;
    line-height: 135.7%;
    font-size: 16px;
    font-weight: lighter; }
  .content .topPr h3 a {
    text-decoration: none;
    color: #000; }
  .content .topPr p a {
    text-decoration: none;
    line-height: 17px;
    color: #666; }
  .content .topPr a:hover {
    text-decoration: underline; }
  .content .topPr p.topPrDescription {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 135.7%;
    padding: 0px; }
  .content .topPr .prImage {
    float: left;
    width: 70px;
    margin-right: 10px;
    overflow: hidden;
    margin-bottom: 10px; }
    .content .topPr .prImage a {
      display: block;
      overflow: hidden;
      border: 1px solid #e9e9e9;
      padding: 1px; }
    .content .topPr .prImage img.imageWide {
      display: none; }
    .content .topPr .prImage img.imageSmall {
      display: block; }
  .content .topPr .topPrTxtBox {
    display: block;
    overflow: hidden; }

.content .infoList .rssBtn {
  text-align: right;
  position: relative;
  margin-top: -34px;
  margin-bottom: 15px; }

.content .infoList .rssBtn a {
  background-color: #000;
  color: #fff;
  font-family: 'Lato', sans-serif;
  line-height: 24px;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 10px;
  position: relative; }

.content .infoList ul li .infoDate {
  display: block;
  float: left; }

.content .infoList ul li .infoTxt {
  clear: none; }

#topContentsBottom {
  margin-bottom: 20px; }

/*-------------------------------------------*/
/*	post
/*-------------------------------------------*/
.content .entry-content {
  display: block;
  overflow: hidden;
  margin-bottom: 25px; }

.content .entry-content.post-content h1.entryPostTitle {
  margin-bottom: 0px; }

.content .entry-utility {
  clear: both;
  margin-top: 15px; }

.content .entry-utility dl.tag-links {
  display: inline; }

.content .entry-utility dl.tag-links dt,
.content .entry-utility dl.tag-links dd {
  display: inline;
  font-size: 85.7%;
  line-height: 135.7%; }

.content .entry-utility dl.tag-links dt {
  display: inline-block;
  border: 1px solid #e5e5e5;
  font-weight: lighter;
  margin-right: 10px;
  padding: 0px 10px;
  background-color: #e5e5e5;
  color: #999; }

/*			#comments
/*-------------------------------------------*/
#comments {
  clear: both; }

#comments ol.commentlist {
  margin: 0px 0px 15px 0px; }

#comments ol.commentlist li {
  list-style: none; }

#comments li.comment .commentBox {
  border: 4px solid #e5e5e5;
  padding: 15px;
  margin-bottom: 10px; }

#comments li.comment .comment-author img {
  float: left;
  border: 2px solid #ccc;
  margin-right: 10px; }

#comments li.comment .comment-author cite.fn {
  font-style: normal;
  line-height: 135.7%; }

#comments li.comment .comment-meta.commentmetadata {
  font-size: 85.7%;
  line-height: 135.7%; }

#comments li.comment .comment-body {
  margin-left: 50px;
  margin-top: 5px; }

#comments li.comment .comment-body p {
  margin-bottom: 10px; }

#comments #respond .required {
  color: #e50000; }

.content #commentform p {
  margin-bottom: 5px; }

.content #commentform input,
.content #commentform textarea {
  display: block;
  width: 95%;
  padding: 4px; }

.content #commentform p.form-allowed-tags {
  font-size: 10px;
  line-height: 135.7%;
  color: #666;
  width: 95%;
  margin-bottom: 10px; }

.content #commentform p.form-submit input {
  width: auto;
  padding: 10px 20px; }

/*-------------------------------------------*/
/*	sitemap & 404 &search
/*-------------------------------------------*/
.content.wide {
  display: block;
  overflow: hidden; }

.content #sitemapPostList h5 {
  margin: 0px 0 10px;
  padding: 0px;
  font-weight: lighter;
  font-size: 14px; }

.content ul.linkList {
  margin: 0px 0 15px;
  padding: 0px;
  font-size: 85.7%; }

.content ul.linkList li {
  list-style: none;
  margin-bottom: 0px; }

.content ul.linkList li a {
  background: url(../images/icon_arrow1_gray.gif) left 8px no-repeat;
  padding: 5px 15px;
  display: block;
  text-decoration: none;
  color: #666; }

.content ul.linkList li a:hover {
  background-image: url(../images/icon_arrow1_red.gif);
  text-decoration: underline;
  color: #c00; }

.content ul.linkList li li a {
  background: url(../images/icon_arrow2_gray.gif) left 10px no-repeat; }

.content ul.linkList li li a:hover {
  background-image: url(../images/icon_arrow2_red.gif); }

.content ul.linkList li li li a {
  background: url(../images/icon_try2_gray.gif) left 10px no-repeat; }

.content ul.linkList li li li a:hover {
  background-image: url(../images/icon_try2_red.gif); }

.content ul.linkList ul {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 10px; }

.content .error404 {
  text-align: center;
  padding-bottom: 30px; }

#sitemapOuter {
  border: 4px solid #e5e5e5;
  padding: 20px;
  display: block;
  overflow: hidden;
  margin: 0px auto; }

.content form#searchform label {
  display: none; }

.content form#searchform input#s {
  width: 70%; }

#likeBox {
  border: 1px solid #00ff00;
  width: 100% !important; }

.fbConnectWidgetTopmost {
  border: 1px solid #00ff00;
  width: 100% !important; }

/*-------------------------------------------*/
/*	Responsive Structure
/*-------------------------------------------*/
/*-------------------------------------------*/
/* コンテンツ推奨サイズより大きい場合
/*-------------------------------------------*/
@media (min-width: 660px) {
  /* スクロール分余裕に20px */
  #main #container .content {
    margin: 0px auto; }

  .content p {
    line-height: 170%; }

  .content table.mobile-block th,
  .content table.mobile-block td {
    display: table-cell; }

  .content .mainFootContact p.mainFootTxt {
    float: left;
    margin-bottom: 0px;
    text-align: left; }

  .content .mainFootContact p.mainFootTxt .mainFootCatch {
    font-size: 120%; }

  .content .mainFootContact .mainFootBt {
    float: right; }

  .content .mainFootContact .mainFootBt a {
    width: 350px;
    min-height: 50px; }

  .content .mainFootContact .mainFootBt a img {
    width: auto; }

  .paging span.pageIndex {
    display: inline; }

  .content .topPr {
    display: block;
    overflow: hidden; }
    .content .topPr .topPrOuter {
      padding: 0px;
      border-bottom: none;
      margin-bottom: 20px; }
    .content .topPr #topPrLeft, .content .topPr #bottomPrLeft {
      width: 33.1%;
      text-align: left;
      float: left;
      display: block;
      overflow: visible; }
    .content .topPr #topPrCenter, .content .topPr #bottomPrCenter {
      width: 33.1%;
      text-align: center;
      float: left;
      display: block;
      overflow: visible; }
    .content .topPr #topPrRight {
      width: 33.1%;
      text-align: right;
      float: right;
      display: block;
      overflow: visible; }
    .content .topPr #topPrLeft .topPrInner #topPrLeft .topPrInner {
      float: left; }
    .content .topPr #topPrCenter .topPrInner {
      margin: 0px auto; }
    .content .topPr #topPrRight .topPrInner {
      float: right; }
    .content .topPr .topPrInner {
      text-align: left;
      width: 95%; }
    .content .topPr h3 {
      margin-bottom: 15px; }
    .content .topPr h3 a {
      display: block;
      overflow: hidden; }
    .content .topPr p {
      padding: 0px; }
    .content .topPr p.topPrDescription {
      font-size: 85.7%; }
    .content .topPr .prImage {
      float: none;
      width: 100%;
      margin-right: 0px; }
    .content .topPr .prImage img {
      height: auto;
      width: 100%; }
    .content .topPr .prImage img.imageWide {
      display: block; }
    .content .topPr .prImage img.imageSmall {
      display: none; }

  .content .child_page_block {
    width: 48%; }

  .content .child_page_block.layout_odd {
    float: left;
    clear: both; } }
/*-------------------------------------------*/
/* pc iPad3より大きい場合
/*-------------------------------------------*/
@media (min-width: 770px) {
  body {
    line-height: 150%; }

  #headerTop {
    display: block; }

  #headerTop #site-description {
    line-height: 150%;
    font-size: 12px;
    display: block; }

  #footerSiteMap .menu {
    font-size: 12px; }
    #footerSiteMap .menu li {
      display: inline-block;
      margin-bottom: 6px;
      min-width: 100px; }
    #footerSiteMap .menu li a {
      padding: 0px 0px 4px; }
    #footerSiteMap .menu li ul {
      margin-top: 8px; }
    #footerSiteMap .menu li li {
      margin-right: 10px; }
    #footerSiteMap .menu li li a {
      background-position: 3px 3px;
      padding: 0px; }

  #footMenu .innerBox {
    padding: 10px 0; }
  #footMenu .menu {
    border: none; }
    #footMenu .menu li {
      float: left;
      border: none; }
    #footMenu .menu li a {
      padding: 0px 15px 0px 0px; }
    #footMenu .menu li.lastChild a {
      border-right: none; }

  #sitemapOuter {
    padding: 20px 50px; }

  .content #sitemapPageList {
    float: left;
    width: 49%; }

  .content #sitemapPostList {
    float: right;
    width: 49%;
    margin-top: 0px; }

  .content ul.linkList li a {
    padding: 3px 15px; } }
/*-------------------------------------------*/
/*	フルサイズ
/*-------------------------------------------*/
@media (min-width: 970px) {
  /* スクロール分余裕に20px */
  body {
    line-height: 150%; }

  #headerTop {
    display: block; }

  #headerTop #site-description {
    line-height: 150%;
    font-size: 12px;
    display: block; }

  #header .innerBox {
    margin-bottom: 4px;
    margin-top: 1px; }
    #header .innerBox #site-title {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0; }
      #header .innerBox #site-title img {
        max-height: 45px; }
  #header #headContact #headContactTxt {
    font-size: 11px; }
  #header #headContact #headContactTel {
    font-size: 24px;
    margin-bottom: 4px; }
  #header #headContact #headContactTime {
    font-size: 12px; }
  #header #headContact {
    float: right;
    text-align: right;
    margin-bottom: 20px; }
    #header #headContact #headContactInner:before {
      display: none; }
    #header #headContact #headContactInner {
      cursor: inherit;
      padding: 0;
      display: block;
      overflow: hidden;
      margin: 0; }
  #header #headContact.itemClose #headContactInner #headContactTxt,
  #header #headContact.itemClose #headContactInner #headContactTel,
  #header #headContact.itemClose #headContactInner #headContactTime {
    display: block; }
  #header #headContact.itemOpen #headContactInner {
    clear: none;
    border: none;
    padding: 0;
    margin-bottom: 0; }
    #header #headContact.itemOpen #headContactInner #headContactTxt,
    #header #headContact.itemOpen #headContactInner #headContactTel,
    #header #headContact.itemOpen #headContactInner #headContactTime {
      display: block; }

  .innerBox,
  #gMenu #gMenuInner.innerBox {
    width: 1200px;
    margin: 0px auto; }

  #gMenu:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

  #gMenu .innerBox {
    margin: 0;
    width: 100%; }

  #gMenu.itemClose .menu,
  #gMenu.itemOpen .menu {
    display: block; }

  #gMenu .menu:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

  #gMenu {
    position: relative; }
    #gMenu .assistive-text {
      position: absolute;
      top: -9000px; }

  .headMainMenu {
    clear: both; }
    .headMainMenu li {
      float: left;
      border-bottom: none;
      overflow: visible;
      width: auto; }
    .headMainMenu li a {
      text-align: center; }
    .headMainMenu li a span {
      display: block;
      font-size: 10px;
      line-height: 140%;
      letter-spacing: 1px;
      font-family: verdana, Arial, Helvetica, sans-serif;
      opacity: 0.6; }
    .headMainMenu li ul {
      display: none; }
    .headMainMenu li:hover ul {
      display: block;
      position: absolute;
      z-index: 100;
      position: absolute;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }
      .headMainMenu li:hover ul li {
        background: #fff;
        width: 200px;
        position: relative; }
        .headMainMenu li:hover ul li a {
          text-align: left;
          line-height: 140%; }
        .headMainMenu li:hover ul li ul {
          position: absolute;
          left: 200px;
          top: 10px;
          border-top: none; }
        .headMainMenu li:hover ul li ul,
        .headMainMenu li:hover ul li ul li {
          display: none; }
      .headMainMenu li:hover ul li:hover ul,
      .headMainMenu li:hover ul li:hover ul li {
        display: block; }
    .headMainMenu li:hover li a,
    .headMainMenu li.current_page_item li a,
    .headMainMenu li.current-menu-ancestor li a,
    .headMainMenu li.current-page-ancestor li a,
    .headMainMenu li.current_page_ancestor li a {
      background: none;
      text-align: left;
      border-right: none; }
    .headMainMenu li:hover li a:hover,
    .headMainMenu li.current_page_item li a:hover,
    .headMainMenu li.current-menu-ancestor li a:hover,
    .headMainMenu li.current-page-ancestor li a:hover,
    .headMainMenu li.current_page_ancestor li a:hover {
      background-color: #f5f5f5; }

  #header .innerBox {
    max-width: 1200px;
    width: 100%;
    position: relative; }

  #main #container .content {
    float: left;
    width: 960px; }

  #main #container #sideTower {
    float: right;
    width: 220px;
    clear: none; }

  body.left-sidebar #main #container .content {
    float: right; }

  body.left-sidebar #main #container #sideTower {
    float: left; }

  body.home.one-column #main #container .content {
    float: none;
    width: 100%; }

  body.home.one-column #main #container #sideTower {
    float: none;
    display: none; }

  form#searchform input#searchsubmit {
    width: 20%; }

  .content .mainFootContact .mainFootBt a img {
    width: 100%; }

  #topMainBnr {
    width: 100%; }

  #topMainBnr img {
    width: 100% !important;
    max-width: 100% !important; }

  /*			.childPageBox
  /*-------------------------------------------*/
  .content .childPageBox {
    display: block;
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #e9e9e9;
    padding: 0px;
    width: 100%; }
    .content .childPageBox h4 {
      font-weight: lighter;
      margin: 15px 20px 10px;
      padding: 0px 0px 3px;
      font-size: 14px; }
    .content .childPageBox h4 a {
      text-decoration: none;
      color: #666; }
    .content .childPageBox ul {
      margin: 0px 20px 15px;
      padding: 0px;
      display: block;
      overflow: hidden;
      font-size: 85.7%;
      line-height: 125%; }
    .content .childPageBox ul li {
      float: left;
      display: block;
      width: 33%;
      list-style: none;
      margin: 0px; }
    .content .childPageBox ul li a {
      background: url(../images/icon_arrow1_gray.gif) left 5px no-repeat;
      padding: 3px 5px 3px 17px;
      text-decoration: none;
      display: block;
      overflow: hidden;
      color: #666; }
    .content .childPageBox ul li a:hover,
    .content .childPageBox ul li.current_page_item a {
      background-image: url(./images/common/arrow_02.png);
      text-decoration: underline;
      color: #000; }
    .content .childPageBox ul li ul {
      margin: 0px; }
    .content .childPageBox ul li ul li {
      float: none;
      width: auto; }
    .content .childPageBox ul li ul li a {
      background: url(../images/icon_arrow2_gray.gif) left 6px no-repeat;
      padding: 3px 5px 3px 14px;
      text-decoration: none;
      margin-left: 3px; }
    .content .childPageBox ul li ul li a:hover,
    .content .childPageBox ul li ul li.current_page_item a {
      background-image: url(../images/icon_arrow2_red.gif); }
    .content .childPageBox ul li ul li ul {
      padding-left: 8px;
      font-size: 100%;
      line-height: 135.7%; }
    .content .childPageBox ul li.current_page_item ul li a {
      color: #666;
      text-decoration: none;
      background-image: url(../images/icon_arrow2_gray.gif); }
    .content .childPageBox ul li.current_page_item ul li a:hover {
      color: #c00;
      text-decoration: underline;
      background-image: url(../images/icon_arrow2_red.gif); }

  #footerSiteMap {
    width: 700px;
    float: right;
    padding-top: 0px;
    font-size: 12px; }

  #footer dl#footerOutline {
    float: left;
    width: 260px; }
    #footer dl#footerOutline dt img {
      max-height: 45px; }
    #footer dl#footerOutline dd {
      padding-right: 20px; } }
/*-------------------------------------------*/
/*	Print Style
/*-------------------------------------------*/
@media print {
  body {
    background: none !important; }

  #wrapper {
    clear: both !important;
    display: block !important;
    float: none !important;
    position: relative !important; }

  #headerTop,
  #header,
  #panList,
  #gMenu,
  #pagetop,
  #sideTower,
  #footMenu,
  #footer,
  #siteBottom {
    display: none !important; }

  #pageTitBnr,
  .content table th {
    box-shadow: none !important; }

  #access,
  #branding img,
  #respond,
  .comment-edit-link,
  .edit-link,
  .navigation,
  .page-link,
  .widget-area {
    display: none !important; }

  #container {
    margin: 0;
    width: 100%; } }
/*-------------------------------------------*/
/*	font
/*-------------------------------------------*/
h1, h2, h3, h4, h4, h6,
#header #site-title,
#pageTitBnr #pageTitInner #pageTit,
.leadTxt,
.menu li a strong,
.sideTower .localHead {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/*-------------------------------------------*/
/*	Btn
/*-------------------------------------------*/
#searchform input[type=submit],
p.form-submit input[type=submit],
form#searchform input#searchsubmit,
.content form input.wpcf7-submit,
#confirm-button input,
a.btn,
.linkBtn a,
input[type=button],
input[type=submit] {
  color: #fff; }

form#searchform {
  color: #666;
  padding: 0;
  background-color: #efefef; }
  form#searchform input {
    background-color: #efefef;
    border: none;
    box-shadow: inset 0 0 0 #efefef; }
    form#searchform input#s {
      width: 95%; }
    form#searchform input:focus, form#searchform input:active {
      border: none; }
    form#searchform input#searchsubmit {
      margin: 0;
      position: absolute;
      right: 0; }

.moreLink {
  display: block;
  overflow: hidden;
  position: relative; }
  .moreLink a {
    display: block;
    overflow: hidden;
    float: right;
    padding: 2px 3px 1px 10px;
    text-align: left;
    font-size: 11px;
    line-height: 140%;
    background-color: #efefef;
    white-space: nowrap; }
  .moreLink a:hover {
    color: #fff; }
  .moreLink a:after {
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    content: "\2b";
    padding: 2px 2px 0 5px;
    position: relative;
    right: 2px; }

#headerTop #site-description {
  color: #999; }

#header {
  background-color: #fff; }

#gMenu ul.menu a strong {
  font-weight: lighter; }

.headSubMenu ul li a:before {
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  content: "\2b";
  margin-right: 5px; }

@media (max-width: 969px) {
  #gMenu .assistive-text {
    border: 1px solid #ccc;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.9);
    color: #fff;
    color: #000; }
    #gMenu .assistive-text span {
      font-size: 0;
      line-height: 0; }
      #gMenu .assistive-text span:before {
        font-size: 24px;
        line-height: 24px; }
  #gMenu .headMainMenu ul li {
    background-color: #f9fbf3; }
    #gMenu .headMainMenu ul li a:after {
      float: right;
      content: "\2b";
      color: #aacf53;
      font-weight: bold; } }
#pageTitBnr {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  color: #aacf53;
  margin-bottom: 50px; }
  #pageTitBnr #pageTitInner {
    padding: 0 17px; }
    #pageTitBnr #pageTitInner #pageTit {
      font-weight: lighter;
      width: 100%;
      /*iPhone4sでの表示不良対策の為に100%は必要*/ }

#panList ul {
  width: 100%; }
#panList ul a,
#panList ul a:active {
  color: #666;
  text-decoration: none; }
#panList ul li#panHome a:before {
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  content: "\2d";
  padding-right: 3px; }

.content h2,
.content h1.contentTitle,
.content h1.entryPostTitle,
.content .sideWidget h4 {
  font-weight: lighter;
  position: relative;
  font-size: 180%; }
.content h3 {
  border-bottom: 1px solid #ccc;
  position: relative;
  font-weight: bold;
  font-size: 130%; }
.content h3:after {
  content: ".";
  line-height: 0;
  width: 30%;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #aacf53;
  position: absolute;
  bottom: -1px; }
.content blockquote,
.content .sectionFrame {
  box-shadow: inset 0px 0px 0px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 20px 20px 5px;
  margin-bottom: 20px; }
  .content blockquote h2,
  .content blockquote h3,
  .content blockquote h4,
  .content blockquote h5,
  .content .sectionFrame h2,
  .content .sectionFrame h3,
  .content .sectionFrame h4,
  .content .sectionFrame h5 {
    margin-top: 0px;
    margin-bottom: 15px; }
.content h4 {
  padding-bottom: 4px;
  border-bottom: 1px dotted #666; }
.content h5 {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #efefef; }
.content table {
  border-top: 1px solid #e9e9e9;
  border-spacing: 1px;
  border-collapse: inherit; }
  .content table th, .content table td {
    border: none;
    margin-right: 2px;
    border-bottom: 1px solid #e9e9e9; }
  .content table th {
    font-weight: lighter; }

.content .infoList {
  /* ないと1件目がトップのRSSボタンで回り込まれる */ }
  .content .infoList .infoCate a {
    background: none; }
  .content .infoList .infoListBox {
    clear: both; }

.content .childPageBox {
  box-shadow: inset 0px 0px 0px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc;
  margin-bottom: 20px; }

.content .childPageBox h4 {
  border-bottom: 1px solid #e9e9e9; }

.content .mainFootContact {
  padding: 15px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9; }

.content .child_page_block {
  box-shadow: inset 0px 0px 0px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc;
  margin-bottom: 20px; }
  .content .child_page_block .child_page_blockInner {
    padding: 18px;
    margin: 0; }
  .content .child_page_block h4 {
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    font-size: 114.3%; }
    .content .child_page_block h4:after {
      content: ".";
      line-height: 0;
      width: 30%;
      display: block;
      overflow: hidden;
      border-bottom: 1px solid #aacf53;
      position: absolute;
      bottom: -1px; }

.sideTower .localHead {
  font-weight: lighter;
  position: relative; }
.sideTower .sideWidget li a:before {
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  content: "\32";
  margin-right: 5px;
  padding-top: 3px; }
.sideTower .sideWidget li a {
  padding-left: 25px;
  color: #666; }
.sideTower .sideWidget li a:first-letter {
  margin-left: -20px;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased; }
.sideTower .sideWidget li ul li {
  font-size: 12px; }
.sideTower .sideWidget li ul li a {
  padding-left: 25px; }
.sideTower .sideWidget li ul li a:before {
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  content: "\2b";
  margin-right: 5px;
  padding-top: 3px; }
.sideTower .ttBoxSection {
  padding: 0; }
  .sideTower .ttBoxSection .ttBox {
    padding: 13px 0px 11px;
    border-bottom: 1px dotted #ccc;
    font-size: 85.7%;
    line-height: 135.7%; }
    .sideTower .ttBoxSection .ttBox a {
      color: #666; }
    .sideTower .ttBoxSection .ttBox .ttBoxThumb {
      width: 64px; }
    .sideTower .ttBoxSection .ttBox .ttBoxThumb img {
      border: 1px solid #cccccc; }

#pagetop a {
  margin-bottom: 0;
  border: none;
  position: relative; }
#pagetop a {
  margin-top: 5px;
  padding: 5px 15px 5px; }
#pagetop a:hover {
  margin-top: 0;
  padding-bottom: 10px; }

/*-------------------------------------------*/
/*	#footMenu
/*-------------------------------------------*/
#footMenu {
  border-top: 2px solid #aacf53;
  border-bottom: 1px solid #e9e9e9; }
  #footMenu .innerBox {
    width: 100%; }
    #footMenu .innerBox a {
      color: #000; }
    #footMenu .innerBox .menu li a {
      background: url("./images/common/arrow_02.png") no-repeat;
      padding: 8px 15px 8px 28px; }
    #footMenu .innerBox a:hover {
      text-decoration: none; }
    #footMenu .innerBox:last-child {
      border-bottom: none; }

/*-------------------------------------------*/
/*	#footer
/*-------------------------------------------*/
#footer {
  padding: 0;
  background-color: #f9fbf3; }
  #footer .innerBox {
    padding-top: 25px;
    width: 100%; }
    #footer .innerBox a {
      color: #000; }
  #footer dl#footerOutline {
    margin-left: 10px; }

/*		#footerSiteMap
/*-------------------------------------------*/
#footerSiteMap .menu {
  border-top: 1px solid #aacf53; }
  #footerSiteMap .menu li a {
    border-bottom: 1px solid #aacf53;
    background: url("./images/common/arrow_02.png") no-repeat;
    background-position: 15px;
    padding: 8px 15px 8px 28px; }
  #footerSiteMap .menu li ul li a {
    background: url(./images/common/arrow_02.png) no-repeat;
    background-position: 15px;
    padding: 8px 15px 8px 28px; }

#siteBottom {
  border-top: 1px solid #aacf53; }
  #siteBottom #siteBottomInner.innerBox {
    padding-top: 0; }
    #siteBottom #siteBottomInner.innerBox #copy {
      padding-top: 15px; }
    #siteBottom #siteBottomInner.innerBox #powerd {
      color: #000; }
    #siteBottom #siteBottomInner.innerBox #powerd a {
      color: #454545; }

#topMainBnrFrame {
  padding: 0px;
  width: 100%; }
  #topMainBnrFrame ul.slides {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9; }

.topPr {
  border-top: 1px dotted #e9e9e9; }
  .topPr .topPrOuter {
    border-bottom: 1px dotted #e9e9e9; }
    .topPr .topPrOuter h3 {
      border-bottom: none; }

.content .infoList .rssBtn {
  margin-right: 10px; }

/*-------------------------------------------*/
/* コンテンツ推奨サイズより大きい場合
/*-------------------------------------------*/
@media (min-width: 660px) {
  /* スクロール分余裕に20px */
  .content .topPr {
    border-top: none; }
    .content .topPr .topPrOuter {
      border-bottom: none; }
      .content .topPr .topPrOuter .topPrInner {
        padding: 0 6%;
        width: 88%;
        border-right: 1px solid #e9e9e9; }
    .content .topPr #topPrLeft .topPrInner {
      border-left: 1px solid #e9e9e9; }
    .content .topPr h3 {
      border-bottom: 1px solid #e9e9e9;
      margin-bottom: 10px;
      padding-bottom: 2px; }
    .content .topPr h3:after {
      border-bottom-width: 1px;
      bottom: -1px; } }
/*-------------------------------------------*/
/* pc iPad3より大きい場合
/*-------------------------------------------*/
@media (min-width: 770px) {
  #footMenu {
    background-color: #f9fbf3; }
    #footMenu .innerBox {
      padding: 0px 25px 0px; }
      #footMenu .innerBox .menu {
        padding: 10px 0; }
      #footMenu .innerBox .menu li a {
        background-position: left 50%;
        padding: 0 20px 0 18px; }
      #footMenu .innerBox .menu li a:before {
        font-family: 'vektor_kado_icons';
        content: "\2b";
        padding-right: 5px;
        position: relative;
        top: 1px; }

  #footer .innerBox {
    width: 94%;
    padding-bottom: 20px; }
    #footer .innerBox dl#footerOutline {
      margin-left: 0px; }

  #footerSiteMap .menu {
    border-top: none; }
    #footerSiteMap .menu > li {
      margin-right: 10px; }
    #footerSiteMap .menu li {
      width: 150px; }
      #footerSiteMap .menu li a {
        padding: 2px 0 2px 18px;
        background-position: left 50%;
        border-bottom: none; }
      #footerSiteMap .menu li ul li a {
        padding: 2px 0 2px 18px;
        background-position: left 50%; }

  .three_column #main #container {
    position: relative; }
    .three_column #main #container #thirdTower {
      margin-right: 0; } }
/*-------------------------------------------*/
/*	フルサイズ
/*-------------------------------------------*/
@media (min-width: 970px) {
  /* スクロール分余裕に20px */
  .innerBox,
  #panList .innerBox,
  #footMenu .innerBox,
  #footer .innerBox,
  #pageTitBnr .innerBox {
    width: 950px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto; }

  #topMainBnr img {
    width: 100% !important;
    height: auto; }

  #gMenu {
    float: left;
    clear: none;
    width: auto; }
    #gMenu #gMenuInner.innerBox {
      width: auto; }
    #gMenu:after {
      content: "";
      display: inherit; }

  .headMainMenu .menu li > a {
    padding: 3px 19px; }
  .headMainMenu .menu li.current_page_item,
  .headMainMenu .menu li.current_page_ancestor,
  .headMainMenu .menu li.current-page-ancestor,
  .headMainMenu .menu li:hover {
    box-shadow: inset 0px 0px 0px 2px white; }
    .headMainMenu .menu li.current_page_item ul li,
    .headMainMenu .menu li.current_page_ancestor ul li,
    .headMainMenu .menu li.current-page-ancestor ul li,
    .headMainMenu .menu li:hover ul li {
      border-bottom: 1px dotted #e5e5e5; }
      .headMainMenu .menu li.current_page_item ul li a,
      .headMainMenu .menu li.current_page_ancestor ul li a,
      .headMainMenu .menu li.current-page-ancestor ul li a,
      .headMainMenu .menu li:hover ul li a {
        margin: 0;
        padding: 10px 15px; }

  form#searchform input#searchsubmit {
    width: auto; } }
/*-------------------------------------------*/
/*	color /* そのまま貼るのでsassで書かない */
/*-------------------------------------------*/
a {
  color: #aacf53;
  text-decoration: none; }

#searchform input[type=submit],
p.form-submit input[type=submit],
form#searchform input#searchsubmit,
.content form input.wpcf7-submit,
#confirm-button input,
a.btn,
.linkBtn a,
input[type=button],
input[type=submit],
.sideTower li#sideContact.sideBnr a,
.content .infoList .rssBtn a {
  background-color: #aacf53; }

.moreLink a {
  border-left: 1px solid #aacf53; }

.moreLink a:hover {
  background-color: #aacf53; }

.moreLink a:after {
  color: #aacf53; }

.moreLink a:hover:after {
  color: #fff; }

#headerTop {
  border-top-color: #aacf53; }

.headMainMenu li:hover {
  color: #aacf53; }

.headMainMenu li > a:hover,
.headMainMenu li.current_page_item > a {
  color: #aacf53; }

#pageTitBnr {
  background-color: #f9fbf3; }

.content h3:after,
.content .child_page_block h4:after {
  border-bottom-color: #aacf53; }

.sideTower li#sideContact.sideBnr a:hover,
.content .infoList .rssBtn a:hover,
form#searchform input#searchsubmit:hover {
  background-color: #aacf53; }

#panList .innerBox ul a:hover {
  color: #aacf53; }

.content .mainFootContact p.mainFootTxt span.mainFootTel {
  color: #aacf53; }

.content .mainFootContact .mainFootBt a {
  background-color: #aacf53; }

.content .mainFootContact .mainFootBt a:hover {
  background-color: #aacf53; }

.content .infoList .infoCate a {
  background-color: #fff5f5;
  color: #aacf53; }

.content .infoList .infoCate a:hover {
  background-color: #aacf53; }

.paging span,
.paging a {
  color: #aacf53;
  border-color: #aacf53; }

.paging span.current,
.paging a:hover {
  background-color: #aacf53; }

/* アクティブのページ */
.sideTower .sideWidget li > a:hover,
.sideTower .sideWidget li.current_page_item > a,
.sideTower .sideWidget li.current-cat > a {
  color: #aacf53;
  background-color: #fff5f5; }

.sideTower .ttBoxSection .ttBox a:hover {
  color: #aacf53; }

#footMenu .menu li a:hover {
  color: #aacf53; }

@media (min-width: 970px) {
  .headMainMenu li:hover li a:hover {
    color: #0003; }

  .headMainMenu li.current-page-item a,
  .headMainMenu li.current_page_item a,
  .headMainMenu li.current-menu-ancestor a,
  .headMainMenu li.current-page-ancestor a {
    color: #000; }

  .headMainMenu li.current-page-item a span,
  .headMainMenu li.current_page_item a span,
  .headMainMenu li.current-menu-ancestor a span,
  .headMainMenu li.current-page-ancestor a span {
    color: #aacf53; } }
code {
  font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; }

sup {
  font-size: smaller; }

/* ===================================
title
===================================*/
h2.ttl {
  text-align: center; }
  h2.ttl:after {
    content: "";
    height: 1px;
    display: block;
    border-top: 5px solid #aacf53;
    width: 100%;
    max-width: 70px;
    margin: 10px auto 0; }
@media (max-width: 969px) {
  h2 {
    font-size: 150% !important; } }

@media (min-width: 970px) {
  .h2_ttl {
    margin: 90px 0 30px; } }
@media (max-width: 969px) {
  .h2_ttl {
    margin: 30px 0 10px; } }

/* ===================================
link
===================================*/
.btnDetail {
  background: url("./images/common/arrow_01.png") no-repeat #fff;
  background-position: 15px 50%;
  border: 1px solid #aacf53;
  color: #aacf53;
  display: inline-block;
  font-size: 120%;
  padding: 15px 50px; }
  .btnDetail:hover {
    background: url("./images/common/arrow_01_w.png") no-repeat #aacf53;
    background-position: 15px 50%;
    color: #fff;
    text-decoration: none; }

.btnDetail_02 {
  background-color: #aacf53;
  color: #fff;
  padding: 7px 10px; }

/* ===================================
list
===================================*/
.greenList > li {
  text-indent: -1.3em;
  margin-left: 1.3em;
  list-style: none !important; }
  .greenList > li:before {
    content: "●";
    color: #aacf53;
    margin-right: 5px; }
.greenList ul li:before {
  content: "○";
  color: #aacf53;
  font-size: 75%;
  margin-right: 5px; }

/* ===================================
header
===================================*/
.btn_contact {
  float: left;
  padding: 7px;
  font-weight: bold;
  border: 1px solid #aacf53; }

.tel {
  color: #aacf53;
  float: left;
  font-weight: bold;
  font-size: 150%;
  margin: 10px 0 10px 10px; }

.head-r {
  float: right; }

.btn_contact_sp a {
  font-size: 0.929em;
  color: #000;
  padding: 13px 10px 11px;
  display: block;
  background-color: #f9fbf3;
  line-height: 110%; }
  .btn_contact_sp a:after {
    float: right;
    content: "\2b";
    color: #aacf53;
    font-weight: bold; }
  .btn_contact_sp a:hover {
    color: #aacf53;
    text-decoration: none; }

/* ===================================
nav
===================================*/
.btnToggleNav {
  position: absolute;
  right: 20px;
  top: 5px;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  background-color: #aacf53;
  width: 40px;
  height: 40px;
  z-index: 9999; }
  .btnToggleNav.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg); }
  .btnToggleNav.active span:nth-of-type(2) {
    opacity: 0; }
  .btnToggleNav.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg); }
  .btnToggleNav span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 8px;
    right: 8px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px; }
    .btnToggleNav span:nth-of-type(1) {
      top: 9px; }
    .btnToggleNav span:nth-of-type(2) {
      top: 18px; }
    .btnToggleNav span:nth-of-type(3) {
      bottom: 9px; }

#productNav {
  background-color: #aacf53; }
  #productNav:after {
    content: "";
    display: block;
    clear: both;
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */ }
  #productNav .menu-productnav-container {
    margin: 0 auto;
    width: 100%; }
  #productNav ul {
    overflow: hidden; }
    #productNav ul li a {
      color: #fff;
      display: block;
      font-size: 140%;
      text-align: center; }
      #productNav ul li a:hover {
        color: #4c6908;
        text-decoration: none; }
    #productNav ul li span {
      display: block;
      font-size: 40%;
      margin-top: 3px;
      line-height: 1.3; }
  @media (min-width: 970px) {
    #productNav .menu-productnav-container {
      max-width: 1200px; }
    #productNav ul li {
      float: left; }
      #productNav ul li a {
        padding: 20px 9px; } }
  @media (max-width: 1216px) and (min-width: 970px) {
    #productNav ul li a {
      font-size: 125%;
      padding: 15px 8px; }
    #productNav ul li span {
      font-size: 40%; } }
  @media (max-width: 1113px) {
    #productNav ul li {
      width: 33%; } }
  @media (max-width: 969px) {
    #productNav ul li + * {
      border-top: 1px solid #fff; }
    #productNav ul li a {
      padding: 10px; }
    #productNav ul li span br {
      display: none; } }

@media (min-width: 970px) {
  #gMenu {
    margin-top: 10px; } }
/* ===================================
footer
===================================*/
#footerSection {
  margin-top: 150px; }

@media (min-width: 1200px) {
  #footerInner {
    width: 100% !important;
    max-width: 1200px !important; }
    #footerInner #footerOutline {
      margin-left: 15px !important; }
    #footerInner #footerSiteMap {
      margin-right: 15px !important; } }
@media (max-width: 769px) {
  #footerSiteMap .menu li a {
    box-sizing: border-box;
    float: left;
    width: 50%; } }
/* ===================================
nav
===================================*/
#panList + #main {
  padding-top: 15px; }

.codebox {
  background-color: #333;
  border: 3px double #aacf53;
  color: #fff;
  padding: 15px !important; }

.front-reason {
  counter-reset: h3; }
  .front-reason h3 {
    border-bottom: 0;
    padding-bottom: 0; }
    .front-reason h3:after {
      display: none; }
  .front-reason .panel-grid-cell h3:before {
    color: #aacf53;
    font-weight: bold;
    counter-increment: h3;
    content: counter(h3);
    margin-right: 10px;
    font-size: 130%; }
  @media (min-width: 1200px) {
    .front-reason {
      margin-left: -110px;
      width: 1200px; } }
  @media (min-width: 781px) {
    .front-reason .panel-grid-cell {
      min-height: 215px; }
      .front-reason .panel-grid-cell + .panel-grid-cell {
        border-left: 1px solid #aacf53; } }
  @media (max-width: 780px) {
    .front-reason .panel-grid-cell + .panel-grid-cell {
      border-top: 1px solid #aacf53;
      padding-top: 30px; } }

.front-section {
  background-color: rgba(249, 249, 249, 0);
  background-image: -webkit-linear-gradient(top, #fff 30%, #f9fbf3);
  background-image: -moz-linear-gradient(top, #fff 30%, #f9fbf3);
  background-image: -o-linear-gradient(top, #fff 30%, #f9fbf3);
  background-image: -ms-linear-gradient(top, #fff 30%, #f9fbf3);
  background-image: linear-gradient(to bottom, #fff 30%, #f9fbf3);
  margin: 0 -500%;
  padding: 100px 500% 180px;
  width: 100%; }
  .front-section p {
    margin-bottom: 0; }
    .front-section p.txt {
      margin: 60px 0;
      line-height: 2.1; }
      @media (max-width: 969px) {
        .front-section p.txt {
          text-align: left !important; } }

#office365, #ma, #sansan, #pc365, #skypdf, #lanscopecat {
  padding-top: 5%;
  margin-top: -5%; }

#office365 {
  margin-top: 80px; }

.front-news, .front-partner {
  padding: 295px 0 0; }

.single-ymd {
  font-size: 90%;
  text-align: right;
  margin-top: -15px; }

.archive_post {
  border: 1px solid #c7c7c7;
  padding: 20px; }
  .archive_post + .archive_post {
    margin-top: 30px; }
  .archive_post .ymd {
    text-align: right;
    font-weight: bold; }

.news-single .ymd {
  text-align: right;
  font-weight: bold; }

.wp-pagenavi {
  margin-top: 40px;
  text-align: center; }

.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #aacf53;
  background-color: #aacf53;
  color: #fff;
  padding: 10px;
  display: inline-block;
  vertical-align: top; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background-color: #fff;
  border: 1px solid #aacf53;
  color: #aacf53; }

.history-table .month {
  font-weight: bold; }
@media (max-width: 969px) {
  .history-table .emp {
    display: none; }
    .history-table .emp + * {
      display: block !important; } }

@media (min-width: 401px) {
  .corpinfomation-btn a {
    margin: 5px; } }
@media (max-width: 400px) {
  .corpinfomation-btn a {
    box-sizing: border-box;
    width: 100%; } }

.corpinfomation-map td {
  overflow: hidden; }
.corpinfomation-map p {
  float: left; }
.corpinfomation-map .map {
  float: right;
  height: 200px;
  max-width: 400px;
  width: 100%; }
@media (max-width: 969px) {
  .corpinfomation-map p {
    float: none; } }

@media (max-width: 780px) {
  .otherproducts-menu .panel-grid-cell {
    margin-bottom: 0 !important; } }

@media (min-width: 401px) {
  .lanscopecat-btn a {
    margin: 5px; } }
@media (max-width: 400px) {
  .lanscopecat-btn a {
    box-sizing: border-box;
    width: 100%; } }

.btool21-flow dl {
  display: inline-block;
  border: 1px solid #aacf53;
  padding: 2px;
  text-align: center;
  position: relative;
  width: calc(33% - 20px);
  vertical-align: middle; }
  .btool21-flow dl:after {
    content: "";
    position: absolute;
    right: -26px;
    top: 35%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 15px solid #aacf53; }
  .btool21-flow dl.last:after {
    display: none; }
  .btool21-flow dl + dl {
    margin-left: 15px; }
.btool21-flow dt {
  background: #333;
  color: #aacf53;
  margin: 0;
  padding: 5px; }
.btool21-flow dd {
  margin: 0;
  padding: 5px; }
@media (max-width: 767px) {
  .btool21-flow dl {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 90%; }
    .btool21-flow dl:after {
      bottom: -26px;
      top: inherit;
      right: 47%;
      border-bottom: 10px solid transparent;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 15px solid #aacf53; }
    .btool21-flow dl + dl {
      margin-top: 15px; } }

.wpcf7 {
  display: none; }

.contact-form .required:after {
  content: "必須";
  color: #fff;
  background-color: #f00;
  border-radius: 3px;
  padding: 0 2px;
  font-size: 80%;
  margin-left: 5px;
  display: inline; }

input[type=text], input[type=email], input[type=tel], textarea, select {
  font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  border: 2px solid #e9e9e9;
  padding: 3px;
  max-width: 100%;
  box-sizing: border-box; }

#btn_confirm, #btn_submit {
  padding: 20px 35px !important;
  font-size: 130%; }

#btn_back {
  background-color: #d2d2d2;
  color: #656565;
  padding: 20px 35px !important;
  font-size: 130%;
  margin-right: 10px; }

.wpcf7-not-valid-tip {
  background-color: #f00;
  border-radius: 3px;
  color: #fff !important;
  margin-top: 10px;
  padding: 4px 8px;
  position: relative; }
  .wpcf7-not-valid-tip:before {
    content: "";
    border: 5px solid transparent;
    border-bottom: 5px solid #f00;
    position: absolute;
    left: 20px;
    top: -10px; }

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
  border-radius: 5px;
  background-color: #f3f9e6;
  padding: 20px;
  border: 1px solid #aacf53; }

.wpcf7c-conf {
  background-color: transparent !important; }

.contact-btn {
  text-align: center; }

/* PC
--------------------------- */
@media (min-width: 970px) {
  .hidden-pc {
    display: none !important; } }
/* SP
--------------------------- */
@media (max-width: 969px) {
  .hidden-sp {
    display: none !important; }

  table, thead, tbody, tfoot, tr, th, td {
    width: 100%;
    display: block; }
    table:after, thead:after, tbody:after, tfoot:after, tr:after, th:after, td:after {
      content: " ";
      display: block;
      clear: both; }

  .table-horizontalscroll {
    overflow-x: scroll; }
    .table-horizontalscroll table {
      min-width: 840px;
      display: table; }
    .table-horizontalscroll tbody, .table-horizontalscroll thead, .table-horizontalscroll tfoot {
      display: table-row-group;
      width: auto; }
    .table-horizontalscroll tr {
      display: table-row;
      width: auto; }
    .table-horizontalscroll th, .table-horizontalscroll td {
      display: table-cell;
      width: auto; }

  .table-horizontal th {
    float: left; }
  .table-horizontal td {
    display: table-cell; } }
