@charset "UTF-8";
/* PC */
@media print, screen and (min-width: 751px) {
  #main_contents #page_title_box {
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 45px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #00a09e;
    margin-bottom: 40px;
  }
  #main_contents .specialpolicy_main {
    width: 82.80%;
    margin: 0 auto;
  }
  #main_contents .specialpolicy_main h3 {
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 2px;
  }
  #main_contents .specialpolicy_main h4 {
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 2px;
  }
  #main_contents .specialpolicy_main p {
    color: #333;
    font-size: 1.3rem;
    line-height: 1.5;
    padding-bottom: 35px;
    text-indent: 1.0em;
  }
}
/* SP */
@media screen and (max-width: 750px) {
  #main_contents #page_title_box {
    width: 93.75%;
    margin: 0 auto 15px;
    color: #333;
    font-size: 2.0rem;
    text-align: center;
  }
  #main_contents .specialpolicy_main {
    width: 93.75%;
    margin: 0 auto;
  }
  #main_contents .specialpolicy_main h3 {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: normal;
  }
  #main_contents .specialpolicy_main h4 {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: normal;
  }
  #main_contents .specialpolicy_main p {
    color: #333;
    font-size: 1.3rem;
    line-height: 1.5;
    padding-bottom: 25px;
    text-indent: 1.0em;
  }
}

