@charset "UTF-8";
/* 智頭町疎開保険 */
/* stage01　いざというとき　智頭町疎開保険
---------------------------------------------------------------------*/
#stage01 {
  width: 100%;
  background: url(../img/bg_sokai01.jpg); }
  #stage01 .sec01 figure#ribon {
    text-align: center;
    margin-bottom: 2em;
    padding: 0 30px; }
    @media only screen and (max-width: 576px) {
      #stage01 .sec01 figure#ribon {
        margin-bottom: 1em; } }
    #stage01 .sec01 figure#ribon img {
      max-width: 600px;
      width: 100%; }
  #stage01 .sec01 h1 {
    margin-top: 2em;
    text-align: center; }
    #stage01 .sec01 h1 img {
      filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2)); }
  #stage01 .sec01 h2 {
    text-align: center;
    margin-top: 3em;
    padding: 0 30px; }
    #stage01 .sec01 h2 + p {
      margin-top: 1em;
      font-size: 1.4em;
      font-weight: bold; }
      @media only screen and (max-width: 1024px) {
        #stage01 .sec01 h2 + p {
          font-size: 1.2em; } }
      @media only screen and (max-width: 768px) {
        #stage01 .sec01 h2 + p {
          text-align: left; } }
      @media only screen and (max-width: 576px) {
        #stage01 .sec01 h2 + p {
          font-size: 1.1em; } }
  #stage01 .sec01 p {
    text-align: center; }

/* stage02　災害時に避難する準備は万全ですか？
---------------------------------------------------------------------*/
#stage02 {
  width: 100%;
  background-size: auto auto;
  background-color: #1d52b1;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, #4c77bf 15px, #4c77bf 30px);
  padding: 40px; }
  @media only screen and (max-width: 768px) {
    #stage02 {
      padding: 20px; } }
  @media only screen and (max-width: 576px) {
    #stage02 {
      padding: 15px; } }
  #stage02 .secInside {
    background: #1D52B1; }
    #stage02 .secInside .sec01 h1 {
      display: flex;
      align-items: baseline;
      justify-content: center; }
      #stage02 .secInside .sec01 h1 span:nth-child(2) {
        margin-right: 0.5em;
        margin-left: 0.5em; }
        @media only screen and (max-width: 576px) {
          #stage02 .secInside .sec01 h1 span:nth-child(2) {
            margin-right: 0;
            margin-left: 0; } }
    #stage02 .secInside .sec01 > figure {
      max-width: 900px;
      margin: 2em auto 3em; }
      @media only screen and (max-width: 768px) {
        #stage02 .secInside .sec01 > figure {
          margin: 2em auto; } }
    #stage02 .secInside .sec01 p {
      font-weight: bold;
      color: #fff;
      font-size: 1.3em; }
      @media only screen and (max-width: 1024px) {
        #stage02 .secInside .sec01 p {
          font-size: 1.2em; } }
      @media only screen and (max-width: 768px) {
        #stage02 .secInside .sec01 p {
          font-size: 1.1em; } }
      @media only screen and (max-width: 576px) {
        #stage02 .secInside .sec01 p {
          font-size: 1em; } }

