@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  width: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* aタグの設定 */
a {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* 全体の幅 */
.wrapper {
  width: 960px;
  margin: 0 auto;
}
/* ヘッダーのスタイル */
#header {
  width: 100%;
  height: auto;
  position: relative;
}
#header_decoration {
  width: 100%;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background-image:url(../img/header_back.png);
  background-repeat: repeat-x;
}
#header a {
  text-decoration: none!important;
}
#header .toggleBtn {
  display: none;
}
#header h1 {
  float: left;
  position: relative;
}
#header div#headerMenu {
  float: right;
}
#header div#headerMenu ul li {
  list-style: none;
  float: left;
}
/* ロゴ */
.logo {
  width: 444px;
  height: 119px;
  float: left;
  position: relative;
  z-index: 15;
  background: transparent url(../img/logo_back.png) no-repeat top left;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.logo span.title_text {
  width: auto;
  /* タイトルの余白調整ここから 左右の余白によってフォントサイズも変動します */
  /* フォントサイズを調整する場合は、headerのjsの数値を変更します */
  padding-top: 6%;
  padding-bottom: 4%;
  padding-left: 14%;
  padding-right: 11%;
  /* タイトルの余白調整ここまで */
  display: block;
  font-weight: bold;
  text-decoration: none;
}
.logo span.title_image {
  width: 80%;
  padding-top: 5%;
  padding-bottom: 6%;
  margin: 0 auto;
  text-align: center;
  display: block;
}
/* 電話番号 */
.tell_area {
  margin-top: 30px;
  float: right;
  text-align: right;
}
.tell_text {
  font-size: 85%;
}
.tell_number {
  font-size: 170%;
}
/* グローバルナビゲーションのスタイル */
.gnav {
  font-weight: bold;
  position: relative;
  height: 54px;
}
.gnav a {
  width: 16.6%;
  height: 54px;
  display: block;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}
.gnav ul li {
  width: 16.6%;
  padding: 0 5px;
  position: relative;
  float: left;
  text-align: center;
  background-image: url(../img/dotted_line.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.gnav ul li:last-child a {
  background-image: url(../img/dotted_line.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.gnav ul li ul {
  width: 100%;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
}
.gnav ul li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  min-height: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: none;
  float: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.gnav ul li ul li a {
  width: auto;
  height: auto;
  display: block;
  text-align: left!important;
  font-size: 14px;
  padding: 10px 0;
  margin: 0 10px;
  border-top: none;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.5em;
  background: #fdf9dc url(../img/dotted_line02.png) repeat-x bottom left!important;
}
.gnav ul li ul li a:before {  
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e907";
  padding-right: 5px;
}
.gnav ul li ul li:last-child a {
  background: none!important;
}
.gnav ul li:hover ul li {
  overflow: visible;
  min-height: 1px;
  height: auto;
/*  border-top: 0px solid #f4b131;
  border-bottom: 0px solid #f4b131;*/
  z-index: 100;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background-image: none;
}
/* TOP スライダー */
#full-slider {
  overflow: hidden;
  margin: 10px 0;
  display: block;
}
#full-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
#full-carousel li {
  float: left;
  list-style: none;
  display: block;
}
#full-carousel li img {
  width: 646px;/* スライド画像の横幅 */
  height: 351px;/* スライド画像の高さ */
  display: block;
}
#full-prev, #full-next {
  zoom:1;
  display: block;
  height: 100%;
  width: 50%;
  top: 0;
  position: absolute;
}
#full-prev {
  left: -323px;/* スライドする画像の横半分の値 */
}
#full-next {
  right: -323px;/* スライドする画像の横半分の値 */
}
.buttun {
  margin: auto;
  width: 63px;
  height: 63px;
  -moz-border-radius: 53px;
  -webkit-border-radius: 53px;
  border-radius: 53px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position:absolute;
}
.buttun span {
  font-size: 16px;
  margin-top: 13px;
  display: block;
}
#full-next .buttun {
  left:-35px;
}
#full-next .buttun span {
  margin-left: 14px;
}
#full-prev .buttun {
  right:-35px;
}
#full-prev .buttun span {
  margin-left: 12px;
}
#full-pager {
  display: none!important;
}
/* 一枚画像のTOP */
.key_wrapp {
  margin: 10px auto;
}
/* コンテンツエリア全体 */
div#content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
.contentBg {
  background: none;
}
div#bx-pager {
  width: 680px;
  display: inline;
}
div#bx-pager ul li {
  list-style: none;
  float: left;
  text-align: center;
}
/* コンテンツエリア -> パンくず */
#breadcrumb {
  padding: 10px 0 15px 0;
}
#breadcrumb li {
  display: inline-block;
  list-style: none;
  line-height: 20px;
}
#breadcrumb li:before {
  display: inline-block;
  content: ">";
  margin-right: 5px;
}
#breadcrumb li:first-child:before {
  display: none;
  content: ">";
  margin-right: 5px;
}
#breadcrumb li a {
  text-decoration: none;
}
/* コンテンツエリア -> main */
#main {
  width: 700px;
  float: right;
}
.content_box {
  margin-bottom: 20px;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
/* 花の飾り */
.catch_deco {
  width: 115px;
  display: block;
  position: absolute;
  top: -20px;
  right: -48px;
  z-index: 10;
}
h1.pageTitle {
  padding: 3px;
  margin: 0 0 20px 0;
  position: relative;
  font-size: 140%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
h1.pageTitle p {
  display: block;
  padding: 12px;
  margin: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.content_box h2 {
  font-size: 130%;
  margin-bottom: 0.8em;
}
.content_box h2.title {
  padding-bottom: 8px;
  line-height: 1.3em;
  background: transparent url(../img/dotted_line02.png) repeat-x bottom left;
}
.content_box h2.title:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e908";
  padding-right: 5px;
}
.content_box h3 {
  margin-bottom: 5px;
}
.content_box ul li {
  line-height: 1.4;
  margin-bottom: 5px;
  zoom: 1;
  list-style: none;
   margin-left:1.2em;
 text-indent:-1.2em;
}
.content_box ul li:before {
  content:'● ';
  font-size: 90%;
}
.content_box ol li {
  margin-left: 25px;
  list-style: decimal;
}
.content_box:before, .content_box:after {
  content: "";
  display: table;
}
.content_box:after {
  clear: both;
}
#sidebar {
  width: 230px;
  float: left;
}
.icon_small {
  font-size: 85%;
}
/* コンテンツエリア -> sidebar */
.button_area {
  margin-bottom: 20px;
}
.button_area li {
  width: 100%;
  list-style: none;
  text-align: center;
}
.button_area li a {
  padding: 15px 0;
  text-decoration: none;
  display: block;
}
.button1 {
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  *zoom: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.button1:active {
  position: relative;
  top: 1px;
}
#sidebar .title {
  height: 50px;
  line-height: 50px;
  font-size: 120%;
  text-align: center;
}
.catch_box {
  width: 100%;
  margin: 0 0 21px 0;
}
.catch {
  margin-right: 40px;
  font-size: 120%;
  font-weight: bold;
}
.dl_default dt {
  padding: 5px 10px 10px 10px;
  font-weight: bold;
}
.dl_default dd {
  padding: 0 15px 15px 15px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.dl_default dd:last-child {
  padding: 0 0 15px 15px;
  border-bottom: none;
  padding-bottom: 0;
}
.dl_new {
  max-height: 200px;
  overflow: auto;
}
.dl_new dt {
  padding: 5px 10px 0;
  font-weight: bold;
}
.dl_new dd {
  padding: 5px 10px;
  line-height: 150%;
  margin-bottom: 10px;
}
.dl_new dd:last-child {
  border-bottom: 0;
}
.tnav p {
  padding: 5px 10px;
}
.tnav_side {
  line-height: 1.4;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.tnav_side dl {
  margin-top: 10px;
  font-size: 85%;
  padding: 0 10px 15px 10px;
}
.tnav_side dl dt {
  font-weight: bold;
  padding: 10px 0 0 0;
}
.tnav_side dl dt:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e907";
  padding-right: 5px;
}
.tnav_side dl dd {
  padding: 5px 0 0 0;
}
/* ページナビ */
/* ブログフィード表示 */
.feed_area {
  padding: 0 15px 15px 15px;
  line-height: 1.3em;
}
.feed_area dt {
  padding-top: 15px;
  font-weight: bold;
  font-size: 90%;
}
.feed_area dd {
  font-size: 90%;
}
/* フッターのスタイル */
.footer {
  margin-top: 20px;
  background: none;
}
.gotop {
  width: 148px;
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
  float: right;
}
.gotop a img {
  width: 100%;
}
.footer_wrapp {
  width: 100%;
  position: relative;
  z-index: 10;
  background: transparent url(../img/footer_back.png) repeat-x 0 -5px;
}
.fotter_inner {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
}
.footer_address {
  padding: 10px 0;
  line-height: 1.3em;
  list-style: none;
}
.footer_address li {
  margin: 0 0 10px 0;
}
.name {
  display: block;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer .footerNav {
  width: 100%;
  padding: 15px 0;
  font-weight: normal;
}
.footer .footerNav a {
  display: block;
  text-decoration: none;
}
.footer .footerNav ul {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  font-size: 75%;
}
.footer .footerNav ul li {
  float: left;
}
.bnCnetPosition {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
/* テーブル装飾 */
.data1 {
  margin-bottom:20px;
  line-height: 1.3em;
  border: 1px solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;

}
.data1 th,
.data1 td {
  padding: 12px;
}
.data1 tr th {
  border-right: 1px solid;
}
.data1 tr:first-child th:first-child {
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}
.data1 tr:first-child td:last-child {
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}
.data1 tr:last-child th:first-child {
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
}
.data1 tr:last-child td:last-child {
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
.data1 tr th, .data1 tr td {
  border-bottom: 1px solid;
  border-bottom: 1px solid;
}
.data1 tr:last-child th, .data1 tr:last-child td {
  border-bottom: none;
  }
.data1 caption {
  margin: 0;
  padding-bottom: .2em;
  text-align: left;
  font-weight: bold;
}
.recruit th{
	width: 25%;
}


/* テーブル装飾 料金表用のテーブル */
.data2 {
  margin-bottom:20px;
  line-height: 1.3em;
  border: 1px solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;

}
.data2 th,
.data2 td {
  padding: 10px;
}
.data2 tr th, .data2 tr td {
  border-right: 1px solid;
}
.data2 tr th:last-child, .data2 tr td:last-child {
  border-right: none;
}
.data2 tr:first-child th:first-child {
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}
.data2 tr:first-child th:last-child {
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}
.data2 tr:last-child th:first-child {
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
}
.data2 tr:last-child td:last-child {
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
.data2 tr th, .data2 tr td {
  border-bottom: 1px solid;
  border-bottom: 1px solid;
}
.data2 tr:last-child th, .data2 tr:last-child td {
  border-bottom: none;
  }
.data2 caption {
  margin: 0;
  padding-bottom: .2em;
  text-align: left;
  font-weight: bold;
}

.mail_info{font-size: 22px;
    background: #ff5b35;
    display: block;
    padding: 10px;
    border-radius: 20px;
    color: #ffffff;
    margin: 10px 0;
text-align: center;}

/* 面会 */
#c1 .menkai { line-height: 2; margin: 0 0 1.2em; }
#c1 .detail-box {
	background: #f7f5ef;
	border: 1px solid #e7e2d6;
	border-radius: 8px;
	padding: 1.5em 1.75em;
	margin: 1.5em 0;
}
#c1 .rules { list-style: none; margin: 0; padding: 0; }
#c1 .rules > li { line-height: 1.9; margin-bottom: .6em; }
#c1 .rules .note { color: #666; font-size: 14.4px; }
#c1 .notice { margin-top: 1.75em; padding-top: 1.25em; border-top: 1px dashed #d8d2c4; }
#c1 .notice .nhead { display: block; font-weight: bold; margin-bottom: .6em; }
#c1 .notice ul { list-style: none; margin: 0; padding: 0; }
#c1 .notice li {
	color: #454545;
	font-size: .85em;
	text-indent: -1em; padding-left: 0.5em; line-height: 1.9; margin-bottom: .4em;
}
#c1 .notice li::before { content: "・"; }
#c1 .sign { text-align: right; }

/* 差し入れ */
#c2 p { line-height: 1.95; margin: 0 0 1.2em; }

/* OK / NG セクション共通 */
#c2 .dz { border-radius: 10px; padding: 1.25em 1.5em; margin: 0 0 1.5em; }
#c2 .dz-head { display: flex; align-items: center; gap: .6em; font-size: 1.15em; font-weight: bold; margin: 0 0 .6em; }
#c2 .dz-tag { color: #fff; font-size: .8em; padding: .50em .9em .39em .8em; border-radius: 999px; }
#c2 .dz-lead { margin: 0 0 0.5rem; font-size:.85rem; }
#c2 .dz ul { list-style: none; margin: 0; padding: 0; }
#c2 .dz li {
	position: relative;
	padding-left: 3.5em;        /* ←ピル型バッジぶんの余白。広い/狭いはここで調整 */
	line-height: 1.8;
	margin-bottom: .7em;
	text-indent: 0;
}
#c2 .dz li::before {
	position: absolute; left: 0; top: 3px;
	padding: .30em .75rem .10rem .9em;      /* タイトルのNGタグと同じ */
	border-radius: 999px;     /* タイトルのNGタグと同じ（角丸ピル型） */
	color: #fff; font-size: .72em; font-weight: bold;
	white-space: nowrap;
}
#c2 .dz .note { display: block; color: #666; font-size: .9em; margin-top: .15em; }

/* OK（緑） */
#c2 .dz-ok { background: #f2faea; border: 1px solid #d6e9c2; }
#c2 .dz-ok .dz-head { color: #4a7c23; }
#c2 .dz-ok .dz-tag, #c2 .dz-ok li::before { background: #6fae3b; }
#c2 .dz-ok li::before { content: "OK"; }

/* NG（赤） */
#c2 .dz-ng { background: #fdf2f2; border: 1px solid #f0d3d3; }
#c2 .dz-ng .dz-head { color: #b23b3b; }
#c2 .dz-ng .dz-tag, #c2 .dz-ng li::before { background: #d9534f; }
#c2 .dz-ng li::before { content: "NG"; }

/* 食材イラストの並び */
#c2 .dz-imgs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-top: 1em;
}

#c2 .dz-imgs figure {
	margin: 0;
	flex: 0 0 auto;
	text-align: center;
	font-size: .85em;
}
#c2 .dz-imgs img {
	width: 100px;        /* ←テンプレの img{width:auto} を上書きしてサイズ固定 */
	height: auto;
	max-width: 100%;
}

