/* -------------------------------------------------

共通CSS

------------------------------------------------- */
/* ロゴ
================================================== */
.Logo {
	font-family: serif;
	font-size: 12pt;
	font-weight: 500;
}

/* メニュー
================================================== */
#menu {
width:100% !important;
}
.menu_right_box {
display:none;
}
#menu > ul > li > a, #menu > ul > li > span {
padding: 2.6em 1em;
font-size: 12pt !important;
}


/* サイドメニュー
================================================== */
#sidebar {
margin: 50px 0 !important;
}
#sidebar a.sn_01, #sidebar a.sn_01_over {
padding           : 10px 15px !important;
font-size         : 12pt !important;
font-weight       : 600 !important;
font-family: 'Noto Serif JP' !important;
}
#sidebar a.sn_01_01, #sidebar a.sn_01_01_over{
padding           : 10px 25px !important;
font-size         : 10pt !important;
font-weight       : 600 !important;
font-family: 'Noto Serif JP' !important;
}


/* 表示／非表示
================================================== */
.SP {
display: none;
}
@media screen and (max-width : 480px) {
.SP {
display: block;
}
.PC {
display: none;
}
}

/* ボタン（左寄せ／四角）
================================================== */
.button_LeftS160px {
max-width: 160px;
width: 100%;
text-align: left;
}
.button_LeftS160px a{
padding: 5px 10px !important;
font-size: 10pt !important;
}
@media screen and (max-width : 480px) {
.button_LeftS160px a {
line-height: 1.6 !important;
}
}

/* ボタン（左寄せ／角丸）
================================================== */
.button_Left400px {
max-width: 400px;
width: 100%;
text-align: center;
}
.button_Left400px a {
padding: 10px !important;
}
@media screen and (max-width : 480px) {
.button_Left400px {
text-align: left;
}
.button_Left400px a {
padding: 10px 25px !important;
line-height: 1.6 !important;
}
}

/* ボタン（中央寄せ／角丸）
================================================== */
.button_Center400px {
max-width: 400px;
width: 100%;
margin: 0 auto;
text-align: center;
}
.button_Center400px a {
padding: 10px !important;
}
@media screen and (max-width : 480px) {
.button_Center400px {
text-align: left;
}
.button_Center400px a {
padding: 10px 25px !important;
line-height: 1.6 !important;
}
}

/* GoogleMap
================================================== */
.ggmap {
width: 100%;
height: 350px;
margin: 30px 0;
overflow: hidden;
}
.ggmap iframe {
width: 100%;
height:710px;
margin-top: -170px;
}

/* 余白
================================================== */
.padding_TB50px	{
	padding: 50px 0 !important;
}
.padding_L15px	{
	padding-left: 15px !important;
}

@media all and (max-width: 480px) {
.padding_TB50px	{
	padding: 30px 0 !important;
}
}

/* 箇条書き（点）
================================================== */
.List14pt	{		/* リンク用 */
	font-size: 14pt !important;
}
.List14pt li	{
	margin-bottom: 14px;
}
.List14pt li > p	{
	font-size: 12pt !important;
}
.List12pt	{		/* 箇条 */
	font-size: 12pt !important;
}
.List12pt li	{
	margin-bottom: 14px;
}
@media all and (max-width: 480px) {
.List14pt	{
	font-size: 12pt !important;
	padding-left: 24px !important;
}
.List14pt li > p	{
	font-size: 10pt !important;
}
.List12pt	{
	font-size: 11pt !important;
padding-left: 24px !important;
}
}

/* 箇条書き（数字）
================================================== */
.ListNumber12pt	{
font-size: 12pt !important;
}
.ListNumber12pt li	{
margin-bottom: 14px;
}
@media all and (max-width: 480px) {
.ListNumber12pt	{
font-size: 11pt !important;
padding-left: 24px !important;
}
}

/* 見出し
================================================== */
.H_16pt	{
font-size: 16pt !important;
font-family: 'Noto Serif JP'; 
font-weight: 500;
margin-bottom: 30px;
}
.H_16pt img {
vertical-align: 4px !important;
margin-right: 10px;
}
@media all and (max-width: 480px) {
.H_16pt	{
font-size: 12pt !important;
margin-bottom: 20px;
}
.H_16pt img {
vertical-align: 2px !important;
}
}

