
@media screen {
/* ==============================
印刷のとき以外表示しないところ
============================== */
.side_screen {
  display: none;
  width: 570px;
  text-align: left;
}
}
/* リセット
------------------------------ */
* {
  margin: 0;
  padding: 0;
  /*font-size: 96.9%;*/
  font-size: inherit;
}
/*@media all and (-ms-high-contrast: none) {
* {
  font-size: 97%;
}
}
*/img {
  border: 0;
}
/* 共通スタイル
------------------------------ */
body {
  margin: 0 auto;
  background-color: #fef8ea;
  word-break: break-all;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-family: Arial, Helvetica, sans-serif;
}
ul {
  font-size: 100%;
}
p, li, ol, th, td {
  letter-spacing: 1px;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #3c3c3c;
}
ul a {
  padding: 0;
  margin: 0;
}
h1, h2, h3 {
  letter-spacing: 1px;
}
p, ol, th, td {
  line-height: 150%;
  color: #3c3c3c;
}
p {
  font-size: 12px;
  line-height:20px;
}
/* 文字の種類 */
.font_big {
  font-size: 14px;
}
.font_big2 {
  font-size: 13px;
}
.font_small2 {
  font-size: 85%;
}
.font_small {
  font-size: 75%;
}
.font_red {
  color: #FF0000;
}
.font_blue {
  color: #0000FF;
}
.font_bold {
  font-weight: bold;
}
.font_normal{
  font-weight:normal;
}

::-webkit-input-placeholder {
 color: #b9b9b9;
}

:-ms-input-placeholder {
 color: #b9b9b9;
}

::placeholder {
 color: #b9b9b9;
}/* 回り込み解除 */
.clear {
  clear: both;
}
/* リンク */

a {
  color : #6666AA;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
/* リンク　アイコン付 */
a.in {
  padding: 5px 10px 5px 18px;
  background: url(../images/arrow.gif) no-repeat center left;
  text-decoration: underline;
}
/* リンク　PDFアイコン付 */
a.pdf {
  padding: 5px 10px 5px 18px;
  background: url(../images/icon_pdf.gif) no-repeat -2px 3px;
  text-decoration: underline;
  font-size: 12px;
}
/* リンク　docアイコン付 */
a.doc {
  padding: 5px 10px 5px 18px;
  background: url(../images/icon_doc.gif) no-repeat 0px 3px;
  text-decoration: underline;
}
.disable/* 内部リンク */
a.naibulink {
  padding: 4px 7px 7px 13px;
  background: url(../images/icon_arrow_right_r.png) no-repeat 1px 7px;
  text-decoration: underline;
}
u.under_line {
  text-decoration: none;
  border-bottom: 2px solid #333;
}
/* 無効化 */
a.disable {
  pointer-events: none;
  text-decoration: none;
  color: #3c3c3c;
}

/* arrowボタン */

.arrowBtn a {
  text-decoration: none;
  display: block;
  background: #fff;
  width: auto;
  font-size: 13px;
  font-weight: bold;
  margin: 10px auto 0;
  padding:5px 0;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(180,180,180,1);
  box-shadow: 0 2px 0 rgba(180,180,180,1);
}
.arrowBtn a:before {
  content: "\f0a9";
  padding-right: 5px;
  font-family: FontAwesome;
  color: #CA0608;
}
.arrowBtn a:hover {
  background: #f8f8f8;
}
input[type="radio"], input[type="checkbox"] {
  position: relative;
  /*top: 2px;*/
}
.hidden{
  display: none;
}

/* フッター最下部表示 */

html, body {
  height: 100%;
}
#container {
  margin: 0 auto;
  background: url(../images/bg.gif) repeat-y;
  background-color: #ffffff;
  width: 990px;
  min-height: 100%;
/*  margin-bottom: -80px;
*/}
* html #container {    /* for IE6 and below */
  height: 100%;
}
#container-footer {
  height: 80px;
border-right: 1px solid #b9b9b9;

}
/* 2カラムレイアウト */

