@charset "UTF-8";

#voice + div .wrapper_item .inner_item {
  max-width: calc(50% - 2rem * 1 / 2);
  width: 100%;
  background-color: transparent;
}
#voice + div .wrapper_item .inner_item:nth-child(2) {
  margin-left: 2rem !important;
}
#voice + div .wrapper_item .inner_item:nth-child(3) {
  margin-top: 2rem;
}
#voice + div .wrapper_item .inner_item a {
  width: 20%;
  margin: 0;
}
#voice + div .wrapper_item .inner_item .inner_item_txt {
  width: 80%;
  padding: 0 0 0 2rem;
}
#voice + div .wrapper_item .inner_item .heading.block_header_4 {
  text-align: left;
  margin-bottom: initial;
}
#voice + div .wrapper_item .inner_item .heading.block_header_4 .h {
  background-color: #aaa;
  padding: 1rem;
  margin-bottom: initial;
}
#voice + div .wrapper_item .inner_item p {
  background-color: #fff;
  color: #111111;
  padding: 1rem;
}
@media screen and (max-width: 768px){
#voice + div .wrapper_item .inner_item {
  max-width: initial;
}
#voice + div .wrapper_item .inner_item:nth-child(2) {
  margin-left: initial !important;
}
#voice + div .wrapper_item .inner_item:nth-child(3) {
  margin-top: initial;
}
#voice + div .wrapper_item .inner_item:nth-child(n + 2) {
  margin-top: 2rem;
}
}
@media screen and (max-width: 500px){
#voice + div .wrapper_item .inner_item {
  flex-direction: column;
}
#voice + div .wrapper_item .inner_item:nth-child(n + 2) {
  margin-top: 2rem;
}
#voice + div .wrapper_item .inner_item .inner_item_txt {
  width: 100%;
  padding: 0;
  padding-top: 1rem;
}
}

#skill + .composite_box01.block_images_4 .inner_item_img {
    padding-top: 70%;
    width: 100%;
}

.table-block {
  display: flex;
}
.table-block table {
  max-width: calc(50% - 2rem * 1 / 2);
  width: 100%;
}
.table-block table:nth-child(2) {
  margin-left: 2rem;
}
.table-block table th {
  padding: 10px
}
.table-block table tr td:nth-child(2) {
  text-align: center;
}
.table-block table td {
  padding: 10px
}

@media screen and (max-width: 768px){
.table-block {
  flex-direction: column;
}
.table-block table {
  max-width: initial;
}
.table-block table:nth-child(2) {
  margin-left: initial;
  margin-top: 2rem;
}
.table-block table th {
  padding: 5px
}
.table-block table tr td:nth-child(2) {
  text-align: left;
}
.table-block table td {
  padding: 5px
}
}


/*-----------------------------ウィズ・ユーの特徴---------------------------------*/
#abuto_aidma + section .wrapper_item {
    align-items: baseline;
}

#abuto_aidma + section .heading.block_header_2 .h {
    color: #FF8C00;
    font-size: 2.5rem!important;
}

#abuto_aidma + section .heading.block_header_6 p {
    color: #FF8C00;
}

#abuto_aidma + section .heading.block_header_6 {
    margin-bottom: 0;
}

@media screen and (max-width: 800px) {
#abuto_aidma + section .heading.block_header_2 .h {
    color: #FF8C00;
    font-size: 2rem!important;
}
}