/* 差し入れ注意事項 */
#c2 .notice { margin-top: 1.75em; padding-top: 1.25em; border-top: 1px dashed #d8d2c4; }
#c2 .notice .nhead { display: block; font-weight: bold; margin-bottom: .6em; }
#c2 .notice ul { list-style: none; margin: 0; padding: 0; }
#c2 .notice li {
	color: #454545;
	font-size: .85em;
	text-indent: -1em; padding-left: 2em; line-height: 1.9; margin-bottom: .4em;
}
#c2 .notice li::before { content: "・"; }
#c2 .closing { text-align: center; font-size: 1.1em; font-weight: bold; color: #4a7c23; margin: 1.5em 0 0; }
#c2 .contact { text-align: center; margin: .6em 0 0; }

/* 給与 */
.pay p {
	margin: 0 0 .3em;
	padding-left: 1.5em;     /* ①＋半角スペースぶんの幅 */
	text-indent: -1.5em;     /* 1行目だけ左に戻して、折り返しを下げる（ぶら下げ） */
}
.pay p:last-child { margin-bottom: 0; }


/* =========================================
   新着情報（dl_new）スタイル
   ========================================= */
 
/* 日付の下の余白 */
.dl_new dt{
  margin-bottom: 5px;
}
 
/* 日付（タイトルの上に表示） */
.dl_new .news_date{
  margin: 0 8px 3px 0;   /* 右8px・下3px（上は0でリセット） */
  color: #AD6429;
  font-weight: 700;
  font-size: 15px;
}


