@charset "UTF-8";
body {
  font-family: "NotoSansJapanese","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 100%;
  text-align: center;
}
body h2, body h3, body h4, body h5, body h6 {
  font-family: "NotoSansJP-Regular","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  src: url("http://wsabc.jp/fonts/NotoSansJapanese/NotoSansJP-Regular.otf") format("opentype");
  line-height: 100%;
}
body h1 {
  font-family: "NotoSansJP-Regular","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  src: url("http://wsabc.jp/fonts/NotoSansJapanese/NotoSansJP-Regular.otf") format("opentype");
  line-height: 100%;
}
body p, body li, body dt, body dd, body form, body table, body input {
  font-family: "NotoSansJP-Regular","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  src: url("http://wsabc.jp/fonts/NotoSansJapanese/NotoSansJP-Regular.otf") format("opentype");
  line-height: 100%;
}
body a {
  text-decoration: none;
}

/* -------------CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* -----------------------------CSS To-Top */
#page-top {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 999;
}

#page-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #f60;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#page-top p:hover {
  background: #8b8b8b;
}

#move-page-top {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

/* Common Layout【PC】
---------------------------------------------------------- */
body {
  background-color: #242528;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.container_top {
  width: 100%;
}

.container_body {
  width: 980px;
}

/* ------------------------【基本レイアウト構造】 */
.row {
  width: 100%;
}

/* ------------------------【フッター】 */
footer {
  width: 100%;
}

.foot_address {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px 0px;
}
.foot_address p {
  line-height: 1.8rem;
}

.footer_bg {
  background-color: rgba(255, 255, 255, 0.05);
}

.foot_nav {
  width: 100%;
}
.foot_nav ul {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.foot_nav ul li {
  display: table-cell;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.4rem;
  padding: 15px 0px;
}
.foot_nav a {
  color: #fff;
  display: block;
}
.foot_nav a:hover {
  color: #f60;
}

.footer_inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 120px;
}

br.sp_br {
  display: none;
}

/* ------------------------【職員専用ページ】 */
.staff_only_border {
  border-bottom: 1px solid #fff;
}

.staff_only {
  width: 100%;
  margin-top: 15px;
}

.staff_only_btn a {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  border: 1px solid #fff;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.staff_only_btn a:hover {
  background-color: #4f5053;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* ------------------------【ほか共通設定】 */
i {
  margin-right: 3px;
}

/* -----------------------------------CSS読み込み */
/* -----------------------------CSS【トップページ】Layout */
/* -------------------------------ヘッダー部分 */
.header_col_top {
  width: 50%;
  float: left;
}

.sns_btn_top {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.sns_btn_top2 {
  margin-left: auto;
  margin-right: auto;
}

.sns_btn_top img {
  width: 50%;
  height: auto;
}
.sns_btn_top a {
  display: block;
  float: left;
  width: 50%;
  height: auto;
  text-align: center;
}

.head_right_col_top {
  width: 50%;
  float: right;
}

.head_img_top {
  margin-bottom: 30px;
}

/* ------------------------【ナビゲーション】 */
/* -----（トップページ用／アニメーション） */
figure {
  position: relative;
  overflow: hidden;
  width: 100%;
}

figcaption {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: .5s;
  transition: .5s;
  -moz-transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
  opacity: 1;
}

figure:hover figcaption {
  top: 0;
  left: 0;
}

/* -----（トップページ用ナビゲーション） */
.header_col_top h2 {
  font-size: 0.8rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 2px;
}

h1.pc_only {
  display: block;
}

h1.mobile_only {
  display: none;
}

.navigation_top {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.navigation_top ul {
  border-top: 1px dotted #666;
}
.navigation_top a {
  display: block;
  float: none;
  width: 100%;
  color: #fff;
  padding: 10px 0px;
  border-bottom: 1px dotted #666;
}
.navigation_top a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #f60;
}

/* -----------------（キャッチコピー） */
.head_copy_top h1 {
  width: 60%;
  height: auto;
  margin-bottom: 30px;
}
.head_copy_top p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}

/* -------------------------------本文部分 */
/* ---------------サブナビゲーション（左側） */
.sub_nav_container {
  margin: 60px 0px;
}

.sub_nav_wrap {
  width: 100%;
}

.sub_navigation_top {
  width: 45%;
  float: left;
}
.sub_navigation_top a {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 0px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  border-left: none;
  text-align: right;
  color: #fff;
}
.sub_navigation_top h2 a {
  /* アニメーション設定 */
  display: block;
  margin-left: -15%;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.sub_navigation_top h2 a:hover {
  margin-left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #f60;
}

.allow_bg {
  background-image: url(../img-common/allow_subnav.png);
  background-position: left center;
  background-repeat: no-repeat;
  height: 34px;
  line-height: 34px;
  padding: 10px 0px;
  padding-left: 40px;
  font-size: 0.8rem;
}

/* ---------------サブナビゲーション（右側） */
.category_btn {
  width: 50%;
  float: right;
}
.category_btn ul {
  width: 100%;
}
.category_btn li {
  display: table;
  width: 16%;
  margin-right: 12px;
  float: left;
}
.category_btn a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 34px;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.7rem;
}
.category_btn ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #f60;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.care_biz_cat, .well_biz_cat, .contribution_cat, .recruitment_cat {
  margin-bottom: 30px;
}

/* ---------------本文コンテンツ */
.body_head_top {
  width: 100%;
  /* position: relative; */
}
.body_head_top h1 {
  /* position: absolute; */
  z-index: 2;
  text-align: left;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  margin-left: 25%;
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px #000;
}
.body_head_top img {
  /* position: relative; */
  top: 65px;
  z-index: 1;
}

