@charset "utf-8";

/*
 * スマホ用スタイルCSS
 */




/* 必須色 */
.iqfm-req_color{ color: #F00; }


/*  Android 6.0.1 で検索フォームの"検索"ボタンが
/*  カラム落ちするバグ（？）対応
----------------------------------------------------- */
#searchform input[type="text"] { max-width: 77%; }


/* ==================================================
   ■ 以下共通項目
-------------------------------------------------- */
/* リンク */
a:link, a:visited, a:hover, a:active{
  text-decoration: underline;
}
/* ロゴ */
#h1_teaser_image {
  margin: 0;
}
/* ページ送り */
.tablenav { clear: both; }

.sp_gallery { text-align: center; }
.sp_gallery img {
  max-width: 100%;
  width: auto;
}
.img_border { border: 0 none; }


/*  上ナビ
----------------------------------------------------- */
#calendar_wrap table tr td a { text-decoration: underline; }
#calendar_wrap table tr td a:hover { text-decoration: none; }


/*  見出し系
----------------------------------------------------- */
* .headline_title {
  /*-webkit-background-size: 100% !important;*/
}
* .entry_title,
* .widget-title, * .widget-title2, .top-back.unity_title {
}
* .sub_post_title {
}
* .inline_title,
* small a {
}


/*  各ブロック調整
----------------------------------------------------- */
.mobile_e1 .icon_list_block {
  width: 100%;
  box-sizing: border-box;
}
.mobile_e1 .entry_post:not(:last-of-type) .icon_list_block {
  padding-bottom: 0 !important;
}

.icon_list_block {
  display: inline-block;
}
.img_thumb, .column_1, .column_2, .column_3, .column_4 { text-align: center; }
.img_thumb img, .column_1 img, .column_2 img, .column_3 img, .column_4 img {
  max-width: 100%;
  width: auto;
}

.flow_arr {
  background-size: contain !important;
}

/* Z-J スライドショー */
.z_j1 { margin: 0 0 20px; }

.gallery_box {
  display: inline-block;
  width: 100%;
  height: auto;
}

.j_01 .sub-post { margin: 0 10px 20px; }
.j_01 .content_area .sub-post { margin: 0; }


.iqfm-table th,
.iqfm-table td { vertical-align: middle !important; }
.iqfm-table td textarea {
  height: 10em;
  width: 96%;
}
.iqfm-table td input[type="text"]:not([size]) {
  width: 96%;
}

.privacy_block strong {
    font-size: 130%;
    line-height: 2;
}
.privacy_block ul li {
    line-height: 1.7;
    list-style: square outside none;
    margin: 0 0 0 20px;
    padding: 0;
}

.z_g1 .column1, .z_g1 .column2, .z_g1 .column3, .z_g1 .column4 {
  vertical-align: top;
}

#nav-below div a { background-size: cover !important; }

.category-blog .entry-content img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}