/* タブレット向けのレイアウトの指定：～960px */
@media only screen and (max-width: 960px) {
  .wrapper {
    width: 100%;
  }
  #sidebar {
    width: 260px;
  }
  #header {
    margin-top: 0;
  }
  #header .toggleBtn {
    display: block;
  }
  div#bx-pager {
    display: none;
  }
  div#slidsBox {
    width: 100%;
    padding-left: 0px;
  }
  #gnav {
    padding-top: 0;
  }
  #gnav ul {
    padding-bottom: 5px;
  }
  .g_nav li a {
	font-size: 90%;
  }
  .gnav ul li ul li a  {
	font-size: 12px;
  }
  /* 花の飾り */
  .catch_deco {
	width: 75px;
	top: -10px;
	right: -10px;
  }  
  .catch_deco img {
	width: 100%;
  }
  div#content {
    width: auto;
	margin: 0 10px;
  }
  #main {
    width: 100%;
    float: none;
  }
  #sidebar {
    width: 100%;
    float: none;
  }
  .footer .footerNav ul {
    margin: 0;
    padding-bottom: 5px;
  }
  img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .gnav .home {
    display: none;
  }
  .tell_area {
	margin-right: 10px;
  }
  .fotter_inner, .footer .footerNav ul  {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
  }
  .gotop {
    width: 148px;
  }
}
/* タブレット向けのレイアウトの指定：～767px */
@media only screen and (max-width: 767px) {  
  .tell_area {
	display: none;
  }
  .header_nav {
    display: none;
  }
  .logo {
	width: 80%;
	max-width: 444px;
	height: auto;
	padding-bottom: 4%;
  }
  .sixcol {
    width: 100%;
  }
  /* TOP スライダー */
  #full-slider {
	margin: 6px 0;
  }
  #full-carousel li img {
	display: block;
	width: 500px;
	height: 273px;
  }
  #full-prev{	
	left: -250px;/* スライドする画像の横半分の値 */
  }
  #full-next {
	right: -250px;/* スライドする画像の横半分の値 */
  } 
  .buttun {
	width: 40px;
	height: 40px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
  }
  .buttun span {
	font-size: 13px;
	margin-top: 8px;
  }
  #full-next .buttun {
	left:-22px;
  }
  #full-next .buttun span {
	margin-left: 10px;
  }
  #full-prev .buttun {
	right:-22px;
  }
  #full-prev .buttun span {
	margin-left: 7px;
  }
}

