@charset "utf-8";

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



/* ===================================================================================================================
   ■共有
------------------------------------------------------------------------------------------------------------------- */
.img_border {
    border: none;
}

small a{
  text-align: center;
}

/* リンク */
a {
  text-decoration: underline !important;
}


/* ロゴ */
#h1_teaser_image {
  margin: 10px 0 30px;
}

/*フッターナビ*/
#access .menu-header ul.menu li a {
    border-bottom: 2px solid #fff !important;
    border-top: 2px solid #4ea075 !important;
}

/*ブロックの点線*/
.menu_area td, .menu_td_text, .bottom_border {
    border-bottom: 1px dotted #654121 !important;
}


/* ===================================================================================================================
   ■その他
------------------------------------------------------------------------------------------------------------------- */
/*サイドメニュー*/
#Side .xoxo li .menu-item a {
  border-color: #654121 !important;
}

#primary ul.xoxo li ul li {
    border-bottom: 1px dotted #654121;
}


/*フォーム*/
.iqfm-req_color {
    color: #e60909;
}

.iqfm-table th,
.iqfm-table td {
  vertical-align: middle !important;
}

.iqfm-table td textarea {
  height: 10em;
  width: 96%;
}

/*テーブルブロックのスクロール解除*/
.z_g1 .column1, .z_g1 .column2, .z_g1 .column3, .z_g1 .column4 {
    white-space: normal;
}

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

/*トップスライド(メイン画像)*/
#jquery_slider_sp { margin: 0 0 10px; }

/* ===================================================================================================================
   ■ブロック
------------------------------------------------------------------------------------------------------------------- */
/* Cブロック　幅が狭くなるバグ対応 */
.gallery_box {
  display: inline-block;
  width: 100%;
  height: auto;
}


/*テーブル幅調整*/
.td_name {
  width:30% !important;
  white-space:pre-wrap !important;
}

/*大見出し*/
* .headline_title {
    background-position: center bottom !important;
}

/*小見出し*/
* .sub_post_title {
    background-position: center bottom !important;
    border: none !important;
    padding-bottom: 15px !important;
}

/*スマホアイコンメニュー*/
#y8uebph8j1561wxpj4jh {
  margin-bottom: 7%;
}


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

