@charset "UTF-8";

/* ---------------------------------------- */
/* mobile / tate -------------------------- */
/* ---------------------------------------- */
.service-contents {
  margin-bottom: 32px;
}
.service__list {
  background-color: #fff;
  padding: 8px;
  border-radius: 16px;
  box-shadow: 4px 4px 8px 0 rgba(14, 33, 63, 0.2);
  overflow: hidden;
}
.service__item {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 6px;
  width: 100%;
}
/*////////////////////*/
/*////////////////////*/
.service__item span {
  margin-right: 0.5em;
  font-size: 24px;
}
.service__item img {
  height: 48px;
  width: auto;
  margin-right: 0.8em;
}
/*////////////////////*/
/*////////////////////*/
.our-service__txt h3 {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 8px;
}
.our-service__txt p {
  margin-bottom: 2em;
}
.our-service__txt .br-no {
  display: none;
}
.service__item .no-br {
  display: none;
}
.consulting-flow h2 {
  width: 100%;
}
.consulting-flow__topic {
  background: #fff;
  padding: 16px 24px 24px;
  margin-bottom: 16px;
  border-radius: 16px;
  box-shadow: 4px 4px 8px 0 rgba(14, 33, 63, 0.2);
}
.consulting-flow__topics__number {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 8px;
  margin-right: 8px;
}
.consulting-flow__topic h3 {
  font-size: 20px;
  margin-bottom: 16px;
}
.consulting-flow__topic p {
  font-size: 14px;
}
.consulting-price__ex {
  border: 1px solid #ddd;
  padding: 16px;
}
.consulting-price__ex h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 16px;
}
.consulting-price__ex__q,.consulting-price__ex__a {
  font-size: 20px;
  line-height: 1.4;

}
.consulting-price__ex__q {
  margin-bottom: 4px;
}
.consulting-price__ex__a {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5%2012h13M12%205l7%207-7%207%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 32px;
  margin-bottom: 16px;
  
  text-align: justify;
  text-justify: inter-ideograph;
}
.consulting-price__ex ul {
  padding-left: 20px; list-style:square; line-height: 1.4;
  
  text-align: justify;
  text-justify: inter-ideograph;
}
/* ---------------------------------------- */
/* tablet / yoko -------------------------- */
/* ---------------------------------------- */
@media screen and (min-width:600px){
  .service__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }
  .service__item { 
    border-radius: 16px;
    box-shadow: 4px 4px 8px 0 rgba(14, 33, 63, 0.2);
    display: flex;
    align-items: center;
    
    padding: 24px;
    width: calc((100% - (16px * 2)) / 3);
    margin-bottom: 16px;
    min-height: 120px;
  }
  .service__item span {
    margin-right: 0.25em;
    font-size: 36px;
  }
  .our-service__txt .br-no {
    display: inline;
  }
  .consulting-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .consulting-flow__topic {
    width: calc((100% - (16px * 1)) / 2);
  }
  .consulting-flow__topic:last-child {
    margin-right: auto;
  }
  .consulting-flow__topics__number {
    display: block;
    margin-bottom: 16px;
  }
}

/* ---------------------------------------- */
/* PC / yoko ------------------------------ */
/* ---------------------------------------- */
@media screen and (min-width:1024px){
  .service__item {
    width: calc((100% - (16px * 3)) / 4);
    margin-bottom: 16px;
    min-height: 120px;
  }
  .service__item .no-br {
    display: inline;
  }
  .consulting-flow__topic {
    width: calc((100% - (16px * 2)) / 3);
  }
  .consulting-flow__topic:last-child {
    margin-right: auto;
    margin-left: 16px;
  }
  .our-service__txt {
    /*width: calc(((100% - (16px * 4)) / 5) * 4 +  (16px * 3));*/
    padding-left: 25%;
  }
  .consulting-price__txt {
    padding-right: 33.33%;
  }
  .consulting-price__ex {
    margin-right: 33.33%;
    padding-right: 16px;
  }
}

/* ---------------------------------------- */
/* disktop PC / yoko ---------------------- */
/* ---------------------------------------- */
@media screen and (min-width:1400px){
  .service__item {
    width: calc((100% - (16px * 5)) / 6);
    margin-bottom: 16px;
    min-height: 180px;
    margin-right: 16px;
  }
  .service__item:nth-child(6) {
    margin-right: 0;
  }
  .service__item:last-child {
    margin-right: auto;
    margin-left: 0;
  }
  .our-service__txt {
    /*width: calc(((100% - (16px * 4)) / 5) * 4 +  (16px * 3));*/
    padding-left: 33.33%;
    
  }
  .consulting-price__txt {
    padding-right: 33.33%;
  }
  .consulting-price__ex {
    margin-right: 33.33%;
    padding-right: 16px;
  }
}