#container-main {
  margin-left: 221px;
  width: 800px;
}
#container-contents {
  width: 100%;
  float: right;
}
#container-sidebar {
  width: 200px;
  margin-left: -200px;
  float: right;
}
#container-footer {
  clear: right;
}
/* 最小幅処理
------------------------------ */
body {
  min-width: 500px;
}
* html .min-width-1 {    /* for IE6 and below */
  border-left: 500px solid #fff;
}
* html .min-width-2 {    /* for IE6 and below */
  margin-left: -500px;
  position: relative;
  background: url(../images/bg.gif) repeat-y;
}
* html .min-width-1, * html .min-width-2, * html #container-main {
  /*\*/
  height: 1px;    /* for Windows IE6 and below */
}
* html .min-width-3 {    /* for IE6 and below */
  height: 1px;
  margin-left: -500px;
  position: relative;
  background-color: #fef8ea;
}
/* ヘッダー
------------------------------ */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::


* PC版header


::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#header {
  margin: 0 auto;
  width: 990px;
  background: url(../images/header_bg.gif) no-repeat;
}
.l-header {
  position: relative;
  background: #ffffff;
  border-left: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
}
#group_logo {
  position: absolute;
  right: 19px;
  top: 18px;
  width: 200px;
}
.l-header:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 16px;
  background-image: url(../images/header_line.png);
  background-repeat: no-repeat;
  background-position: center center;
  top: 66px;
  left: 0;
  z-index: 1;
}
.l-global-area {
  margin: 0 auto;
  position: relative;
  height: 82px;
}
.logo-area {
  margin: 0;
  position: absolute;
  left: 18px;
  top: 5px;
  height: 48px;
}
.logo-area h1 {
  margin: 0;
}
/*サブリンクメニュー*/
.l-extra-navi {
  position: absolute;
  right: 234px;
  top: 6px;
}
.l-extra-navi li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 13px;
}
/*===========================
　　　　
* サイト内検索

=============================*/

.l-search-area {
  position: absolute;
  width: 224px;
  right: 215px;
  top: 28px;
}
/*キーワード入力枠*/
input.search-text {
  position: relative;
  bottom: 0px;
  width: 150px;
  height: 17px;
  padding: 2px;
  font-size: 12px;
  border: 1px solid #d9d9d9;
}
/*「検索」ボタン*/
.search-but {
  position: relative;
  top: -1px;
  width: 46px;
  height: 23px;
  padding-left: 4px;
  border-style: none;
  letter-spacing: 7px;
  font-size: 11px;
  text-align: center;
  background-color: #ddd;
  /* iOSでのデフォルトスタイルをリセット */
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
}

/*IE11ハック */
_:-ms-lang(x)::-ms-backdrop, .search-but {
 top: 0px;
 width: 44px;
 height: 22px;
}

 /* Safariハック */
_::-webkit-full-page-media, _:future, :root input.search-text {
 height: 20px;
 font-size:11px;
 line-height: normal;
}