/* stage03　疎開保険とは
---------------------------------------------------------------------*/
#stage03 {
  width: 100%;
  background: url(../img/bg_sokai01.jpg); }
  #stage03 .sec01 {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      #stage03 .sec01 {
        display: inherit; } }
    #stage03 .sec01__01 {
      width: 60%; }
      @media only screen and (max-width: 1024px) {
        #stage03 .sec01__01 {
          width: 55%; } }
      @media only screen and (max-width: 768px) {
        #stage03 .sec01__01 {
          width: 100%; } }
      #stage03 .sec01__01 h1 {
        color: #1D52B1;
        font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
        font-weight: bold;
        font-size: 3em; }
        @media only screen and (max-width: 1024px) {
          #stage03 .sec01__01 h1 {
            font-size: 2.5em; } }
        @media only screen and (max-width: 768px) {
          #stage03 .sec01__01 h1 {
            text-align: center; } }
        @media only screen and (max-width: 576px) {
          #stage03 .sec01__01 h1 {
            font-size: 2em; } }
      #stage03 .sec01__01 p {
        font-size: 1.4em;
        font-weight: bold; }
        @media only screen and (max-width: 1024px) {
          #stage03 .sec01__01 p {
            font-size: 1.3em; } }
        @media only screen and (max-width: 576px) {
          #stage03 .sec01__01 p {
            font-size: 1.1em; } }
        #stage03 .sec01__01 p:last-child {
          font-weight: normal;
          font-size: 1.1rem;
          margin-top: 1em; }
    #stage03 .sec01__02 {
      width: 35%; }
      @media only screen and (max-width: 1024px) {
        #stage03 .sec01__02 {
          width: 40%; } }
      @media only screen and (max-width: 768px) {
        #stage03 .sec01__02 {
          margin: 2em auto 0;
          width: 80%; } }
      #stage03 .sec01__02 img {
        border-radius: 10px; }
      #stage03 .sec01__02 figcaption {
        margin-top: 0.5em; }
    #stage03 .sec01 + p {
      margin-bottom: 1em; }
  #stage03 .sec02 {
    margin-bottom: 5em; }
    #stage03 .sec02 h3 {
      color: #1D52B1;
      font-size: 1.3em;
      font-weight: bold; }
      @media only screen and (max-width: 576px) {
        #stage03 .sec02 h3 {
          font-size: 1.1em; } }
    #stage03 .sec02__01 {
      display: flex;
      justify-content: space-between;
      margin-top: 1em; }
      @media only screen and (max-width: 576px) {
        #stage03 .sec02__01 {
          display: inherit; } }
      #stage03 .sec02__01__01 {
        width: calc((100% - 10%) / 2); }
        @media only screen and (max-width: 576px) {
          #stage03 .sec02__01__01 {
            width: 100%; }
            #stage03 .sec02__01__01 + .sec02__01__01 {
              margin-top: 3em; } }
        #stage03 .sec02__01__01 figure {
          max-width: 300px;
          margin: 0 auto; }
          @media only screen and (max-width: 1024px) {
            #stage03 .sec02__01__01 figure {
              max-width: 260px; } }
          @media only screen and (max-width: 768px) {
            #stage03 .sec02__01__01 figure {
              max-width: 220px; } }
          @media only screen and (max-width: 576px) {
            #stage03 .sec02__01__01 figure {
              max-width: 60%; } }
          #stage03 .sec02__01__01 figure img {
            border-radius: 50%; }
        #stage03 .sec02__01__01 h4 {
          text-align: center;
          font-size: 1.5em;
          font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
          font-weight: bold;
          margin-top: 1em; }
        #stage03 .sec02__01__01 p {
          font-size: 1.1em; }
          @media only screen and (max-width: 1024px) {
            #stage03 .sec02__01__01 p {
              font-size: 1em; } }
      #stage03 .sec02__01:nth-child(even) {
        flex-direction: row-reverse; }
        #stage03 .sec02__01:nth-child(even) section h4 {
          text-align: right; }
  #stage03 .sec03 {
    margin-top: 2em; }
    #stage03 .sec03 h3 {
      font-size: 1.3em;
      font-weight: bold; }
      @media only screen and (max-width: 576px) {
        #stage03 .sec03 h3 {
          font-size: 1.1em; } }
    #stage03 .sec03__01 {
      margin-top: 2em;
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        #stage03 .sec03__01 {
          display: inherit; } }
      #stage03 .sec03__01__01 {
        width: 55%; }
        @media only screen and (max-width: 1024px) {
          #stage03 .sec03__01__01 {
            width: 50%; } }
        @media only screen and (max-width: 768px) {
          #stage03 .sec03__01__01 {
            width: 80%;
            margin: 0 auto; } }
        #stage03 .sec03__01__01 img {
          border-radius: 10px; }
        #stage03 .sec03__01__01 figcaption {
          margin-top: 0.5em; }
      #stage03 .sec03__01__02 {
        width: 40%; }
        @media only screen and (max-width: 1024px) {
          #stage03 .sec03__01__02 {
            width: 45%; } }
        @media only screen and (max-width: 768px) {
          #stage03 .sec03__01__02 {
            width: 100%; } }
        @media only screen and (max-width: 768px) {
          #stage03 .sec03__01__02 figure {
            width: 80%;
            margin: 2em auto 0; } }
        #stage03 .sec03__01__02 p {
          font-size: 1.1em;
          margin-top: 1em; }
          @media only screen and (max-width: 576px) {
            #stage03 .sec03__01__02 p {
              font-size: 1em; } }
  #stage03 .sec04 {
    margin-top: 5em; }
    #stage03 .sec04 h4 {
      font-weight: bold;
      text-align: center;
      font-size: 1.4em;
      margin-bottom: 1em; }
      @media only screen and (max-width: 768px) {
        #stage03 .sec04 h4 {
          font-size: 1.3em; } }
      @media only screen and (max-width: 576px) {
        #stage03 .sec04 h4 {
          font-size: 1.2em; } }
    #stage03 .sec04__01 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #stage03 .sec04__01 figure {
        width: calc((100% - 4em) / 3);
        margin-bottom: 2em; }
        @media only screen and (max-width: 1024px) {
          #stage03 .sec04__01 figure {
            width: calc((100% - 2em) / 3); } }
        @media only screen and (max-width: 768px) {
          #stage03 .sec04__01 figure {
            width: calc((100% - 1em) / 2); } }
        #stage03 .sec04__01 figure img {
          width: 100%;
          border-radius: 10px; }
        #stage03 .sec04__01 figure figcaption {
          margin-top: 0.5em;
          text-align: center;
          font-weight: bold;
          font-size: 1.1em; }
          @media only screen and (max-width: 768px) {
            #stage03 .sec04__01 figure figcaption {
              font-size: 1em; } }
  #stage03 .sec05 {
    border: 3px solid #1D52B1;
    background: #fff;
    border-radius: 10px;
    max-width: 900px;
    margin: 2em auto 0;
    padding: 2em; }
    #stage03 .sec05 p {
      font-size: 1.1em;
      font-weight: bold; }
  #stage03 .sec06 {
    max-width: 900px;
    margin: 2em auto 0;
    border: 1px solid #CCC; }
    #stage03 .sec06 .youtube {
      height: 0;
      overflow: hidden;
      position: relative;
      padding-bottom: calc(9 / 16 * 100%); }
      #stage03 .sec06 .youtube iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%; }
  #stage03 .sec07 {
    max-width: 900px;
    margin: 2em auto 0;
    background: #fff; }
    #stage03 .sec07 h5 {
      background: #1D52B1;
      color: #fff;
      font-weight: bold;
      text-align: center;
      font-size: 1.2em;
      padding: 0.5em 1em;
      border-radius: 5px 5px 0 0; }
    #stage03 .sec07__01 {
      display: flex;
      justify-content: space-between;
      border: 2px solid #1D52B1;
      border-top: none; }
      @media only screen and (max-width: 768px) {
        #stage03 .sec07__01 {
          display: inherit; } }
      #stage03 .sec07__01__01 {
        width: calc(100% / 3);
        text-align: center;
        border: 1px solid #1D52B1;
        padding: 1em 0; }
        @media only screen and (max-width: 768px) {
          #stage03 .sec07__01__01 {
            width: 100%; } }
        #stage03 .sec07__01__01 h6 {
          font-size: 1.1em; }
          @media only screen and (max-width: 768px) {
            #stage03 .sec07__01__01 h6 {
              font-size: 1em; } }
        #stage03 .sec07__01__01 p {
          font-weight: bold;
          font-size: 1.2em; }
          @media only screen and (max-width: 768px) {
            #stage03 .sec07__01__01 p {
              font-size: 1.1em; } }

