@charset "UTF-8";
@import url(reset.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Ubuntu:ital,wght@1,500&display=swap");
/* break point ------------------------------ */
/* colors ------------------------------ */
/* text ------------------------------ */
/* Hedding ------------------------------ */
/* animation ------------------------------ */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Basic ------------------------------ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP','游ゴシック体','Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-feature-settings: "palt";
  color: #000;
  line-height: 1.5; }

#wrap {
  width: 100%;
  overflow: hidden; }

.noteBox {
  border: 1px solid #CCC;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  font-size: .875rem; }
  .noteBox li[data-icon] {
    padding-left: 1em;
    text-indent: -1em; }
    .noteBox li[data-icon]:before {
      content: attr(data-icon); }

img {
  max-width: 100%;
  height: auto; }

.serif {
  font-family: '游明朝','Yu Mincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','Noto Serif JP',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',serif; }

.tCenter {
  text-align: center; }

@media screen and (min-width: 769px) {
  .sp, .tb {
    display: none; } }
 /*
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .sp, .pc {
    display: none;
  }
}*/
@media screen and (max-width: 768px) {
  .tb, .pc {
    display: none; } }
/* link */
a {
  font-feature-settings: "palt";
  color: #000;
  text-decoration: none; }
  a:hover {
    font-feature-settings: "palt";
    color: #C81B3E;
    text-decoration: none; }

/* Space ------------------------------ */
.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

/* -------------------------------
   header
------------------------------- */
#subHeader {
  background-color: #C81B3E;
  color: #FFF;
  font-weight: 700;
  text-align: center; }
  #subHeader #sitename {
    padding: .625em 10px;
    line-height: 1; }
  @media screen and (min-width: 769px) {
    #subHeader {
      margin-bottom: 40px; }
      #subHeader #sitename {
        font-size: 2rem; } }
  @media screen and (max-width: 768px) {
    #subHeader {
      margin-bottom: 40px; }
      #subHeader #sitename {
        font-size: 1.5rem; } }

/* -------------------------------
   footer
------------------------------- */
#footer {
  background-color: #000;
  color: #FFF;
  width: 100%;
  padding: 15px 5px; }
  #footer a {
    display: block;
    color: #FFF;
    line-height: 20px;
    padding: 5px 10px; }
    #footer a:before {
      content: '';
      display: inline-block;
      margin-right: 5px;
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF;
      width: 8px;
      height: 8px;
      transform: rotate(45deg);
      vertical-align: middle; }
  @media screen and (min-width: 769px) {
    #footer {
      font-size: 1.125rem;
      margin-top: 80px; }
      #footer .in {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1040px;
        padding: 10px 20px;
        margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    #footer {
      margin-top: 40px; }
      #footer .in {
        text-align: center;
        padding: 10px; }
        #footer .in #fLogo {
          margin-bottom: 10px; }
          #footer .in #fLogo img {
            max-width: 60%; } }

/* -------------------------------
   common
------------------------------- */
.btn {
  text-align: center; }
  .btn a, .btn button {
    display: inline-block;
    background: url("../img/arr.svg") right 20px center no-repeat #C81B3E;
    color: #FFF;
    width: 320px;
    max-width: 100%;
    font-weight: 700;
    border-radius: 100px;
    padding: .625rem 40px;
    border: none; }
#privacyAgree {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #EEE;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5; }
.privacyPage {
  text-align: center;
  margin-top: 20px; }
  .privacyPage a {
    position: relative;
    display: inline-block;
    height: 100%;
    padding: 0 24px 0 0;
    background-color: #fff;
    border-radius: 16px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #d71440; }
    .privacyPage a::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      display: inline-block;
      width: 16px;
      height: 16px;
      transform: translateY(-50%);
      transition: .3s;
      background-image: url(/common/img/common/ico_external_link.svg);
      background-size: 16px 16px;
      background-position: center center;
      background-repeat: no-repeat
}
@media screen and (min-width: 769px) {
  .btn a, .btn button {
    font-size: 1.75rem; } }