/* IE11ハック */
@media all and (-ms-high-contrast:none) {
.searchForm input {
  line-height: normal;
}
}
/* グローバルメニュー */
#g_menu {
  height: 47px;
  text-align: center;
  line-height: 0.0;
  font-size: 0%;
}
#g_menu ul {
  margin: 0px;
  padding: 0px;
}
#g_menu ul li {
  display: inline;
  float: left;
}
/* パンくず
---------------------------- */
#path_box {
  width: 990px;
  margin: 0 auto;
    /*  border-right: 1px solid #b9b9b9;

  border-left: 1px solid #b9b9b9;
*/  font-size: 14px;
}
#path {
  height: 30px;
  background-color: #FFF;
  padding: 12px 0 8px 21px;
  text-align: left;
  font-size: 11px;
  line-height: 30px;
  border-left: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
}
* html #path {
　/* for IE6 and below */
 width:781px;
  margin-left: 18px;
  margin-right: 18px;
  height: 30px;
  background-color: #FFF;
  padding-left: 15px;
  text-align: left;
  font-size: 70%;
  line-height: 30px;
}
#path-txt {
  padding-top: 5px;
  padding-left: 15px;
  text-align: left;
  font-size: 70%;
}
/* コンテンツ
------------------------------ */
#contents {
  width: 708px;
  margin-left: 20px;
  padding: 0 20px;
  position: relative;
  background-color: #FFF;
  border-right: 1px solid #b9b9b9;
}
#contents2 {
  width: 950px;
  padding: 0 19px 40px;
  margin: 0 auto;
  position: relative;
  background-color: #FFF;
  border-right: 1px solid #b9b9b9;
  border-left: 1px solid #b9b9b9;
}
#contents h1, #contents2 h1 {
  font-size: 16px;
  color: #323232;
  font-weight: bold;
  background-color: #ededed;
  border-bottom: #ccc solid 6px;
  border-left: #ca0608 solid 5px;
  margin-bottom: 15px;
  margin-top: 0px;
  padding: 12px 15px 8px 15px;
}
#contents h2 {
  font-size: 16px;
  color: #323232;
  font-weight: bold;
  line-height: 21px;
  border-bottom: #ca0608 solid 3px;
  margin-bottom: 10px;
  margin-top: 25px;
  padding-left: 5px;
}
#contents h3 {
  background-color: #ededed;
  font-size: 100%;
  padding: 12px 8px 8px;
  color: #323232;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px;
}
#contents h4 {
  background: url(../images/h4.gif) no-repeat;
  font-size: 14px;
  padding-left: 15px;
  height: 21px;
  line-height: 21px;
  color: #323232;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#contents h4.h4bd {
  padding-left: 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted #C5C5C5;
  background: none;
  font-weight: bold;
  font-size: 14px;
  height:auto;
}
#contents h5 {
  background: url(../images/h4_2.gif) no-repeat;
  font-size: 100%;
  padding-left: 15px;
  height: 42px;
  line-height: 21px;
  color: #323232;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#contents h5.circle_gl {
  background: url(../images/circle_gl.png) no-repeat 0px 5px;
  padding-left: 15px;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 5px;
  height: 8px;
}
#contents h6 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 12px;
}
/* list
------------------------------*/
/* 矢印リスト */
#contents ul.arrow {
  list-style: none;
  margin-bottom: 15px;
  margin-left: 15px;
  width: 555px;
}
#contents ul.arrow li {
  margin: 0px 10px 0px 0px;
  padding: 4px 0px 7px 20px;
  background: url(../images/arrow.gif) no-repeat 1px 6px;
}
/* PDFリスト */
#contents ul.li-pdf {
  list-style: none;
  margin-bottom: 15px;
  margin-left: 15px;
  width: 555px;
}
#contents ul.li-pdf li {
  margin: 0px 10px 0px 0px;
  padding: 4px 0px 7px 25px;
  background: url(../images/icon_pdf.gif) no-repeat 1px 3px;
  font-size: 12px;
}
/* リスト */
#contents ul.maru {
  list-style: none;
  margin-bottom: 15px;
  margin-left: 15px;
}
#contents ul.maru li {
  margin: 0px 10px 0px 0px;
  padding: 4px 0px 4px 20px;
  background: url(../images/ul.gif) no-repeat 1px 8px;
  line-height: 18px;
  font-size: 12px;
}
/* リスト2列 */
#contents ul.maru02 {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  width: 555px;
}
#contents ul.maru02 li {
  list-style: none;
  padding: 5px 10px 5px 15px;
  background: url(../images/ul.gif) no-repeat center left;
  width: 240px;
  float: left;
  line-height: 130%
}
/* リスト 小さい黒●　*/
ul.disc li {
  position: relative;
  list-style-position: inside;
  padding-left: 12px;
}
ul.disc li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0.2em;
  width: 4px;
  height: 4px;
  background-color: #3d3d3d;
  border-radius: 100%;
}
/* リスト無し　*/
ul.nolist {
  list-style-type: none;
}
ul.nolist li {
  margin-bottom: 5px;
  padding-left: 2.0em; /*右に動かす*/
  text-indent: -2.0em; /*最初の行だけ1em（1文字）分、左に動かす*/
  font-size: 12px;
}
/* リスト 茶●　*/
#contents ul.maru03 {
  list-style: none;
}
#contents ul.maru03 li {
  margin: 0px 0 0 7px;
  padding: 3px 0px 3px 13px;
  background: url(../images/ul.gif) no-repeat 0px 9px;
  font-size: 12px;
}
/* リスト ※　*/
ul.asterisk li {
  list-style-type: none;
  text-indent: -1em;
  padding: 7px 0px 0px 10px;
  font-size: 12px;
  line-height: 19px;
}
ul.asterisk li:before {
  display: inline;
  content: "※";
}
/* リスト ◆　*/
ul.rhombus>li {
  list-style-type: none;
  text-indent: -1em;
  padding: 7px 0px 0px 10px;
  font-size: 12px;
  line-height: 1.8em;
}
ul.rhombus>li:before {
  display: inline;
  content: "◆";
}
/* PDFのリスト */
#contents ul.pdf-icon {
  list-style: none;
}
#contents ul.pdf-icon li {
  margin: 0px;
  padding: 2px 0px 2px 20px;
  background: url(../images/icon_pdf.gif) no-repeat 1px 2px;
}
/* 数字リスト */
ol.suji {
  list-style-type: decimal;
  margin: 0 0 15px 35px;
}
ol.suji li {
  padding: 4px 3px 7px 0px;
}
/* @丸数字リスト */
ol.circle {
  position: relative;
  margin: 0;
  padding: 0
}
ol.circle li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em;
  padding-bottom: 0.3em;
  font-size: 12px;
}
ol.circle li span {
  position: absolute;
  left: 0;
  margin: 0
}
/* ＜１＞数字リスト */
ul.numbering {
  position: relative;
  margin: 10px 0;
  padding: 0
}
ul.numbering li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 3.58em;
  padding-bottom: 0.8em;
  line-height: 22px;
  font-size: 12px;
}
ul.numbering li span {
  position: absolute;
  left: 0;
  margin: 0
}
/* とびぐち */
#contents ul.pdf_tobiguchi {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 555px;
}
#contents ul.pdf_tobiguchi li {
  list-style: none;
  padding: 5px 10px 5px 20px;
  background: url(../images/icon_pdf.gif) no-repeat center left;
  width: 240px;
  float: left;
  line-height: 250%;
  font-size: 12px;
}
/* other
--------------------------------*/
/*水平線*/
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
hr.dotted {
  border-top: 1px dotted #848484;
  margin: 7px 0;
}
.josei_table hr.hr_dotted {
  border-top: 1px dotted #848484;
  margin: 7px 0;
}
/* table
------------------------------*/
/* 表組 */
table.style01 {
  border-collapse: collapse;
  border: 1px solid #999;
  border-spacing: 0;
  empty-cells: show;
  margin-bottom: 5px;
  margin-top: 5px;
}
table.hl01 th {
  padding: 5px;
  border: 1px solid #999;
  background-color: #f3f3f3;
  color: #3c3c3c;
  font-weight: normal;
  text-align: left;
}
table.data01 td {
  padding: 5px;
  border: 1px solid #999;
  background-color: #ffffff;
  color: #3c3c3c;
  font-size: 12px;
}
/*　TD内配置 */
table.data01 td.right {
  text-align: right;
}
table.data01 td.center {
  text-align: center;
}
/*　TH内配置 */
table.data01 th.center {
  text-align: center;
}
table.data01 th.right {
  text-align: right;
}
/* 表組 線なし*/
table.style02_no-border {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  empty-cells: show;
  margin-bottom: 5px;
  margin-top: 5px;
}
table.hl02 th {
  padding: 2px;
  border: none;
  background-color: #f3f3f3;
  color: #3c3c3c;
  font-weight: normal;
  text-align: left;
  font-size: 105%;
}
table.data02 td {
  padding: 2px;
  border: none;
  background-color: #ffffff;
  color: #3c3c3c;
  /*  font-size: 105%;
*/
  font-size: 12px;
}
table.style03 {
  width: 100%;
  border: #b3b3b3 solid 1px;
  border-collapse: collapse;
  font-size: 12px;
}
table.style03 thead th {
  background: #ebebeb;
  text-align: left;
  padding: 8px 6px;
  border-bottom: #b3b3b3 solid 2px;
  font-size: 99% !important;
}
table.style03 thead th:last-child {
}
table.style03 tbody th {
  width: 60px;
  background: #f4f4f4;
  border-bottom: 1px solid #b3b3b3;
  padding: 6px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  font-size: 1.0em !important;
}
table.style03 tbody tr:last-child th {
}
table.style03 tbody td {
  padding: 6px;
  border-left: #b3b3b3 solid 1px;
  border-bottom: #b3b3b3 solid 1px;
  vertical-align: top;
  font-size: 12px !important;
}
/* 枠組 */
.waku {
  width: auto;
  background: url(../images/waku_bg.gif);
  padding: 15px;
  margin: 10px 0 10px 0;
}
.waku2 {
  width: auto;
  background: url(../images/waku_bg.gif);
  padding: 10px;
  margin: 10px 0 10px 0;
  font-size: 16px;
}
.waku3 {
  width: auto;
  background-color: #FFFFFF;
  margin: 10px 0 10px 0;
  font-size: 16px;
}
.waku4 {
  padding: 10px;
  margin: 10px 0 10px 0;
  border: 1px solid #999999;
}
.txt {
  display: inline-block;
  text-align: left;
  font-size: 12px;
}
/* PAGE TOP */
.page_top {
  width: auto;
  margin: 15px 0 15px 0;
  text-align: right;
}
/* 問い合わせフォーム */
input, textarea, select {
  font-size: 12px;
}
/*===================================================================
    ニュース・イベント
===================================================================*/