.H_16pt_Waku {		/* 枠あり */
font-size: 16pt !important;
font-family: 'Noto Serif JP';
font-weight: 500;
margin-bottom: 30px;
border: 1px solid #ccc;
padding: 8px 14px;
}

/* youtube動画
================================================== */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Footer
================================================== */
.FooterLeft__box,
.FooterRight__box {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 400px;
	width: 100%;
	margin: 0px auto;
}
.FooterLeft__box .Contact .Title {
font-size: 14pt !important;	
font-family: 'Noto Serif JP' !important;
font-weight: bold !important;
text-align: left;
line-height: 1.8;
margin-bottom: 15px;
}
.FooterLeft__box .Contact .Access {
font-size: 12pt !important;	
font-family: 'Noto Sans JP';
font-weight: 400;
text-align: left;
line-height: 1.8;
}
.FooterLeft__box .Contact .Privecy {
margin: 10px 0;
font-size: 11pt !important;	
font-family: 'Noto Sans JP';
font-weight: 400;
text-align: left;
line-height: 1.8;
}

.FooterRight__box .Waku {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #b0cfd2;
	box-shadow: #B0CFD2 0px 0px 0px 2px;
	border: 2px solid #ffffff;
	border-radius: 5px;
	padding: 30px;
}
.FooterRight__box .Waku .Title {
font-size: 14pt !important;	
font-family: 'Noto Serif JP' !important;
font-weight: bold!important;
line-height: 1.8;
margin-bottom: 15px;
color: #fff;
}
.FooterRight__box .Waku .Tel {
font-size: 20pt !important;	
font-family: 'Noto Sans JP';
font-weight: bold!important;
line-height: 1.8;
color: #fff;
}
.FooterRight__box .Waku .Tel .Icon {
font-size: 18pt !important;	
font-family: 'Noto Sans JP';
font-weight: bold!important;
display: inline-block !important;
margin-right: 8px;
color: #fff;
}
.Copyright {
margin: 10px 0 20px;
font-size: 10pt !important;	
font-family: 'Noto Sans JP';
font-weight: 400;
text-align: center;
}

@media all and (max-width: 768px) {
.FooterLeft__box	{
	margin: 0px auto 30px;
}
.FooterRight__box	{
	margin: 0px auto;
}
.FooterLeft__box .Contact .Title {
font-size: 12pt !important;	
}
.FooterLeft__box .Contact .Access {
font-size: 10pt !important;	
}
.FooterRight__box .Waku .Title {
font-size: 12pt !important;	
}
.FooterRight__box .Waku .Tel {
font-size: 18pt !important;	
}
.FooterRight__box .Waku .Tel .Icon {
font-size: 16pt !important;	
}
}
@media all and (max-width: 480px) {
.Copyright {
font-size: 8pt !important;	
}
}


/* -------------------------------------------------

トップページのみ

------------------------------------------------- */
.TopTitle {
font-size: 24pt !important;
text-align: center;
font-family: 'Noto Serif JP';
font-weight: 400;
}
.TopText_Wrp {
margin: 30px auto;
max-width: 580px;
width: 100%;
}		
.TopText {
font-size: 14pt !important;
font-family: 'Noto Sans JP';
font-weight: 400;
line-height: 2;
}

@media screen and (max-width : 768px) {
.TopTitle {
font-size: 18pt !important;
line-height: 1.8;
}
.TopText_Wrp {
max-width: 495px;
}	
.TopText {
font-size: 12pt !important;
line-height: 1.8;
}
}
@media screen and (max-width : 480px) {
.TopTitle {
font-size: 16pt !important;
}
.TopText {
padding: 0 2%;
}
}

/* トップページ（画像スライダー上の文章）
================================================== */
.catchphrase {
	font-family: 'Noto Serif JP';
	font-size: 20pt;
	line-height: 1.8; 
	color: #ffffff; 
}
@media screen and (max-width : 768px) {
.catchphrase {
	font-size: 16pt;
}
}
@media screen and (max-width : 480px) {
.catchphrase {
	font-size: 12pt;
}
}

