@charset "UTF-8";
body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: 100%; }

p {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul li {
    margin: 0;
    padding: 0; }

img {
  width: 100%;
  height: auto;
  line-height: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

.sp {
  display: block; }

.pc {
  display: none; }

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

h2.base-title {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  background: #CF1818;
  color: #FFF;
  border: none;
  padding: 20px 0;
  line-height: 1.2; }

.bg-pattern01 {
  background: url(../img/bg_01.png) repeat;
  background-size: 50px 50px; }

.bg-pattern02 {
  background: url(../img/bg_02.png) repeat;
  background-size: 12px 12px; }

.bg-pattern03 {
  background-image: linear-gradient(-45deg, #fcfcfc 25%, #eeeeee 25%, #eeeeee 50%, #fcfcfc 50%, #fcfcfc 75%, #eeeeee 75%, #eeeeee);
  background-size: 8px 8px; }

.bg-pattern04 {
  background: url(../img/bg_03.png) repeat;
  background-size: 94px 94px; }

.bg-pattern05 {
  background: #F9F9F9; }

header {
  background: url(../img/top_bg.png) repeat;
  background-size: 94px 89px; }

h1 {
  text-align: center;
  font-weight: bold;
  color: #CF1818;
  font-size: 3.6rem;
  margin: 0 0 10px; }

#main-visual {
  padding: 20px;
  background: url(../img/main_bg.png) no-repeat;
  background-size: cover; }
  #main-visual #main-left span {
    display: block;
    margin: 0 0 20px; }

.top-btn {
  background: #CF1818; }
  .top-btn ul {
    letter-spacing: -.4em;
    padding: 10px; }
    .top-btn ul li {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: middle;
      width: 49%;
      box-sizing: border-box;
      border: 1px solid #fff;
      position: relative;
      text-align: center;
      font-size: 1.2rem;
      font-weight: bold; }
      .top-btn ul li:first-child {
        background: url(../img/icon_tel.png) no-repeat right center;
        background-size: contain; }
      .top-btn ul li:last-child {
        margin: 0 0 0 2%;
        background: url(../img/icon_mail.png) no-repeat right center;
        background-size: contain; }
      .top-btn ul li span {
        display: block;
        font-size: 10px;
        font-weight: normal; }
      .top-btn ul li a {
        padding: 10px;
        display: block;
        text-decoration: none;
        color: #fff;
        min-height: 54px;
        box-sizing: border-box; }

.introduction-block {
  padding: 20px 10px 40px; }
  .introduction-block h2 {
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 1.5em; }
    .introduction-block h2 span {
      background: linear-gradient(transparent 70%, yellow 70%); }
  .introduction-block .introduction-box {
    padding: 0 0 46px;
    margin: 0 0 14px;
    position: relative; }
    .introduction-block .introduction-box:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 67px;
      height: 36px;
      background: url(../img/arrow_01.png) no-repeat;
      background-size: contain; }
    .introduction-block .introduction-box .introduction-box-left {
      margin: 0 0 10px; }
      .introduction-block .introduction-box .introduction-box-left ul {
        background: #fff;
        padding: 20px 20px 20px 14px;
        border-radius: 8px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.6); }
        .introduction-block .introduction-box .introduction-box-left ul li {
          position: relative;
          margin: 0 0 1.0em;
          padding: 0 0 0 30px; }
          .introduction-block .introduction-box .introduction-box-left ul li:last-child {
            margin: 0; }
          .introduction-block .introduction-box .introduction-box-left ul li:before {
            content: "";
            position: absolute;
            top: 2px;
            left: 0;
            width: 24px;
            height: 20px;
            background: url(../img/list-icon.png) no-repeat;
            background-size: 24px 20px; }
          .introduction-block .introduction-box .introduction-box-left ul li span {
            font-weight: bold; }
    .introduction-block .introduction-box .introduction-box-right {
      text-align: center; }
      .introduction-block .introduction-box .introduction-box-right img {
        width: 50%; }
  .introduction-block .reform-box {
    padding: 20px;
    border: 3px solid #CCCCCC; }
    .introduction-block .reform-box p.reform-box-lead {
      text-align: center;
      margin: 0 0 2.0em; }
      .introduction-block .reform-box p.reform-box-lead span.red {
        color: #CF1818;
        font-weight: bold;
        font-size: 1.8rem; }
      .introduction-block .reform-box p.reform-box-lead span.bold {
        display: block;
        font-weight: bold;
        font-size: 2.0rem; }
      .introduction-block .reform-box p.reform-box-lead span.line {
        background: linear-gradient(transparent 70%, yellow 70%); }

.reform-box-inner {
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  border: 5px solid #CCCCCC; }
  .reform-box-inner p.title-partner {
    text-align: center;
    max-width: 285px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .reform-box-inner p.reform-box-inner-sub-lead {
    text-align: center;
    color: #CF1818;
    font-weight: bold;
    font-size: 2.0rem;
    margin: 0.5em 0 0; }
  .reform-box-inner span {
    display: block;
    margin: 0 10px; }

.explanation-block h2 {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  position: relative;
  background: #CF1818;
  color: #FFF;
  border: none;
  padding: 20px 0;
  margin: 0 0 20px;
  line-height: 1.2; }
  .explanation-block h2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 10px solid #CF1818; }
  .explanation-block h2 span {
    font-size: 1.6rem; }
.explanation-block .explanation-box {
  background: #fff;
  margin: 0 10px 40px;
  padding: 20px 10px;
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.15); }
  .explanation-block .explanation-box p.explanation-box-lead {
    text-align: center;
    margin: 0 0 1.0em; }
    .explanation-block .explanation-box p.explanation-box-lead span {
      font-weight: bold;
      color: #CF1818; }
  .explanation-block .explanation-box #graph-area {
    letter-spacing: -.4em;
    padding: 10px;
    margin: 0 0 20px;
    background: #EBEBEB; }
    .explanation-block .explanation-box #graph-area #graph-area-txt {
      width: 78%;
      margin: 0 2% 0 0;
      letter-spacing: normal;
      display: inline-block;
      vertical-align: bottom; }
      .explanation-block .explanation-box #graph-area #graph-area-txt p {
        margin: 0 0 0.5em;
        width: 176px; }
      .explanation-block .explanation-box #graph-area #graph-area-txt ul li {
        font-size: 1.2rem;
        padding: 0 0 0 1.0em;
        text-indent: -1.0em;
        margin: 0 0 0.5em; }
        .explanation-block .explanation-box #graph-area #graph-area-txt ul li:last-child {
          margin: 0; }
        .explanation-block .explanation-box #graph-area #graph-area-txt ul li span {
          font-weight: bold;
          font-size: 1.4rem; }
    .explanation-block .explanation-box #graph-area #graph-area-pic {
      width: 20%;
      letter-spacing: normal;
      display: inline-block;
      vertical-align: bottom; }