/* stage04　智頭町ってこんなところ
---------------------------------------------------------------------*/
#stage04 {
  padding-bottom: 5em; }
  @media only screen and (max-width: 1024px) {
    #stage04 {
      padding-bottom: 4em; } }
  @media only screen and (max-width: 768px) {
    #stage04 {
      padding-bottom: 3em; } }
  @media only screen and (max-width: 576px) {
    #stage04 {
      padding-bottom: 2em; } }
  #stage04 h1 {
    background: #360;
    padding: 0.5em 0 0.25em; }
  #stage04 h2 {
    font-size: 1.8em;
    color: #360;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    margin-bottom: 0.5em; }
    @media only screen and (max-width: 1024px) {
      #stage04 h2 {
        font-size: 1.4em; } }
    @media only screen and (max-width: 768px) {
      #stage04 h2 {
        font-size: 1.3em; } }
    @media only screen and (max-width: 576px) {
      #stage04 h2 {
        font-size: 1.1em; } }
    #stage04 h2 span.style01 {
      font-size: 1.3em; }
    #stage04 h2 + figure img {
      border-radius: 20px; }
  #stage04 .sec01 {
    display: flex;
    justify-content: space-between;
    margin-top: 3em; }
    @media only screen and (max-width: 768px) {
      #stage04 .sec01 {
        display: inherit; } }
    #stage04 .sec01__01 {
      width: 55%; }
      @media only screen and (max-width: 768px) {
        #stage04 .sec01__01 {
          width: 100%; } }
      #stage04 .sec01__01 h3 {
        font-family: "Noto Serif JP", serif;
        font-size: 1.8em;
        font-weight: bold;
        margin-bottom: 1em; }
        @media only screen and (max-width: 1024px) {
          #stage04 .sec01__01 h3 {
            font-size: 1.4em; } }
      #stage04 .sec01__01 p {
        font-size: 1.1em; }
        @media only screen and (max-width: 1024px) {
          #stage04 .sec01__01 p {
            font-size: 1em; } }
    #stage04 .sec01 figure {
      width: 40%; }
      @media only screen and (max-width: 768px) {
        #stage04 .sec01 figure {
          width: 80%;
          margin: 0 auto; } }
  #stage04 .sec02 {
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #stage04 .sec02 figure {
      width: calc((100% - 10%) / 3);
      margin-bottom: 2em; }
      @media only screen and (max-width: 768px) {
        #stage04 .sec02 figure {
          width: calc((100% - 5%) / 2); } }
      #stage04 .sec02 figure img {
        border-radius: 50%; }
      #stage04 .sec02 figure figcaption {
        text-align: center;
        font-weight: bold;
        font-size: 1.1em;
        margin-top: 1em; }
        @media only screen and (max-width: 1024px) {
          #stage04 .sec02 figure figcaption {
            font-size: 1em; } }
  #stage04 #loop {
    width: 100%; }
    #stage04 #loop .loopslider {
      height: 200px;
      position: relative;
      overflow: hidden; }
      #stage04 #loop .loopslider ul {
        display: flex;
        overflow: hidden;
        display: inline-block; }
        #stage04 #loop .loopslider ul li {
          float: right;
          display: inline;
          overflow: hidden;
          max-width: 350px;
          min-width: 300px; }
          @media only screen and (max-width: 768px) {
            #stage04 #loop .loopslider ul li {
              max-width: 250px;
              min-width: 250px; } }
          #stage04 #loop .loopslider ul li::after {
            content: ".";
            height: 0;
            clear: both;
            display: block;
            visibility: hidden; }
  #stage04 .sec03 {
    margin: 2em auto 0;
    padding: 0 3em;
    max-width: 900px; }

