@charset "UTF-8";

.block_html .wrapper_item {
  align-items: center;
  display: flex;
}
.image_list {
  display: flex;
  width: 60%;
  justify-content: flex-start;
}
.block_html .inner_item_img {
   max-width: calc(50% - 1rem * 1 / 2);
   width: 100%;
   flex-basis: 45%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.block_html .inner_item_img a{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_html .inner_item_img a img{
}

.block_html .inner_item_img:nth-child(2) {
   margin-left: 1rem;
}
.block_html .inner_item_txt {
  width: 40%;
}
.wrapper_item.text {
  padding-top: 4rem;
}
.block_html .wrapper_item.text .inner_item_txt {
  width: 100%;
}
.block_html .inner_item_txt.text-list {
  background-color: rgba(255, 64, 26, 0.15);
  background-color: #fadbdd;
}
.block_html .inner_item_txt.text-list p {
  padding: 1rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 900px){
.block_html .wrapper_item {
  display: block;
}
.image_list {
  display: flex;
  width: 70%;
  margin: auto;
  justify-content: center;
}
.block_html .inner_item_txt {
  margin-top: 2rem;
}
.wrapper_item.text {
  padding-top: 2rem;
}
.block_html .inner_item_txt {
  width: 100%;
}
}

.block_html .inner_item_txt.text-list p span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 600px){
.image_list {
  width: 100%;
}
}


@media screen and (min-width: 900px){
#service_item-img + section .inner_item_img {
    max-width: 70%;
}
}