@charset"UTF-8";

/* 
========================================================================================================
*/
@media print, screen and (min-width:600px) {
   main.fs-l-main{
     width: 100%;
     max-width: 100%!important;
     padding: 0;
     margin: 0 auto;
  }

   main.fs-l-main .fs-l-pageMain{
     width: 100%;
     max-width: 100%!important;
  }
}

main#mother div.bg-color-set01{
  background: #FFeae4!important;
}

main#mother div.bg-color-set02{
  background: #FAF4E5!important;  
}

@media print, screen and (min-width:600px) {
  main#mother div.bg-color-set01{
    background: #FFeae4!important;
  }

  main#mother div.bg-color-set02{
    background: #FAF4E5!important;    
  }
}

main#mother div.bg-color-set01 section.special-contents01,
main#mother div.bg-color-set02 section.special-contents01{
  padding: 0 0 30px 0 !important;
}

@media print, screen and (min-width:600px) {
  main#mother div.bg-color-set01 section.special-contents01,
  main#mother div.bg-color-set02 section.special-contents01{
    padding: 35px 0 60px 0 !important;
  }
}

