@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
.orange {
  color: #FF9F1D; }

/*メインコンテンツ*/
#top_txt .w1200 {
  text-align: center;
  margin-bottom: 50px; }
  #top_txt .w1200 .img_txt img {
    width: 20%;
    text-align: center;
    margin-bottom: 10px; }
  #top_txt .w1200 .img_txt p {
    font-size: 1.6rem;
    font-weight: bold; }
    @media (min-width: 786px) {
      #top_txt .w1200 .img_txt p {
        font-size: calc( 1.6rem + ( 1vw - 7.86px ) * 0.4830917874 ); } }
    @media (min-width: 1200px) {
      #top_txt .w1200 .img_txt p {
        font-size: 1.8rem; } }

/*実行率*/
#execution {
  margin-bottom: 30px; }
  #execution .w1200 .main_txt {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
    #execution .w1200 .main_txt p {
      font-size: 1.8rem; }
      @media (min-width: 786px) {
        #execution .w1200 .main_txt p {
          font-size: calc( 1.8rem + ( 1vw - 7.86px ) * 1.4492753623 ); } }
      @media (min-width: 1200px) {
        #execution .w1200 .main_txt p {
          font-size: 2.4rem; } }
  #execution .w1200 .flex_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 20px; }
    #execution .w1200 .flex_wrap .img_box {
      flex: 0 1 30%;
      width: 30%;
      max-width: 30%; }
  #execution .w1200 .txt {
    text-align: center; }

/*気をつけること*/
#important {
  margin-bottom: 60px; }
  #important .w1200 .main_txt {
    text-align: center; }
    #important .w1200 .main_txt p {
      font-size: 1.6rem; }
      @media (min-width: 786px) {
        #important .w1200 .main_txt p {
          font-size: calc( 1.6rem + ( 1vw - 7.86px ) * 0.9661835749 ); } }
      @media (min-width: 1200px) {
        #important .w1200 .main_txt p {
          font-size: 2rem; } }
    #important .w1200 .main_txt .orange {
      font-weight: bold; }
  #important .w1200 .txt {
    text-align: center;
    margin-bottom: 30px; }
  #important .w1200 .table_box {
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    border: solid 1px #707070; }
    #important .w1200 .table_box tbody tr {
      letter-spacing: 0.0em;
      border-bottom: solid 1px #707070; }
      #important .w1200 .table_box tbody tr th {
        border-right: solid 1px #707070;
        font-size: 1.4rem;
        padding: 10px 2px;
        vertical-align: middle; }
        @media (min-width: 786px) {
          #important .w1200 .table_box tbody tr th {
            font-size: calc( 1.4rem + ( 1vw - 7.86px ) * 0.4830917874 ); } }
        @media (min-width: 1200px) {
          #important .w1200 .table_box tbody tr th {
            font-size: 1.6rem; } }
      #important .w1200 .table_box tbody tr td {
        font-size: 1.6rem;
        border-right: solid 1px #707070;
        padding: 10px 5px;
        width: 27%;
        vertical-align: middle; }
        @media (min-width: 786px) {
          #important .w1200 .table_box tbody tr td {
            font-size: calc( 1.6rem + ( 1vw - 7.86px ) * 0.9661835749 ); } }
        @media (min-width: 1200px) {
          #important .w1200 .table_box tbody tr td {
            font-size: 2rem; } }
      #important .w1200 .table_box tbody tr .back_color01 {
        background: #C3C3C3;
        font-size: 1.4rem; }
        @media (min-width: 786px) {
          #important .w1200 .table_box tbody tr .back_color01 {
            font-size: calc( 1.4rem + ( 1vw - 7.86px ) * 0.4830917874 ); } }
        @media (min-width: 1200px) {
          #important .w1200 .table_box tbody tr .back_color01 {
            font-size: 1.6rem; } }
      #important .w1200 .table_box tbody tr .back_color02 {
        background: #FF9F1D;
        font-size: 1.4rem; }
        @media (min-width: 786px) {
          #important .w1200 .table_box tbody tr .back_color02 {
            font-size: calc( 1.4rem + ( 1vw - 7.86px ) * 0.4830917874 ); } }
        @media (min-width: 1200px) {
          #important .w1200 .table_box tbody tr .back_color02 {
            font-size: 1.6rem; } }
      #important .w1200 .table_box tbody tr .back_color03 {
        background: #FFF5E8; }
      #important .w1200 .table_box tbody tr .txt01 {
        color: #fff; }
      #important .w1200 .table_box tbody tr .txt02 {
        color: #E80000; }