@media screen and (max-width: 768px) {
  .btn a, .btn button {
    font-size: 1.5rem; } }
/* -------------------------------
   home
------------------------------- */
body#home #wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 60px);
  background: url("../img/bg.jpg") center center/cover no-repeat;
  padding: 40px 20px;
  text-align: center; }
  body#home #logo {
    font-weight: 500;
    text-align: center;
    background-color: #FFF;
    padding: 15px 30px;
    text-align: left; }
    body#home img {
      display: block;
      margin: 0; }
  body#home #wrap #header #sitename {
    position: relative;
    color: #C81B3E;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #FFF;
    padding: .5em 1em;
    line-height: 1;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); }
    body#home #wrap #header #sitename:before, body#home #wrap #header #sitename:after {
      content: '';
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); }
    body#home #wrap #header #sitename:before {
      background-image: url("../img/result_img01.png");
      right: 100%; }
    body#home #wrap #header #sitename:after {
      background-image: url("../img/result_img02.png");
      left: 100%; }
  body#home #wrap #footer {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0; }
@media screen and (min-width: 769px) {
  body#home #header #sitename {
    font-size: 3rem;
    border-radius: 20px; }
    body#home #header #sitename:before, body#home #header #sitename:after {
      width: 174px;
      height: 228px;
      margin: 0 -20px; }
  body#home section > * {
    margin-top: 40px; }
  body#home section h2 {
    font-size: 2rem; }
  body#home section p {
    font-size: 1.125rem; }
  body#home section .btn a {
    font-size: 2rem; }
  body#home #footer ul {
    display: flex;
    justify-content: center; } }
@media screen and (max-width: 768px) {
  body#home #header #logo {
    font-size: .75rem; }
  body#home #header #sitename {
    font-size: 1.5rem;
    border-radius: 10px; }
    body#home #header #sitename:before, body#home #header #sitename:after {
      width: 60px;
      height: 80px;
      margin: 0 -10px; }
  body#home section > * {
    margin-top: 20px; }
  body#home section h2 {
    font-size: 1.125rem; }
  body#home section .btn a {
    font-size: 1.5rem; } }

