<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/****************** 文字装飾　*****************/

h2.info{font-size: 1.8rem; text-align: center; border-bottom: 4px dotted #C4AC85; margin-bottom: 20px;}
.list_h3{content:"&amp;#9679;&amp;nbsp;";
color: var(--theme-main-color);}
.basicUl, .basicOl{font-size: 1.2rem;}
dl.basicDl dt, dl.basicDl dd{font-size: 1.2rem!important;}
dl.key-listDl dt{font-weight:bold; font-size: 1.1rem;}
dl.newsDl p{margin-bottom: 0px;}
.txt_round {
	font-size: 100%;
	font-weight: normal;
	font-family:"-apple-system", BlinkMacSystemFont, "M PLUS Rounded 1c",sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}
.mt100{margin-top: 100px;}
.pt100{padding-top: 100px;
}
/*	youtube googleスライドショー埋め込み
-----------------------------------------------------*/
.media-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.media-embed iframe {
  width: 100%;
  height: 100%;
}
/*	border
-----------------------------------------------------*/
.br5 {border-radius: 5px;border: 1px solid #afa9b0;}	/* 角丸*/
.border3 {
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
  box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	background: #fff;
}
/* border細め */
img.border4 {
	border:3px solid #fff;
	box-shadow: 1px 1px 2px 3px #B0B0B0;
}



/****************** フローチャート 時間割など　*****************/
.flow_time {
/*	width: 100%;
*/	margin: 10px 0 0 0;
	/*  font-size: 85%;
*/
}
.flow_time caption,.flow_time_box h3 {
	margin: 0 0 20px 0;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	color: #FF8519;
}
.flow_time_box {
	padding: 20px 10px 10px;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 15px;
	background: #FFFFCC;
	margin-bottom: 20px;
}
.flow_time_box .img_btm{position: absolute;
bottom: 0%;}


@media only screen and (max-width: 1000px) {
	.flow_time_box {width: 45%}
}
@media only screen and (max-width: 820px) {
	.flow_time_box {width: 100%}
}

.f_time_number_g {
	min-width: 120px;
	height: 25px;
	line-height: 25px;
	padding: 2px 5px;
	display: block;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	top: -10px;
	left: -10px;
	background: #4AD04C;
}
.f_time_number_o {
	min-width: 120px;
	height: 25px;
	line-height: 25px;
	padding: 2px 5px;
	display: block;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	top: -10px;
	left: -10px;
	background: #FF9900;
}
.time_g{background-color: #57BC21; width: 6em;  padding: 2px 20px; border-radius: 10px;color: #fff; font-weight: bold; text-align: center;}
.flow_time_box p {
	margin: 0!important;
	padding: 0!important;
}
.f_time_arrow {
	margin: 10px auto;
	display:block;
	width: 0px;
height: 10;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #ff6666 transparent transparent transparent;
	/*margin: 10px auto;
	display: block;
	width: 20px;
	border-top: 10px solid #FF6666;
	border-bottom: 0px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;*/
}
.flow_none {
	background-color: #FFFFFF;
}
.f_arrow_none {
	margin: 10px auto;
	display: block;
	width: 20px;
}


/****************** フローチャート ステップ図 *****************/
.flow-step &gt; li {
  position: relative;
	  list-style-type: none;

}
.flow-step &gt; li:not(:last-child) {
  margin-bottom: 40px;
}
.flow-step &gt; li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}
.flow-step &gt; li dl {
  /*width: 100%;*/
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid rgba(126,220,108,1.00);
  border-radius: 10px;
  position: relative;
}
.flow-step &gt; li:not(:last-child) dl::before,
.flow-step &gt; li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-step &gt; li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: rgba(126,220,108,1.00);
}
.flow-step &gt; li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow-step &gt; li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgba(126,220,108,1.00);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
.flow-step &gt; li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: rgba(126,220,108,1.00);
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
		}