.explanation-block .comparison-box .comparison-box-left {
  position: relative;
  padding: 0 0 20px; }
  .explanation-block .comparison-box .comparison-box-left:before {
    content: "";
    position: absolute;
    background: url(../img/arrow_02.png) no-repeat;
    width: 84px;
    height: 56px;
    background-size: contain;
    bottom: -20px;
    right: 0;
    transform: rotate(90deg); }

#​​support-top {
  padding: 20px 0;
  text-align: center;
  background: url(../img/support_top_bg.png) no-repeat center center;
  background-size: cover;
  box-shadow: 0 6px 5px -3px rgba(0, 0, 0, 0.1) inset, 0 -6px 5px -3px rgba(0, 0, 0, 0.1) inset; }
  #​​support-top h3 {
    font-size: 1.8rem;
    color: #CF1818;
    font-weight: bold;
    margin: 0 0 0.5em; }

#​​support-main {
  padding: 20px 0 40px;
  text-align: center;
  display: block; }
  #​​support-main p.pic-arrow {
    margin: 0 0 10px; }
    #​​support-main p.pic-arrow img {
      width: 50%;
      max-width: 300px;
      height: auto;
      margin: 0 auto; }
  #​​support-main ul {
    letter-spacing: -.4em;
    padding: 0 10px;
    margin: 0 0 10px; }
    #​​support-main ul li {
      letter-spacing: normal;
      vertical-align: top;
      width: 24%;
      margin: 0 1% 0 0;
      display: inline-block; }
      #​​support-main ul li:last-child {
        margin: 0; }

.​​support-inner {
  padding: 20px 30px 0; }

#prove-block {
  background: #fff;
  text-align: center;
  padding: 20px 0; }
  #prove-block h3 {
    font-size: 1.8rem;
    color: #CF1818;
    font-weight: bold;
    margin: 0 0 0.5em; }
  #prove-block span {
    display: block;
    margin: 0 0 10px; }
    #prove-block span img {
      max-width: 60px;
      height: auto; }

#affairs-table {
  padding: 30px 10px 40px; }
  #affairs-table h4 {
    text-align: center;
    font-weight: bold;
    margin: 0 0 1.0em;
    font-size: 1.8rem; }
  #affairs-table table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff; }
    #affairs-table table tr,
    #affairs-table table th,
    #affairs-table table td {
      margin: 0;
      padding: 0; }
    #affairs-table table tr th.first, #affairs-table table tr th.second, #affairs-table table tr th.third {
      font-size: 1.2rem;
      background: #750D0D;
      color: #fff;
      padding: 4px 0; }
    #affairs-table table tr th.first {
      width: 10%; }
    #affairs-table table tr th.second, #affairs-table table tr th.third {
      width: 30%; }
    #affairs-table table tr td.img01, #affairs-table table tr td.img02, #affairs-table table tr td.img03 {
      text-align: center;
      color: #fff;
      font-weight: bold; }
    #affairs-table table tr td.img01 {
      background: #FF4646; }
    #affairs-table table tr td.img02 {
      background: #FF0000;
      position: relative; }
      #affairs-table table tr td.img02:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        background: url(../img/table_img01.png) no-repeat center top; }
    #affairs-table table tr td.img03 {
      background: #DC0000;
      position: relative; }
      #affairs-table table tr td.img03:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        background: url(../img/table_img02.png) no-repeat center top; }
      #affairs-table table tr td.img03:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        right: 0;
        background: url(../img/table_img03.png) no-repeat center bottom; }
    #affairs-table table tr td.border-r {
      border-right: 1px dotted #8C8C8C; }
    #affairs-table table tr td.border-b {
      border-bottom: 1px dotted #8C8C8C; }
    #affairs-table table tr td ul.content-list {
      font-size: 1.2rem;
      padding: 10px;
      font-weight: bold; }
    #affairs-table table tr td ul.detail-list {
      font-size: 1.2rem;
      padding: 10px; }
      #affairs-table table tr td ul.detail-list li {
        margin: 0 0 0.5em; }
        #affairs-table table tr td ul.detail-list li:last-child {
          margin: 0; }
    #affairs-table table tr td ul li {
      padding: 0 0 0 1.0em;
      text-indent: -1.0em; }

