@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　メニューボタンを滞在状態にする
--------------------------------------------------------*/
/* グローバルメニュー */
/*
#g_menu .navi03 img {
	opacity: 0;
	filter: alpha(opacity=0);
}
*/
/* 右カラムメニュー */
/*
#contentsR .r_navi03 img {
	opacity: 0;
	filter: alpha(opacity=0);
}
*/



.group {
	width:750px;
	clear:both;
	margin-top:15px;
	overflow:hidden;
	background:url(../img/common/back_under.jpg) bottom no-repeat #FFF;
	padding-bottom:40px;
}

.main_img {
	width:685px;
	margin:0 auto 30px;
}

.group dl{
	width:685px;
	margin:0 auto 5px;
	overflow:hidden;
	clear:both;
}

.group dt{
	width:26%;
	float:left;
}

.group dt h6{
	padding-left:30px;
	font-size:1.6em;
	font-weight:bold;
	float:left;
}

.group dd{
	width:74%;
	font-size:1.4em;
	float:left;
}

.list01 {
	background:url(../img/career/list_img01.gif) left 40% no-repeat;
}

.group > p {
	width:685px;
	margin:0 auto;
}

.text {
	margin-top:21px;
	font-size:1.4em;
}

.m_title {
	margin-top:50px;
	padding-top:30px;
	background:url(../img/career/title_img.gif) top left no-repeat;
}

.m_title h5{
	width:685px;
	margin:0 auto 21px;
	padding-bottom:8px;
	font-size:2.0em;
	font-weight:bold;
	color:#529ed7;
	background:url(../img/common/dot_line.gif) bottom repeat-x;
}

.group ul{
	width:685px;
	margin:15px auto 0;
}

.group li{
	padding-left:15px;
	background:url(../img/career/list_img02.gif) left 40% no-repeat;
	font-size:1.4em;
}

.two {
	background:url(../img/career/list_img02.gif) left 18% no-repeat !important;
}

.group table {
	width:685px;
	margin:0 auto;
	font-size:1.4em;
}

.group th {
	color:#FFF;
	background-color:#7fb6df;
	font-weight:bold;
	padding:12px 0 8px;
	text-align:center;
	border:1px solid #FFF;
	vertical-align:middle;
}


.group td {
	background-color:#f0f0f0;
	padding:12px 0 8px 21px;
	border:1px solid #FFF;
}


.p_group {
	width:686px;
	margin:0 auto;
	overflow:hidden;
}

.group .photo {
	float:left;
	margin:0 10px 10px 0; 
}

 .m_none {
	 margin-right:0 !important;
 }
 
.pos_re {
	position:relative;
 }
 
 .map_btn {
	 font-size:0.93em;
	 padding-left:12px;
	 position:absolute;
	 top:0px;
	 right:20px;
	 background:url(../img/career/map_triangle.gif) left 40% no-repeat;
 }
 

/*--------------------------------------------------------
　奥進追加
--------------------------------------------------------*/
.b_text {font-weight: bold;}
.required {color: red;}
.info_box {
	background-color: #f0f0f0;
	border: solid 1px #cccccc;
	padding: 10px;
}

.no_ol {
	list-style: decimal !important;
	width:640px;
	margin:15px auto 0 45px;
}
.no_ol li {
	background: none !important;
	padding-left: 0px;
}

.sitemap li{
	padding-left:14px;
	font-size:1.4em !important;
	line-height:1.5em;
	background:url(../img/common/f_triangle.gif) left 40% no-repeat;
	margin-bottom: 10px;
}

.sitemap li.center_li{
	padding-left:30px;
	background:url(../img/common/f_triangle.gif) 15px 40% no-repeat;
}

.whats_new_list dt {
	font-size: 1.4em !important;
	line-height:2em;
	margin-bottom: 5px;
	
}

.whats_new_list dd {
	font-size: 1.4em !important;
	line-height:2em;
	margin-bottom: 5px;
	margin-left: -139px;
	padding-left: 139px;
	border-bottom: dashed 1px #ccc;
}