/* スマホ向け TOPスライダー調整：～500px */
@media only screen and (max-width: 500px) {
  body{overflow-x: hidden;}
  #full-slider {
	margin-bottom: 15px;
  }
  #full-carousel li img {
	width: 320px;
	height: 175px;
  }
  #full-prev{	
	left: -160px;/* スライドする画像の横半分の値 */
  }
  #full-next {
	right: -160px;/* スライドする画像の横半分の値 */
  }
  .buttun {
	display: none;
  }
  .flow_table {
    margin: 15px 13px 15px 15px!important;
	}
  ul {
	margin: 0 0 15px 10px!important;
	  }
div.footer div.footerNav ul.cf.firstChild.lastChild {
    margin-left: 0px !important;
}
	}


@media only screen and (max-width: 500px) {
	#c2 .dz-ok ul{margin-left:0!important; }
	#c2 .dz-ok ul li{margin-left: 0;}
	#c2 .dz-imgs img { width: 80px; }
	#c1 .detail-box { padding: 1.3em 0.5em; } 
	#c2 .dz-ng ul{margin-left:0!important; }
	#c2 .dz-ng ul li{margin-left: 0;}
	#c2 .notice li {padding-left: 0;}
	}

/* スマホ向けのレイアウトの指定：～420px */
@media only screen and (max-width: 420px) {
  #gnav .toggleBtn {
    display: block;
  }
  #breadcrumb {
    display: none;
  }
  .logo span.title_text {
	line-height: 120%;
  }
  h1.pageTitle {
	font-size: 120%;
	margin: 0 0 15px 0;
  }
  h1.pageTitle p {
	padding: 7px;
  }
  .content_box h2 {
	font-size: 120%;
	margin-bottom: 0.8em;
  }
  .dl_default dt {
	padding: 5px 0 10px 0;
  }
  .dl_default dd {
	padding: 0 0 15px 0;
  }
  .dl_default dd:last-child {
	padding: 0;
  }
  .footer {
	font-size: 90%;
  }
  .U420_break {
	display: block;
  }
  .data1{
	width:100%;
  }
  .data1 tr{
	display: block;
  }
  .data1 th, .data1 td{
	display: list-item;
	list-style:none;
	width:100%;
  }
  .data1 tr th {
	border-right: none;
	border-bottom: 1px solid;
  }
  .data1 tr td {
	border-bottom: 1px solid;
  }
  .data1 tr:last-child th {
	border-bottom: 1px solid;
  }
  .data1 tr:last-child td {
	border-bottom: none;
  }
  .data1 tr:first-child th:first-child {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
  }
  .data1 tr:first-child th:first-child {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
  }
  .data1 tr:last-child th:first-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
  }

	}


	.f_numbera{
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    left: -12px;
    background-color: #AD6429;
	}