/* トップページ（お知らせ）
================================================== */
.Top_Info800px {
max-width: 800px;
width: 100%;
margin: 0 auto;
}
.Top_Info800px h3 {
margin: 0;
padding: 15px;
font-size: 14pt;
line-height: 1.6;
color: #333;
background: #F6F6F6;
border: 1px solid #ddd;
font-weight: bold;
font-family: 'Noto Serif JP';
}
.Top_Info800px .TextBox {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 20px 24px 20px 24px;
font-size: 12pt;	
font-family: 'Noto Sans JP';
font-weight: 400 !important;
line-height: 2;
}
@media screen and (max-width : 768px) {
.Top_Info800px h3 {
font-size: 12pt;
}
.Top_Info800px .TextBox {
font-size: 11pt;	
}
}
@media screen and (max-width : 480px) {
.Top_Info800px h3 {
padding: 10px;
}
.Top_Info800px .TextBox {
padding: 14px 10px 14px 10px;
line-height: 1.7;
}
}

/* アクセス
================================================== */
.Access_Wrp {
max-width: 400px;
width:100%;
margin: 30px auto !important;
}
.AccessText {
font-size: 12pt !important;
font-family: 'Noto Sans JP';
font-weight: 400;
line-height: 1.7 !important;
text-align: left !important;
margin-bottom: 30px;
}
.AccessText:last-child {
margin-bottom: 0px;
}
.AccessTitle {
padding: 0.4em 0.8em;
color: #494949;
background: #f4f4f4;
border-left: solid 5px #7db4e6;
border-bottom: solid 3px #d7d7d7;
margin-bottom: 15px;
font-size: 14pt !important;	
font-family: 'Noto Serif JP' !important;
font-weight: bold!important;
text-align: left !important;
}
@media screen and (max-width : 480px) {
.Access_Wrp {
margin: 20px auto !important;
}
.AccessText {
font-size: 10pt !important;
}
.AccessTitle {
font-size: 11pt !important;	
}
}