/**
* columns
**/
.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
@media (max-width: 46.24em) {
  
  .columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
}
.columns .col-space {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  box-sizing: border-box;
}
.columns .col-space.col-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  box-sizing: border-box;
}
.columns .col-space.col-3 {
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
  box-sizing: border-box;
}
@media (max-width: 46.24em) {
  
  .columns .col-space.col-2,
  .columns .col-space.col-3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.columns .col-space .col-item {
  padding: 1rem;
  word-break: break-all;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 46.24em) {
  
  .columns .col-space .col-item {
    padding: 0;
  }
}

.columns.btn-tab-g {
	width: 685px;
	margin: 0 auto;
}

.columns.btn-tab-g .col-space .col-item {
	height: auto;
	box-sizing: border-box;
}
.columns .btn-tab {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.columns.btn-tab .col-space.col-t,
.columns.btn-tab .col-space.col-b {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.columns.btn-tab .col-space .col-item {
	height: auto;
	box-sizing: border-box;
}
.columns.btn-tab .col-space.col-t .col-item {
	padding: 0;
	background-color: #7fb6df;
	border: 3px solid #7fb6df;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 56px;
}
.columns.btn-tab .col-space.col-b {
	height: 5px;
}
.columns.btn-tab .col-space.col-b .col-b-img .col-bl,
.columns.btn-tab .col-space.col-b .col-b-img .col-bc,
.columns.btn-tab .col-space.col-b .col-b-img .col-br {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 5px;
	box-sizing: border-box;
}
.columns.btn-tab .col-space.col-b .col-b-img .col-bl {
	-ms-flex-preferred-size: 2px;
	flex-basis: 2px;
	background-image: url(../img/hattatu/btn_left.png);
	background-repeat: no-repeat;
}
.columns.btn-tab .col-space.col-b .col-b-img .col-bc {
	-ms-flex-preferred-size: calc( 100% - 4px );
	flex-basis: calc( 100% - 4px );
	background-image: url(../img/hattatu/btn_center.png);
	background-repeat: repeat;
}
.columns.btn-tab .col-space.col-b .col-b-img .col-br {
	-ms-flex-preferred-size: 2px;
	flex-basis: 2px;
	background-image: url(../img/hattatu/btn_right.png);
	background-repeat: no-repeat;
}

.btn-tab-g a.btn-tab:hover {
	text-decoration: none;
}
.btn-tab-g a.btn-tab:hover .col-t .col-item {
	border: 3px solid #e7e3dc;
}

.wrapper {
	width: 685px;
	margin: 0 auto;
	padding-top: 20px;
}

.midashi {
	padding-bottom: 8px;
	margin: 30px auto 14px;
	text-align: center;
	color: #529ed7;
	font-size: 2.0em;
	font-weight: bold;
	border-bottom: dotted 2px #80B8E1;
}

.midashi-s {
	padding: 8px 0 8px 10px;
	margin: 30px auto 14px;
	font-size: 1.8em;
	font-weight: bold;
	border-left: 4px solid #6FAEDD;
	border-bottom: dotted thin #ccc;
}

.strong {
	font-weight: bold;
}

.underline,
.underline:link,
.underline:visited,
.underline:hover,
.underline:active {
	text-decoration: underline;
}

.center {
	text-align: center;
}

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

.wrapper p {
	font-size: 1.4em;
}

/*.jidou-contents {
	background-image: url(../img/hattatu/image001.jpg);
	background-position: bottom right;
	background-size: 120px;
	background-repeat: no-repeat;
}*/

.wrapper dl p {
	font-size: 1em;
}

img.mainimg {
	width: 100%;
	height: auto;
}

table.hattatu_schedule {
	margin-bottom: 10px;
}
table.hattatu_schedule tr th.bg-pink {
	background-color: rgba(245,203,216,1.00);
	color: #333;
}
table.hattatu_schedule tr th.bg-green {
	background-color: rgba(199,238,214,1.00);
	color: #333;
}
table.hattatu_schedule tr th.bg-purple {
	background-color: rgba(222,204,232,1.00);
	color: #333;
}
table.hattatu_schedule tr th.bg-orange {
	background-color: #F8D8AE;
	color: #333;
}
table.hattatu_schedule tr td {
	padding-right: 8px;
}
table.hattatu_schedule tr td:first-of-type {
	vertical-align: top;
}
table.hattatu_schedule tr td:nth-of-type(2) {
	padding: 0;
}
/*table.hattatu_schedule .td_comment {
	background-color: #E3F1FB;
}*/
table.hattatu_schedule td.td_comment {
	padding: 10px;
}
table.hattatu_schedule .td_comment .inner {
	padding: 10px;
	border: #BAD6EC 3px solid;
	border-radius: 8px;
}

.hattatu_schedule img {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	border-radius: 8px;
}

.hattatu_schedule .toilet_img {
	padding-top: 10px;
	text-align: center;
}

.hattatu_schedule .toilet_img img {
	display: inline-block;
	max-width: 200px;
	margin: 0;
}

.yajirushi {
	padding: 10px 0;
	text-align: center;
}
.yajirushi img {
	width: 30px;
	height: auto;
}

table.hattatu_schedule .point-color {
	font-size: 1.2em;
}

.use table:last-of-type {
	margin-bottom: 10px;
}
.use table tr td {
	padding-right: 8px;
}

.group .use p {
	width: auto;
}

.point-color {
	color: #529ed7;
}

.point-color-b {
	color: #529ed7;
	font-weight: bold;
}

.point-color2 {
	color: rgba(224,97,136,1.00);
}

.point-color2-b {
	color: rgba(224,97,136,1.00);
	font-weight: bold;
}

.use p.point-color {
	font-size: 1.2em;
}

.list01.line2 {
	background-position: top 5px left;
}

.comment {
	padding: 12px;
	background-color: #f0f0f0;
	border-radius: 10px;
}

.activity img {
	width: 100%;
	height: auto;
}

.trial-work {
	background-color: #FAF9EE;
	border: 3px solid #BAD6EC;
	border-radius: 8px;
}

.trial-work .title {
	padding: 1rem 1rem 0;
	color: #378FD0;
	font-size: 1.8em;
}

/*「個別課題」モーダル*/
#modal_bg {/*-------------背景*/
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	background-color: rgba(0,0,0,0.6);
}
#individual_modal {/*-------------モーダル*/
	display: none;
	position: fixed;
	width: 70%;
	height: 80vh;
	top: 10vh;
	right: 15%;
	background-color: #fff;
	outline: thin solid #ddd;
	z-index: 12;
	overflow-x: hidden;
	overflow-y: auto;
}
#individual_modal .wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 65px 20px 20px;
	box-sizing: border-box;
}
#individual_modal .inner {
	overflow: scroll;
	width: 100%;
	max-width: 700px;
	height: 100%;
	margin: 0 auto;
	font-size: 100%;
}
#individual_modal_close {/*-------------閉じるボタン*/
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.5rem 0.5rem 0 0;
	line-height: 1;
	color: #666;
	cursor: pointer;
	font-size: 0.8rem;
	text-align: center;
	z-index: 13;
}
#individual_modal_close .fa {
	font-size: 2.4rem;
}

