/*SP用*/
@media screen and (max-width: 800px) {
  #areaCenter {
    padding: 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0084cc+20,ffffff+100 */
    background: #0084cc; /* Old browsers */
    background: -moz-linear-gradient(
      top,
      #0084cc 20%,
      #ffffff 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      #0084cc 20%,
      #ffffff 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      #0084cc 20%,
      #ffffff 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084cc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  }

  .main_com h2 {
    color: #f5a95d;
    font-size: 2rem;
    font-weight: bold;
    padding-top: 30px;
    text-shadow: 0 0 10px #0f2f4e;
  }
  .main_com_m {
    background-color: #ce7d2d;
  }

  .intoro {
    padding: 0px;
    text-shadow: 0 0 6px #0f2f4e;
  }
  .intoro h3 {
    display: block;
    color: #f5a95d;
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-align: center;
    padding: 0;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .intoro .comm {
    color: white;
    font-size: 1rem;
    line-height: 1.6rem;
    padding: 0 10px;
    margin: auto;
    margin-bottom: 50px;
  }
  .intoro .keyword {
    color: #f5a95d;
    font-size: 1.3rem;
    font-weight: bold;
  }

  /* 2カラムテンプレ */
  .flCol {
    text-align: left;
    padding: 20px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fffffff0;
    box-shadow: 0 0 25px #4095c4;
  }
  .flCol .title {
    text-align: center;
  }
  .flCol .title h3 {
    display: block;
    font-size: 1.7rem;
    line-height: 2rem;
    text-align: left;
    letter-spacing: 0px;
    padding: 0;
    padding-top: 10px;
  }
  .flCol .cont {
    font-size: 0.85rem;
    line-height: 1.8rem;
  }

  /* ------ */
  .whatsZero {
  }
  .whatsZero .title {
  }
  .whatsZero .title h3 {
    color: #d0680c;
  }
  .whatsZero .title .sub {
    color: #d0680c;
    font-size: 0.95rem;
  }
  .whatsZero .cont {
    font-size: 0.85rem;
  }

  /* ------ */
  /* .reason {
  flex-direction: row-reverse;
} */
  .reason .title h3 {
    color: #199c49;
  }
  .reason img.pic1 {
    max-width: 250px;
    height: auto;
  }
  .reason .cont ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
  }
  .reason .cont ul li {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
  }
  .reason .cont ul h4 {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1;
    padding: 10px;
    margin-bottom: 12px;
    border-radius: 10px;
    background-color: #199c49;
  }
  .reason .cont .caution {
    padding: 15px;
    padding-bottom: 10px;
    background-color: #d9f0e2;
    margin-bottom: 10px;
  }

  /* ------ */
  .jirei {
    background-color: white;
    flex-wrap: wrap;
  }
  .jirei img {
    max-width: 100%;
    height: auto;
  }
  .jirei .head {
    width: 100%;
    padding-top: 20px;
  }
  .jirei .head h3 {
    font-size: 1.2rem;
    font-family: sans-serif;
    font-weight: bold;
    line-height: 1.7rem;
    padding: 0;
    margin-bottom: 35px;
  }
  .jirei .cont {
    text-align: center;
    margin-bottom: 30px;
  }
  .jirei .cont h4 {
    color: white;
    font-size: 1.2rem;
    line-height: 1;
    padding: 10px;
    margin-bottom: 1.5rem;
    border-radius: 10px;
  }
  .jirei .cont h4.jyurai {
    background-color: #0084cc;
  }
  .jirei .cont h4.zero {
    background-color: #f27e08;
  }
  .jirei .cont .feture {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .jirei .cont .feture.jyurai {
    color: #0084cc;
  }
  .jirei .cont .feture.zero {
    color: #f27e08;
  }

  /* ----------- */
  .kouka {
    padding: 20px;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #bdd3e6;
    background-color: white;
    box-shadow: 0 0 25px #9dc5db;
  }
  .kouka h3 {
    /* display: block; */
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 0;
    padding-top: 20px;
    margin-bottom: 35px;
    border-bottom: 2px solid #5e5e5e;
  }
  .kouka ol {
    font-size: 0.85rem;
    padding: 0;
    list-style: none;
  }
  .kouka ol li {
    margin-bottom: 20px;
    text-align: left;
  }
  .kouka ol li h4 {
    color: #0994bf;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 0;
    margin-bottom: 12px;
  }
}

/*PC用*/
@media screen and (min-width: 771px) {
  #areaCenter {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0084cc+20,ffffff+100 */
    background: #0084cc; /* Old browsers */
    background: -moz-linear-gradient(
      top,
      #0084cc 20%,
      #ffffff 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      #0084cc 20%,
      #ffffff 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      #0084cc 20%,
      #ffffff 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084cc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  }

  .main_com h2 {
    color: #f5a95d;
    font-size: 3rem;
    font-weight: bold;
    padding-top: 80px;
    text-shadow: 0 0 10px #0f2f4e;
  }
  .main_com_m {
    background-color: #ce7d2d;
  }

  .intoro {
    padding: 20px;
    padding-top: 50px;
    text-shadow: 0 0 6px #0f2f4e;
  }
  .intoro h3 {
    color: #f5a95d;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  .intoro .comm {
    color: white;
    font-size: 1.1rem;
    line-height: 1.9rem;
    max-width: 800px;
    padding: 0 35px;
    margin: auto;
    margin-bottom: 80px;
    border-radius: 10px;
    /* background-color: #2e7fc6; */
  }
  .intoro .keyword {
    color: #f5a95d;
    font-size: 1.6rem;
    font-weight: bold;
  }

  /* 2カラムテンプレ */
  .flCol {
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
    max-width: 1200px;
    padding: 40px;
    margin: auto;
    margin-bottom: 50px;
    border-radius: 10px;
    justify-content: space-between;
    background-color: #fffffff0;
    box-shadow: 0 0 25px #4095c4;
  }
  .flCol .title {
    width: 46%;
    text-align: center;
  }
  .flCol .title h3 {
    display: block;
    line-height: 2.5rem;
    text-align: left;
    letter-spacing: 1px;
    padding: 0;
    padding-top: 10px;
  }
  .flCol .cont {
    width: 53%;
    font-size: 0.85rem;
    line-height: 1.8rem;
  }

  /* ------ */
  .whatsZero {
  }
  .whatsZero .title {
  }
  .whatsZero .title h3 {
    color: #d0680c;
  }
  .whatsZero .title .sub {
    color: #d0680c;
    font-size: 0.95rem;
  }
  .whatsZero .cont {
    font-size: 0.95rem;
  }

  /* ------ */
  /* .reason {
  flex-direction: row-reverse;
} */
  .reason .title h3 {
    color: #199c49;
  }
  .reason img.pic1 {
    max-width: 400px;
    height: auto;
  }
  .reason .cont ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
  }
  .reason .cont ul li {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
  .reason .cont ul h4 {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1;
    padding: 10px;
    margin-bottom: 12px;
    border-radius: 10px;
    background-color: #199c49;
  }
  .reason .cont .caution {
    padding: 15px;
    padding-bottom: 10px;
    background-color: #d9f0e2;
    margin-bottom: 10px;
  }

  /* ------ */
  .jirei {
    background-color: white;
    flex-wrap: wrap;
  }
  .jirei img {
    max-width: 100%;
    height: auto;
  }
  .jirei .head {
    width: 100%;
    padding: 20px;
  }
  .jirei .head h3 {
    line-height: 2.5rem;
    font-family: sans-serif;
    font-weight: bold;
  }
  .jirei .cont {
    width: 48%;
    text-align: center;
  }
  .jirei .cont h4 {
    color: white;
    font-size: 1.2rem;
    line-height: 1;
    padding: 10px;
    margin-bottom: 1.5rem;
    border-radius: 10px;
  }
  .jirei .cont h4.jyurai {
    background-color: #0084cc;
  }
  .jirei .cont h4.zero {
    background-color: #f27e08;
  }
  .jirei .cont .feture {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .jirei .cont .feture.jyurai {
    color: #0084cc;
  }
  .jirei .cont .feture.zero {
    color: #f27e08;
  }

  /* ----------- */
  .kouka {
    max-width: 1200px;
    padding: 45px;
    margin: auto;
    margin-bottom: 50px;
    border-radius: 10px;
    border: 1px solid #bdd3e6;
    background-color: white;
    box-shadow: 0 0 25px #9dc5db;
  }
  .kouka h3 {
    /* display: block; */
    font-size: 1.9rem;
    line-height: 1.5rem;
    padding-top: 30px;
    margin-bottom: 35px;
    border-bottom: 2px solid #5e5e5e;
  }
  .kouka ol {
    padding: 0;
    list-style: none;
  }
  .kouka ol li {
    margin-bottom: 20px;
    text-align: left;
  }
  .kouka ol li h4 {
    color: #0994bf;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 0;
    margin-bottom: 12px;
  }
}
