@charset "utf-8";
/* CSS Document */
.mb50 {
  margin-bottom: 50px
}

/* 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);
}

/* 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;
}

.recruit_box table td{line-height: 1.3em;}
.recruit_box table tr:first-child{font-weight: bold;background-color: #EFEDD4;padding: 5px;}
.bg_blue table tr:first-child{font-weight: bold;background-color: #C7DEF1;padding: 5px;}
.bg_green table tr:first-child{font-weight: bold;background-color: #D7EFD4;padding: 5px;}

/* 事業所リスト */
.listbox_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.listbox_wrap h2 {
  font-size: 14px;
  margin-bottom: 10px;
}
.listbox_a {
  width: calc(50% - 5px);
  ;
  padding: 10px 5px;
  margin: 2px 0px 10px;
  border: 4px #DFD5D5 solid;
}
.listbox_a h3{
	line-height: 2em;
	margin-bottom: 10px;
	border-bottom: 4px solid #D3D3D3;
}
.listbox_a .map{  
  line-height: 1em;
  text-decoration: none;
  color: #ffffff;
  border-radius: 10px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #2A85BF;
  padding: 2px 15px;
	margin-left: 10px;
  text-align: center;
}
.listbox_address {
  display: flex;
  justify-content: flex-start;
}
.listbox_address img {
  box-shadow: 0px 0px 3px 2px #cccccc;
  border-radius: 10px;
  margin-right: 10px;
  width: 149px;
}
.listbox_address p {
  font-size: 14px;
}
.service_list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px !important;
}
.service_list li {
  display: inline-block;
  width: 45%;
  font-size: 14px;
  list-style: none;
  background-color: #FFFBC8;
  padding: 3px 4px;
  border-radius: 5px;
  margin-left: 0.5em;
}
#service_list2 h3{font-size:14px; }
.flex2col{display: flex; justify-content: space-between;flex-wrap: wrap;}
.flex2col p{width:45%;}

.flex2col  a{text-decoration: none; width: 48%; font-weight: bold; margin-bottom: 10px;}
.flex2col .insta{width: 100%;
  display: flex;                  /* Flexbox化 */
  align-items: center;            /* 縦方向（上下）中央 */

   }
.flex2col .insta img{margin-right: 10px;}




/* flex は使わず、slick に任せる */
.flex_carousel {
  padding: 0!important;
  margin-left: 0;
  list-style: none;
}
.flex_carousel li{  margin-left: 0px !important;
	padding: 10px;
	font-size: 80%;
}

/* 画像はスライド幅に合わせて縮小 */
.flex_carousel img {
  display: block;
  width: 100%;
  height: auto;
}

dl.dl_recruit{}
.dl_recruit dt {font-weight:bold; color:#479150; padding: 10px; font-size: 1.2em;}
.dl_recruit dd {
  display: flex;
  align-items: flex-start; /* ←これがポイント */
  border-bottom: 1px dashed #aaa;
  padding: 10px;
  margin-bottom: 10px;
}
.dl_recruit dd img {
  width: 120px;   /* PC時のサイズ */
  height: auto;   /* 縦横比を維持 */
}
@media only screen and (max-width: 650px) {
  .listbox_wrap {
    display: block;
  }
  .listbox_a {
    width: 100%;
  }
.flex2col .insta img{margin-right: 10px; width: 50px;}
	.float_none_U650{float: none !important;}
  .dl_recruit dd img {
    width: 80px;        /* スマホ時は幅を小さく */
    height: auto;       /* 縦横比を維持 */
    max-width: 100%;    /* 親要素より大きくならないように */
    flex-shrink: 0;     /* Flexで潰されないように */
    display: block;     /* 余白防止 */
}
}

/*　広報誌 */
.backnumber {
  height: 150px;
  overflow-y: scroll;
  background-color: #FFFBD2;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 10px;
	border:3px #FFA662 solid;
}

/* QandA */
.qa dt {
  margin-bottom: 1em;
  color: #333333;
  font-weight: 600;
}
.qa dt::before, .qa dd::before {
  margin-right: .4em;
}
.qa dt::before {
  content: "Q.";
  font-size: 120%;
  font-weight: bold;
  color: #DD8585;
}
.qa dd {
  margin: 0 0 2.5em;
  padding: 1em 1.5em;
  background-color: #f2f2f2;
  color: #333333;
}
.qa dd::before {
  content: "A.";
  font-size: 120%;
  font-weight: bold;
  color: #4F93C5;
}

/* recruit */
.recruit-button {
  display: flex;
  align-items: center;
  justify-content:flex-start;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 0px;
}
 .content_box .recruit-button {
margin-left: -2em;  }

.recruit-button li {
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 10px;
  width: 30%;
  height: 40px;
  font-weight: bold;
  transition: 0.3s;
  list-style: none;
  padding: 10px;
  text-align: center;
	background-color: #2F93D3;
}
.bg_blue li {
  background-color: #2F93D3;
}
.bg_green li{
  background-color: #41CC25;
}

.recruit-button a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.recruit-button li:hover {
  opacity: .7;
}
@media only screen and (max-width: 650px) {
  .recruit-button {
    display: block;
  }
  .recruit-button li {
    width: 100%;
  }
.flex2col{display:block;}
.flex2col p{width:100%;}
.flex2col div{width:100%;}

}