/* 2重アンダーライン */
.underline_p {
	color: #FD6C93!important;
	font-weight: bold!important;
	padding: 0;
	margin: 2rem 0 1.6rem 0;
	border-bottom: #fd909b 3px solid;
	position: relative;
}
/*.underline_p::before {
	content: '';
	width: 100%;
	border-bottom: #FFBDD0 solid 4px;
	position: absolute;
	left: 0px;
	bottom: -8px;
}*/

.underline_g {
	position: relative;
	padding: 0em 0.5em 0.2em;
	font-size: 100%;
	font-weight: bold;
	color: #669000;
	margin-bottom: 10px;
	border-bottom: 2px dotted #C6E970;
}
.underline_g::before {
	content: '';
	width: 100%;
	border-bottom: 2px solid #ECFFBD;
	position: absolute;
	left: 0px;
	bottom: -5px;
}

.underline_o {
	line-height: 1.2;
	padding: 3px 2px 0px;
	margin-bottom: 15px;
	border-bottom: 2px dotted #FFD084;
	position: relative;
}
.underline_o::before {
	content: '';
	width: 100%;
/*	border-bottom: 2px solid #FCC997;*/
	position: absolute;
	left: 0px;
	bottom: -5px;
}
.txt_blue{color: #118CFF!important;}

.crumbs li br,h1 br,title span,title br{
  display: none;
}
title span,title br{
  display: none;
}


/*	ボタン
-----------------------------------------------------*/

.button_form {
	box-shadow:1px 1px 3px 3px #b6b6b6,0px 1px 4px 0px #ff881f inset;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #db5503;
	cursor:pointer;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	padding:15px 20px;
	text-decoration:none;
	text-shadow:1px 1px 3px #882b01;
	text-align:center!important;
	margin: 20px 80px 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7000+0,ff5200+100 */
background: #ff7000; /* Old browsers */
background: -moz-linear-gradient(top, #ff7000 0%, #ff5200 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff7000 0%,#ff5200 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff7000 0%,#ff5200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7000', endColorstr='#ff5200',GradientType=0 ); /* IE6-9 */
}
.button_form    a{color:#fff; text-decoration:none;}
.button_form :hover {
	background-color:#FF9933;
	color:#ffffff;
}
.button_form :active {
	position:relative;
	top:1px;
}

div.nav_mosikomi {
	width: 130px;
	margin-bottom:10px;
}
.l_Button {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:#FFA935 bottom;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25', GradientType=0);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	/*	font-family:arial;
*/	font-size:21px;
	font-weight:bold;
	padding:13px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #7a4e06;
}
.l_Button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
	background:-moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477', GradientType=0);
	background-color:#fb9e25;
	color:#FF3300;
}
.l_Button:active {
	position:relative;
	top:1px;
}
/*	追加20141210
-----------------------------------------------------*/
/* 入所申し込みボタン小　オレンジ */

/* 勝手にアイコン */
.new_box a[href$=".pdf"]{background:url(../../img/pdf-22.png) no-repeat 100% 50%;padding:4px 28px 4px 0;}
 
.new_box a[href$=".doc"]{background:url(../../img/doc-22.png) no-repeat 100% 50%;padding:4px 28px 4px 0;}
.new_box a[href$=".docx"]{background:url(../../img/doc-22.png) no-repeat 100% 50%;padding:4px 28px 4px 0;}

.new_box a[href$=".xlsx"]{background:url(../../img/xls-22.png) no-repeat 100% 50%;padding:4px 28px 4px 0;}
.new_box a[href$=".xls"]{background:url(../../img/xls-22.png) no-repeat 100% 50%;padding:4px 28px 4px 0;}

.new_box .button_round a[href$=".pdf"]{background:url(../../img/pdf-22.png) no-repeat 80% 50% ;border:#F39193 4px solid;}
 
.new_box .button_round a[href$=".doc"]{background:url(../../img/doc-22.png) no-repeat 80% 50%;border:#4787CB 4px solid;}
.new_box .button_round a[href$=".docx"]{background:url(../../img/doc-22.png) no-repeat 80% 50%;border:#4787CB 4px solid;}

.new_box .button_round a[href$=".xlsx"]{background:url(../../img/xls-22.png) no-repeat 80% 50%;border:#4DA24F 4px solid;}
.new_box .button_round a[href$=".xls"]{background:url(../../img/xls-22.png) no-repeat 80% 50%;border:#4DA24F 4px solid;}

.button_round a {
    background: #fff;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    min-width: 250px;
    padding: 10px 28px 10px 0;
    text-decoration: none;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: bold;
	font-size: 1.5rem;
	font-family:"-apple-system", BlinkMacSystemFont, "M PLUS Rounded 1c",sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}

.button_round a:hover {
  background-color: #F9F1C5;
}
.button_round a:hover[href$=".pdf"]{background-color:#FCFFDA;}
.button_round a:hover[href$=".doc"]{background-color:#FCFFDA;}
.button_round a:hover[href$=".docx"]{background-color:#FCFFDA;}
.button_round a:hover[href$=".xls"]{background-color:#FCFFDA;}
.button_round a:hover[href$=".xlsx"]{background-color:#FCFFDA;}

.button_arrow {text-align: center;padding: 10px ; }
.button_arrow a{border:4px solid #77cd86; background:#77cd86;  border-radius: 9999px; max-width: 400px; margin-bottom: 20px; color: #fff;font-family:"-apple-system", BlinkMacSystemFont, "M PLUS Rounded 1c",sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";}
.button_arrow a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 8px;
  height: 8px;
  border-top: solid 4px currentColor;
  border-right: solid 4px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button_arrow a:hover {
  background: #8EDC9B;
}
.button_arrow a:hover:after {
  right: 1.4rem;
}

/*事業所案内 電話する メールボタン*/
.button_style a{
  background-color:var(--theme-sub-color)!important;
	color: #fff;
	font-weight: bold;
	padding: 3px 10px;
	border-radius: 9999px;
	margin: 5px;
}
.button_style_mail a{
  background-color: var(--theme-main-color)!important;
	color: #fff;
	font-weight: bold;
	padding: 3px 10px;
	border-radius: 9999px;
	margin: 5px;
}

/*スマホヘッダー内 電話する メールボタン*/
#contact-links{display:none;}
@media only screen and (max-width: 768px) {

#contact-links{width:100%; display: flex;position: fixed; bottom:0px; z-index: 100;background-color: #fff;padding-bottom: 10px;}
#contact-links div{font-size: 1.5rem;}
	.footer_button_style_tel,.footer_button_style_mail{flex-basis: calc((100% - 80px) * 0.5);font-size: 1em;}
#contact-links .footer_button_style_tel a{
  background-color: var(--theme-sub-color)!important;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	margin: 5px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
#contact-links .footer_button_style_mail a{
  background-color: var(--theme-main-color)!important;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	margin: 5px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.top_arrow {
  border: 0 none;
  bottom: 5px;
  cursor: pointer;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0%;
  width: 80px;
  z-index: 2147483647;
}


}
/* ***************アコーディオン ****************/
details.event {
  --arrow-size: 18px;
  --anime-speed: 0.3s;
	text-align: center;
}

details.event summary {
  box-sizing: border-box;
  position: relative;
  display:inline-block;
 font-size: 1.5rem;
	font-weight: bold;
  padding: 0.5em calc(var(--arrow-size) + 3em) 0.5em 3.5em;
  background: #fff;
  border: 4px solid var(--theme-main-color);
  cursor: pointer;
	border-radius: 9999px;
	text-align: center;
	min-width: 200px;
	margin:20px auto;
	font-family:"-apple-system", BlinkMacSystemFont, "M PLUS Rounded 1c",sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}

details.event summary::-webkit-details-marker {
  /* iOSで表示されるデフォルトの三角形アイコンを消す */
  display: none;
}

/* ※本来はafter要素の装飾で十分だが、iOSだと疑似要素に「transition」が効かないので、通常のタグを装飾 */
details.event summary .ico {
  position: absolute;
  top: 0;
  right: 1.5em;
  bottom: 0;
  display: block;
  width: var(--arrow-size);
  height: calc(var(--arrow-size) * 0.6);
  /*aspect-ratio: 1/0.6;*/
  /* ※追記 Windows版Chrome124にてaspect-ratioを指定した要素と、position: absoluteの位置調整の組み合わせに不具合が発生したため、height値をcalcの計算に切り替え */
  margin: auto;
  background: var(--theme-main-color);
  clip-path: polygon(0 10%, 50% 55%, 100% 10%, 100% 50%, 50% 100%, 0 55%);
  transition: transform var(--anime-speed);
}

details.event[open] summary .ico {
  transform: rotate(180deg);
}

details.event .inner {
  position: relative;
  padding: 0.5em;
  background: var(--theme-bg-color-pale);
	border-radius: 10px;
	
}
details.event .inner div{background: #fff;border-radius: 10px;  padding: 0.5em;

}
.border_dashed {/*日付*/
  display: inline-block;
  min-width: 140px;
  line-height: 1.9rem;
  background-color:  var(--theme-sub-color);
  color:var(--text-color-light);
  font-style: normal;
  text-align: center;
  font-size: 1.3rem;
  border-radius: 10px;
  margin-right: 10px;
	padding: 2px;
}


/* ***************空き情報 ****************/
/* テーブル装飾 */
.data_schedule, .data_schedule tr th, .data_schedule tr td {
	border-color: #f4b131 !important;
	border-top-color: #f4b131 !important;
	border-right-color: #f4b131 !important;
	border-bottom-color: #f4b131 !important;
	border-left-color: #f4b131 !important;
}
.data_schedule th {
	background-color: #fff08b;
	color: #8f6738;
}
.data_schedule {
	margin-bottom: 20px;
	line-height: 1.3em;
	border: 1px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-collapse: separate;
	border-spacing: 0;
}
.data_schedule tbody tr:nth-child(even) {
	background-color: #ffffdd;
}
.data_schedule tbody tr:nth-child(odd) {
		background-color: #fff;

}
.data_schedule th:first-child {
	background: #FFC4C4;
}
.data_schedule th:last-child {
	background: #A9F8A5;
}
.data_schedule th, .data_schedule td {
	padding: 5px;
	height: 1.5em;
	text-align: center;
}
.data_schedule tr th {
	border-right: 1px solid;
}
.data_schedule tr:first-child th:first-child {
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
}
.data_schedule tr:first-child th:last-child {
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}
.data_schedule tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
}
.data_schedule tr:last-child td:last-child {
	-webkit-border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0;
}
.data_schedule tr th, .data_schedule tr td {
	border-bottom: 1px solid;

}
.data_schedule tr:last-child th, .data_schedule tr:last-child td {
	border-bottom: none;
}
.data_schedule caption {
	margin: 0;
	padding-bottom: .2em;
	text-align: left;
	font-weight: bold;
}
/* table装飾 */
.table_stripe {
  border-collapse: collapse;
}
.table_stripe tr:nth-child(even) {
  background: #FCE6E7;
}
.table_stripe tr:nth-child(odd) {
  background: #FFFEE9;
}
.table_stripe th, .table_stripe td {
  border: solid 1px white;
  text-align: left;
  padding: 10px 15px;
}
.table_stripe th {
  font-weight: bold;
}
.bg_stripe tr:nth-child(odd) td {
	background: #FBFAEB;
}
.bg_stripe_pink tr:nth-child(odd) td {
	background: #FBD9D9;
}
.bg_stripe_green tr:nth-child(odd) td {
	background: #EAF8BD;
}
.bg_stripe_blue tr:nth-child(odd) td {
	background: #CFE6EE;
}
.bg_stripe_orange tr:nth-child(odd) td {
	background: #F9E3CF;
}

/* company data table mark up */
.table_data1 img{box-sizing: border-box;}
table.table_data1 {
	box-sizing: border-box;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 1.2rem;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	}
table.table_data1 th,
table.table_data1 td {
	padding: 5px 10px;
	border-top: 2px solid #fff;
	border-right: 3px solid #fff;
	}
table.table_data1 th {
	/*white-space: nowrap;*/
	background-color: #ffd9d9;
	font-weight: bold;
	}
table.table_data1 caption{font-weight: bold;}

table.table_data2 {
		box-sizing: border-box;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 1.2rem;
	width: auto;
	margin: 0px 10px 10px 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	}
table.table_data2 th,
table.table_data2 td {
	padding: 2px 4px;
	line-height: 1.4;
	border-bottom: 1px solid #fff;
	border-left: 2px solid #fff;
	}
table.table_data2 th {
	/*white-space: nowrap;*/
	background-color: #FCBFBF;
	}

table.table_data3 {
	border-collapse: collapse;
	empty-cells: show;
	border-top: 1px solid #fff9;
	border-right: 2px solid #fff;
	margin-top: 0px;
	}
table.table_data3 th,
table.table_data3 td {
	padding: 2px 4px;
	line-height: 1.4;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	}
table.table_data3 th {
	/*white-space: nowrap;*/
	background-color: #FCBFBF;
	}	

table.table_data4 {
	border-collapse: collapse;
	empty-cells: show;
	border-top: 1px solid #fff9;
	border-right: 2px solid #fff;
	margin-top: 0px;
	}
table.table_data4 th,
table.table_data4 td {
	padding: 5px 10px;
	line-height: 1.4;
	border-bottom: 2px dotted #C8BFA6;
	border-left: 1px solid #fff;
	}
table.table_data4 th {
	/*white-space: nowrap;*/
	background-color: #FFF2C6;
	font-weight: bold;
	}	
table.table_data4 td {
	/*white-space: nowrap;*/
	background-color: #FFF7DC;
	}	
table.table_data4 caption {
	font-weight: bold;	
font-size: 1.4rem;}	


.recruit_box table tr:first-child{font-weight: bold;background-color: #EFEDD4;padding: 5px;}

.commonTable01 td{background-color: #fff;}
.commonTable02{
  width: 100%;
  border-collapse: collapse;
}
.commonTable02 tr td{text-align: left!important;}
/*.commonTable02 :first-child{
  background: #ffe8ba;
}*/
/*.commonTable02 tr *:nth-child(1){
  background: #ffc477;
}

.commonTable02 tr *:nth-child(2){
  background: #FFFADA;
}

.commonTable02 tr *:nth-child(3){
  background: #FFF2CE;
}

.commonTable02 tr *:nth-child(4){
  background: #FFFADA;
}

.commonTable02 tr *:nth-child(5){
  background: #FFF2CE;
}*/
.commonTable02 tr th{
  background: #ffc477!important;
}
.commonTable02 tr th a{
  background: #ffc477;
	color: #685F50;
	font-weight: bold;
}
.commonTable02 tr td a{
  background-color: #58D102!important;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	border-radius: 3px;
}


.commonTable02 th,.commonTable02 td{
  border:solid 1px white;
  text-align: center;
  padding: 5px;
}


/*==========================================
    ふきだし
============================================*/
 
.arrow_answer,
.arrow_question {
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    width:70%;
    font-size: 1.2rem;
    padding:3%;
}
 
.arrow_question {
    float: right;
}
 
.arrow_answer:after,
.arrow_answer:before,
.arrow_question:after,
.arrow_question:before {
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
 
.arrow_question:after,
.arrow_question:before {
    right: 100%;
}
 
.arrow_answer:after,
.arrow_answer:before{
     left: 100%;
}
 
.arrow_answer:after,
.arrow_question:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 8px;
    margin-top: -8px;
}
 
.arrow_answer:after{
    border-left-color: #fff;
}
 
.arrow_question:after{
    border-right-color: #fff;
     
}
 
.arrow_answer:before,
.arrow_question:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 9px;
    margin-top: -9px;
}
 
.arrow_answer:before{
    border-left-color: #c8c8c8;
}
 
.arrow_question:before {
    border-right-color: #c8c8c8;    
}
 
.question_image{
     float: left;
     width:20%;
}
 
.answer_image{
     float: right;
     width:20%;
}
 
.answer_image img,
.question_image img{
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
}
 
.question_Box .name {
    text-align: center;
    font-size: 12px;
}
.question_Box{
     width: 100%;
     overflow: hidden;
     margin-bottom: 15px;
}
.question_Box:nth-child(even){
     margin-bottom: 25px;
}

/*recruit.php　スタッフ紹介****************************/
.img_container{display: flex; flex-wrap: wrap; justify-content: space-between;}
.img_wrap{width: 31%; border:#FFE0B3 3px solid; border-radius: 15px; padding: 10px 3px; text-align: center; margin-bottom: 10px;box-sizing: border-box;}
.img_wrap p{font-size: 1rem;}
.staffSection_inner {
	box-sizing: border-box;
	padding: 10px 0px;
	border-radius: 10px;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 247, 193, 1) 5px, rgba(255, 247, 193, 1) 10px);/*背景のストライプ*/
}
.staffSection_line {
	border-radius: 10px;
	margin: 20px;
	padding: 10px;
	background-color: #FFFFFF;
}
.staff_pic {
	position: relative;
	margin-bottom: 50px;
}
.staff_pic p { /*写真の上の帯*/
	box-sizing: border-box;
	display: block;
	/*width: 40%;*/
	position: absolute;
	right: 30px;
	bottom: -30px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	border-radius: 3px;
	/*color: #555;*/
	text-decoration: none;
	background-color: rgba(255,205,205,1.00);
	z-index: 100;
}
.staff_pic img {
	border-radius: 5px;
	margin: 0px auto;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}
/*採用情報QA*/
.boxQA {
	position: relative;
	margin: 1em 0;
	padding: 0.5em 0.5em;
	background: #E8E7D8; /*A文章部分背景色*/
	border-radius: 10px;
}
.boxQA .box-title {
	position: relative;
	/*background: #fff; *//*Q文章部分背景色*/
	padding: 10px 5px 10px 10px;
	/*color: #454545; *//*Q文章文字色*/
	border-radius: 10px;
	font-weight: bold;
	font-size: 1.2rem;
}
.boxQA .box-title:before {
	content: "Q";
	/*display: inline-block;*/
	line-height: 40px;
	/*position: absolute;*/
	padding: 0.3em;
	color: white; /*Q文字色*/
	background: #5AADF8; /*Q背景色*/
	font-weight: bold;
	width: 40px;
	/*text-align: center;*/
	height: 40px;
	left: -1.2em;
	top: 20px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	/*border: solid 3px white;*/
	border-radius: 5px;
	margin-right: 3px;
}
.boxQA p:before {
	content: "A";
	/*display: inline-block;*/
	line-height: 40px;
	/*position: absolute;*/
	padding: 5px;
	color: white; 
	background: #FFAB8B; 
	font-weight: bold;
	width: 40px;
	text-align: center;
	height: 40px;
	left: -1.2em;
	bottom: -80px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	/*border: solid 3px white;*/
	border-radius: 5px;
	margin-right: 3px;
}
.boxQA p {
	padding: 10px;
	margin: 0;
	background-color: #fff;
	border-radius: 10px;
}
.staffSection {padding: 1.5rem;}
.staffSection p{text-align: center;}
.border_r20{border-radius: 20px;}
.staffSection h2{font-size: 1.5rem; text-align: center; border-bottom: 4px dotted #C4AC85; margin-bottom: 20px;}

/* ***************flex****************/
.flex_nowrap {
	display: flex;
	flex-flow: row;/*回り込まない*/
	align-items: stretch;
	justify-content: space-around;
}
.flex_nowrap li {padding: 3px;}
/* 親要素にflexを指定 */



.flex_2col {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-around;
    width: 100%;
}

.flex_2col li {
    flex-basis: 48%;
    /*border: 1px solid #ff0;*/
    max-height: 48vw; /* 画像の高さの最大値を設定 */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
	flex-flow: wrap;
	
}

.flex_2col li img {
    max-height: 48vw; /* 画像の高さの最大値を設定 */
    margin-bottom: 10px;
	object-fit: contain; /* 縦横比を保ちながら画像を収める */
}
.flex_2col li p {
    width: 90%; /* 画像の高さの最大値を設定 */
    margin-bottom: 10px;
	text-align: center; /* 縦横比を保ちながら画像を収める */
}

.flex_4col {
	display: flex;
	flex-flow: row;
	align-items: stretch;
	justify-content: space-around;
}
.flex_4col div {
	flex-basis: 21%;
	margin-bottom: 20px;
	margin-right: 10px;
	text-align: center;
}
.flex_3col {
	display: flex;
	flex-flow: row;
	align-items: stretch;
	justify-content: space-around;
	flex-wrap: wrap;
}
.flex_3col li {
	width: 30%;
	margin-bottom: 20px;
	margin-right: 10px;
	text-align: center;
	background-color: #DCFC9E;
	border-radius: 5px;
}
.w060{width: 60%!important;}
@media only screen and (max-width: 768px) {
	.w100_U768{width: 100%!important;}

	
	.flex_4col {
	flex-flow: row wrap;
	}
	.flex_4col div {
		flex-basis: 45%;
		margin-bottom: 20px;
		margin-right: 10px;
		text-align: center;
		display: inline-block;
	}
}
@media only screen and (max-width: 600px) {
	.no-flexU600{display: block;}

    .flex_2col li {
        flex-basis: 100%;
        max-height: 100vw; /* スクリーン幅に合わせて高さを変更 */
        padding: 10px;
    }

    .flex_2col li img {
		width: 90%;
        max-height: 80vw; /* 画像の高さをスクリーン幅に合わせる */
		object-fit: contain; /* 縦横比を保ちながら画像を収める */
    }
}


.fb{
	font-weight: bold;
}
.kensa{
	border: #FA8C75 2px solid;
	border-radius: 10px;
	padding: 20px;
	margin: 4px 10px;
}
.kensa h5{
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 20px;
}

/* *************** box style ****************/
/* div装飾 */
.box_y {
  padding: 0.2em 0.5em;
  margin: 2em 0;
  background: #FFFBD2;
  box-shadow: 0px 0px 0px 10px #FFFBD2;
  border: dashed 2px #F4D59B;
  border-radius: 8px;
}

.box_stripe{
    padding: 0.5em 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.box25 {
	position: relative;
	background: #fff0cd;
	box-shadow: 0px 0px 0px 5px #fff0cd;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	color: #454545;
}
.box25:after {
	position: absolute;
	content: '';
	right: -7px;
	top: -7px;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: #ffdb88 #fff #ffdb88;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
	margin: 0;
	padding: 0;
}

.box26 {
	position: relative;
	margin: 2em 0;
	padding: 1.5rem 1rem;
	border: solid 3px #95ccff;
	border-radius: 8px;
}
.box26 .box-title {
	position: absolute;
	display: inline-block;
	top: -10px;
	left: 10px;
/*	font-family: Quicksand, sans-serif;*/
	padding: 0 9px;
	line-height: 1;
	font-size: 1.5rem;
	background: #FFF;
	color: #5DA2E1;
	font-weight: bold;
}
.box26 p {
	margin: 0;
	padding: 0;
}

.box28 {
	position: relative;
	margin: 2em 0;
	padding: 35px 10px 7px;
	border: solid 2px #57BC21;
	border-radius: 5px;
}
.box28 .box-title {
	position: absolute;
	display: inline-block;
	top: 1px;
	left: 1px;
	padding: 0 9px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	font-size: 25px;
	background: #57BC21;
	color: #ffffff;
	/*	font-family: Quicksand, sans-serif;
*/	font-weight: bold;
}
.box28 p {
	margin: 0;
	padding: 0;
}
</pre></body></html>