#revue-block {
  margin: 20px 10px 0;
  padding: 10px 0 30px;
  box-sizing: border-box; }
  #revue-block ul {
    background: #EBEBEB;
    padding: 20px 10px 40px;
    margin: 0; }
    #revue-block ul li {
      border-bottom: 1px dotted #8C8C8C;
      margin: 0 0 20px;
      padding: 0 0 20px; }
      #revue-block ul li:last-child {
        margin: 0;
        padding: 0;
        border-bottom: 0; }
      #revue-block ul li .revue-pic {
        width: 200px;
        margin: 0 auto 20px; }
      #revue-block ul li .revue-txt {
        position: relative;
        display: inline-block;
        padding: 14px 10px;
        min-width: 120px;
        max-width: 100%;
        background: #fff;
        border-radius: 4px;
        font-size: 1.2rem;
        line-height: 1.8; }
        #revue-block ul li .revue-txt:before {
          content: "";
          position: absolute;
          top: -30px;
          left: 50%;
          margin-left: -15px;
          border: 15px solid transparent;
          border-bottom: 15px solid #fff; }

#price-block {
  margin: 0 10px 0;
  padding: 20px 0 40px; }

#price-block-top {
  background: #fff;
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.15); }
  #price-block-top .service-table {
    padding: 20px 10px; }
    #price-block-top .service-table h3 {
      text-align: center;
      font-weight: bold;
      margin: 0 0 0.5em; }
    #price-block-top .service-table table {
      width: 100%;
      text-align: center;
      box-sizing: border-box;
      border-collapse: collapse;
      border-spacing: 0;
      border: 1px solid #CF1818;
      margin: 0 0 10px;
      background: #F9F9F9; }
      #price-block-top .service-table table tr.service-table-title {
        background: #CF1818;
        color: #fff; }
        #price-block-top .service-table table tr.service-table-title td {
          padding: 6px 0; }
          #price-block-top .service-table table tr.service-table-title td.left-title {
            width: 60%; }
          #price-block-top .service-table table tr.service-table-title td.right-title {
            width: 40%; }
            #price-block-top .service-table table tr.service-table-title td.right-title span {
              font-size: 1.2rem; }
      #price-block-top .service-table table tr td {
        padding: 4px 0; }
        #price-block-top .service-table table tr td.border-r {
          border-right: 1px dotted #B2B2B2; }
        #price-block-top .service-table table tr td.border-b {
          border-bottom: 1px dotted #B2B2B2; }
        #price-block-top .service-table table tr td.f12 {
          font-size: 1.2rem; }
  #price-block-top p.service-attention {
    padding: 0 0 0 1.0em;
    text-indent: -1.0em;
    font-size: 1.2rem;
    color: #333333; }
  #price-block-top ul.service-attention-list {
    margin: 1.0em 0 0; }
    #price-block-top ul.service-attention-list li {
      padding: 0 0 0 2.0em;
      text-indent: -2.0em;
      font-size: 1.2rem;
      margin: 0 0 0.5em; }
      #price-block-top ul.service-attention-list li:last-child {
        margin: 0; }

