/********** #service01 **********/
#service01 .modBloc {
  max-width: 1200px; }

#service01 .flexWrap {
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center; }
  @media screen and (max-width: 800px) {
    #service01 .flexWrap {
      width: 100%;
      display: block; } }

.service01Img {
  width: 25%; }
  @media screen and (max-width: 800px) {
    .service01Img {
      width: 60%;
      margin: 0 auto 40px; } }

.service01Img img {
  width: 200px; }
  @media screen and (max-width: 1050px) {
    .service01Img img {
      width: 150px;
      margin: 0 auto; } }
  @media screen and (max-width: 800px) {
    .service01Img img {
      width: 100px; } }

.service01Txt {
  width: 75%; }
  @media screen and (max-width: 800px) {
    .service01Txt {
      width: 100%; } }

.service01Txt .inner {
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    .service01Txt .inner {
      width: 100%; } }

.service01Txt .inner p {
  margin-bottom: 20px; }

.service01Txt .inner p:nth-last-child(1) {
  margin-bottom: 0; }

/********** #service02 **********/
#service02 {
  background: rgba(250, 219, 230, 0.3); }

#service02 .flexWrap {
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center; }
  @media screen and (max-width: 800px) {
    #service02 .flexWrap {
      width: 100%;
      display: block; } }

.service02Img {
  width: 45%; }
  @media screen and (max-width: 800px) {
    .service02Img {
      width: 60%;
      margin: 0 auto 40px; } }

.service02Txt {
  width: 55%; }
  @media screen and (max-width: 800px) {
    .service02Txt {
      width: 100%; } }

.service02Txt .inner {
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    .service02Txt .inner {
      width: 90%; } }

.service02Txt h3 {
  margin-bottom: 20px;
  font-size: 1.2rem; }
  @media screen and (max-width: 800px) {
    .service02Txt h3 {
      font-size: 1rem; } }

.service02Txt ul {
  margin-bottom: 20px; }

.service02Txt ul li {
  margin-left: 20px;
  list-style: disc outside; }

.service02Txt ol li {
  margin-left: 20px;
  list-style: decimal outside; }

/********** #service03 **********/
#service03 .modBloc {
  max-width: 1200px; }

#service03 .flexWrap {
  justify-content: space-between; }
  @media screen and (max-width: 800px) {
    #service03 .flexWrap {
      display: block; } }

.service03Box {
  width: 48%;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    .service03Box {
      width: 100%;
      margin-bottom: 40px; } }

@media screen and (max-width: 800px) {
  .service03Box:nth-last-of-type(1) {
    margin-bottom: 0; } }

.service03Box h4 {
  margin-bottom: 10px;
  font-size: 1.2rem; }
  @media screen and (max-width: 800px) {
    .service03Box h4 {
      font-size: 1rem; } }

.service03Box p {
  margin-bottom: 20px; }

.service03Box p:nth-last-of-type(1) {
  margin-bottom: 0; }

.service03Box table {
  border-top: 1px solid #333;
  border-left: 1px solid #333; }
  @media screen and (max-width: 800px) {
    .service03Box table {
      width: 100%; } }

.service03Box table th {
  width: 25%;
  padding: 10px;
  text-align: center;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333; }

.service03Box table td {
  padding: 10px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333; }

.service03Box table .break th,
.service03Box table .break td {
  padding: 0px 10px;
  background: #e5e5e5; }

.service03Box table .break td {
  font-size: 0.85rem; }

/********** #service04 **********/
#service04 {
  background: rgba(211, 233, 247, 0.2); }

#service04 .modBloc {
  width: 90%; }

#service04 .flexWrap {
  justify-content: space-between; }
  @media screen and (max-width: 1200px) {
    #service04 .flexWrap {
      flex-wrap: wrap; } }
  @media screen and (max-width: 800px) {
    #service04 .flexWrap {
      width: 100%;
      display: block; } }

#service04 .modBloc h3 {
  margin-bottom: 40px;
  font-size: 1.2rem; }

.featureBox {
  width: 23%;
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px; }
  @media screen and (max-width: 1200px) {
    .featureBox {
      width: 48%;
      margin-bottom: 40px; } }
  @media screen and (max-width: 800px) {
    .featureBox {
      width: 100%; } }

.featureBox h4 {
  margin-bottom: 20px;
  text-align: center; }

.featureBox p {
  line-height: 160%; }

.serviceImg {
  margin-bottom: 30px; }

.serviceImg img {
  height: 100px;
  margin: 0 auto; }
  @media screen and (max-width: 1050px) {
    .serviceImg img {
      height: 50px; } }