/* stage05 加入者の方の感想
---------------------------------------------------------------------*/
#stage05 {
  background: #FFE9E9; }
  #stage05 h1.subTitle01 {
    background: #FF7481; }
  #stage05 .sec01 {
    background: #FFF;
    border-radius: 10px;
    padding: 2em 3em;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 1024px) {
      #stage05 .sec01 {
        padding: 2em; } }
    @media only screen and (max-width: 576px) {
      #stage05 .sec01 {
        display: inherit;
        padding: 1em; } }
    #stage05 .sec01 + .sec01 {
      margin-top: 1em; }
    #stage05 .sec01 figure {
      width: 150px;
      text-align: center; }
      @media only screen and (max-width: 576px) {
        #stage05 .sec01 figure {
          width: 100%;
          margin-bottom: 1em;
          display: flex;
          text-align: left;
          align-items: center; } }
      #stage05 .sec01 figure img {
        width: 100%;
        max-width: 100px; }
        @media only screen and (max-width: 576px) {
          #stage05 .sec01 figure img {
            max-width: 60px;
            margin-right: 1em;
            margin-left: 1em; } }
      #stage05 .sec01 figure figcaption {
        margin-top: 1em;
        font-weight: bold;
        font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO"; }
        @media only screen and (max-width: 576px) {
          #stage05 .sec01 figure figcaption {
            margin-top: inherit; } }
    #stage05 .sec01__01 {
      width: calc(100% - (150px + 3em)); }
      @media only screen and (max-width: 1024px) {
        #stage05 .sec01__01 {
          width: calc(100% - (150px + 2em)); } }
      @media only screen and (max-width: 576px) {
        #stage05 .sec01__01 {
          width: 100%; } }
      #stage05 .sec01__01 h3 {
        font-weight: bold;
        padding: 0.5em 1em;
        border-radius: 5px;
        margin-bottom: 0.5em; }
        #stage05 .sec01__01 h3.hoken {
          background: #FFE8C1; }
        #stage05 .sec01__01 h3.tokusan {
          background: #FFD5C6; }
        #stage05 .sec01__01 h3.tour {
          background: #DBF59F; }
        #stage05 .sec01__01 h3:nth-child(n + 2) {
          margin-top: 1em; }