#price-block-bottom {
  background: #fff;
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.15);
  position: relative;
  margin: 90px 0 0;
  padding: 20px 0; }
  #price-block-bottom:before {
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 58px;
    height: 48px;
    background: url(../img/arrow_04.png) no-repeat;
    background-size: contain; }
  #price-block-bottom h3 {
    margin: 0 20px 1.0em; }
  #price-block-bottom .example-block {
    padding: 0px 10px;
    margin: 0 10px;
    position: relative; }
    #price-block-bottom .example-block h4 {
      max-width: 100px;
      position: absolute;
      left: 10px;
      top: 0; }
    #price-block-bottom .example-block .example-detail {
      background: #F3F3F3;
      padding: 60px 0 20px;
      margin: 0 0 30px; }
      #price-block-bottom .example-block .example-detail .example-detail-box {
        box-sizing: border-box;
        background: #fff;
        border: 5px solid #CCCCCC;
        padding: 20px 10px 30px;
        margin: 0 10px 0; }
        #price-block-bottom .example-block .example-detail .example-detail-box:nth-child(3) {
          margin: 40px 10px 0;
          position: relative; }
          #price-block-bottom .example-block .example-detail .example-detail-box:nth-child(3):before {
            content: "";
            position: absolute;
            top: -44px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 20px;
            height: 43px;
            background: url(../img/arrow_05.png) no-repeat top center;
            background-size: contain;
            transform: rotate(90deg); }
        #price-block-bottom .example-block .example-detail .example-detail-box .example-detail-box-title {
          text-align: center;
          font-weight: bold;
          font-size: 1.8rem;
          margin: 0 0 20px;
          padding: 0 0 10px;
          border-bottom: 1px solid #CCCCCC; }
        #price-block-bottom .example-block .example-detail .example-detail-box ul.example-list li {
          position: relative;
          padding: 0 0 0 32px; }
          #price-block-bottom .example-block .example-detail .example-detail-box ul.example-list li:before {
            content: "";
            position: absolute;
            top: 2px;
            left: 0;
            width: 15px;
            height: 16px;
            background: url(../img/list-icon-example.png) no-repeat;
            background-size: contain; }
        #price-block-bottom .example-block .example-detail .example-detail-box ul li {
          padding: 0 0 0 1.0em;
          margin: 0 0 0.5em;
          text-indent: -1.0em; }
          #price-block-bottom .example-block .example-detail .example-detail-box ul li:last-child {
            margin: 0; }
          #price-block-bottom .example-block .example-detail .example-detail-box ul li.bold {
            font-weight: bold; }
            #price-block-bottom .example-block .example-detail .example-detail-box ul li.bold span {
              color: #CF1818; }
          #price-block-bottom .example-block .example-detail .example-detail-box ul li p {
            font-weight: normal;
            font-size: 1.2rem;
            color: #3F3F3F;
            display: block; }
            #price-block-bottom .example-block .example-detail .example-detail-box ul li p img {
              width: 10px;
              height: auto;
              vertical-align: middle; }
  #price-block-bottom .example-detail-box-price {
    padding: 0 0 0 32px;
    margin: 1.0em 10px 0;
    text-align: right; }
    #price-block-bottom .example-detail-box-price .price {
      position: relative;
      padding: 0 0 0 50px;
      display: inline-block;
      color: #CF1818;
      font-weight: bold;
      font-size: 2.6rem; }
      #price-block-bottom .example-detail-box-price .price span.line {
        border-bottom: 4px solid #FFFF00; }
      #price-block-bottom .example-detail-box-price .price span.thousands {
        font-weight: normal;
        font-size: 1.6rem; }
      #price-block-bottom .example-detail-box-price .price span.tax {
        font-weight: normal;
        font-size: 1.2rem; }
      #price-block-bottom .example-detail-box-price .price:before {
        content: "";
        position: absolute;
        top: -35px;
        left: 0;
        width: 35px;
        height: 37px;
        background: url(../img/arrow_06.png) no-repeat;
        background-size: contain;
        z-index: 1; }

#flow-block {
  padding: 20px 10px 40px; }
  #flow-block ul li {
    letter-spacing: -.4em;
    border: 1px solid #B2B2B2;
    position: relative;
    margin: 0 0 40px; }
    #flow-block ul li:before {
      content: "";
      position: absolute;
      bottom: -30px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 26px;
      height: 18px;
      background: url(../img/arrow_08.png) no-repeat;
      background-size: contain; }
    #flow-block ul li:last-child {
      margin: 0 0 10px; }
      #flow-block ul li:last-child:before {
        margin: 0;
        width: 0;
        height: 0;
        background: none; }
    #flow-block ul li .flow-left {
      letter-spacing: normal;
      width: 36%;
      display: table-cell;
      vertical-align: middle;
      background: #CF1818;
      padding: 10px 10px;
      margin: 0 2% 0 0;
      box-sizing: border-box; }
      #flow-block ul li .flow-left span {
        color: #fff;
        font-family: 'Scada', sans-serif; }
      #flow-block ul li .flow-left p {
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff; }
    #flow-block ul li .flow-right {
      letter-spacing: normal;
      width: 62%;
      display: table-cell;
      vertical-align: middle;
      box-sizing: border-box;
      padding: 10px 8px 10px 4px; }
      #flow-block ul li .flow-right ul li {
        letter-spacing: normal;
        font-size: 1.2rem;
        padding: 0 0 0 1.0em;
        text-indent: -1.0em;
        border: 0;
        margin: 0; }
        #flow-block ul li .flow-right ul li:before {
          margin: 0;
          width: 0;
          height: 0;
          background: none; }
  #flow-block p.flow-attention {
    text-align: right;
    color: #3F3F3F;
    font-size: 1.2rem; }