/* -------------------------------
   sub
------------------------------- */
#subContents {
  max-width: 1040px;
  margin: 0 auto; }
  #subContents .err {
    color: #C81B3E; }
  #subContents .sumally strong {
    color: #C81B3E;
    font-weight: 700; }
  #subContents input[type="number"]::-webkit-outer-spin-button,
  #subContents input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  #subContents input[type="number"] {
    -moz-appearance: textfield; }
  #subContents #inputDatas h2 {
    position: relative;
    background-color: #C81B3E;
    color: #FFF;
    text-align: left;
    padding: 20px;
    cursor: pointer; }
    #subContents #inputDatas h2:before, #subContents #inputDatas h2:after {
      content: '';
      position: absolute;
      top: 50%;
      width: 40px;
      height: 2px;
      background-color: #FFF; }
    #subContents #inputDatas h2:before {
      right: 10px;
      transform: translate(0, -50%); }
    #subContents #inputDatas h2:after {
      right: 10px;
      transform: rotate(-90deg) translate(0, -50%); }
  #subContents #inputDatas > .in {
    display: none;
    padding: 0 20px 60px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
    #subContents #inputDatas > .in .stepSec:first-child {
      margin-top: 0; }
    #subContents #inputDatas > .in .stepSec:before {
      display: none; }
    #subContents #inputDatas > .in .stepSec h3 {
      display: inline-block;
      padding: 0 10px;
      background-color: #FFF;
      line-height: 1.2; }
    #subContents #inputDatas > .in .stepSec .checkList li {
      padding: 10px;
      border-bottom: 1px solid #CCC; }
    #subContents #inputDatas > .in .stepSec .tableScroller table tbody tr th {
      min-width: 100px; }
  #subContents #inputDatas.open h2:after {
    right: 10px;
    transform: rotate(0deg) translate(0, -50%); }
  #subContents #inputDatas.open > .in {
    display: block; }
  #subContents #saiShindanForm input[type=email] {
    width: 100%;
    padding: 10px;
    line-height: 20px;
    background-color: #F6F6F6;
    border: none;
    border-bottom: 1px solid #CCC;
    border-radius: 10px 10px 0 0;
    margin-top: 10px; }
  #subContents .stepSec {
    position: relative; }
    #subContents .stepSec:before {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -100%);
      display: block;
      content: "STEP" attr(data-step);
      color: #C81B3E;
      font-family: 'Ubuntu', sans-serif;
      line-height: 1; }
    #subContents .stepSec header {
      position: relative;
      text-align: center;
      z-index: 1; }
      #subContents .stepSec header:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        border-top: 1px solid #C81B3E;
        z-index: -1; }
      #subContents .stepSec header h2 {
        display: inline-block;
        padding: 0 10px;
        background-color: #FFF;
        line-height: 1.2; }
      #subContents .stepSec header .notice {
        font-size: .75rem;
        color: #C81B3E;
        line-height: 1; }
      #subContents .stepSec header:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 5px;
        background-position: center center;
        background-repeat: no-repeat; }
    #subContents .stepSec[data-step="1"] header:after {
      background-image: url("../img/icon_step01.svg"); }
    #subContents .stepSec[data-step="1"] dl {
      text-align: left; }
      #subContents .stepSec[data-step="1"] dl dt {
        padding: 0 10px 5px; }
      #subContents .stepSec[data-step="1"] dl dd input, #subContents .stepSec[data-step="1"] dl dd select {
        width: 100%;
        padding: 10px;
        line-height: 20px;
        background-color: #F6F6F6;
        border: none;
        border-bottom: 1px solid #CCC;
        border-radius: 10px 10px 0 0; }
    #subContents .stepSec[data-step="2"] header:after {
      background-image: url("../img/icon_step02.svg"); }
    #subContents .stepSec[data-step="3"] header:after {
      background-image: url("../img/icon_step03.svg"); }
    #subContents .stepSec[data-step="3"] .tableScroller table tbody td.empty {
      font-size: 0; }
      #subContents .stepSec[data-step="3"] .tableScroller table tbody td.empty:before {
        content: '';
        display: inline-block;
        width: 40px;
        max-width: 100%;
        height: 1px;
        background-color: #000; }
    #subContents .stepSec[data-step="4"] header:after {
      background-image: url("../img/icon_step04.svg"); }
    #subContents .stepSec[data-step="4"] .checkList {
      background-color: #F6F6F6;
      text-align: left; }
      #subContents .stepSec[data-step="4"] .checkList li {
        background-color: #FFF; }
        #subContents .stepSec[data-step="4"] .checkList li label {
          display: block;
          padding-left: 1.25em;
          text-indent: -1.25em; }
          #subContents .stepSec[data-step="4"] .checkList li label input {
            display: inline-block;
            width: 1em;
            height: 1em;
            margin-right: .25em; }
    #subContents .stepSec .tableScroller {
      position: relative; }
      #subContents .stepSec .tableScroller input {
        max-width: 100%;
        padding: 10px;
        line-height: 20px;
        background-color: #F6F6F6;
        border: none;
        border-bottom: 1px solid #CCC;
        border-radius: 10px 10px 0 0;
        text-align: center; }
      #subContents .stepSec .tableScroller table {
        border-left: 1px solid #DFDFDF;
        border-right: 1px solid #DFDFDF; }
        #subContents .stepSec .tableScroller table thead tr th {
          background-color: #C81B3E;
          color: #FFF;
          border-left: 1px solid #DFDFDF;
          font-weight: 700;
          padding: 10px;
          text-align: center;
          line-height: 1.2; }
          #subContents .stepSec .tableScroller table thead tr th[colspan] {
            background-color: #E9E9E9;
            color: #C81B3E;
            font-weight: 400; }
          #subContents .stepSec .tableScroller table thead tr th span {
            font-size: .625rem; }
        #subContents .stepSec .tableScroller table tbody tr th, #subContents .stepSec .tableScroller table tbody tr td {
          position: relative;
          line-height: 1.2;
          vertical-align: middle;
          background-color: #FFF; }
          #subContents .stepSec .tableScroller table tbody tr th:after, #subContents .stepSec .tableScroller table tbody tr td:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background-color: #F6F6F6; }
        #subContents .stepSec .tableScroller table tbody tr th {
          font-weight: 400;
          text-align: center; }
          #subContents .stepSec .tableScroller table tbody tr th span {
            font-size: .625rem; }
          #subContents .stepSec .tableScroller table tbody tr th input {
            width: 120px; }
        #subContents .stepSec .tableScroller table tbody tr td {
          text-align: center;
          border-left: 1px solid #DFDFDF; }
          #subContents .stepSec .tableScroller table tbody tr td input {
            width: 60px;
            margin-right: 5px; }
        #subContents .stepSec .tableScroller table tfoot th, #subContents .stepSec .tableScroller table tfoot td {
          text-align: center;
          background-color: #E9E9E9;
          border-left: 1px solid #DFDFDF; }
    #subContents .stepSec .err {
      margin-top: 5px;
      font-size: .875rem; }
  #subContents #resultSec section {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    font-size: .875rem; }
    #subContents #resultSec section header {
      position: relative;
      z-index: 1; }
      #subContents #resultSec section header:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        border-top: 1px solid #C81B3E;
        z-index: -1; }
      #subContents #resultSec section header h2 {
        display: inline-block;
        background-color: #FFF;
        padding: 0 10px;
        color: #C81B3E; }
    #subContents #resultSec section table {
      width: 100%; }
      #subContents #resultSec section table tbody th {
        font-weight: normal; }
      #subContents #resultSec section table tbody td {
        font-weight: 700;
        text-align: center;
        vertical-align: middle;
        background-color: #F6F6F6; }
        #subContents #resultSec section table tbody td strong {
          color: #C81B3E; }
        #subContents #resultSec section table tbody td > span:after {
          display: inline-block;
          content: '';
          border: 4px solid transparent;
          border-left: 6px solid #000;
          margin-left: 6px; }
    #subContents #resultSec section #areaChart {
      position: relative; }
      #subContents #resultSec section #areaChart canvas:last-child {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    #subContents #resultSec section .noteBox {
      font-size: .75rem; }
  #subContents #contactSec {
    text-align: center; }
    #subContents #contactSec h2 {
      color: #C81B3E;
      font-weight: 700; }
    #subContents #contactSec #contactList li dl dt {
      font-weight: 700; }
  @media screen and (min-width: 769px) {
    #subContents {
      padding: 0 20px;
      text-align: center; }
      #subContents .sumally {
        font-size: 1.125rem; }
      #subContents .noteBox {
        padding: 19px; }
      #subContents #inputDatas {
        margin-top: 60px; }
        #subContents #inputDatas > .in {
          padding: 60px 20px; }
          #subContents #inputDatas > .in .stepSec h3 {
            font-size: 1.5rem; }
          #subContents #inputDatas > .in .stepSec .checkList {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; }
            #subContents #inputDatas > .in .stepSec .checkList li {
              width: calc(50% - 20px); }
      #subContents .stepSec {
        margin-top: 60px; }
        #subContents .stepSec:before {
          font-size: 1.125rem; }
        #subContents .stepSec header {
          margin-bottom: 40px; }
          #subContents .stepSec header h2 {
            font-size: 1.5rem; }
          #subContents .stepSec header .notice {
            position: absolute;
            top: 100%;
            right: 0; }
          #subContents .stepSec header:after {
            margin-top: 10px; }
        #subContents .stepSec[data-step="1"] > .in {
          display: flex; }
          #subContents .stepSec[data-step="1"] > .in dl {
            width: 50%;
            padding-right: 40px; }
            #subContents .stepSec[data-step="1"] > .in dl:nth-child(n+2) {
              padding-right: 0;
              padding-left: 40px;
              border-left: 1px dotted #CCC; }
            #subContents .stepSec[data-step="1"] > .in dl dt:nth-child(n+2) {
              margin-top: 20px; }
        #subContents .stepSec[data-step="2"] .tableScroller table tbody th {
          width: 140px; }
        #subContents .stepSec[data-step="3"] .tableScroller table tbody td {
          width: 18.75%; }
          #subContents .stepSec[data-step="3"] .tableScroller table tbody td input {
            width: 20px;
            height: 20px;
            margin: 10px 0; }
        #subContents .stepSec[data-step="4"] .checkList {
          display: flex;
          flex-wrap: wrap;
          padding: 20px; }
          #subContents .stepSec[data-step="4"] .checkList li {
            width: calc(50% - 10px);
            padding: 20px; }
            #subContents .stepSec[data-step="4"] .checkList li:nth-child(even) {
              margin-left: 20px; }
            #subContents .stepSec[data-step="4"] .checkList li:nth-child(n+3) {
              margin-top: 20px; }
        #subContents .stepSec .tableScroller {
          border: 20px solid #F6F6F6;
          margin-top: 40px;
          overflow: visible !important; }
          #subContents .stepSec .tableScroller table {
            width: 100%; }
            #subContents .stepSec .tableScroller table thead {
              font-size: .875rem; }
            #subContents .stepSec .tableScroller table tbody tr {
              transition: transform .25s;
              transform-origin: left top; }
              #subContents .stepSec .tableScroller table tbody tr th, #subContents .stepSec .tableScroller table tbody tr td {
                padding: 10px 10px 15px;
                transition: padding .25s; }
                #subContents .stepSec .tableScroller table tbody tr th:after, #subContents .stepSec .tableScroller table tbody tr td:after {
                  transition: height .25s; }
              #subContents .stepSec .tableScroller table tbody tr.active {
                position: relative;
                background-color: #FFF;
                box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
                z-index: 1;
                transform: translate(-1%, -1%) scale(1.02);
                z-index: 1; }
                #subContents .stepSec .tableScroller table tbody tr.active th, #subContents .stepSec .tableScroller table tbody tr.active td {
                  padding-bottom: 10px; }
                  #subContents .stepSec .tableScroller table tbody tr.active th:after, #subContents .stepSec .tableScroller table tbody tr.active td:after {
                    height: 0; }
            #subContents .stepSec .tableScroller table tfoot th, #subContents .stepSec .tableScroller table tfoot td {
              padding: 20px; }
      #subContents #resultBtn {
        margin-top: 80px; }
      #subContents #resultSec {
        display: flex; }
        #subContents #resultSec section {
          width: 50%;
          padding: 20px;
          margin-top: 40px; }
          #subContents #resultSec section:nth-child(n+2) {
            margin-left: 40px; }
          #subContents #resultSec section header {
            margin-bottom: 20px; }
            #subContents #resultSec section header h2 {
              font-size: 1.5rem; }
          #subContents #resultSec section table tbody th {
            white-space: nowrap;
            padding-right: 10px;
            text-align: center; }
          #subContents #resultSec section table tbody td {
            font-size: 1.5rem;
            padding: 15px;
            border-top: 10px solid #FFF; }
            #subContents #resultSec section table tbody td span {
              font-size: 1rem !important; }
          #subContents #resultSec section #areaChart {
            margin-top: 40px;
            cursor: pointer; }
            #subContents #resultSec section #areaChart:before {
              content: '';
              position: fixed;
              top: 0;
              left: 0;
              background-color: rgba(255, 255, 255, 0.65);
              z-index: 99;
              opacity: 0;
              transition: opacity .5s, z-index 0s .5s; }
            #subContents #resultSec section #areaChart canvas {
              position: relative;
              transition: transform .5s;
              z-index: 3; }
            #subContents #resultSec section #areaChart.pop:before {
              width: 100%;
              height: 100%;
              opacity: 1;
              z-index: 2;
              transition: opacity .5s, z-index .5s; }
            #subContents #resultSec section #areaChart.pop canvas {
              transform: scale(1.5); }
          #subContents #resultSec section #expensesChart {
            margin-top: 40px; }
      #subContents #contactSec {
        margin-top: 60px; }
        #subContents #contactSec h2 {
          font-size: 1.5rem;
          margin-bottom: 20px; }
        #subContents #contactSec #contactList {
          display: flex;
          justify-content: center;
          margin-top: 40px; }
          #subContents #contactSec #contactList li {
            width: 33.3333%;
            font-size: 1.125rem;
            padding: 10px 20px;
            border-right: 1px solid #CCC; }
            #subContents #contactSec #contactList li:first-child {
              border-left: 1px solid #CCC; }
            #subContents #contactSec #contactList li dl dt {
              margin-bottom: 20px; }
            #subContents #contactSec #contactList li dl dd.btn:nth-of-type(n+2) {
              margin-top: 10px; }
            #subContents #contactSec #contactList li dl dd.btn a {
              font-size: 1.125rem; } }
  @media screen and (max-width: 768px) {
    #subContents {
      padding: 0 10px; }
      #subContents .noteBox {
        padding: 9px; }
      #subContents #inputDatas {
        margin-top: 60px; }
        #subContents #inputDatas > .in {
          padding: 40px 10px; }
          #subContents #inputDatas > .in .stepSec h3 {
            font-size: 1.5rem; }
      #subContents .stepSec {
        margin-top: 40px; }
        #subContents .stepSec:before {
          font-size: .875rem; }
        #subContents .stepSec header {
          margin-bottom: 40px; }
          #subContents .stepSec header h2 {
            font-size: 1.5rem; }
          #subContents .stepSec header .notice {
            position: absolute;
            top: 100%;
            right: 0; }
          #subContents .stepSec header:after {
            margin-top: 10px; }
        #subContents .stepSec[data-step="1"] > .in dl:nth-child(n+2) {
          margin-top: 10px; }
        #subContents .stepSec[data-step="1"] > .in dl dt:nth-child(n+2) {
          margin-top: 10px; }
        #subContents .stepSec[data-step="3"] .tableScroller thead th {
          white-space: normal; }
        #subContents .stepSec[data-step="3"] .tableScroller table {
          table-layout: fixed; }
        #subContents .stepSec[data-step="4"] .checkList {
          padding: 10px; }
          #subContents .stepSec[data-step="4"] .checkList li {
            padding: 10px; }
            #subContents .stepSec[data-step="4"] .checkList li:nth-child(n+2) {
              margin-top: 10px; }
        #subContents .stepSec .tableScroller {
          border: 5px solid #F6F6F6;
          margin-top: 40px;
          overflow: auto; }
          #subContents .stepSec .tableScroller table {
            width: 100%; }
            #subContents .stepSec .tableScroller table thead {
              position: relative;
              font-size: .75rem; }
              #subContents .stepSec .tableScroller table thead tr th {
                white-space: nowrap; }
              #subContents .stepSec .tableScroller table thead tr:first-child th:first-child {
                position: sticky;
                left: 0;
                z-index: 1; }
                #subContents .stepSec .tableScroller table thead tr:first-child th:first-child:before {
                  content: '';
                  position: absolute;
                  top: -1px;
                  left: -1px;
                  border-left: 1px solid #DFDFDF;
                  border-right: 1px solid #DFDFDF;
                  width: 100%;
                  height: 100%; }
            #subContents .stepSec .tableScroller table tbody {
              font-size: .75rem; }
              #subContents .stepSec .tableScroller table tbody tr th {
                position: sticky;
                left: 0;
                padding: 5px 5px 10px;
                width: 100px;
                z-index: 1; }
                #subContents .stepSec .tableScroller table tbody tr th:before {
                  content: '';
                  position: absolute;
                  top: -1px;
                  left: -1px;
                  border-left: 1px solid #DFDFDF;
                  border-right: 1px solid #DFDFDF;
                  width: 100%;
                  height: 100%; }
                #subContents .stepSec .tableScroller table tbody tr th input {
                  width: 90px; }
              #subContents .stepSec .tableScroller table tbody tr td {
                padding: 5px 5px 10px;
                white-space: nowrap; }
            #subContents .stepSec .tableScroller table tfoot th:first-of-type, #subContents .stepSec .tableScroller table tfoot td:first-of-type {
              padding: 5px;
              position: sticky; }
              #subContents .stepSec .tableScroller table tfoot th:first-of-type:before, #subContents .stepSec .tableScroller table tfoot td:first-of-type:before {
                content: '';
                position: absolute;
                top: -1px;
                left: -1px;
                border-left: 1px solid #DFDFDF;
                border-right: 1px solid #DFDFDF;
                width: 100%;
                height: 100%;
                z-index: 1; }
            #subContents .stepSec .tableScroller table tfoot th {
              left: 0; }
            #subContents .stepSec .tableScroller table tfoot td:first-of-type {
              left: 100px; }
      #subContents #resultBtn {
        margin-top: 40px; }
      #subContents #resultSec section:nth-child(n+2) {
        margin-top: 20px; }
      #subContents #resultSec {
        text-align: center; }
        #subContents #resultSec section {
          padding: 20px 10px;
          margin-top: 20px; }
          #subContents #resultSec section header {
            margin-bottom: 10px; }
            #subContents #resultSec section header h2 {
              font-size: 1.125rem; }
          #subContents #resultSec section table {
            display: block; }
            #subContents #resultSec section table tbody {
              display: block; }
              #subContents #resultSec section table tbody tr {
                display: block; }
                #subContents #resultSec section table tbody tr th {
                  display: block;
                  margin-top: 10px;
                  margin-bottom: 5px;
                  font-weight: bold;
                  font-size: .875rem;
                  text-align: center; }
                  #subContents #resultSec section table tbody tr th:before, #subContents #resultSec section table tbody tr th:after {
                    content: '-';
                    margin: 0 .5em; }
                #subContents #resultSec section table tbody tr td {
                  display: block;
                  font-size: 1.125rem;
                  padding: 10px; }
                  #subContents #resultSec section table tbody tr td span {
                    font-size: 1rem !important; }
          #subContents #resultSec section #areaChart {
            margin-top: 20px; }
          #subContents #resultSec section #expensesChart {
            margin-top: 20px; }
      #subContents #contactSec {
        margin-top: 40px; }
        #subContents #contactSec h2 {
          font-size: 1.125rem;
          margin-bottom: 20px; }
        #subContents #contactSec #contactList {
          display: flex;
          flex-wrap: wrap;
          border-top: 1px solid #CCC;
          margin-top: 20px; }
          #subContents #contactSec #contactList li {
            padding: 20px 10px;
            border-bottom: 1px solid #CCC;
            width: 50%;
            /*
            &:first-child {
              width: 100%;
            }*/ }
            #subContents #contactSec #contactList li dl dt {
              margin-bottom: 10px; }
            #subContents #contactSec #contactList li dl dd.btn:nth-of-type(n+2) {
              margin-top: 5px; }
            #subContents #contactSec #contactList li dl dd.btn a {
              font-size: 1rem; } }