/* stage06 よくあるご質問
---------------------------------------------------------------------*/
#stage06 {
  background: #DFF3ED; }
  #stage06 h1 {
    background: #7FCFB7; }
  #stage06 .secInside .sec01 {
    background: #FFF;
    border-radius: 10px;
    padding: 2em 3em;
    margin: 0 0 20px; }
    @media only screen and (max-width: 1024px) {
      #stage06 .secInside .sec01 {
        padding: 2em; } }
    @media only screen and (max-width: 576px) {
      #stage06 .secInside .sec01 {
        padding: 1em; } }
    #stage06 .secInside .sec01 h2 {
      font-size: 1.1em;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-left: calc(40px + 0.5em);
      text-indent: calc(-40px - 0.5em); }
      @media only screen and (max-width: 576px) {
        #stage06 .secInside .sec01 h2 {
          font-size: 1em;
          margin-left: calc(30px + 0.5em);
          text-indent: calc(-30px - 0.5em); } }
      #stage06 .secInside .sec01 h2::before {
        content: "";
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url("../img/ico_stage06-1.svg");
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-right: 0.5em; }
        @media only screen and (max-width: 576px) {
          #stage06 .secInside .sec01 h2::before {
            width: 30px;
            height: 30px; } }
    #stage06 .secInside .sec01 p {
      margin-left: calc(40px + 0.5em);
      text-indent: calc(-40px - 0.5em); }
      @media only screen and (max-width: 576px) {
        #stage06 .secInside .sec01 p {
          margin-left: calc(30px + 0.5em);
          text-indent: calc(-30px - 0.5em); } }
      #stage06 .secInside .sec01 p::before {
        content: "";
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url("../img/ico_stage06-2.svg");
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-right: 0.5em; }
        @media only screen and (max-width: 576px) {
          #stage06 .secInside .sec01 p::before {
            width: 30px;
            height: 30px; } }
      #stage06 .secInside .sec01 p img {
        width: 32px;
        height: 32px;
        vertical-align: middle;
        margin-right: 0.25em; }
        @media only screen and (max-width: 768px) {
          #stage06 .secInside .sec01 p img {
            width: 26px;
            height: 26px; } }