#contact-block {
  padding: 20px 10px 60px; }
  #contact-block p.contact-block-lead {
    text-align: center;
    margin: 0 0 1.0em; }
  #contact-block #contact-block-top {
    letter-spacing: -.4em; }
    #contact-block #contact-block-top #contact-block-top-left {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: bottom;
      width: 76%;
      margin: 0 4% 10px 0;
      text-align: center;
      background: #fff;
      border: 1px solid #000;
      border-radius: 6px;
      padding: 14px 10px 10px;
      box-sizing: border-box;
      position: relative; }
      #contact-block #contact-block-top #contact-block-top-left:before {
        content: "";
        position: absolute;
        top: 20%;
        right: -15px;
        border-left: 15px solid #000;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent; }
      #contact-block #contact-block-top #contact-block-top-left:after {
        content: "";
        position: absolute;
        top: 20%;
        right: -14px;
        border-left: 15px solid #fff;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent; }
      #contact-block #contact-block-top #contact-block-top-left p {
        color: #3F3F3F; }
        #contact-block #contact-block-top #contact-block-top-left p.contact-block-top-left-lead {
          font-size: 1.2rem;
          line-height: 1.0; }
      #contact-block #contact-block-top #contact-block-top-left a {
        color: #3F3F3F;
        font-size: 2.4rem;
        font-weight: bold;
        font-family: 'Scada', sans-serif; }
    #contact-block #contact-block-top #contact-block-top-right {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: bottom;
      width: 20%; }
  #contact-block #form-block {
    background: #fff;
    border: 2px solid #B2B2B2;
    padding: 20px 10px 40px; }
    #contact-block #form-block dl {
      margin: 0; }
      #contact-block #form-block dl dt {
        margin: 0 0 0.2em;
        padding: 0; }
        #contact-block #form-block dl dt span {
          color: #CF1818; }
          #contact-block #form-block dl dt span.cautionary {
            font-size: 1.2rem;
            color: #000;
            padding: 0 0 0 1.0em; }
          #contact-block #form-block dl dt span.cautionary-nospace {
            font-size: 1.2rem;
            color: #000;
            padding: 0; }
      #contact-block #form-block dl dd {
        margin: 0;
        padding: 0 0 1.5em; }
        #contact-block #form-block dl dd input[type="text"],
        #contact-block #form-block dl dd input[type="email"] {
          width: 100%;
          margin: 0;
          padding: 10px 10px;
          box-sizing: border-box;
          background: #fff;
          border: 1px solid #ccc;
          font-size: 1.6rem;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border-radius: 0;
          border: 1px solid #8C8C8C; }
        #contact-block #form-block dl dd textarea {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border-radius: 0;
          font-family: 'Noto Sans Japanese', sans-serif;
          padding: 10px;
          width: 100%;
          box-sizing: border-box;
          resize: vertical;
          border: 1px solid #8C8C8C;
          font-size: 1.6rem; }
    #contact-block #form-block #form_submit {
      text-align: center;
      margin: 20px 0 0; }
      #contact-block #form-block #form_submit input[type="submit"] {
        padding: 6px 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        background: #0076EE;
        outline: none;
        color: #fff;
        font-size: 1.8rem;
        border-radius: 0;
        border-radius: 4px;
        box-shadow: 0px 4px 0 #005ebd;
        font-family: 'Noto Sans Japanese', sans-serif; }
        #contact-block #form-block #form_submit input[type="submit"]:hover {
          background-color: #005EBD;
          box-shadow: none;
          transform: translate3d(0, 3px, 0); }
  #contact-block #privacy-block {
    margin: 30px 0 0;
    padding: 20px 14px;
    max-height: 120px;
    overflow: auto;
    background: #fff;
    border: 1px solid #8C8C8C; }
    #contact-block #privacy-block p {
      font-size: 1.2rem; }
      #contact-block #privacy-block p.privacy-block-title {
        font-size: 1.6rem;
        font-weight: bold;
        margin: 0 0 1.0em; }
      #contact-block #privacy-block p.privacy-item {
        font-size: 1.4rem;
        font-weight: bold;
        margin: 0 0 0.5em; }
    #contact-block #privacy-block ul {
      margin: 20px 0; }
      #contact-block #privacy-block ul.company-profile {
        margin: 0 10px; }
        #contact-block #privacy-block ul.company-profile li {
          margin: 0; }
          #contact-block #privacy-block ul.company-profile li span {
            display: block; }
          #contact-block #privacy-block ul.company-profile li a {
            color: #000;
            text-decoration: underline; }
      #contact-block #privacy-block ul li {
        margin: 0 0 2.0em; }
        #contact-block #privacy-block ul lilast-child {
          margin: 0; }
        #contact-block #privacy-block ul li ul {
          margin: 10px 0 0; }
          #contact-block #privacy-block ul li ul li {
            margin: 0 0 0.5em; }

footer {
  background: #CF1818;
  padding: 0 0 60px; }
  footer ul {
    padding: 20px 0;
    border-bottom: 1px dotted #CF6B6B; }
    footer ul li {
      text-align: center; }
  footer p {
    text-align: center;
    color: #fff;
    padding: 20px 0;
    font-size: 1.2rem; }
  footer a {
    color: #fff;
    text-decoration: underline; }

.scroll-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  margin: 0; }
  .scroll-btn ul {
    letter-spacing: -.4em;
    padding: 10px; }
    .scroll-btn ul li {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: middle;
      width: 49%;
      box-sizing: border-box;
      border: 1px solid #fff;
      position: relative;
      text-align: center;
      font-size: 1.2rem;
      font-weight: bold;
      box-shadow: 0 1px 13px rgba(0, 0, 0, 0.5); }
      .scroll-btn ul li:before {
        content: "";
        display: block;
        position: absolute;
        top: 40%;
        left: 4%;
        background: url(../img/icon-list.png) no-repeat;
        width: 11px;
        height: 11px;
        background-size: cover; }
      .scroll-btn ul li:first-child {
        background: url(../img/icon_tel.png) no-repeat #CF1818 right center;
        background-size: contain; }
      .scroll-btn ul li:last-child {
        margin: 0 0 0 2%;
        background: url(../img/icon_mail.png) no-repeat #CF1818 right center;
        background-size: contain; }
      .scroll-btn ul li span {
        display: block;
        font-size: 10px;
        font-weight: normal; }
      .scroll-btn ul li a {
        padding: 5px;
        display: block;
        text-decoration: none;
        color: #fff;
        box-sizing: border-box; }

.scroll-btn-pc {
  display: none; }