/* news */
#news_sub{
  width:98%;
  margin:15px 0px 20px 0;
  font-size:12px;
}

#news_sub dt {
        float: left;
        width: 94px;
    padding-top:10px;
    padding-left:5px;
    border-top:1px dotted #d3d3d3;
}
#news_sub dd {
        margin-left: 100px;
    margin-bottom:8px;
    padding-top:8px;
    padding-left:5px;
    border-top:1px dotted #d3d3d3;
}
#news_sub dd.no_border{
  border:none;

}
#news_sub p{
    position: relative;
    padding-left:5px;
}
#news_sub a{
  text-decoration:none;
}
#news_sub dd.square_icon a::before {
  content: '';
  position: absolute;
  top: 0.4em;
  left: -0.5em;
  width: 5px;
  height: 5px;
  border-right: 1px solid #ca0608;
  border-bottom: 1px solid #ca0608;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);}


#news_sub dd a.pdf_icon::after {
   content: url(../images/icon_pdf2.gif);
display: inline;
position:relative;
   top: 0.1em;
 -webkit-transform: none;
 transform: none;

}
#news_sub img{
  display:inline-block;
  position:relative;
  top:2px;
  left:-4px;
}








.box_menu {
  border: #b3b3b3 solid 1px;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.boxZ {
  padding-left: 16px;
}
.boxZ p {
  font-size: 12px;
}
/* 左メニュー
------------------------------ */
#sidebar {
  word-break: break-all;  /* for IE6 and below */
  overflow: hidden;
  position: relative;
  background-color: #FFF;
}
#sidebar p {
  margin: 5px;
}
#sidebar h2 {
  background: url(../images/side_menu_title.gif) no-repeat;
  width: 200px;
  height: 36px;
  line-height: 34px;
  text-indent: 18px;
  color: #323232;
  font-weight: bold;
  font-size: 14px;
}
#sidebar li {
/*  padding: 7px 0px 7px 15px;
  background: url(../images/arrow.gif) no-repeat 1px 10px;
  border-bottom: solid 1px #b9b9b9;
*/}
#sidebar li.type01 a {
  display: block;
  margin-left: 0px;
  padding: 8px 0px 7px 16px;
  line-height: 18px;
  background: url(../images/arrow.gif) no-repeat 1px 11px;
  border-bottom: solid 1px #b9b9b9;
}
#sidebar li.type02 {
  padding: 7px 7px 7px 15px;
  background: url(../images/arrow_down.gif) no-repeat 1px 10px;
  border-bottom: none;
}
#sidebar li.type03 {
  padding: 7px 7px 7px 5px;
  background: #f0f0f0;
  border-bottom: solid 1px #b9b9b9;
  border-top: solid 1px #b9b9b9;
  font-weight: bold;
}
#sidebar li.type04 {
  margin-left: 15px;
  padding: 5px 7px 5px 15px;
  background: url(../images/arrow02.gif) no-repeat 1px 10px;
  border-bottom: dashed 1px #b9b9b9;
  font-size: 12px;
}
#sidebar li.type05 a {
  display: block;
  margin-left: 0px;
  padding: 8px 0px 7px 16px;
  background: url(../images/icon_arrow_right_s_r.png) no-repeat 2px 13px;
  border-bottom: solid 1px #b9b9b9;
  line-height: 18px;
}
#sidebar li.type05:last-child {
  border-bottom: solid 1px #b9b9b9;
}
#sidebar li.type06 {
  padding: 7px 7px 7px 5px;
  background: #f0f0f0;
  border-bottom: solid 1px #b9b9b9;
  border-top: none;
  font-weight: bold;
  font-size: 12px;
}
#sidebar a {
  color : #3c3c3c;
  text-decoration: none;
  font-size: 11px;
}
#sidebar a:active {
  color : #ca0608;
  text-decoration: underline;
}
#sidebar a:visited {
  color : #3c3c3c;
  text-decoration: none;
}
#sidebar a:hover {
  color : #ca0608;
  text-decoration: underline;
}
.center {
  text-align: center;
}
.right {
  text-align: right
}
/* フッター
------------------------------ */
#footer {
  margin: 0 auto;
  width: 990px;
  background-color: #fff;
}