/*メリット*/
#merit {
  background: #FFF5E8;
  padding: 60px 0;
  margin-bottom: 50px; }
  #merit .w1200 .main_txt {
    text-align: center; }
    #merit .w1200 .main_txt p {
      font-size: 1.6rem; }
      @media (min-width: 786px) {
        #merit .w1200 .main_txt p {
          font-size: calc( 1.6rem + ( 1vw - 7.86px ) * 0.9661835749 ); } }
      @media (min-width: 1200px) {
        #merit .w1200 .main_txt p {
          font-size: 2rem; } }
  #merit .w1200 .flex_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #merit .w1200 .flex_wrap .txt_box {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%;
      background: #fff;
      margin-bottom: 20px;
      padding: 20px;
      text-align: center; }
      #merit .w1200 .flex_wrap .txt_box .title {
        font-size: 2rem;
        margin-bottom: 20px;
        text-align: center; }
        @media (min-width: 786px) {
          #merit .w1200 .flex_wrap .txt_box .title {
            font-size: calc( 2rem + ( 1vw - 7.86px ) * 1.9323671498 ); } }
        @media (min-width: 1200px) {
          #merit .w1200 .flex_wrap .txt_box .title {
            font-size: 2.8rem; } }
      #merit .w1200 .flex_wrap .txt_box .contents {
        text-align: justify; }

#btn .btn_txt {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 786px) {
    #btn .btn_txt {
      font-size: calc( 1.6rem + ( 1vw - 7.86px ) * 0.4830917874 ); } }
  @media (min-width: 1200px) {
    #btn .btn_txt {
      font-size: 1.8rem; } }
  #btn .btn_txt + .btn {
    margin: 0 auto 60px; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  /*メインコンテンツ*/
  #top_txt .w1200 .img_txt img {
    width: 15%;
    margin-bottom: 20px; }

  /*実行率*/
  #execution .w1200 .main_txt {
    margin-bottom: 40px; }
  #execution .w1200 .flex_wrap {
    margin: 0 auto 40px; }
    #execution .w1200 .flex_wrap .img_box {
      flex: 0 1 32%;
      width: 32%;
      max-width: 32%;
      text-align: center; }
      #execution .w1200 .flex_wrap .img_box img {
        width: 50%; }
      #execution .w1200 .flex_wrap .img_box:first-child {
        text-align: right; }
      #execution .w1200 .flex_wrap .img_box:last-child {
        text-align: left; }

  /*気をつけること*/
  #important .w1200 {
    margin: 0 auto 50px; }
    #important .w1200 .main_txt {
      text-align: center;
      margin: 0 auto 20px; }
    #important .w1200 .txt {
      margin-bottom: 30px; }
    #important .w1200 .table_box {
      width: 95%; }
      #important .w1200 .table_box tbody tr th {
        padding: 20px 2px; }
      #important .w1200 .table_box tbody tr td {
        padding: 20px 5px; }

  /*メリット*/
  #merit .w1200 {
    width: 100%; }
    #merit .w1200 .main_txt {
      margin: 0 auto 40px; }
    #merit .w1200 .flex_wrap {
      justify-content: space-between; }
      #merit .w1200 .flex_wrap .txt_box {
        flex: 0 1 32.5%;
        width: 32.5%;
        max-width: 32.5%;
        box-sizing: border-box;
        margin-bottom: 50px;
        padding: 40px 2%;
        margin-bottom: 0; } }
/*------------------------------
		980px以上
------------------------------*/
@media screen and (min-width: 981px) {
  /*メインコンテンツ*/
  #top_txt .w1200 {
    margin-bottom: 50px; }
    #top_txt .w1200 .img_txt img {
      width: 10%;
      margin-bottom: 20px; }

  /*実行率*/
  #execution .w1200 {
    width: 100%;
    margin: 0 auto 50px; }
    #execution .w1200 .main_txt {
      margin-bottom: 40px; }
    #execution .w1200 .flex_wrap {
      width: 50%;
      margin: 0 auto 40px; }
      #execution .w1200 .flex_wrap .img_box {
        flex: 0 1 30%;
        width: 30%;
        max-width: 30%; }
        #execution .w1200 .flex_wrap .img_box img {
          width: 100%; }
    #execution .w1200 .txt {
      line-height: 2; }

  /*気をつけること*/
  #important .w1200 {
    width: 100%; }
    #important .w1200 .txt {
      margin-bottom: 30px;
      line-height: 2; }
    #important .w1200 .table_box {
      width: 100%; } }
/*------------------------------
		1280px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