/*media Queries タブレットサイズ（768px以上）
----------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none; }

  .pc {
    display: block; }

  h2.base-title {
    font-size: 5.0rem;
    line-height: 1.2;
    padding: 40px 0; }

  .clearfix:after {
    content: '';
    clear: both;
    display: block; }

  .content {
    padding: 0; }

  #main-visual {
    width: 1000px;
    margin: 0 auto;
    padding: 70px;
    letter-spacing: -.4em;
    background: url(../img/main_bg.png) no-repeat right top;
    background-size: contain; }
    #main-visual #main-left {
      width: 490px;
      letter-spacing: normal;
      display: inline-block;
      vertical-align: top;
      margin: 0 72px 0 0; }
      #main-visual #main-left span {
        margin: 0; }
        #main-visual #main-left span img {
          width: 478px; }
    #main-visual #main-right {
      width: 438px;
      letter-spacing: normal;
      display: inline-block;
      vertical-align: top; }

  .top-btn ul {
    width: 570px;
    margin: 0 auto;
    padding: 20px 0; }
    .top-btn ul li {
      border: 2px solid #fff;
      width: 278px;
      font-size: 1.8rem;
      position: relative; }
      .top-btn ul li:before {
        content: "";
        display: block;
        position: absolute;
        top: 22px;
        left: 14px;
        background: url(../img/icon-list.png) no-repeat;
        width: 22px;
        height: 22px;
        background-size: cover; }
      .top-btn ul li:hover {
        opacity: 0.8; }
      .top-btn ul li:last-child {
        margin: 0 0 0 14px; }
      .top-btn ul li a {
        min-height: 64px;
        padding: 10px 10px 10px 14px; }
      .top-btn ul li span {
        font-size: 1.4rem; }

  h1 {
    font-size: 6.6rem;
    line-height: 1.2;
    margin: 0 0 30px; }

  .introduction-block {
    width: 920px;
    margin: 0 auto;
    padding: 50px 0 90px; }
    .introduction-block h2 {
      font-size: 5.0rem;
      margin: 0 0 1.0em; }
      .introduction-block h2 span {
        background: linear-gradient(transparent 80%, yellow 80%); }
    .introduction-block .introduction-box {
      padding: 0 0 80px;
      margin: 0 0 30px; }
      .introduction-block .introduction-box:before {
        width: 134px;
        height: 73px; }
      .introduction-block .introduction-box .introduction-box-left {
        width: 600px;
        float: left; }
        .introduction-block .introduction-box .introduction-box-left ul {
          padding: 40px 24px; }
          .introduction-block .introduction-box .introduction-box-left ul li {
            font-size: 2.0rem;
            margin: 0 0 0.5em; }
            .introduction-block .introduction-box .introduction-box-left ul li:before {
              width: 34px;
              height: 26px; }
      .introduction-block .introduction-box .introduction-box-right {
        width: 318px;
        float: right; }
        .introduction-block .introduction-box .introduction-box-right img {
          width: 100%; }
    .introduction-block .reform-box {
      padding: 40px 106px 70px; }
      .introduction-block .reform-box p.reform-box-lead {
        text-align: center;
        font-size: 3.0rem; }
        .introduction-block .reform-box p.reform-box-lead span.red {
          font-size: 3.8rem;
          padding: 0 0.2em 0 0; }
        .introduction-block .reform-box p.reform-box-lead span.bold {
          font-size: 5.0rem; }
        .introduction-block .reform-box p.reform-box-lead span.line {
          background: linear-gradient(transparent 70%, yellow 70%); }

  .reform-box-inner {
    padding: 0 0 32px; }
    .reform-box-inner p.title-partner {
      max-width: 570px;
      top: -38px; }
    .reform-box-inner p.reform-box-inner-sub-lead {
      font-size: 5.0rem;
      margin: 1.0em 0 0; }
    .reform-box-inner span {
      width: 526px;
      margin: 0 auto; }

  .explanation-block h2 {
    font-size: 5.0rem;
    line-height: 1.2;
    padding: 40px 0;
    margin: 0 0 60px; }
    .explanation-block h2:before {
      margin-left: -50px;
      border: 50px solid transparent;
      border-top: 26px solid #CF1818; }
    .explanation-block h2 span {
      font-size: 4.0rem; }
  .explanation-block .explanation-box {
    width: 900px;
    margin: 0 auto 90px;
    padding: 50px 40px;
    box-sizing: border-box; }
    .explanation-block .explanation-box p.explanation-box-lead {
      font-size: 2.4rem; }
      .explanation-block .explanation-box p.explanation-box-lead span {
        font-size: 2.6rem; }
    .explanation-block .explanation-box #graph-area {
      padding: 20px 30px;
      margin: 0 0 50px; }
      .explanation-block .explanation-box #graph-area #graph-area-txt {
        width: 560px;
        margin: 0;
        vertical-align: top; }
        .explanation-block .explanation-box #graph-area #graph-area-txt p {
          width: 353px; }
        .explanation-block .explanation-box #graph-area #graph-area-txt ul li {
          font-size: 2.2rem;
          margin: 0; }
          .explanation-block .explanation-box #graph-area #graph-area-txt ul li span {
            font-size: 2.6rem; }
      .explanation-block .explanation-box #graph-area #graph-area-pic {
        width: 194px;
        vertical-align: top; }
    .explanation-block .explanation-box .comparison-box {
      letter-spacing: -.4em; }
      .explanation-block .explanation-box .comparison-box .comparison-box-left {
        letter-spacing: normal;
        display: inline-block;
        vertical-align: top;
        width: 400px;
        padding: 0 20px 0 0; }
        .explanation-block .explanation-box .comparison-box .comparison-box-left:before {
          top: 70px;
          right: -22px;
          transform: rotate(0deg); }
      .explanation-block .explanation-box .comparison-box .comparison-box-right {
        letter-spacing: normal;
        display: inline-block;
        vertical-align: top;
        width: 400px; }
  .explanation-block #​​support-top {
    padding: 48px 0; }
    .explanation-block #​​support-top h3 {
      font-size: 5.0rem;
      line-height: 1.2; }
    .explanation-block #​​support-top p {
      font-size: 2.4rem; }

  #​​support-main {
    padding: 30px 0 90px; }
    #​​support-main p.pic-arrow img {
      max-width: 436px; }
    #​​support-main ul {
      width: 860px;
      margin: 0 auto 40px; }

  .​​support-inner {
    width: 706px;
    margin: 0 auto; }

  #prove-block {
    padding: 80px 0 90px; }
    #prove-block h3 {
      font-size: 5.0rem;
      margin: 0 0 0.5em; }
    #prove-block span {
      display: block;
      margin: 0 0 30px; }
      #prove-block span img {
        max-width: 100px; }
    #prove-block p {
      font-size: 2.4rem; }

  #affairs-table {
    padding: 50px 0 90px; }
    #affairs-table h4 {
      font-size: 4.0rem; }
    #affairs-table table {
      width: 926px;
      margin: 0 auto; }
      #affairs-table table tr th.first, #affairs-table table tr th.second, #affairs-table table tr th.third {
        font-size: 1.8rem;
        padding: 8px 0; }
      #affairs-table table tr th.first {
        width: 82px; }
      #affairs-table table tr th.second {
        width: 232px; }
      #affairs-table table tr th.third {
        width: 612px; }
      #affairs-table table tr td.img01, #affairs-table table tr td.img02, #affairs-table table tr td.img03 {
        font-size: 2.4rem; }
      #affairs-table table tr td ul.content-list {
        font-size: 2.0rem;
        padding: 48px 10px; }
      #affairs-table table tr td ul.detail-list {
        font-size: 1.6rem; }
        #affairs-table table tr td ul.detail-list li {
          margin: 0; }

  #revue-block {
    padding: 30px 0 90px;
    width: 1000px;
    margin: 30px auto 0; }
    #revue-block ul {
      padding: 38px 48px;
      margin: 0; }
      #revue-block ul li {
        letter-spacing: -.4em;
        margin: 0 0 28px;
        padding: 0 0 28px; }
        #revue-block ul li .revue-pic {
          display: inline-block;
          letter-spacing: normal;
          vertical-align: top;
          width: 280px;
          margin: 0 22px 0 0; }
        #revue-block ul li .revue-txt {
          display: inline-block;
          letter-spacing: normal;
          vertical-align: top;
          width: 600px;
          margin: 0;
          font-size: 1.6rem;
          padding: 24px 28px;
          box-sizing: border-box;
          line-height: 1.8;
          min-height: 248px; }
          #revue-block ul li .revue-txt:before {
            top: 50%;
            left: -15px;
            margin-top: -15px;
            border: 15px solid transparent;
            border-right: 15px solid #fff; }

  #price-block {
    margin: 0;
    padding: 60px 0 90px; }

  #price-block-top {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 48px 50px;
    letter-spacing: -.4em;
    overflow: hidden;
    box-sizing: border-box; }
    #price-block-top .service-table {
      width: 292px;
      letter-spacing: normal;
      display: inline-block;
      vertical-align: top;
      padding: 0;
      margin: 0 13px 0 0; }
      #price-block-top .service-table:last-child {
        margin: 0; }
      #price-block-top .service-table h3 {
        font-size: 2.0rem;
        margin: 0 0 1.0em; }
      #price-block-top .service-table table tr.service-table-title {
        font-size: 1.8rem; }
        #price-block-top .service-table table tr.service-table-title td {
          padding: 12px 0; }
      #price-block-top .service-table table tr td {
        padding: 10px 0; }

  #price-block-bottom {
    width: 900px;
    margin: 120px auto 0;
    padding: 42px; }
    #price-block-bottom h3 {
      width: 508px;
      margin: 0 auto 42px; }
    #price-block-bottom .example-block {
      position: relative; }
      #price-block-bottom .example-block h4 {
        left: 40px;
        top: 0;
        max-width: 150px; }
      #price-block-bottom .example-block .example-detail {
        width: 800px;
        margin: 0 auto 24px;
        padding: 94px 58px 54px;
        letter-spacing: -.4em;
        box-sizing: border-box; }
        #price-block-bottom .example-block .example-detail .example-detail-box {
          letter-spacing: normal;
          vertical-align: top;
          display: inline-block;
          width: 310px;
          min-height: 300px;
          margin: 0; }
          #price-block-bottom .example-block .example-detail .example-detail-box ul li {
            font-size: 1.8rem; }
          #price-block-bottom .example-block .example-detail .example-detail-box ul.example-list li.bold {
            padding: 0 0 0 40px; }
          #price-block-bottom .example-block .example-detail .example-detail-box ul.example-list li p {
            font-size: 1.4rem; }
          #price-block-bottom .example-block .example-detail .example-detail-box:nth-child(3) {
            margin: 0 0 0 62px;
            position: relative; }
            #price-block-bottom .example-block .example-detail .example-detail-box:nth-child(3):before {
              content: "";
              position: absolute;
              top: 40%;
              left: -42px;
              right: 0;
              margin: 0;
              width: 20px;
              height: 43px;
              transform: rotate(0deg); }
          #price-block-bottom .example-block .example-detail .example-detail-box .example-detail-box-title {
            font-size: 2.2rem; }
    #price-block-bottom .example-detail-box-price {
      letter-spacing: normal; }
      #price-block-bottom .example-detail-box-price .price {
        font-size: 3.8rem; }
        #price-block-bottom .example-detail-box-price .price:before {
          width: 70px;
          height: 74px;
          left: -34px; }
        #price-block-bottom .example-detail-box-price .price span.line {
          border-bottom: 3px solid #FFFF00; }
        #price-block-bottom .example-detail-box-price .price span.thousands {
          font-size: 2.2rem; }
        #price-block-bottom .example-detail-box-price .price span.tax {
          font-size: 1.6rem; }

  #flow-block {
    padding: 60px 0 90px;
    width: 820px;
    margin: 0 auto; }
    #flow-block ul li .flow-left {
      width: 230px;
      margin: 0;
      padding: 17px 20px;
      vertical-align: middle;
      min-height: 0; }
      #flow-block ul li .flow-left span {
        font-size: 2.2rem;
        line-height: 1.2; }
      #flow-block ul li .flow-left p {
        font-size: 2.6rem; }
    #flow-block ul li .flow-right {
      width: 580px;
      vertical-align: middle;
      padding: 0 20px;
      min-height: 0; }
      #flow-block ul li .flow-right ul li {
        font-size: 1.6rem; }
    #flow-block p.flow-attention {
      font-size: 1.6rem; }

  #contact-block {
    padding: 60px 0 160px;
    width: 900px;
    margin: 0 auto; }
    #contact-block p.contact-block-lead {
      font-size: 1.6rem; }
    #contact-block #contact-block-top {
      width: 492px;
      margin: 0 auto; }
      #contact-block #contact-block-top #contact-block-top-left {
        width: 290px;
        margin: 0 26px 0 0;
        padding: 20px 0;
        vertical-align: middle; }
        #contact-block #contact-block-top #contact-block-top-left p {
          margin: 0.5em 0 0;
          font-size: 1.6rem; }
          #contact-block #contact-block-top #contact-block-top-left p.contact-block-top-left-lead {
            font-size: 1.4rem;
            line-height: 1.8;
            margin: 0; }
        #contact-block #contact-block-top #contact-block-top-left a {
          font-size: 3.2rem;
          line-height: 1.0em;
          margin: 0 0 10px; }
      #contact-block #contact-block-top #contact-block-top-right {
        width: 175px;
        vertical-align: middle; }
    #contact-block #form-block {
      padding: 80px 90px; }
      #contact-block #form-block dl dt {
        font-size: 2.0rem; }
        #contact-block #form-block dl dt span.cautionary {
          font-size: 1.6rem; }
        #contact-block #form-block dl dt span.cautionary-nospace {
          font-size: 1.6rem; }
      #contact-block #form-block #form_submit {
        margin: 40px 0 0; }
        #contact-block #form-block #form_submit input[type="submit"] {
          width: 200px;
          border-radius: 8px;
          padding: 10px 0; }
    #contact-block #privacy-block {
      margin: 70px auto 0;
      padding: 30px;
      width: 700px;
      min-height: 270px;
      box-sizing: border-box; }
      #contact-block #privacy-block p {
        font-size: 1.6rem; }
        #contact-block #privacy-block p.privacy-block-title {
          font-size: 2.4rem; }
        #contact-block #privacy-block p.privacy-item {
          font-size: 1.6rem; }
      #contact-block #privacy-block ul {
        margin: 40px 0 60px; }
        #contact-block #privacy-block ul.company-profile {
          text-align: right;
          margin: 0; }
          #contact-block #privacy-block ul.company-profile li {
            margin: 0;
            line-height: 1.8; }
        #contact-block #privacy-block ul li ul {
          margin: 20px 0; }
          #contact-block #privacy-block ul li ul li {
            font-size: 1.6rem; }

  footer {
    padding: 0 0 40px; }
    footer ul {
      padding: 40px 0; }
    footer p {
      padding: 20px 0; }

  .scroll-btn {
    width: 400px;
    right: 20px;
    background: none; }
    .scroll-btn ul li {
      font-size: 1.4rem;
      padding: 6px 0; }
      .scroll-btn ul li:before {
        left: 5%; }
      .scroll-btn ul li:hover {
        opacity: 0.8; }
      .scroll-btn ul li span {
        font-size: 1.2rem; }

  .scroll-btn-pc {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 80px; }
    .scroll-btn-pc:hover {
      opacity: 0.8; }
    .scroll-btn-pc img {
      box-shadow: 0 1px 13px rgba(0, 0, 0, 0.5); }
    .scroll-btn-pc a {
      display: block; } }