/* 公募予定
------------------------------ */
.pickup_block {
  display: block;
}

.pickup_txt {
  width: 430px;
  padding: 15px;
}

.pickup_txt h4 {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

/*ジェロントロジー*/
.pickup_vio .pickup_txt {
  background-color: #eee1fa;
  /*height: 280px;*/
}
/* 海外助成 */
.pickup_bl2 .pickup_txt {
  background-color: #C1DCF4;
  /*height: 285px;*/
}
/*基盤強化*/
.pickup_gr .pickup_txt {
  background-color: #e4ffca;
  height: 273px;
}
/*住民参加型*/
.pickup_ye .pickup_txt {
  background-color: #ffffca;
  /*height: 285px;*/
}
/*認定NPO*/
.pickup_pk .pickup_txt {
  background-color: #ffe3f4;
  /*height: 255px;*/
}
/*研修会資金*/
.pickup_or .pickup_txt {
  background-color: #fcdcb8;
  /*height: 250px;*/
}
/*介護福祉*/
.pickup_orange .pickup_txt {
  background-color: #ffe293;
  height: 360px;
}
/*自動車*/
.pickup_bl .pickup_txt {
  background-color: #cafcff;
  height: 308px;
}
.koubotable {
  margin-top: 20px;
}
.koubotable td {
  padding-right: 25px;
  padding-bottom: 20px;
  vertical-align: top;
}
.koubotable td p {
  font-size: 12px;
  line-height: 20px;
}
.koubotable td li {
  font-size: 12px;
}
/*===================================================================
    layout
===================================================================*/
/* ------ margin ------ */
.mtA {
  margin: 0 auto !important;
}
.mt0 {
  margin-top: 0 !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;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !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;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mb0 {
  margin-bottom: 0 !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;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml0 {
  margin-left: 0 !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;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml80 {
  margin-left: 80px !important;
}
/* ------ padding ------ */
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !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;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !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;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !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;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pA0 {
  padding: 0px !important;
}

.pA10 {
  padding: 10px !important;
}
.pA20 {
  padding: 20px !important;
}

.pA30 {
  padding: 30px !important;
}
@font-face {
  font-family: "FontAwesome";
  src: url('../font/fontawesome-webfont.eot');
  src: url('../font/fontawesome-webfont.eot?#iefix') format('eot'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*================================================
　　　　
* 助成ページ

================================================*/
/*【送付先】*/
.souhusaki {
  width: 370px;
  padding: 10px;
  margin-top: 20px;
  margin-left: 40px;
  text-align: center;
  border: #666 solid 1px;
}
ul.josei_maru li {
  font-size: 12px;
}
.reqicon {
  position:relative;
  top:2px;
  margin-left: 2px;
  margin-top: -6px;
}
#juminsankafata_josei input, #juminsankafata_josei textarea {
  padding: 3px 2px;
}
/*過去の履歴*/
#juminsankafata_josei .past, #soshiki_josei .past, #nintei_josei .past {
  width: 98%;
  height: 50px;
  padding: 3px 2px;
  margin: 2px 0;
  border: 1px solid #999;
}
table.josei_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  /*  border: 1px solid #999;
*/  border-spacing: 0;
  empty-cells: show;
  margin-bottom: 5px;
  margin-top: 5px;
}
table.hl01 th {
  padding: 5px;
  border: 1px solid #999;
  background-color: #f3f3f3;
  color: #3c3c3c;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
}
table.josei_table th {
  padding: 5px;
  border: 1px solid #999;
  background-color: #f3f3f3;
  color: #3c3c3c;
  font-weight: bold;
  text-align: left;
  width: 130px;
}
table.josei_table td {
  padding: 5px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}
table.josei_table td.thin_bd {
  border-top: none !important;
}
table.josei_table td select.siyou_hindo {
  width: 46px;
  padding: 3px 2px;
}
table.josei_table input {
  padding: 3px 2px;
  margin: 2px 0;
}
table.josei_table input[type="text"],
table.josei_table input[type="email"],
table.josei_table input[type="tel"],
table.josei_table input[type="url"],
table.josei_table input[type="number"],
table.josei_table textarea,
table.josei_table03 textarea,
table.josei_table03 input[type="text"]{
  padding: 3px 2px;
  margin: 2px 0;
  border: 1px solid #cacaca;
}
/*waku*/
table.josei_table input.waku01 {
  width: 460px;
}
table.josei_table input.waku02 {
  width: 380px;
}
table.josei_table input.waku03 {
  width:330px;
}
table.josei_table input.waku04 {
  width:270px;
}
table.josei_table input.full {
  width: 98%;
}
table.josei_table textarea.full {
  width: 98%;
}
table.josei_table input.txt97 {
  width: 97%;
}
table.josei_table input.txt94 {
  width: 94%;
}

table.josei_table input.txt88 {
  width: 88%;
}
table.josei_table input.txt80{
  width: 80%;
}

table.josei_table input.txt70{
  width: 70%;
}

table.josei_table input.txt50 {
  width: 50%;
}
table.josei_table input.txt40 {
  width: 40%;
}
table.josei_table input.w100 {
  width:100px;
}
table.josei_table input.w60 {
  width:60px;
}

table.josei_table input.w30 {
  width:30px;
}

/*テーブル以外の枠*/
.full_area {
  width: 99%;
}
/*住所*/
table.josei_table .address {
  width: 98%;
  height: 35px;
}
/*住所フリガナ*/
table.josei_table .address_phonetic {
  width: 98%;
  height: 35px;
}
/*西暦 年*/
table.josei_table .year {
  width: 40px;
  border: 1px solid #999;
}
/*月*/
table.josei_table .month {
  width: 20px;
  border: 1px solid #999;
}
/*日*/
table.josei_table .day {
  width: 20px;
  border: 1px solid #999;
}
/*金額*/
table.josei_table .money {
  width: 120px;
  border: 1px solid #999;
}
/*人数*/
table.josei_table .number_people {
  width: 26px;
  border: 1px solid #999;
}
/*事業内容*/
table.josei_table .jigyou_naiyou {
  width: 98%;
  height: 215px;
}

/* type="number"の右のボタンを消す*/
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/*::::::::::::::::::::::::::::::::::::::::::::
* 助成金の申請額のtable
::::::::::::::::::::::::::::::::::::::::::::*/
table.josei_table02 {
  width: 92%;
  border-collapse: collapse;
  border: 1px solid #999;
  border-spacing: 0;
  font-size: 12px;
}
table.josei_table02 th, table.josei_table02 td {
  padding: 10px 5px;
  border: 1px solid #999;
  color: #3c3c3c;
  text-align: left;
}
table.josei_table02 th {
  text-align: center;
  background-color: #f3f3f3;
}
table.josei_table02 td input {
  padding: 3px 2px;
  border: 1px solid #999;
}
/*金額*/
table.josei_table02 td input.money {
  width: 60px;
}
table.josei_table02 td input.money2 {
  width: 120px;
}
/*費目*/
table.josei_table02 td input.himoku1 {
  width: 210px;
}
table.josei_table02 td input.himoku2 {
  width: 200px;
}
table.josei_table02 td input.himoku3 {
  width: 310px;
}
table.josei_table02 td input.himoku4 {
  width: 380px;
}
/*内訳*/
table.josei_table02 td input.uchiwake {
  width: 240px;
}


/*::::::::::::::::::::::::::::::::::::::::::::
* 助成金の申請額のtable.josei_table03
::::::::::::::::::::::::::::::::::::::::::::*/

table.josei_table03{
  width:100%;
}
table.josei_table03 td{
white-space: nowrap;

   }

table.josei_table03 td.koumoku{
 border:none !important;   }


.save_box {
  margin: 20px auto;
  background-color: #FFFFFF;
  border: 2px solid #ececec;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.save_box h2 {
  clear: both;
  margin-top: 0!important;
  margin-bottom: 25px;
  padding: 8px 20px;
  background-color: #eeeeee;
  border-bottom: none !important;
  font-size: 18px;
  text-align: center;
}
/*リンクボタン
---------------------------------------------------------------------------*/
.save_box .button {
  position: relative;
  display: block;
  width: 100%;
  line-height: 55px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  border: 0;
  text-decoration: none;
  text-align: center;
  margin: 5px auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.save_box .button:after {
  position: absolute;
  top: 0;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  content: "\f105";
  color: #fff;
}
.save_box .button a {
  color: #FFFFFF!important;
  text-decoration: none;
  display: block;
}
.save_box .button00 {
  background-color: #cc0022; /*ボタン色*/
  border-bottom: solid 6px #a3001b; /*下線色*/
}
.save_box .button01 {
  background-color: #103d89; /*ボタン色*/
  border-bottom: solid 6px #052459; /*下線色*/
}
.save_box ul.check_list {
  padding-top: 10px;
}
.save_box ul.check_list li {
  position: relative;
  height: 28px;
  padding-left: 20px;
  list-style: none !important;
  font-size: 12px;
}
.save_box ul.check_list li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  margin-right: 7px;
  color: #cc0022;
}
.save_box input[type="submit"]:hover, .save_box input[type="button"]:hover {
  cursor: pointer;
}
#guide a {
  text-decoration: none;
  text-align: right;
  margin-top: 4px;
  padding: 8px 20px 8px 0;
  background: url(../images/wakaba_icon.png) no-repeat border-box right 5px center;
  background-size: 12px auto;
  font-size: 13px;
}
/*フォームの確認画面*/
#conf table {
  width: 100%;
  border-left: #cccccc solid 1px;
  border-right: #cccccc solid 1px;
  border-collapse: collapse;
  border-top: #cccccc solid 1px;
}
#conf table th {
/*  width: 200px;
*/  width:250px;
  padding: 7px;
  background-color: #eee;
  border-bottom: #cccccc solid 1px;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#conf table td {
  background: #FFF;
  padding: 7px;
  border-left: #cccccc solid 1px;
  border-bottom: #cccccc solid 1px;
  vertical-align: top;
}
#conf table tr >td:first-child {
  width: 25%;
  background-color: #eeeeee;
}