/* ---------------「人材採用情報」部分 */
.recruitment_top {
  /* position: relative; */
  z-index: 3;
  /* top: -100px; */
  background-image: url(../img-top/jinbutsu_200-350-2.png);
  background-position: right top;
  background-repeat: no-repeat;
  padding-bottom: 180px;
}
.recruitment_top a {
  display: block;
  padding: 10px 10px 10px 0px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  border-left: none;
  text-align: right;
  color: #fff;
}
.recruitment_top h1 {
  /* padding-top: 180px; */
}
.recruitment_top h1 a {
  /* アニメーション設定 */
  display: block;
  margin-left: -15%;
  width: 80%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.recruitment_top h1 a:hover {
  margin-left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #f60;
}

.recruitment_left_top {
  width: 70%;
  float: left;
  padding-top: 100px;
}
.recruitment_left_top p {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.5rem;
  margin-bottom: 30px;
}

ul.recruitment_btn_top {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.recruitment_btn_top a {
  display: block;
  width: 40%;
  float: left;
  text-align: center;
  border: 1px solid #fff;
  margin-right: 35px;
}
.recruitment_btn_top a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-color: #f60;
}

.recruitment_right_top {
  width: 30%;
  height: auto;
  float: left;
  /* position: absolute; */
}
.recruitment_right_top img {
  width: 80%;
  height: auto;
  /* position: relative; */
  bottom: 10px;
  right: -220%;
}

/* ---------------「緑星の里ギャラリー」部分 */
.gallery_top {
  position: static;
  margin-top: 0px;
  margin-bottom: 60px;
}
.gallery_top h1 {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 1.5rem;
  border-bottom: 1px solid #fff;
}

.thumbnail_gallery_top {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: table;
}
.thumbnail_gallery_top li {
  display: table-cell;
  padding: 0px 15px;
}

/* ---------------「新着情報」部分 */
.news_top {
  /* margin-bottom: 60px; */
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px 0px;
}
.news_top h1 {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 1.5rem;
  border-bottom: 1px solid #fff;
}
.news_top ul {
  width: 768px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border-top: 1px solid #999;
}
.news_top li {
  padding: 10px 0px;
  padding-left: 5px;
  border-bottom: 1px solid #999;
}
.news_top a {
  color: #fff;
  text-decoration: underline;
}
.news_top a:hover {
  color: #f60;
}

/* ---------------「緑星の里TOPICS」部分 */
.topics_top {
  margin-top: 0px;
  margin-bottom: 60px;
  padding: 60px 0;
  background-color: #212831;
}
.topics_top h1 {
  width: 30%;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 1.5rem;
  border-bottom: 1px solid #fff;
}

.topics_wrap {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.topics_inner {
  text-align: left;
  margin-top: 30px;
  border: 1px solid #fff;
  padding: 2%;
  padding-bottom: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.topics_inner h1 {
  text-align: left;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.topics_inner p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-bottom: 15px;
}

.topics_read {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
  margin: 10px 0;
}
.topics_read p {
  font-weight: bold;
  margin: 0;
}

.read_small {
  font-size: 0.6rem;
  font-weight: bold;
}

.topics_left {
  width: 56%;
  float: left;
}

.topics_right {
  width: 40%;
  float: right;
}

/* ---------------「SNSボタン（ボトム）」部分 */
.sns_bottom_btn {
  margin-bottom: 60px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sns_bottom_btn ul {
  width: 100%;
  display: table;
}
.sns_bottom_btn li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 40%;
}
.sns_bottom_btn a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: “alpha(opacity=70) ”;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

li.narrow_cell {
  width: 25%;
}

img.top_sns_nav {
  width: 25%;
}

/* -----------------------------CSS【本文ページ】Layout */
.container_body {
  width: 100%;
  background-color: #ccc;
  background-image: url(../img-common/bodypage_bg.png);
  background-position: left top;
  background-repeat: repeat-x;
}

/* ---------------------【本文ヘッダー】 */
.header_wrap_body {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.header_lef_body {
  width: 65%;
  float: left;
  padding: 15px 0px;
}

.header_right_body img {
  width: 50%;
  height: auto;
}
.header_right_body a {
  display: block;
  float: right;
  width: 10%;
  height: auto;
  text-align: center;
  padding: 15px 0px;
}
.header_right_body a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: “alpha(opacity=70) ”;
}

.header_imgcol_body {
  line-height: 0;
}

.header_imgcol_body_facility {
  line-height: 0;
  border-bottom: 0px solid #fff;
}

header.header_col_body {
  margin-bottom: 60px;
}

/* ------------------------【ナビゲーション】 */
.navigation_body {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  	/*
  a {
  		display: block;
  		float: left;
  		width: 146px;
  		border: 1px solid #fff;
  		border-top: none;
  		color: #fff;
  		padding: 10px 0px;
  		margin-right: 15px;
  		font-size: 0.8rem;
  	}
  */
}
.navigation_body a {
  display: block;
  float: left;
  width: 129px;
  border: 1px solid #fff;
  border-top: none;
  color: #fff;
  padding: 10px 0px;
  margin-right: 10px;
  font-size: 0.8rem;
}
.navigation_body a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #f60;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.last_nav_item {
  margin-right: 0;
}

/* ------------------------【本文スペース】基本構造 */
.bodycol_wrap {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  background-color: #232427;
  padding: 60px 0px 60px 0;
}

.body_section_title {
  width: 40%;
  text-align: right;
  border: 1px solid #999;
  border-left: none;
  padding: 15px 15px 15px 0px;
  margin: 30px 0px 0px 0px;
}
.body_section_title h1 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.body_section_title p {
  font-size: 0.9rem;
}

.section_title_left {
  float: left;
}

.sub_nav_jigyou {
  width: 55%;
  float: right;
  margin: 30px 0 15px 0;
}
.sub_nav_jigyou ul {
  display: table;
}
.sub_nav_jigyou li {
  display: table-cell;
  vertical-align: middle;
}
.sub_nav_jigyou a {
  color: #fff;
  display: block;
  padding: 15px;
  border: 1px solid #999;
  width: 85px;
  height: 48px;
  line-height: 48px;
  margin-right: 15px;
  font-size: 0.9rem;
}
.sub_nav_jigyou a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #f60;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sub_nav_jigyou_2d {
  width: 980px;
  /* float: right; */
  margin: 30px auto 60px auto;
}
.sub_nav_jigyou_2d ul {
  display: table;
  padding-top: 30px;
  padding-left: 250px;
}
.sub_nav_jigyou_2d li {
  display: table-cell;
  vertical-align: middle;
}
.sub_nav_jigyou_2d a {
  color: #fff;
  display: block;
  padding: 15px;
  border: 1px solid #999;
  width: 85px;
  height: 48px;
  line-height: 45px;
  margin-right: 15px;
  font-size: 0.9rem;
}
.sub_nav_jigyou_2d a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #f60;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.subnav_nowrap a {
  padding: 15px 3px;
  width: 109px;
  font-size: 0.8rem;
}

.body_section_title_lower {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #999;
  padding: 15px 0px;
  margin-bottom: 30px;
}
.body_section_title_lower h1 {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.body_section_title_lower p {
  font-size: 0.9rem;
}

.bodycol_inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.bodycol_inner h2 {
  font-size: 1.4rem;
  padding: 10px 0px;
  border: 1px solid #999;
  margin: 0px 15px;
  margin-bottom: 30px;
}
.bodycol_inner h3 {
  font-size: 1rem;
  line-height: 1.4rem;
  margin-bottom: 15px;
  border-left: 4px solid #fff;
  padding: 5px 0px 5px 6px;
}
.bodycol_inner p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}

.bodycol_inner_left {
  width: 480px;
  float: left;
  text-align: left;
}

.bodycol_inner_right1 {
  width: 400px;
  float: right;
  margin-right: 16.5px;
  text-align: left;
}

.bodycol_inner_right {
  width: 480px;
  float: right;
  text-align: left;
}


.padding_add {
  width: 450px;
  padding: 0px 15px;
}

/* ------------------（緑星の里について／追加セレクタ） */
.simbol_wrap {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.simbol_wrap h2 {
  font-size: 1.2rem;
  padding: 10px 0px;
  border: 1px solid #999;
  margin-bottom: 15px;
}
.simbol_wrap p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
  text-align: left;
}
.simbol_wrap img {
  margin-bottom: 10px;
}

.simbol_left {
  width: 470px;
  float: left;
  margin-left: 15px;
}

.simbol_right {
  width: 470px;
  float: right;
  margin-right: 15px;
}
.simbol_right ul {
  text-align: left;
  background-color: #333;
  height: 130px;
  padding: 10px 15px;
}
.simbol_right li {
  line-height: 1.6rem;
}

.rinen_bold {
  font-weight: bold;
}

.simbol_read_copy {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.simbol_read_copy p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}

p.president_name {
  text-align: right;
  margin-top: 15px;
}

/* ------------------（運営施設／追加セレクタ） */
.facility_body {
  margin-top: -45px;
}

h1.facility_category {
  font-size: 1.2rem;
  text-align: left;
  padding: 0px 0px 5px 40px;
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
}

.facility_category i {
  color: #f60;
}

p.jigyou_description {
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: left;
  margin-bottom: 40px;
  margin-left: 40px;
}

.avalability_link {
  text-align: left;
  width: 940px;
  margin-top: -20px;
  margin-bottom: 20px;
  padding-left: 40px;
  margin-left: auto;
  margin-right: auto;
}
.avalability_link p {
  font-size: 0.9rem;
}
.avalability_link a {
  color: #fff;
}
.avalability_link a:hover {
  color: #f60;
}