#individual_modal .columns .col-space.col-img {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
}

.individual_btn:hover {
	cursor: pointer;
	opacity: 0.7;
}

.crown {
	display: block;
	max-width: 222px;
	margin: 20px auto;
}

#individual_modal .kadai-title {
	margin-bottom: 20px;
	font-size: 1.8em;
	color: #529ed7;
	font-weight: bold;
	border-bottom: dotted thin #ccc;
}
#individual_modal .kadai-title i {
	margin-right: 5px;
	font-size: 1.2em;
}

table.kadai {
	width: 100%;
	font-size: 1.4em;
}

table.kadai th {
	width: 10em;
	padding: 0 10px 10px;
}
table.kadai td {
	padding: 10px;
	border: thin solid #fff;
	background-color: #f0f0f0;
}

table.kadai th div {
	padding: 10px;
	border-radius: 8px;
	text-align: center;
}
table.kadai th div.bg-green {
	background-color: rgba(83,201,128,1.00);
	color: #fff;
}
table.kadai th div.bg-orange {
	background-color: #F2B76A;
	color: #fff;
}
table.kadai th div.bg-pink {
	background-color: rgba(231,141,168,1.00);
	color: #fff;
}

table.kadai .kadai_img {
	padding-top: 10px;
	text-align: center;
}

table.kadai .kadai_img img {
	display: inline-block;
	max-width: 200px;
	margin: 0;
}

table.kadai-introduce {
	width: 100%;
	font-size: 1.4em;
	margin-top: 30px;
	border: thin solid #ddd;
}

table.kadai-introduce th,
table.kadai-introduce td {
	padding: 10px;
	border: thin solid #ddd;
}

table.kadai-introduce th {
	padding: 12px 0 8px;
	background-color: #7fb6df;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

table.kadai-introduce td {
	vertical-align: top;
}
table.kadai-introduce td:first-of-type {
	width: 10em;
	padding: 5px;
}

table.kadai-introduce td:first-of-type img {
	width: 100%;
	border-radius: 8px;
}

/*評価表*/
ul.hyoka {
	width: 685px;
	margin: 0 auto;
}

ul.hyoka li {
	background-position: 0 0.5em;
	margin-bottom: 15px;
	padding-left: 15px;
	background: url(../img/career/list_img02.gif) left 40% no-repeat;
	font-size: 1.4em;
}

table ul.hyoka {
	width: 100%;
}

table ul.hyoka li {
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 1em;
}


/*デイサービス　活動報告*/
.wrapper.houkoku,
.wrapper.soukatsu,
.wrapper.program
{
	font-size: 1.4em;
}

.wrapper.houkoku ul li {
	margin-bottom: 1em;
}

/*新着情報*/
.info_text {
	width: 685px;
	margin-left: auto;
	margin-right: auto;
}

.preview-notice {
	color: #d9534f; /* 警告色 */
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 0.5em 0;
	margin-bottom: 1em;
	border-radius: 1rem;
	background-color: #ffd2d2; /* 軽い警告背景色 */
}

@media (max-width: 46.24em) {
	
	.activity.columns .col-space .col-item {
		padding-bottom: 1rem;
	}
	
}