@charset "UTF-8";
@import url("base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
.back_w {
  width: 100%;
  background-color: #fff;
  padding: 2.5em 0%;
  margin: 10em auto 0; }

#policy {
  width: 80%;
  margin: 0 auto;
  position: relative; }
  #policy .h1_right {
    position: absolute;
    right: 0;
    top: -4.1em;
    background-image: url("../img/base/track_w.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 80px auto;
    padding: 1em 75px 0 90px;
    font-family: "Anton", sans-serif;
    font-size: 150%;
    color: #fff; }
  #policy .h1_right02 {
    position: absolute;
    right: 0;
    top: -6.4em;
    width: 65px; }
  #policy h1 {
    position: absolute;
    top: -3.7em;
    left: 0;
    font-size: 200%;
    color: #fff;
    padding: 1em 0 0 70px;
    background-image: url("../img/base/house02_w.png");
    background-repeat: no-repeat;
    background-size: 60px auto;
    background-position: left bottom; }
  #policy p {
    font-size: 110%; }
  #policy ol {
    margin: 2em 0;
    flex-direction: column; }
    #policy ol li {
      width: 100%; }
      #policy ol li:nth-child(n+2) {
        margin: 2em 0 0; }
      #policy ol li dl {
        width: calc(100% - 2em);
        position: relative;
        font-size: 110%; }
        #policy ol li dl dt {
          color: #004386;
          font-size: 120%;
          font-weight: bold; }
        #policy ol li dl dd {
          width: 100%;
          margin: 0 0 0 2em; }
      #policy ol li .totel {
        margin: 1em 0 0 2em;
        border: 1px solid #ccc;
        padding: 1em 2%;
        width: 250px;
        font-size: 110%; }
        #policy ol li .totel a {
          font-size: 120%;
          color: #000;
          text-decoration: none; }
          #policy ol li .totel a:hover, #policy ol li .totel a:active {
            color: #000;
            text-decoration: underline; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*メイン*/ }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*メイン*/ }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*メイン*/
  #policy .h1_right {
    display: none; }
  #policy .h1_right02 {
    display: none; }
  #policy ul {
    margin: 3em 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #policy ul li {
      width: 31.333%; }
      #policy ul li:nth-child(n+4) {
        margin: 2em 0 0; }
      #policy ul li dl {
        width: 100%;
        position: relative;
        font-size: 110%; }
        #policy ul li dl dt {
          border: 3px solid #004386;
          padding: 1em 5% 1em 55px;
          min-height: 6em;
          color: #004386;
          font-size: 120%;
          font-weight: bold; }
          #policy ul li dl dt figure {
            position: absolute;
            top: 0;
            left: 0;
            width: 50px; }
        #policy ul li dl dd {
          border: 3px solid #D70051;
          padding: 1em 55px 1em 5%;
          min-height: 20em; }
          #policy ul li dl dd figure {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 50px; } }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  /*メイン*/
  .back_w {
    margin: 15em auto 0; }

  #policy .h1_right {
    display: none; }
  #policy .h1_right02 {
    display: none; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  /*メイン*/
  .back_w {
    margin: 15em auto 0; }

  #policy {
    width: 90%; }
    #policy .h1_right {
      display: none; }
    #policy .h1_right02 {
      display: none; }
    #policy h1 {
      position: absolute;
      top: -3.7em;
      left: 0;
      font-size: 200%;
      color: #fff;
      padding: 1em 0 0 70px;
      background-image: url("../img/base/house02_w.png");
      background-repeat: no-repeat;
      background-size: 60px auto;
      background-position: left bottom; }
    #policy p {
      font-size: 100%; }
    #policy ol li dl {
      font-size: 100%; }
      #policy ol li dl dt {
        font-size: 110%; }
      #policy ol li dl dd {
        margin: 0 0 0 2em; }
    #policy ol li .totel {
      width: 220px;
      font-size: 110%; }
      #policy ol li .totel a {
        font-size: 120%; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  /*メイン*/ }