/* 各事業所
================================================== */
.TopOffice_Wrp	{
	width: 100%;
	padding: 50px 0;
}
.TopOffice__box	{
	display: flex;
	flex-flow: row wrap;		/*追加*/
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
}
.TopOffice__box > div	{
	width: calc(20% - 48px);		/*修正*/
 margin:0 60px 50px 0;	/*修正*/
	box-sizing: border-box;
	position: relative;
		display: flex;
	flex-direction: column;
}
.TopOffice__box > div:nth-child(5) {
 margin:0 0 50px;
}
.TopOffice__box > div .Title {
font-size: 11pt !important;	
font-family: 'Noto Serif JP' !important;
font-weight: bold !important;
text-align: left;
line-height: 1.8;
margin-bottom: 15px;
}
.TopOffice__box > div .Title .-in {
font-size: 10pt !important;	
font-family: 'Noto Serif JP' !important;
font-weight: bold !important;
text-align: left;
line-height: 1.8;
margin: 5px 0;
text-indent: -1em;
padding-left: 1em;
}
.TopOffice__box > div .Tel {
font-size: 10pt !important;	
font-family: 'Noto Sans JP';
font-weight: 500;
text-align: left;
margin-bottom: 15px;
flex-grow: 1;	
}
.TopOffice__box > div .Tel .-in {
font-size: 14pt !important;	
display: inline-block !important;
}
@media all and (max-width: 1024px) {
.TopOffice__box	{
	flex-flow: row wrap;
}
.TopOffice__box > div	{
	width: calc(33.3333% - 40px);
 margin:0 60px 50px 0;
}
.TopOffice__box > div:nth-child(3n) {
 margin:0 0 50px;
}
.TopOffice__box > div:nth-child(5) {
 margin:0 60px 50px 0;
}

}
@media all and (max-width: 640px) {
.TopOffice__box > div	{
	width: calc(50% - 10px);
 margin:0 20px 50px 0;
}
.TopOffice__box > div:nth-child(2n) {
 margin:0 0 50px;
	padding-left: 10px;
}
.TopOffice__box > div:nth-child(3) {
 margin:0 20px 50px 0;
}
.TopOffice__box > div:nth-child(5) {
 margin:0 20px 50px 0;
}
}
@media all and (max-width: 480px) {
.TopOffice_Wrp	{
	padding: 30px 0;
}
.TopOffice__box > div	{
	width: 90%;
 margin:0 auto 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.TopOffice__box > div:nth-child(2n) {
 margin:0 auto 30px;
	padding-left: 0px;
}
.TopOffice__box > div:nth-child(3) {
 margin:0 auto 30px;
}
.TopOffice__box > div:nth-child(5) {
 margin:0 auto 30px;
}
.TopOffice__box > div:last-child {
 margin:0 auto;
}
}


/* その他バナー
================================================== */
.TopOther_Wrp	{
	width: 100%;
}
.TopOther__box	{
	display: flex;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.TopOther__box > div	{
	width: calc(33.3333% - 40px);
 margin:0 80px 0 0;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-flow: column wrap;
}
.TopOther__box > div:nth-child(3) {
 margin:0;
}
.TopOther__box > div a	{
	margin:0;
	width:100%;
	text-decoration:none;
	position: relative;
	-webkit-transition: all .3s;
 							 transition: all .3s;
}
.TopOther__box > div .image_box img,
.TopOther__box > div .image_box a img {
 max-width: 100%;
 height: auto;
	width: auto;
	vertical-align: bottom;
}

.TopOther__box > div .image_box img,
.TopOther__box > div .image_box a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	image-rendering: -webkit-optimize-contrast;
}
.TopOther__box > div .image_box a:hover img {
	text-decoration: none;
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
.TopOther__box > div .text_box	{
	width: 100%;
	padding: 0px
}
.TopOther__box > div h3	{
font-size: 14pt !important;	
font-family: 'Noto Serif JP' !important;
font-weight: bold!important;
position: relative;
display: inline-block;
}
.TopOther__box > div .text_box p	{
	margin: 0;
	font-size: 11pt !important;	
}

@media all and (max-width: 940px) {
.TopOther__box	{
	flex-flow: row wrap;
}
.TopOther__box > div	{
	width: calc(33.3333% - 20px);
	margin: 0 30px 30px 0;
	padding: 2%;
}
.TopOther__box > div:nth-child(3) {
 margin:0;
}
}

@media all and (max-width: 768px) {
.TopOther__box > div	{
	width: calc(50% - 30px);
	margin: 0 40px 30px 0;
}
.TopOther__box > div:nth-child(2) {
 margin:0 0 30px;
}
.TopOther__box > div:nth-child(3) {
 margin: 0 30px 0 0;
}
}

@media all and (max-width: 480px) {
.TopOther_Wrp	{
	width: 60%;
	margin: 0 auto;
}
.TopOther__box	{
	flex-flow: column wrap;
}
.TopOther__box > div	{
	width: 100%;
	margin: 0 0 20px;
}
.TopOther__box > div:nth-child(2) {
 margin:0 0 20px;
}
.TopOther__box > div:nth-child(3) {
 margin:0 0 20px;
}
}
@media all and (max-width: 414px) {
.TopOther_Wrp	{
	width: 80%;
}
.TopOther__box > div h3	{
font-size: 13pt !important;	
text-align: center !important;
display: block;
}
}



/* -------------------------------------------------

2階層ページ

------------------------------------------------- */
.Page {
	margin: 50px 0 100px;
}
@media screen and (max-width : 480px) {
.Page {
	margin: 30px 0 ;
	padding: 0 2%;
}
}

/* ページタイトル
================================================== */
.PageTitle {
padding: 4px;
border-bottom: 3px solid #B0CFD2;
margin-bottom: 50px;
}
.PageTitle h2 {
font-size: 24pt !important;
text-align: left;
font-family: 'Noto Serif JP';
font-weight: 600;
line-height: 1.2 !important;
}
.PageTitle_Jigyosho {
padding: 4px;
border-bottom: 3px solid #B0CFD2;
margin-bottom: 30px;
}
.PageTitle_Jigyosho h2 {
font-size: 24pt !important;
text-align: left;
font-family: 'Noto Serif JP';
font-weight: 600;
line-height: 1.2 !important;
}
.small {
font-size: 14pt !important;
font-family: 'Noto Serif JP';
font-weight: 600;
line-height: 1.2 !important;
margin-bottom: -20px !important;
}

@media screen and (max-width : 768px) {
.PageTitle h2 {
font-size: 20pt !important;
}
.PageTitle_Jigyosho h2 {
font-size: 20pt !important;
}
.small {
font-size: 10pt !important;
}
}
@media screen and (max-width : 480px) {
.PageTitle {
margin-bottom: 30px;
}
.PageTitle h2 {
font-size: 18pt !important;
}
.PageTitle_Jigyosho h2 {
font-size: 18pt !important;
}
}

/* コンテンツ
================================================== */
.PageSub_Wrp {
margin-bottom: 80px;
}
.PageSub_Wrp:last-child {
margin-bottom: 0px;
}

.PageSubTitle {
padding: 0 4px;
border-bottom: 3px double #B0CFD2;
margin-bottom: 30px;
}
.PageSubTitle h3 {
font-size: 20pt !important;
text-align: left;
font-family: 'Noto Serif JP';
font-weight: 500;
}

.PageSubText {
font-size: 12pt !important;
font-family: 'Noto Sans JP';
font-weight: 400 !important;
line-height: 2;
margin-bottom: 50px !important;
}
.PageSubText h4 {
	font-size: 16pt !important;
	text-align: left;
	font-family: 'Noto Serif JP';
	font-weight: 500;
	position: relative;
	padding-left: 25px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid #B0CFD2;
}
.PageSubText h4::before {
	content: "";
	width: 12px;
	height: 12px;
	border: 3px solid #B0CFD2;
	border-radius: 50%;
	position: absolute;
	top:12px;
	left: 0;
}
.PageSubText .Large {		/* 文字大きく */
	font-size: 18pt !important;
	font-weight: bold !important;
	line-height: 2;
	vertical-align: -1px;
	margin: 0 3px;
	color: #3D7FD2 !important;
}

@media screen and (max-width : 768px) {
.PageSubTitle h3 {
font-size: 16pt !important;
line-height: 1.8;
}
.PageSubText {
font-size: 11pt !important;
}
.PageSubText h4 {
	font-size: 14pt !important;
	padding-left: 20px;
	margin-bottom: 15px;
}
.PageSubText h4::before {
	width: 10px;
	height: 10px;
	top:10px;
}
.PageSubText .Large {		/* 文字大きく */
	font-size: 17pt !important;
	vertical-align: -2px;
	margin: 0 2px;
}

}
@media screen and (max-width : 480px) {
.PageSubTitle {
margin-bottom: 20px;
}
.PageSubTitle h3 {
font-size: 14pt !important;
}
.PageSubText h4 {
	font-size: 12pt !important;
	padding-left: 15px;
	margin-bottom: 0px;
}
.PageSubText h4::before {
	width: 8px;
	height: 8px;
	border: 2px solid #B0CFD2;
}
}

/* 区切り
================================================== */
.Section {
margin-bottom: 50px;
}

/* 写真2列
================================================== */
.PhotoWaku_Wrp {
	width: 90%;
}
.PhotoWaku {
background-color: #ffffff;
box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.2);
}
.PhotoWaku .-In {
	display: flex;
	justify-content: center;
	align-items: center;
padding: 30px;
}
.PhotoWaku .Photo img {
 width: 100%;
}
@media screen and (max-width : 480px) {
.PhotoWaku .-In {
padding: 10px;
}
}

/* 沿革
================================================== */
.table_enkaku {
width: 100%;
}
.table_enkaku td{
vertical-align: text-top;
line-height: 1.6 !important;
}

.table_enkaku td:nth-child(1),.table_enkaku td:nth-child(2) {
white-space: nowrap;
padding: 5px;
}
.table_enkaku td:nth-child(1) {
width: 60px;
}
.table_enkaku td:nth-child(2) {
width: 24px;
text-align: right;
}
.table_enkaku td:nth-child(3) {
width: auto;
padding: 5px 5px 5px 20px !important;
}
@media screen and (max-width : 480px) {
.table_enkaku td:nth-child(1),.table_enkaku td:nth-child(2) {
display: inline-block;
}	
.table_enkaku td:nth-child(3) {
display: block;
padding: 0px 5px 5px 5px !important;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
}
}

/* サービス内容
================================================== */
.table_details {
width: 100%;
}
.table_details td{
vertical-align: text-top;
line-height: 1.6 !important;
}

.table_details td:nth-child(1) {
white-space: nowrap;
padding: 5px;
}
.table_enkaku td:nth-child(1) {
width: 60px;
}
.table_details td:nth-child(2) {
width: auto;
padding: 5px 5px 5px 20px !important;
}
@media screen and (max-width : 480px) {
.table_details td:nth-child(1) {
display: inline-block;
}	
.table_details td:nth-child(2) {
display: block;
padding: 0px 5px 5px 5px !important;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
}
}

/* 法人概要
================================================== */
.table_gaiyo {
	width: 100%;
}
.table_gaiyo td {
	vertical-align: text-top;
	line-height: 1.6 !important;
}
.table_gaiyo td:nth-child(1) {
	white-space: nowrap;
	padding: 10px 5px;
	width: 150px;
	text-align: left;
	font-weight: 400;
}
.table_gaiyo td:nth-child(2) {
	width: auto;
	padding: 10px 5px 10px 20px !important;
}
@media screen and (max-width : 480px) {
.table_gaiyo td:nth-child(1) {
	width: 100%;
	display: block;
}
.table_gaiyo td:nth-child(2) {
	width: 98%;
	display: block;
	padding: 5px 0px 10px 5px !important;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
}


/* 事業所-プライム清流園デイサービスセンター
================================================== */
.table_dayservice {
	width: 100%;
 border-spacing: 0;
 box-sizing: border-box;
	border-collapse:	collapse;
}
.table_dayservice tr:nth-child(even) td {
  background-color: #ffffff;
}
.table_dayservice td {
	vertical-align: text-top;
	line-height: 1.6 !important;
	background-color: #eeeeee;
}
.table_dayservice td:nth-child(1) {
	white-space: nowrap;
	padding: 14px 5px 14px 10px;
	width: 150px;
	text-align: left;
	font-weight: 400;
}
.table_dayservice td:nth-child(2) {
	width: auto;
	padding: 14px 5px 14px 20px !important;
}
@media screen and (max-width : 480px) {
.table_dayservice td:nth-child(1) {
	width: 98%;
	display: block;
	background-color: #eeeeee !important;
	white-space:normal;
	padding: 10px 0 10px 10px !important;
}
.table_dayservice td:nth-child(2) {
	width: 98%;
	display: block;
	padding: 14px 0px 14px 10px !important;
	margin-bottom: 10px;
	background-color: #ffffff !important;
}
}

/* 募集要項（採用情報）
================================================== */
.table_yoko {
	width: 100%;
	border-spacing: 0;
 box-sizing: border-box;
	border-collapse:	collapse;
}
.table_yoko tr {
	border-bottom: 1px solid #ccc;
}
.table_yoko td {
	vertical-align: text-top;
	line-height: 1.6 !important;
}
.table_yoko td:nth-child(1) {
	/*white-space: nowrap;*/
	padding: 25px 25px 25px 5px;
	width: 100px;
	text-align: left;
	font-weight: 400;
}
.table_yoko td:nth-child(2) {
	width: auto;
	padding: 25px 5px;
}
@media screen and (max-width : 480px) {
.table_yoko tr {
	border-bottom: none;
}	
.table_yoko td:nth-child(1) {
	width: 100%;
	display: block;
	padding: 10px 5px;
	font-weight: 500;
}
.table_yoko td:nth-child(1) br {
	display: none;
}
.table_yoko td:nth-child(2) {
	width: 98%;
	display: block;
	padding: 5px 0px 15px 5px !important;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
}

/* 事業所のご案内（各事業所）
================================================== */
.Office_Wrp	{
	width: 100%;
}
.Office__box	{
	display: flex;
	flex-flow: row wrap;
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
}
.Office__box > div	{
	width: calc(33.3333% - 40px);
 margin:0 60px 50px 0;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	border: 1px solid #ccc;
	padding: 30px 20px;
}
.Office__box > div:nth-child(3n) {
 margin:0 0 50px;
}
.Office__box > div .Title {
font-size: 14pt !important;	
font-family: 'Noto Serif JP' !important;
font-weight: bold!important;
text-align: left;
line-height: 1.8;
margin-bottom: 15px;
}
.Office__box > div .Tel {
font-size: 14pt !important;	
font-family: 'Noto Sans JP';
font-weight: 500;
text-align: left;
margin-bottom: 15px;
flex-grow: 1;	
}
.Office__box > div .Tel .-in {
font-size: 18pt !important;	
display: inline-block !important;
}
@media all and (max-width: 1024px) {
.Office__box > div	{
	width: calc(33.3333% - 20px);
 margin:0 30px 30px 0;
}
.Office__box > div:nth-child(3n) {
 margin:0 0 30px;
}
}
@media all and (max-width: 898px) {
.Office__box > div .Title {
font-size: 12pt !important;	
}
.Office__box > div .Tel {
font-size: 12pt !important;	
}
.Office__box > div .Tel .-in {
font-size: 14pt !important;	
}
}
@media all and (max-width: 768px) {
.Office__box > div	{
	width: calc(50% - 15px);
 margin:0 30px 30px 0;
}
.Office__box > div:nth-child(2n) {
 margin:0 0 30px;
}
.Office__box > div:nth-child(3),
.Office__box > div:nth-child(9) {
 margin:0 30px 30px 0;
}
}
@media all and (max-width: 480px) {
.Office__box > div	{
	width: 90%;
 margin:0 auto 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.Office__box > div:nth-child(2n) {
 margin:0 auto 30px;
}
.Office__box > div:nth-child(3) {
 margin:0 auto 30px;
}
.Office__box > div:nth-child(5) {
 margin:0 auto 30px;
}
.Office__box > div:nth-child(9) {
 margin:0 auto 30px;
}
.Office__box > div:last-child {
 margin:0 auto;
}
}

/* padding（内側余白）
================================================== */
.padding-left_30px {
 padding-left: 30px !important;
}
@media all and (max-width: 480px) {
.padding-left_30px {
 padding-left: 0px !important;
}
}

/* 入力フォーム
================================================== */
.parts-block {
  margin-top:40px !important;
}
.send_box {
	margin:50px 0 0 !important;
	padding: 50px 0 0 !important;
	border-top: 2px solid #cccccc;
}
@media all and (max-width: 480px) {
.send_box {
	margin:50px 0 -50px !important;
	padding: 30px 0 0 !important;
}
}


/* 研修情報（研修ひろば　おろち）
================================================== */
.table_KenshuInfo {
	width: 100%;
	border-spacing: 0;
 box-sizing: border-box;
	border-collapse:	collapse;
}
.table_KenshuInfo tr {
	border-bottom: 1px solid #ccc;
}
.table_KenshuInfo td {
	vertical-align: text-top;
	line-height: 1.6 !important;
}
.table_KenshuInfo td:nth-child(1) {
	/*white-space: nowrap;*/
	padding: 25px 25px 25px 5px;
	width: 180px;
	text-align: left;
	font-weight: 400;
}
.table_KenshuInfo td:nth-child(2) {
	width: auto;
	padding: 25px 5px;
}
@media screen and (max-width : 480px) {
.table_KenshuInfo tr {
	border-bottom: none;
}	
.table_KenshuInfo td:nth-child(1) {
	width: 100%;
	display: block;
	padding: 10px 5px;
	font-weight: 500;
}
.table_KenshuInfo td:nth-child(1) br {
	display: none;
}
.table_KenshuInfo td:nth-child(2) {
	width: 98%;
	display: block;
	padding: 5px 0px 20px 5px !important;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
}
