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

#question {
  width: 80%;
  margin: 0 auto;
  position: relative; }
  #question .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; }
  #question .h1_right02 {
    position: absolute;
    right: 0;
    top: -6.4em;
    width: 65px; }
  #question 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; }
  #question #q_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    #question #q_top figure {
      width: 30%; }
    #question #q_top p {
      width: 66%;
      font-size: 110%; }
      #question #q_top p a {
        display: block;
        margin: 1em 0 0; }
  #question ul {
    margin: 3em 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #question ul li {
      width: 31.333%; }
      #question ul li:nth-child(n+4) {
        margin: 2em 0 0; }
      #question ul li dl {
        width: 100%;
        position: relative;
        font-size: 110%; }
        #question ul li dl dt {
          border: 3px solid #004386;
          padding: 1em 5% 1em 110px;
          min-height: 6em;
          color: #004386;
          font-size: 120%;
          font-weight: bold; }
          #question ul li dl dt figure {
            position: absolute;
            top: 0;
            left: 0;
            width: 100px; }
        #question ul li dl dd {
          border: 3px solid #D70051;
          padding: 1em 110px 1em 5%;
          min-height: 12em; }
          #question ul li dl dd figure {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100px; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* 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) {
  /*メイン*/
  #question .h1_right {
    display: none; }
  #question .h1_right02 {
    display: none; }
  #question ul {
    margin: 3em 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #question ul li {
      width: 31.333%; }
      #question ul li:nth-child(n+4) {
        margin: 2em 0 0; }
      #question ul li dl {
        width: 100%;
        position: relative;
        font-size: 110%; }
        #question ul li dl dt {
          border: 3px solid #004386;
          padding: 1em 5% 1em 55px;
          min-height: 6em;
          color: #004386;
          font-size: 120%;
          font-weight: bold; }
          #question ul li dl dt figure {
            position: absolute;
            top: 0;
            left: 0;
            width: 50px; }
        #question ul li dl dd {
          border: 3px solid #D70051;
          padding: 1em 55px 1em 5%;
          min-height: 20em; }
          #question 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; }

  #question .h1_right {
    display: none; }
  #question .h1_right02 {
    display: none; }
  #question ul li {
    width: 48%; }
    #question ul li:nth-child(n+3) {
      margin: 2em 0 0; }
    #question ul li dl {
      width: 100%;
      position: relative;
      font-size: 110%; }
      #question ul li dl dt {
        border: 3px solid #004386;
        padding: 1em 5% 1em 55px;
        min-height: 6em;
        color: #004386;
        font-size: 120%;
        font-weight: bold; }
        #question ul li dl dt figure {
          position: absolute;
          top: 0;
          left: 0;
          width: 50px; }
      #question ul li dl dd {
        border: 3px solid #D70051;
        padding: 1em 55px 1em 5%;
        min-height: 15em; }
        #question ul li dl dd figure {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 50px; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  /*メイン*/
  .back_w {
    margin: 15em auto 0; }

  #question {
    width: 90%; }
    #question .h1_right {
      display: none; }
    #question .h1_right02 {
      display: none; }
    #question h1 {
      position: absolute;
      top: -5.2em;
      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; }
    #question #q_top {
      flex-direction: column; }
      #question #q_top figure {
        width: 80%;
        margin: 0 auto 1em; }
      #question #q_top p {
        width: 100%;
        font-size: 110%; }
        #question #q_top p a {
          display: block;
          margin: 1em 0 0; }
    #question ul {
      flex-direction: column; }
      #question ul li {
        width: 100%; }
        #question ul li:nth-child(n+2) {
          margin: 2em 0 0; }
        #question ul li dl {
          width: 100%;
          position: relative;
          font-size: 110%; }
          #question ul li dl dt {
            border: 3px solid #004386;
            padding: 1em 5% 1em 55px;
            min-height: 5em;
            color: #004386;
            font-size: 120%;
            font-weight: bold; }
            #question ul li dl dt figure {
              position: absolute;
              top: 0;
              left: 0;
              width: 50px; }
          #question ul li dl dd {
            border: 3px solid #D70051;
            padding: 1em 55px 1em 5%;
            min-height: 0; }
            #question ul li dl dd figure {
              position: absolute;
              bottom: 0;
              right: 0;
              width: 50px; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  /*メイン*/ }