.facility_col_wrap {
  width: 900px;
  padding: 0px 40px;
}
.facility_col_wrap i {
  color: #f2ea91;
}

.facility_wrap {
  width: 266px;
  float: left;
  margin-right: 51px;
  margin-bottom: 30px;
}
.facility_wrap h2, .facility_wrap h3 {
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: bold;
  text-align: left;
  padding: 15px 0 10px 0;
}
.facility_wrap p {
  font-size: 0.8rem;
  line-height: 1.1rem;
  text-align: left;
}

.last_facility {
  margin-right: 0;
}

p.facility_link_nav {
  font-size: 0.8rem;
  margin-top: 10px;
}

.facility_link_nav a {
  color: #fff;
}
.facility_link_nav a:hover {
  color: #f60;
}

h2.middle_header {
  margin: 0px 40px 30px 40px;
  padding-left: 5px;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
  text-align: left;
}

.separate_img {
  margin-bottom: 40px;
}

/* 【相談（共に考える）】 */
.soudan_inner h1 {
  margin: 0px 40px 30px 40px;
  padding-left: 5px;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
  text-align: left;
}

/* ------------------（ご利用案内／追加セレクタ） */
table.guide_table {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  text-align: left;
  border-top: 1px dotted #999;
}

.guide_table th {
  width: 250px;
  border-bottom: 1px dotted #999;
  padding: 20px 0px;
  padding-right: 10px;
  font-size: 0.9rem;
  font-weight: bold;
  padding-left: 50px;
  text-indent: -50px;
}
.guide_table td {
  width: 660px;
  border-bottom: 1px dotted #999;
  padding: 20px 0px 10px 0px;
  font-size: 0.9rem;
  vertical-align: middle;
}
.guide_table p {
  margin-bottom: 10px;
}

.guide_span_number {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #666;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0px 5px;
  text-indent: 3px;
}

.fee_guide a {
  display: block;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 8px 0px;
  border: 1px solid #fff;
  font-size: 1rem;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.fee_guide a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #f60;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fee_information_page a {
  margin-left: 0;
}

.guide_page h2 {
  background-color: rgba(255, 255, 255, 0.05);
}

/* 【利用料金】--- */
.cost_guide {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border-top: 1px solid #999;
  margin-top: 30px;
  padding-top: 30px;
}
.cost_guide h3 {
  border-left-color: #f60;
}
.cost_guide h4 {
  margin-bottom: 15px;
  margin-top: 30px;
}
.cost_guide dt {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.2rem;
  border-bottom: 1px dotted #999;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.cost_guide dd {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-bottom: 30px;
}
.cost_guide ul {
  border-top: 1px dotted #666;
}
.cost_guide li {
  font-size: 0.9rem;
  line-height: 2rem;
  padding: 10px 0;
  border-bottom: 1px dotted #666;
}
.cost_guide a {
  color: #fff;
}
.cost_guide a:hover {
  color: #f60;
}
.cost_guide table {
  width: 900px;
  text-align: left;
  font-size: 0.9rem;
  border-top: 1px solid #999;
  margin-top: 30px;
  margin-bottom: 15px;
}
.cost_guide th {
  font-weight: bold;
  padding: 15px 0;
  border-bottom: 1px solid #999;
  line-height: 1.4rem;
}
.cost_guide td {
  padding: 15px 0;
  border-bottom: 1px solid #999;
  line-height: 1.4rem;
}
.cost_guide i {
  color: #f60;
}

td.row_align {
  vertical-align: middle;
}

th.col_align {
  text-align: center;
}

td.col_align {
  text-align: center;
}

p.cost_text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.cost_guide_wrap {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 4px double #f2ea91;
}

.addition_table td {
  text-align: center;
}

.addition_table_dsy {
  text-align: center;
}
.addition_table_dsy th {
  text-align: center;
}
.addition_table_dsy td {
  text-align: center;
}

.addition_table_yobou th, .addition_table_yobou td {
  vertical-align: middle;
}

.addition_table_kaigo th, .addition_table_kaigo td {
  vertical-align: middle;
}
.addition_table_kaigo td {
  text-align: center;
}

.addition_table_higashiiburi th, .addition_table_higashiiburi td {
  text-align: center;
  vertical-align: middle;
}

h4.addtional_item {
  color: #f60;
}

.addition_table_shortstay th, .addition_table_shortstay td {
  padding: 10px 10px;
}

.addition_table_houmon th, .addition_table_houmon td {
  vertical-align: middle;
  padding: 10px 10px;
}