/* stage07 制度内容
---------------------------------------------------------------------*/
#stage07 {
  background: url(../img/bg_sokai01.jpg); }
  #stage07 h1 {
    background: #1D52B1; }
  #stage07 dl {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-top: none; }
    @media only screen and (max-width: 576px) {
      #stage07 dl {
        flex-flow: column nowrap; } }
    #stage07 dl dt {
      background: #F4F4F4;
      width: 30%;
      padding: 1em;
      box-sizing: border-box;
      border-top: 1px solid #ccc;
      font-weight: bold; }
      @media only screen and (max-width: 576px) {
        #stage07 dl dt {
          width: 100%; } }
    #stage07 dl dd {
      padding: 1em;
      margin: 0;
      border-left: 1px solid #ccc;
      border-top: 1px solid #ccc;
      width: 70%;
      background: #fff;
      box-sizing: border-box; }
      @media only screen and (max-width: 576px) {
        #stage07 dl dd {
          width: 100%;
          border-left: none; } }
      #stage07 dl dd ul {
        list-style: disc;
        margin-left: 2em;
        margin-bottom: 0.5em; }
        #stage07 dl dd ul + p {
          font-size: 0.9em; }

/* お申込みの流れ */
#stage08 {
  background: url(../img/bg_sokai01.jpg); }
  #stage08 h1 {
    background: #1D52B1; }
  #stage08 .sec01 {
    width: 100%;
    margin-bottom: 2em;
    display: flex; }
    #stage08 .sec01 figure {
      width: 140px;
      margin-right: 30px;
      text-align: center; }
      #stage08 .sec01 figure img {
        width: 70%;
        height: auto;
        border: 4px solid #FC3;
        border-radius: 50%; }
      #stage08 .sec01 figure figcaption {
        margin-top: 0.5em;
        font-weight: bold;
        line-height: 1.4; }
    #stage08 .sec01__01 {
      width: 100%; }
      #stage08 .sec01__01 section {
        min-height: 100px;
        position: relative;
        padding: 1em 2em;
        border-radius: 10px;
        background: #fff;
        border: 4px solid #FC3; }
        @media only screen and (max-width: 576px) {
          #stage08 .sec01__01 section {
            padding: 1em; } }
        #stage08 .sec01__01 section::after {
          content: "";
          display: inline-block;
          position: absolute;
          top: 25px;
          left: -40px;
          border: 20px solid transparent;
          border-right: 20px solid #FC3; }
        #stage08 .sec01__01 section p {
          font-weight: bold; }
        #stage08 .sec01__01 section img {
          width: 50px;
          border: 3px solid #8FC0F7;
          border-radius: 50%;
          margin-right: 0.5em;
          vertical-align: middle; }
  #stage08 .sec02 {
    width: 100%;
    margin-bottom: 2em;
    display: flex; }
    #stage08 .sec02 figure {
      width: 140px;
      margin-right: 30px;
      text-align: center; }
      #stage08 .sec02 figure img {
        width: 70%;
        height: auto;
        border: 4px solid #8FC0F7;
        border-radius: 50%; }
      #stage08 .sec02 figure figcaption {
        margin-top: 0.5em;
        font-weight: bold;
        line-height: 1.4; }
    #stage08 .sec02__01 {
      width: 100%; }
      #stage08 .sec02__01 section {
        min-height: 100px;
        position: relative;
        padding: 1em 2em;
        border-radius: 10px;
        background: #fff;
        border: 4px solid #8FC0F7; }
        @media only screen and (max-width: 576px) {
          #stage08 .sec02__01 section {
            padding: 1em; } }
        #stage08 .sec02__01 section::after {
          content: "";
          position: absolute;
          top: 25px;
          left: -40px;
          border: 20px solid transparent;
          border-right: 20px solid #8FC0F7; }
        #stage08 .sec02__01 section p {
          font-weight: bold; }
  #stage08 .sec03 p {
    font-size: 1.1em;
    font-weight: bold; }
    @media only screen and (max-width: 576px) {
      #stage08 .sec03 p {
        font-size: 1em; } }
  #stage08 .sec03 ul {
    list-style: decimal;
    font-size: 1.1em;
    margin-left: 2em; }
    @media only screen and (max-width: 576px) {
      #stage08 .sec03 ul {
        font-size: 1em; } }

/*#stage07 ul.list li ul li {
	font-size:16px;
	font-weight:normal;
}*/
/* btn
---------------------------------------------------------------------*/
/* サーバーメンテナンス
---------------------------------------------------------------------*/
.mente {
  width: 504px;
  margin: 10px auto 0; }
