@charset "utf-8";
@media screen and (max-width: 768px){
  .aboutList{
    margin: 20px auto;
  }
  .aboutList td{
    padding: 5px;
    display: block;
    width: 100%;
  }
  .aboutList td strong{
    font-weight: bold;
    color: #EB85A5;
  }
  .flowbox{
    font-size: 14px;
    position: relative;
  }
  .flowbox {
    width: 100%;
    margin: 0 auto 15px;
  }
  .flowbox table th{
    padding: 10px;
    text-align: center;
    background: #EE86A8;
    color: #FFF;
    vertical-align: middle;
    display: block;
    width: 100%;
  }
  .flowbox table td{
    padding: 10px;
    background: #FADCE9;
    border-top: 1px solid #FFF;
    display: block;
  }
  .flowArw{
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #E8447E;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -40px;
    z-index: 1000;
  }
}
@media print, screen and (min-width: 769px){
  .aboutList{
    width: 675px;
    margin: 20px auto 0;
    font-size: 21px;
  }
  .aboutList td{
    padding: 5px;
  }
  .aboutList td strong{
    font-weight: bold;
    color: #EB85A5;
  }
  .flowbox{
    font-size: 14px;
    position: relative;
  }
  .flowbox {
    width: 800px;
    margin: 0 auto 15px;
  }
  .flowbox table th{
    padding: 10px;
    text-align: center;
    background: #EE86A8;
    color: #FFF;
    vertical-align: middle;
  }
  .flowbox table td{
    padding: 10px;
    background: #FADCE9;
    border-left: 1px solid #FFF;
  }
  .flowArw{
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #E8447E;
    position: absolute;
    left: 105px;
    bottom: -40px;
    z-index: 1000;
  }
  .contents {
    padding: 20px 0 40px !important;
}
}