@charset "utf-8";

/*------------------------------------------------------------header*/
#header img{
  width: 70%;
  margin-left: 3%;
  margin-top: 2%;
}


/*------------------------------------------------------------左サイト表示対応*/
.row-offcanvas-left .sidebar-offcanvas{
  left: 0;
  position: static;
  width: 100%;
}
#leftcolumn .toggle-offcanvas{
  display: none;
}


/*------------------------------------------------------------テーブル*/
#wppost_content table{
    table-layout: fixed;
    width: 100% !important;
}
#wppost_content th,
#wppost_content td{
    display: block;
}
#wppost_content iframe{
  width: 100% !important;
}

/*------------------------------------------------------------
トップ
------------------------------------------------------------*/
/*------------------------------------------------------------お知らせ*/
#wppost_postlist .contents li time{
  float: none;
}
#wppost_postlist .contents li p{
  float: none;
  margin-bottom: 0;
  width: auto;
}




/*------------------------------------------------------------
会員登録
------------------------------------------------------------*/
.form_arr_block{
  border: solid 1px #ff0000;
  padding: 1.0em;
}

/* モーダル */
#form_map{
  width: 100%;
}
#form_map h3{
  font-weight: bold;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
#form_map img{
  display: block;
  margin: 0.5em auto;
  max-width: 100%;
  height: auto;
}

#cboxLoadedContent{
  background: #fff;
}
#cboxContent{
  margin-top: 0;
}
#cboxLoadedContent{
  margin-bottom: 0;
}
#cboxClose{
  top: auto;
}

/*------------------------------------------------------------検索*/
#mobile-nav .search_how{
  position: relative;
  padding-left: 0.8em;
  margin-top: 0.5em;
}
#mobile-nav .search_how:before{
  content:'';
  display:block;
  position:absolute;
  box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
  top: 0.25em;
  left: 0;
  height:0;
  width:0;
  border-top: 6px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #00418F;
}

.index_block01 .btn_style{
  margin: 1.0em auto 0;
}
.index_block01 p:first-of-type{
  font-size: 1.2em !important;
}