@charset "UTF-8";
/*児童発達支援・放課後等デイサービスみなみ*/
/*////////////////////////////////
support-service
////////////////////////////////*/
#support-service {
  max-width: 1024px;
  width: 94%;
  margin: 0 auto;
  padding-top: 40px;
}

#support-service h2 {
  text-align: center;
  font-size: 1.2rem;
  position: relative;
  border-bottom: 4px solid #6eabd2;
  padding-bottom: 40px;
}

#support-service h2::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 50%;
  border-bottom: 4px solid #cce1ef;
}

#support-service h2::first-line {
  font-size: 2.3rem;
}

.subred {
  color: #bd1c24;
}

.text_basepolicy span {
  color: #6eabd2;
}

/*////////////////////////////////
wrap_ss
////////////////////////////////*/

#wrap_ss {
  width: 100%;
  padding: 40px;
}

#wrap_ss img{
 max-width: 1024px;
 margin: 0 auto;
}

.ss_message {
	width: 100%;
	height: auto;
	background: #fff2d9;
	margin-top: 100px;
}

#wrap_ss h2 {
  text-align: center;
  font-size: 3.3rem;
  background: #f5f5f5;
  padding: 20px 0;
  margin-top: 40px;
}

#wrap_ss h3 {
	font-size: 3rem;

  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  #wrap_about h3 {
    max-width: 640px;
    width: 100%;
    margin: 40px auto 0;
  }
}

#wrap_about h3::before {
  content: '';
  display: block;
  width: 8px;
  height: 16px;
  background: #6eabd2;
  margin-right: 10px;
}

#wrap_about .tab_btn {
  max-width: 1024px;
  width: 94%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  #wrap_about .tab_btn {
    margin: 20px auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#wrap_about .tab_btn li {
  width: calc(100% / 4 - 10px);
  position: relative;
  font-size: 1.4rem;
  text-align: center;
  background: #f5f5f5;
  color: #4d4d4d;
  padding: 6px 0px;
  margin: 0px 10px;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -ms-transition: ease-in-out .3s;
}

@media screen and (max-width: 768px) {
  #wrap_about .tab_btn li {
    width: calc(100% / 2 - 10px);
    margin: 10px;
  }
}

@media screen and (max-width: 425px) {
  #wrap_about .tab_btn li {
    width: 80%;
  }
}

#wrap_about .tab_btn li::after {
  content: '';
  display: block;
  position: absolute;
  top: 25%;
  right: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -ms-transition: ease-in-out .3s;
}

#wrap_about .tab_btn li:hover {
  cursor: pointer;
  color: #fff;
  background: #6eabd2;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -ms-transition: ease-in-out .3s;
}

#wrap_about .tab_btn li:hover::after {
  border-color: transparent transparent #fff #fff;
}

#wrap_about .tab_btn .active {
  color: #fff;
  background: #6eabd2;
}

#wrap_about .tab_btn .active::after {
  border-color: transparent transparent #fff #fff;
}

/*////////////////////////////////
area_about
////////////////////////////////*/


.box_child tbody th {
  width: 65%;
  background: none;
}

.area_about {
  max-width: 1024px;
  width: 94%;
  margin: 0 auto;
}

table:not(.number_intext table, .hospital_about table)  {
  width: 100%;
  font-size: 1.6rem;
  border: 1px solid #c2c2c2;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
    .hospital_about {
        max-width: 640px;
        margin: auto;
    }
}
@media screen and (max-width: 1024px) {
  table:not(.number_intext table, .hospital_about table) {
	max-width: 640px;
	margin: 20px auto;
    font-size: 1.4rem;
  }
}
table th:not(.number_intext table th), table td {
  padding: 1rem;
  vertical-align: middle;
  line-height: 2;
}

table tr th:not(.number_intext th), table td {
  border-bottom: 1px solid #c2c2c2;
}


.item_about {
  display: none;
}

.item_about.show {
  display: block;
}

.about_flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .about_flex01 {
    display: block;
    max-width: 640px;
    margin: 0 auto;
  }
}

.about_flex01 figure {
  width: calc(100% / 2);
}

@media screen and (max-width: 1024px) {
  .about_flex01 figure {
    width: 100%;
    margin-top: 40px;
  }
}

.about_flex01 table {
  width: calc(100% / 2 - 40px);
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .about_flex01 table {
    width: 100%;
    margin-top: 40px;
  }
}

.about_flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .about_flex02 {
    display: block;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }
}

.about_flex02 .item_flex02 {
  width: calc(100% / 2 - 20px);
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .about_flex02 .item_flex02 {
    width: 100%;
  }
  .about_flex02 .item_flex02:first-of-type {
    margin-top: 40px;
  }
}

.about_flex02 p {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  background: #f5f5f5;
}

/*////////////////////////////////
250417_ijuin_edit
////////////////////////////////*/


.hospital_about table {
	width: 40%;
    font-size: 1.6rem;
    border: 1px solid #c2c2c2;
}
@media screen and (max-width: 1024px) {
	.hospital_about table{
		width: 100%;
		margin: 20px auto;
	}
}

.hospital_about table th{
	 border-right: 1px solid #c2c2c2;
	background: #eeeeee;
}

.acceptance table th {
  width: 40%;
	font-weight: 500;
    text-align: left;
  background: #eeeeee;
  border-right: 1px solid #c2c2c2;
}

@media screen and (max-width: 1024px) {
  table th {
    width: 28%;
  }
}

@media screen and (max-width: 1024px) {
	.base_point {
max-width: 640px;
	}	
}

.tableflex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.tableflex table tbody th {
   background: none;
}

.box_child{
  width:49%;
}

.box_child thead th {
	font-weight: 500;
	background: #eeeeee;
}
.box_child th {
  border-bottom: 1px solid #c2c2c2;
  }

.box_child table tbody th {
	width: 80%;
	text-align: left;
	font-weight: 500;
	border-right: 1px solid #c2c2c2;
}

.box_child table tbody td{
  text-align: right;
}

.box_child p{
  font-size: 16px;
}

.left {
	float: left;
}

.right {
	margin-top: -15px;
}

@media screen and (max-width: 1024px) {
  .box_child{
    width:100%;
  height:auto;  
}
	.box_child p {
	max-width: 640px;
    margin: auto;
	}
  
  .tableflex {
  display: block;
}
  .bluetext {
  max-width: 640px;
  margin: auto;
}
}

.numeber123{
  font-size: 16px;
}

.number123 span {
	font-size: 18px;
    margin-right: 4px;
	color: #6eabd2;
}

.number_intext {
  margin: 14px;
}

.number_intext span {
	font-size: 14px;
	margin-right: 4px;
	color: #6eabd2;
}

.number_intext table{
	margin-top: 10px;
  border: none;
}

.number_intext table th {
  width: 15%;
	padding: 0px;
  font-weight: 500;
  font-size: 15px;
	line-height: 2;
	text-align: left;
}

@media screen and (max-width: 1024px) {
	.number_intext table th {
		width: 40%;
	}
	
}
.number_intext table td {
  width: auto;
	padding: 0px;
  font-weight: 500;
  font-size: 15px;
  border-bottom: none;
}

.bluetext {
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1024px) {
.last_contents{
	max-width: 640px;
	margin: 20px auto;
	}
}

/*# sourceMappingURL=support-service.css.map */