.flow_table {
    width: auto;
    border-collapse: collapse;
    margin: 30px 0 20px 20px;
}

.flow_table .flowcharta_box {
    position: relative;
    background: #FFF08B;
    padding: 15px;
    font-weight: bold;
	border-radius:10px;
}

.flow_table .flowcharta_box p {
    margin: 0;
}

.flow_table .flowcharta_box .flow_note {
    margin: 8px 0 0 0;
    font-weight: normal;
    font-size: 0.9em;
}

.flow_table .flow_arrow td {
    text-align: center;
    padding: 5px;
    color: #666;
    font-size: 18px;
}

.flowcharta_box p {
	color: #8F6738;
}

.flow_table .flowcharta_box .flow_note a.firstChild.lastChild {
    color: #D32F2F ;
    font-size: 15px ;
}


/* 入所時に必要なもの（#c4）のスタイル */

.sub_title {
    padding: 6px 12px;
    background-color: #8F6738;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 4px;
    font-weight: bold;
    margin: 5px 0 10px 0;
}

#c4 h4 {
    font-weight: bold;
    margin: 5px 0 5px 0;
}

#c4 ul {
    margin: 0 0 15px 30px;
    padding: 0;
    list-style-type: disc;
}

#c4 h4 + ul {
    margin-bottom: 10px;
}

#c4 .alert_text {
    font-size: 0.9em;
    color: #d32f2f;
    font-weight: bold;
    margin: 5px 0 10px 0;
}

#c4 .sub_heading {
    margin: 15px 0 5px 0;
    font-weight: bold;
    font-size: 0.95em;
    color: #8F6738;
}

#c4 .note_text {
    font-size: 0.9em;
    color: #666;
    font-weight: normal;
}