/* ------------------（施設所在地／追加セレクタ） */
.map_embed {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.map_col_wrap {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.map_col_wrap h3 {
  margin-top: 30px;
  border-color: #f60;
}
.map_col_wrap table {
  border-top: 1px dotted #ccc;
}
.map_col_wrap th {
  width: 300px;
}
.map_col_wrap td {
  width: 600px;
}
.map_col_wrap th, .map_col_wrap td {
  padding: 10px 0px;
  border-bottom: 1px dotted #ccc;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.map_col_wrap i {
  color: #ccc;
}

.disability_support {
  background-color: #366;
  padding: 5px 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.care_elderly {
  background-color: #660;
  padding: 5px 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.area_category {
  margin-bottom: 60px;
}
.area_category a {
  color: #fff;
}
.area_category a:hover {
  color: #f60;
}

/* ------------------（施設紹介【個別ページ】／追加セレクタ） */
.individual_facility {
  text-align: left;
}
.individual_facility h1 {
  font-size: 2rem;
  border-bottom: 1px solid #999;
  padding-left: 40px;
  margin-bottom: 10px;
  font-weight: bold;
}
.individual_facility h2 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2rem;
}
.individual_facility p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-bottom: 10px;
}

.small_text_individual {
  font-size: 0.7rem;
  font-weight: normal;
}

p.address_facility {
  font-size: 0.8rem;
  line-height: 1.4rem;
  padding-left: 40px;
}

.address_facility a {
  color: #fff;
}
.address_facility a:hover {
  color: #f60;
}

.individual_wrap {
  width: 900px;
  padding: 0px 40px;
  margin-top: 30px;
}

.individual_inner_wrap {
  margin-bottom: 30px;
}

.outline_facility {
  border: 1px solid #999;
  padding: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.outline_facility ul {
  width: 508px;
  float: right;
}
.outline_facility img {
  width: 340px;
  height: auto;
  float: left;
}
.outline_facility li {
  font-size: 0.9rem;
  line-height: 1.5rem;
}

p.fee_guide {
  text-align: center;
}

p.staff_facility {
  text-align: center;
  margin-top: 15px;
  font-size: 1rem;
}

.kanren_wrap h1 {
  font-size: 1rem;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 5px;
  line-height: 1.2rem;
}
.kanren_wrap img {
  float: none;
  width: 100%;
  height: auto;
}
.kanren_wrap ul {
  width: 100%;
  float: none;
  margin: 15px 0;
  padding: 10px 0;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
}

.kanren_left {
  width: 415px;
  float: left;
}

.kanren_right {
  width: 415px;
  float: right;
}

.gh_photo li {
  width: 260px;
  height: auto;
  /* overflow: hidden; */
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 0.8rem;
}
.gh_photo img {
  display: block;
  margin-bottom: 10px;
}

.gh_height_adjust img {
  width: 260px;
  height: 195px;
  overflow: hidden;
}

.gh_name_cap {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

h3.gh_title {
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
}

ul.jigyou_category {
  margin-bottom: 20px;
  padding-left: 40px;
}

.jigyou_category li {
  display: inline-block;
  float: left;
  font-size: 0.7rem;
  color: #e0e0e0;
  border: 1px solid #e0e0e0;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

/* ------------------（施設を探すページ／追加セレクタ） */
i.magenta {
  color: #f69;
}

i.green {
  color: #690;
}

.consultation_category {
  border: 1px solid #999;
  margin-bottom: 15px;
  padding: 15px 0px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.consultation_category h4 {
  padding: 0px 15px 15px 15px;
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
  font-size: 0.9rem;
  font-weight: bold;
}
.consultation_category ul {
  padding: 0px 15px;
}
.consultation_category li {
  line-height: 2rem;
  font-size: 0.9rem;
}

.service_category a {
  color: #fff;
  text-decoration: none;
}
.service_category a:hover {
  color: #f60;
  text-decoration: underline;
}

.facility_feature {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  /* text-align: left; */
}
.facility_feature h3 {
  margin-top: 30px;
  border-color: #f60;
  text-align: left;
}
.facility_feature table {
  border-top: 1px dotted #ccc;
}
.facility_feature th, .facility_feature td {
  padding: 10px 0px;
  border-bottom: 1px dotted #ccc;
  font-size: 0.8rem;
  line-height: 1.5rem;
  vertical-align: middle;
}
.facility_feature i {
  color: #ccc;
}
.facility_feature a {
  color: #fff;
}
.facility_feature a:hover {
  color: #f60;
}

th.ta_center {
  text-align: center;
}

td.ta_left {
  text-align: left;
}

th.faci_bg_gray, td.faci_bg_gray {
  background-color: #333;
}

/* ------------------（公開情報／追加セレクタ） */
.information_page {
  text-align: left;
  width: 960px;
  padding: 0px 10px;
}
.information_page h1 {
  border: 1px solid #999;
  padding: 15px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.information_page p {
  line-height: 1.4rem;
  margin-top: 10px;
  padding: 0px 10px;
}
.information_page ul {
  font-size: 0.9rem;
  padding: 0px 10px;
}
.information_page li {
  line-height: 1.5rem;
  margin-top: 10px;
}
.information_page a {
  color: #fff;
}
.information_page a:hover {
  color: #f60;
  text-decoration: underline;
}
.information_page dl {
  font-size: 0.9rem;
  padding: 0px 10px;
}
.information_page dt {
  margin-top: 30px;
  font-weight: bold;
  border-bottom: 1px dotted #999;
  padding-bottom: 5px;
}
.information_page dd {
  line-height: 1.4rem;
  margin-top: 10px;
}
.information_page table {
  width: 960px;
  font-size: 0.9rem;
  margin-top: 20px;
  border-top: 1px dotted #999;
}
.information_page th {
  width: 140px;
  padding: 10px 0px 10px 10px;
  border-bottom: 1px dotted #999;
}
.information_page td {
  width: 810px;
  padding: 10px 0px;
  border-bottom: 1px dotted #999;
}

table.availability_info {
  width: 960px;
  border-top: 2px solid #999;
  margin-bottom: 90px;
}

.availability_info th {
  text-align: center;
  width: 192px;
  padding: 0;
  padding: 10px 0px;
  border-bottom: 2px solid #999;
}
.availability_info td {
  text-align: center;
  width: 192px;
  padding: 0;
  padding: 10px 0px;
  line-height: 1.4rem;
  vertical-align: middle;
}

h1.info_facilities {
  margin-bottom: 30px;
}

/* ------------------（地域社会への貢献／追加セレクタ） */
.contribution_page {
  text-align: left;
  width: 960px;
  padding: 0px 10px;
}
.contribution_page h1 {
  border: 1px solid #999;
  padding: 15px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.contribution_page p {
  line-height: 1.4rem;
  margin-top: 10px;
  padding: 0px 10px;
}

.omoi_contribution {
  margin-top: 20px;
}

.omoi_left {
  float: left;
  width: 360px;
}

.omoi_right {
  float: right;
  width: 580px;
}

.article_contribution {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.article_contribution h1 {
  border: none;
  padding: 0;
  margin: 0;
  padding: 15px 0px 15px 10px;
  margin-bottom: 15px;
  background-color: #ededed;
  color: #000;
  font-weight: bold;
  border-left: 8px solid #f66;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.article_contribution a {
  display: block;
  color: #fff;
  margin-top: 30px;
  padding: 10px 0px 10px 5px;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
}
.article_contribution a:hover {
  color: #f60;
}

p.date_contribution {
  font-size: 0.8rem;
}

.fb_wrap {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

/* ------------------（職員専用ページ／追加セレクタ） */
.staff_only_body {
  text-align: left;
}
.staff_only_body h1 {
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.staff_only_body ul {
  border-top: 1px dotted #999;
  margin-top: 20px;
}
.staff_only_body li {
  padding: 10px 0;
  border-bottom: 1px dotted #999;
  font-size: 0.9rem;
}
.staff_only_body a {
  color: #fff;
}
.staff_only_body a:hover {
  color: #f60;
}

/* Recruit Layout
---------------------------------------------------------- */
.header_recruit {
  padding: 60px 0px;
  background-color: #666;
  background-image: url(../recruit/img-recruit_spl/field_img2.jpg);
  background-size: cover;
}
.header_recruit h1 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1;
  color: #242528;
}

.header_tour {
  padding: 60px 0px;
  background-color: #666;
  background-image: url(../recruit/img-recruit_spl/tour_img1.jpg);
  background-size: cover;
}
.header_tour h1 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1;
  color: #FFFFFF;
}

.recruit_head_small {
  font-size: 0.8rem;
}

.recruit_body_wrap {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.message_btn_recruit {
  margin-top: 60px;
}
.message_btn_recruit h1 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
}
.message_btn_recruit ul {
  background-color: #ffc;
}
.message_btn_recruit img {
  vertical-align: bottom;
}
.message_btn_recruit a {
  display: block;
}
.message_btn_recruit a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha(opacity=80) ”;
}

.info_btn_recruit {
  margin-top: 30px;
  padding-bottom: 60px;
  padding-top: 30px;
  background-color: #444;
}
.info_btn_recruit h1 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
}
.info_btn_recruit ul {
  padding-left: 12px;
}

.info_btn_recruit_wrap {
  width: 1225px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9rem;
}

.info_btn_recruit_wrap a {
  display: block;
  width: 230px;
  float: left;
  margin-right: 12px;
  color: #fff;
  border: 1px solid #999;
  padding: 10px 0px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.info_btn_recruit_wrap a:hover {
  background-color: #666;
  border-color: #f60;
}

/* ------------------------本文ページ */
.body_wrap_recruit {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0 0;
  text-align: left;
  border-bottom: 1px solid #999;
}

.body_img_right {
  width: 300px;
  height: auto;
  float: right;
  text-align: center;
}

.body_col_recruit {
  width: 500px;
  height: auto;
  float: left;
  padding-bottom: 10px;
}
.body_col_recruit h2 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin-bottom: 15px;
  border-left: 4px solid #090;
  padding: 10px 0px 10px 6px;
}
.body_col_recruit h3 {
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #999;
  padding-bottom: 5px;
}
.body_col_recruit p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-bottom: 10px;
}
.body_col_recruit i {
  color: #090;
}

.profile_recruit {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding-top: 10px;
  padding-left: 5px;
  margin-bottom: 15px;
}

.name_profile {
  font-size: 1rem;
  font-weight: bold;
}

.furigana_profile {
  font-size: 0.7rem;
}

.certificate_profile {
  font-size: 0.7rem;
  margin-right: 10px;
}

.syozoku_profile {
  font-size: 0.7rem;
}

.body_col_zadan {
  width: 960px;
  padding: 0 20px;
  background-color: #242528;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.body_col_zadan h2 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin-bottom: 15px;
  border-left: 4px solid #090;
  padding: 10px 0px 10px 6px;
}
.body_col_zadan h3 {
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #999;
  padding-bottom: 5px;
}
.body_col_zadan p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-bottom: 10px;
}
.body_col_zadan i {
  color: #090;
}

.zadan_wrap {
  padding: 30px 0;
}

.zadan_left {
  width: 300px;
  float: left;
}

.zadan_center {
  width: 300px;
  float: left;
  margin-left: 30px;
}

.zadan_right {
  width: 300px;
  float: right;
}

.tutor_column {
  padding: 30px;
  border: 1px solid #fff;
}
.tutor_column h3 {
  margin-top: 0;
}
.tutor_column p {
  margin: 0;
}
.tutor_column i {
  color: #f60;
}

/* -------------------------個人別背景画像 */
.yamakawa {
  background-image: url(../img-recruit/message_yamakawa_s1.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.shiono {
  background-image: url(../img-recruit/message_shiono_s1.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.satoyukie {
  background-image: url(../img-recruit/message_satoyukie_s1.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.sato {
  background-image: url(../img-recruit/message_sato_s1.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.hoshiyama {
  background-image: url(../img-recruit/message_hoshiyama_s1.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.muranaka {
  background-image: url(../img-recruit/message_muranaka_s1.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.yoshida {
  background-image: url(../img-recruit/message_yoshida_s1.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.takahashi {
  background-image: url(../img-recruit/message_takahashi_s1.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.oshima {
  background-image: url(../img-recruit/message_oshima_s1.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.terasaki {
  background-image: url(../img-recruit/message_terasaki_s1.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.matsunaga {
  background-image: url(../img-recruit/message_matsunaga_s2.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

/* -------------------------企業概要・募集要項 */
.margin_top_reduce {
  margin-top: -60px;
}

.recruitment_data {
  text-align: left;
  width: 940px;
  padding: 0px 20px;
  margin-left: auto;
  margin-right: auto;
}
.recruitment_data h1 {
  border-left: 6px solid #f60;
  padding: 15px 0px 15px 8px;
  margin-top: 30px;
}
.recruitment_data h2 {
  margin-top: 30px;
  border: 1px solid #999;
  padding: 15px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.recruitment_data table {
  width: 960px;
  font-size: 0.9rem;
  margin-top: 20px;
  border-top: 1px dotted #999;
}
.recruitment_data th {
  width: 160px;
  padding: 10px 0px 10px 10px;
  border-bottom: 1px dotted #999;
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.recruitment_data td {
  width: 790px;
  padding: 10px 0px;
  border-bottom: 1px dotted #999;
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.recruitment_data a {
  color: #fff;
}
.recruitment_data a:hover {
  color: #f60;
}



/* -------------------------採用情報【スペシャルサイト化／コンテンツ追加】 */
.spl_header {
  margin-bottom: 0;
}

.header_recruit_spl {
  margin-bottom: 0;
}

.special_main_nav {
  width: 100%;
  border-top: 1px solid #fff;
  margin-bottom: 15px;
}

.special_title h1 {
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
}
.special_title img {
  /* margin-top: -60px; */
  width: 100%;
  height: auto;
}

.spl_top_imgbox {
  line-height: 0;
}

/* ------------//共通 */
.special_top h1 {
  background-color: #444;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 30px;
  font-weight: bold;
}

.spl_title_alphabet {
  display: block;
  font-size: 0.7rem;
  margin-top: 5px;
  font-weight: normal;
}

.top_circle_menu {
  margin-top: 30px;
  padding-bottom: 30px;
  background-image: url(../recruit/img-recruit_spl/spi_top_bg2.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 2px 2px 3px #000;
  -moz-box-shadow: 2px 2px 3px #000;
  -webkit-box-shadow: 2px 2px 3px #000;
  box-shadow: 2px 2px 3px #000;
}
.top_circle_menu a:hover {
  background-color: yellow;
  color: #333;
  border-color: yellow;
  text-shadow: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.top_circle_menu h2 {
  margin: 15px 0;
  color: yellow;
}
.top_circle_menu p {
  font-size: 0.8rem;
  line-height: 1.2rem;
}

a.spl_circle {
  display: block;
  width: 176px;
  height: 176px;
  margin-left: auto;
  margin-right: auto;
  line-height: 176px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
}

.circle_upper {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.circle_lower {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.first_left {
  width: 220px;
  float: left;
}

.first_center {
  width: 220px;
  float: left;
  margin: 0 40px;
}

.first_right {
  width: 220px;
  float: right;
}

.second_left {
  width: 220px;
  float: left;
  margin: 0 38px 0 112px;
}

.second_right {
  width: 220px;
  float: right;
  margin: 0 112px 0 38px;
}

.recruit_special_message {
  line-height: 0;
}
.recruit_special_message a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: “alpha(opacity=70) ”;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.recruit_special_movie {
  padding-bottom: 30px;
}
.recruit_special_movie img {
  width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.recruit_special_entry ul {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.recruit_special_entry a {
  display: block;
  width: 300px;
  border: 1px solid #fff;
  background-color: #f6b43b;
  color: #000;
  font-size: 0.9rem;
  padding: 20px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.recruit_special_entry a:hover {
  background-color: yellow;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

li.left_entry_btn {
  float: left;
}

li.right_entry_btn {
  float: right;
}

/* ------------//トップ */
/* ------------//本文ページ */
.spl_sub_navi {
  width: 100%;
  padding: 15px 0;
  background-color: #333;
  margin-top: -60px;
}
.spl_sub_navi ul {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.spl_sub_navi li {
  width: 100px;
  float: left;
  margin-left: 80px;
  font-size: 0.7rem;
  font-weight: bold;
  color: #fff;
}
.spl_sub_navi a {
  display: block;
  width: 96px;
  height: 96px;
  line-height: 96px;
  margin-bottom: 10px;
  font-size: 0.8rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
}
.spl_sub_navi a:hover {
  background-color: yellow;
  color: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.special_body h1 {
  background-color: #444;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 30px;
  font-weight: bold;
}

h1.spl_sub_catch {
  background-color: #242528;
  width: 100%;
  padding: 0;
  margin: 30px 0 0 0;
  font-weight: bold;
}

.spl_field table {
  width: 980px;
  margin: 30px auto;
  border-top: 1px solid #fff;
  font-size: 0.9rem;
}
.spl_field th {
  border-bottom: 1px solid #fff;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
}
.spl_field td {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 15px 0;
}

th.centering_th {
  text-align: center;
  border-left: 1px solid #fff;
}

.field_category_box {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  padding: 10px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #64680c;
  -moz-box-shadow: 2px 2px 3px #000;
  -webkit-box-shadow: 2px 2px 3px #000;
  box-shadow: 2px 2px 3px #000;
}

.field_bg_green {
  background-color: #3a6766;
}

.field_bg_orange {
  background-color: #825908;
}

.field_bg_red {
  background-color: #782c14;
}

.field_bg_pink {
  background-color: #66294a;
}

.field_bg_blue {
  background-color: #193969;
}

.field_message_link {
  display: block;
  margin-top: 10px;
  font-size: 0.7rem;
}
.field_message_link a {
  display: block;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #fff;
}
.field_message_link a:hover {
  background-color: #666;
}

/* -------------//職種 */
.one_day h3 {
  text-align: left;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px dotted #fff;
}

.oneday_schedule_separate {
  width: 100%;
  background-color: #374252;
  padding: 15px 0;
}

.oneday_model_profile {
  width: 680px;
  margin: 30px auto;
}
.oneday_model_profile img {
  float: left;
  width: 180px;
  height: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.model_profile_right {
  width: 480px;
  float: right;
  text-align: left;
  padding: 30px 0;
}
.model_profile_right h2 {
  font-weight: bold;
  margin-bottom: 15px;
}
.model_profile_right p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.oneday_row_dark {
  width: 100%;
  background-color: #242528;
  padding: 30px 0;
}

.oneday_row_light {
  width: 100%;
  background-color: #333;
  padding: 30px 0;
}

.oneday_timetable_wrap {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.oneday_timetable_wrap h4 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
}
.oneday_timetable_wrap p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-bottom: 15px;
}
.oneday_timetable_wrap img {
  width: 300px;
  height: auto;
  float: right;
}

.paragraph_wrap {
  width: 520px;
  float: left;
}

.oneday_time {
  float: left;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  color: #242528;
  font-weight: bold;
}

.timetable_right {
  width: 840px;
  float: left;
  margin-left: 40px;
}

.catchphrase {
  display: block;
  margin-top: 10px;
  font-size: 0.7rem;
  background-color: #333;
  padding: 3px 10px;
  width: 90%;
}

/* -------------//1日の流れ */
h1.question_sub_catch {
  margin-bottom: 15px;
}

.question_container {
  background-color: #242528;
  padding-bottom: 60px;
}

.question_number {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.graph_box {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.question_wrap {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding-top: 40px;
  text-align: left;
  border-top: 1px dotted #fff;
}
.question_wrap h2 {
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.question_wrap li {
  font-size: 0.9rem;
  line-height: 1.8rem;
  margin-top: 20px;
}

.triple_left {
  width: 300px;
  float: left;
}

.triple_center {
  width: 300px;
  float: left;
  margin: 0 40px;
}

.triple_right {
  width: 300px;
  float: right;
}

.double_left {
  width: 300px;
  float: left;
  margin-left: 170px;
}

.double_right {
  width: 300px;
  float: right;
  margin-right: 170px;
}

.double_left_large {
  width: 350px;
  float: left;
  margin-left: 120px;
}

.double_right_large {
  width: 350px;
  float: right;
  margin-right: 120px;
}

.double_left_large_b {
  width: 420px;
  float: left;
  margin-left: 50px;
}

.double_right_large_b {
  width: 420px;
  float: right;
  margin-right: 50px;
}

.imai_coment {
  font-weight: bold;
}
.imai_coment i {
  color: #f60;
}

/* -------------//データで見る */
.manabi {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 0 40px;
  padding-bottom: 60px;
  background-color: #232427;
}
.manabi h2 {
  font-size: 1.4rem;
  padding: 10px 0px;
  border: 1px solid #999;
  margin-bottom: 30px;
  background-color: #333;
}
.manabi h3 {
  border-left: 3px solid #fff;
  padding: 15px 0;
  padding-left: 5px;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
}
.manabi p {
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-top: 10px;
}

.manabi_photo_wrap_lower {
  padding-bottom: 30px;
}

.kensyu_photo_wrap li {
  display: inline-block;
  padding: 0 15px;
  font-size: 0.9rem;
}
.kensyu_photo_wrap img {
  margin-bottom: 10px;
}

.kensyu_wrap {
  text-align: left;
  margin-top: 30px;
}
.kensyu_wrap table {
  font-size: 0.8rem;
  width: 100%;
  border-top: 1px dotted #999;
}
.kensyu_wrap th {
  font-weight: bold;
  padding: 10px 40px 10px 3px;
  border-bottom: 1px dotted #999;
}
.kensyu_wrap td {
  border-bottom: 1px dotted #999;
  padding: 10px 0;
}

.manabi_kensyu_left {
  width: 415px;
  float: left;
}

.manabi_kensyu_right {
  width: 415px;
  float: right;
}

/* ---------------------//【学び】 */
h1.career_catch {
  font-size: 1.4rem;
  padding: 10px 0px;
  border: 1px solid #999;
  margin-bottom: 30px;
  background-color: #333;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.career_recruitment {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  background-color: #232427;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.career_recruitment h2 {
  border-left: 4px solid #f60;
  padding: 15px 0 15px 6px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.career_recruitment h3 {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.career_recruitment table {
  width: 900px;
  font-size: 0.9rem;
  margin-top: 20px;
  margin-bottom: 30px;
  border-top: 1px dotted #999;
}
.career_recruitment th {
  width: 350px;
  padding: 10px 0px 10px 10px;
  border-bottom: 1px dotted #999;
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.career_recruitment td {
  width: 730px;
  padding: 10px 0px;
  border-bottom: 1px dotted #999;
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.career_recruitment p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-bottom: 15px;
}
.career_recruitment ul {
  margin-bottom: 15px;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  padding: 10px 0;
}
.career_recruitment li {
  font-size: 0.9rem;
  line-height: 2rem;
}
.career_recruitment dt {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.4rem;
}
.career_recruitment dd {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.career_recruitment a {
  color: #fff;
}
.career_recruitment a:hover {
  color: #f60;
}

h2.career_entry_form {
  font-size: 1.4rem;
  padding: 10px 0px;
  border: 1px solid #999;
  margin-bottom: 30px;
  background-color: #333;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  text-align: center;
  font-weight: bold;
  margin-top: 60px;
}

.c_form_table th {
  width: 35%;
}
.c_form_table td {
  width: 65%;
}

.back_btn a {
  display: block;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  padding: 10px;
  margin-top: 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #fff;
  font-size: 0.9rem;
}
.back_btn a:hover {
  background-color: #666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}



/* ---------------------//【中途採用】 */
/* Common Layout【Mobile Device】
---------------------------------------------------------- */
/* ---------------------------------------------max-width 768px　*/
@media screen and (max-width: 768px) {
  /* -----ナビゲーション【Topページ】 */
  figure {
    position: static;
    overflow: visible;
    width: 100%;
  }

  figcaption {
    position: static;
    top: auto;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #242528;
  }

  figure:hover figcaption {
    top: 0;
    left: 0;
  }

  .header_col_top h2 {
    margin-bottom: 10px;
  }

  h1.pc_only {
    display: none;
  }

  h1.mobile_only {
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .navigation_top {
    font-size: 0.8rem;
  }

  .mobi_small_top {
    font-size: 0.8rem;
  }

  .sns_btn_top {
    margin-top: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  /* ---------------Topページ サブナビゲーション（左側） */
  .head_copy_top h1 {
    width: 98%;
  }
  .head_copy_top p {
    font-size: 0.8rem;
  }

  .sub_nav_container {
    margin: 60px 0px;
  }

  .sub_nav_wrap {
    width: 100%;
  }

  .sub_navigation_top {
    width: 100%;
    float: none;
  }
  .sub_navigation_top a {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 0px;
    margin-bottom: 30px;
    border: 1px solid #fff;
    border-left: none;
    text-align: right;
    color: #fff;
  }
  .sub_navigation_top h2 a {
    /* アニメーション設定 */
    display: block;
    margin-left: -15%;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  .sub_navigation_top h2 a:hover {
    margin-left: -5%;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #f60;
  }

  .allow_bg {
    background-image: url(../img-common/allow_subnav.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 34px;
    line-height: 34px;
    padding: 10px 0px;
    padding-left: 40px;
  }

  /* ---------------Topページ サブナビゲーション（右側） */
  .category_btn {
    width: 90%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .category_btn ul {
    width: 100%;
  }
  .category_btn li {
    display: table;
    width: 21%;
    margin-right: 12px;
    float: left;
  }
  .category_btn a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 34px;
    padding: 10px 5px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.7rem;
  }
  .category_btn ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #f60;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .care_biz_cat, .well_biz_cat, .contribution_cat, .recruitment_cat {
    margin-bottom: 30px;
  }

  /* ------------------------【Topページ本文】 */
  .body_head_top h1 {
    font-size: 1rem;
    line-height: 2rem;
    margin-left: 5%;
  }

  .sub_nav_jigyou {
    width: 90%;
  }

  .recruitment_top {
    background-image: none;
    padding-bottom: 15px;
  }
  .recruitment_top h1 a {
    /* アニメーション設定 */
    display: block;
    margin-left: -15%;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  .recruitment_top h1 a:hover {
    margin-left: -5%;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #f60;
  }
  .recruitment_top p {
    width: 80%;
  }

  .recruitment_left_top {
    width: 100%;
    float: none;
  }

  ul.recruitment_btn_top {
    width: 98%;
  }

  .recruitment_btn_top a {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .recruitment_right_top {
    display: none;
  }

  .topics_wrap {
    width: 95%;
  }

  .topics_right {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    padding-top: 10px;
  }

  .topics_left {
    width: 100%;
    float: none;
    padding-bottom: 10px;
  }

  .news_top ul {
    width: 95%;
  }

  /* ---------------------------------------【本文ページ】 */
  .container_body {
    background-image: none;
    background-color: #242528;
  }

  .header_wrap_body {
    width: 98%;
  }

  /* -----------------（本文ページナビゲーション） */
  .navigation_body {
    width: 100%;
  }
  .navigation_body ul {
    padding: 10px 0;
  }
  .navigation_body li {
    display: inline;
    padding: 10px 4px;
  }
  .navigation_body a {
    display: inline;
    float: none;
    width: auto;
    border: none;
    font-size: 0.6rem;
    line-height: 2rem;
    color: #fff;
    padding: 10px 0px;
    margin-right: 0;
    font-size: 0.8rem;
  }
  .navigation_body a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: #ccc;
    color: #f60;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  /* -----------------（本文ページレイアウト） */
  .bodycol_wrap {
    width: 98%;
  }

  .body_section_title {
    width: 80%;
  }

  .body_section_title_lower {
    width: 98%;
  }

  .bodycol_inner {
    width: 98%;
  }
  .bodycol_inner h2 {
    margin: 0 0;
    margin-bottom: 30px;
  }
  .bodycol_inner img {
    margin-bottom: 15px;
  }

  .bodycol_inner_left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .bodycol_inner_right {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .padding_add {
    width: 100%;
    padding: 0;
  }

  img.dsp_none_img {
    display: none;
  }

  /* ----------（緑星の里について） */
  .simbol_wrap {
    width: 98%;
  }
  .simbol_wrap h2 {
    width: 100%;
  }

  .simbol_left {
    width: 100%;
    margin: 0;
    float: none;
  }

  .simbol_right {
    width: 100%;
    margin: 0;
    float: none;
  }

  .simbol_read_copy {
    width: 98%;
  }

  /* ----------（施設空き情報） */
  table.availability_info {
    width: 100%;
  }

  .availability_info th {
    text-align: center;
    width: 18%;
    padding: 0;
    padding: 10px 1%;
    border-bottom: 2px solid #999;
  }
  .availability_info td {
    text-align: center;
    width: 18%;
    padding: 0;
    padding: 10px 1%;
    line-height: 1.4rem;
    vertical-align: middle;
  }

  /* ----------（社会貢献） */
  .contribution_page {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .article_contribution {
    width: 100%;
  }

  .fb_wrap {
    width: 100%;
  }

  /* ----------（利用料金） */
  .cost_guide {
    width: 98%;
  }

  /* ----------（施設を探す） */
  .map_col_wrap {
    width: 100%;
  }
  .map_col_wrap table {
    width: 100%;
  }
  .map_col_wrap th {
    width: 40%;
  }
  .map_col_wrap td {
    width: 60%;
  }

  .facility_feature {
    width: 98%;
  }
  .facility_feature table {
    width: 100%;
  }

  /* ----------（施設一覧ページ） */
  .sub_nav_jigyou, .sub_nav_jigyou_2d {
    width: 98%;
  }
  .sub_nav_jigyou ul, .sub_nav_jigyou_2d ul {
    padding-left: 0;
    width: 100%;
  }
  .sub_nav_jigyou li, .sub_nav_jigyou_2d li {
    display: inline-block;
    width: 31%;
    margin-bottom: 10px;
  }
  .sub_nav_jigyou a, .sub_nav_jigyou_2d a {
    padding: 15px 1%;
    margin-right: 2%;
  }

  h1.facility_category {
    padding-left: 0;
  }

  p.jigyou_description {
    margin-left: 0;
  }

  .facility_col_wrap {
    width: 100%;
    padding: 0;
  }

  .facility_wrap {
    width: 30%;
    margin-right: 3.33%;
  }
  .facility_wrap p {
    display: none;
  }

  p.facility_link_nav {
    display: block;
  }

  .last_facility {
    margin-right: 0;
  }

  /* ----------（ご利用案内） */
  table.guide_table {
    width: 100%;
  }

  .guide_table th {
    width: 37%;
    padding-right: 3%;
  }
  .guide_table td {
    width: 60%;
  }

  /* ----------（施設所在地） */
  .map_embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .map_embed iframe,
  .map_embed object,
  .map_embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* ----------（役員） */
  .yakuin_page table {
    width: 100%;
  }
  .yakuin_page th {
    width: 38%;
    padding-right: 2%;
  }
  .yakuin_page td {
    width: 60%;
    padding-left: 0;
    padding-right: 0;
  }

  /* ---------------------------------------【施設紹介個別ページ】 */
  .individual_wrap {
    width: 98%;
    padding: 0 1%;
  }

  .outline_facility ul {
    width: 58%;
  }
  .outline_facility img {
    width: 40%;
  }

  .gh_photo li {
    width: 48%;
    height: auto;
    margin-left: 1%;
  }

  .gh_height_adjust img {
    width: 100%;
    height: 260px;
    overflow: hidden;
  }

  .kanren_wrap ul {
    float: none;
  }
  .kanren_wrap img {
    float: none;
  }

  .kanren_left {
    width: 100%;
    float: none;
  }
  .kanren_left ul {
    width: 100%;
  }
  .kanren_left img {
    width: 100%;
    height: auto;
  }

  .kanren_right {
    width: 100%;
    float: none;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #fff;
  }
  .kanren_right ul {
    width: 100%;
  }
  .kanren_right img {
    width: 100%;
    height: auto;
  }

  .guide_page {
    margin-left: 0;
    margin-right: 0;
  }
  .guide_page a {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  p.fee_guide {
    margin-left: 0;
    margin-right: 0;
  }

  .individual_facility h1 {
    padding-left: 0;
  }

  ul.jigyou_category {
    padding-left: 0;
  }

  p.address_facility {
    padding-left: 0;
  }

  .small_text_individual {
    display: block;
  }

  /* ---------------------------------------【採用情報ページ】 */
  .special_title h1 {
    font-size: 1.2rem;
  }
  .special_title p {
    font-size: 0.8rem;
  }



  /* -------------------円型メニュー */
  .top_circle_menu {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .top_circle_menu h2 {
    font-size: 0.9rem;
  }
  .top_circle_menu p {
    display: none;
  }

  a.spl_circle {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 0.7rem;
  }

  .circle_upper {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .circle_lower {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .first_left {
    width: 30%;
    float: left;
  }

  .first_center {
    width: 30%;
    float: left;
    margin: 0 5%;
  }

  .first_right {
    width: 30%;
    float: right;
  }

  .second_left {
    width: 30%;
    float: left;
    margin: 0 0 0 15%;
  }

  .second_right {
    width: 30%;
    float: right;
    margin: 0 15% 0 0;
  }

  /* -------------------//円型メニュー */
  .youtube_embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
  }

  .youtube_embed iframe,
  .youtube_embed object,
  .youtube_embed embed {
    position: absolute;
    top: 20;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .recruit_special_entry ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .recruit_special_entry a {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  li.left_entry_btn {
    float: none;
    margin-bottom: 15px;
  }

  li.right_entry_btn {
    float: none;
  }

  .info_btn_recruit {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .info_btn_recruit ul {
    padding-left: 0;
  }

  ul.info_btn_recruit_wrap {
    width: 100%;
    text-align: center;
  }
  ul.info_btn_recruit_wrap a {
    display: block;
    width: 90%;
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    float: none;
  }

  .spl_sub_navi ul {
    width: 100%;
    text-align: center;
  }
  .spl_sub_navi li {
    margin-left: 20px;
    float: none;
    display: inline-block;
  }

  h1.career_catch {
    width: 98%;
  }

  .career_recruitment {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 60px 0;
  }
  .career_recruitment table {
    width: 100%;
  }
  .career_recruitment th {
    width: 30%;
    padding-left: 0;
  }
  .career_recruitment td {
    width: 70%;
  }

  table.c_form_table {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  table.c_form_table {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .c_form_table th {
    width: 100%;
    display: inline-block;
    border-bottom: none;
  }
  .c_form_table td {
    width: 100%;
    display: inline-block;
  }

  .special_body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .manabi {
    width: 98%;
    padding: 0;
    margin-bottom: 30px;
  }

  .body_wrap_recruit {
    width: 100%;
  }

  .message_btn_recruit {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .body_img_right {
    display: none;
  }

  .body_col_recruit {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .okada {
    background-image: none;
  }

  .shiono {
    background-image: none;
  }

  .yoshida {
    background-image: none;
  }

  .hoshiyama {
    background-image: none;
  }

  .muranaka {
    background-image: none;
  }

  .body_col_zadan {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .zadan_wrap {
    width: 100%;
  }

  .zadan_left {
    width: 100%;
    float: none;
  }

  .zadan_center {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #fff;
  }

  .zadan_right {
    width: 100%;
    float: none;
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #fff;
    padding-bottom: 60px;
    border-bottom: 1px solid #fff;
  }

  .one_day h3 {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .oneday_timetable_wrap {
    width: 98%;
  }
  .oneday_timetable_wrap img {
    float: none;
    width: 100%;
    height: auto;
  }

  .paragraph_wrap {
    width: 100%;
    float: none;
  }

  .oneday_time {
    float: none;
  }

  .timetable_right {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .question_wrap {
    width: 98%;
  }

  .triple_left {
    width: 100%;
    float: none;
  }

  .triple_center {
    width: 100%;
    float: none;
    margin: 0 0;
  }

  .triple_right {
    width: 100%;
    float: none;
  }

  .double_left {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .double_right {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .double_left_large {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .double_right_large {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .double_left_large_b {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .double_right_large_b {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .mt_space_add {
    margin-top: 40px;
  }

  .recruitment_data {
    width: 98%;
    padding: 0;
  }
  .recruitment_data table {
    width: 100%;
  }
  .recruitment_data th {
    width: 29%;
    padding-right: 1%;
  }
  .recruitment_data td {
    width: 70%;
  }

  .spl_question h1 {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
    line-height: 1.5rem;
  }

  .graph_box {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .oneday_model_profile {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  .oneday_model_profile img {
    float: none;
  }

  .model_profile_right {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* ------------------------【フッター】 */
  .sns_bottom_btn {
    width: 98%;
  }

  footer {
    width: 100%;
  }

  nav.foot_nav {
    display: none;
  }

  .footer_inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0px;
    padding-bottom: 120px;
    font-size: 0.8rem;
  }

  .foot_address {
    font-size: 0.8rem;
  }

  br.sp_br {
    display: block;
  }

  .staff_only_btn a {
    width: 90%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

  /* ----------（入札） */

p.nyuusatu_description {
  font-size: 1.0rem;
  /*line-height: 0.1rem;*/
  text-align: left;
  margin-bottom: 15px;
  margin-left: 40px;
}


p.nyuusatu_link_nav {
  font-size: 1.0rem;
  text-align: left;
  margin-bottom: 15px;
  margin-left: 120px;
}

.nyuusatu_link_nav a {
  color: #fff;
}
.nyuusatu_link_nav a:hover {
  color: #f60;
}

.sub_navigation_top_nyuusatu {
    width: 45%;
    float: none;
  }

.sub_navigation_top_nyuusatu a {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 0px;
  margin-bottom: 30px;
  border: 1px solid #FFA07A;
  border-left: none;
  text-align: right;
  color: #FFF;
}

.sub_navigation_top_nyuusatu h2 a {
  /* アニメーション設定 */
  display: block;
  margin-left: -15%;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.sub_navigation_top_nyuusatu h2 a:hover {
  margin-left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #f60;
}







  /* ----------（職員募集） */

.sub_nav_container {
  margin: 60px 0px;
}

.sub_nav_wrap {
  width: 100%;
}


p.boshuu_description {
  font-size: 3.0rem;
  /*line-height: 0.1rem;*/
  text-align: left;
  margin-bottom: 15px;
  margin-left: 40px;
}


p.boshuu_link_nav {
  font-size: 3.0rem;
  text-align: left;
  margin-bottom: 100px;
  margin-left: 120px;
}

.boshuu_link_nav a {
  color: #FFA07A;
}
.boshuu_link_nav a:hover {
  color: #FFA07A;
}

.sub_navigation_top_boshuu {
    width: 45%;
    float: none;
  }

.sub_navigation_top_boshuu a {
  display: block;
  font-size: 3.0rem;
  width: 100%;
  padding: 10px 10px 10px 0px;
  margin-bottom: 30px;
  border: 5px solid #FFA07A;
  border-left: none;
  text-align: right;
  color: #FFF;
}

.sub_navigation_top_boshuu h2 a {
  /* アニメーション設定 */
  display: block;
  margin-left: -15%;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.sub_navigation_top_boshuu h2 a:hover {
  margin-left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #f60;
}

.sub_navigation_top_oshirase {
    width: 45%;
    float: none;
  }

.sub_navigation_top_oshirase a {
  display: block;
  font-size: 3.0rem;
  width: 100%;
  padding: 10px 10px 10px 0px;
  margin-bottom: 30px;
  border: 5px solid #7AFFD3;
  border-left: none;
  text-align: right;
  color: #FFF;
}

.sub_navigation_top_oshirase h2 a {
  /* アニメーション設定 */
  display: block;
  margin-left: -15%;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.sub_navigation_top_oshirase h2 a:hover {
  margin-left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #f60;
}

.spl2_field table {
  width: 880px;
  margin: 30px auto;
  border-top: 1px solid #fff;
  font-size: 0.9rem;
}
.spl2_field th {
  border-bottom: 1px solid #fff;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
}
.spl2_field td {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 15px 0;
}



}
