@import url(base_default_html5.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
select,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box; }

html {
  overscroll-behavior: none; }

body {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #EBECF0;
  color: #666666; }

select {
  color: #666666 !important; }

.container {
  overscroll-behavior: contain;
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  min-height: 100vh; }

.inner {
  width: 768px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px; }

.select2-container {
  max-width: 100% !important;
  font-size: 22px;
  width: 100% !important; }
  .select2-container .select2-selection--single {
    padding: 10px 8px;
    height: auto; }

.select2-search__field {
  padding: 10px 8px;
  font-size: 22px; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px; }

.select2-results__option {
  padding: 8px;
  font-size: 22px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: calc(50% - 13px);
  right: 10px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 6px 0 6px;
    margin-left: -6px;
    margin-top: -3px; }

.content {
  padding: 20px 0;
  width: 100%; }
  .content .top-head {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 30px;
    padding-bottom: 20px; }
    .content .top-head .title {
      padding-top: 6px;
      line-height: 26px;
      font-size: 14px !IMPORTANT;
      vertical-align: top;
      font-family: "Montserrat", sans-serif;
      color: #666666;
      text-shadow: 1px 1px 0 #fff;
      display: inline-block;
      width: calc(100% - 107px);
      text-align: left; }
      .content .top-head .title span {
        font-size: 27px; }
    .content .top-head .pdf-download {
      width: 100px;
      display: inline-block;
      text-align: right;
      color: #666666 !important;
      box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
      background: #fff;
      padding: 10px;
      font-size: 13px;
      border-radius: 45px;
      text-shadow: 1px 1px 0 #FFF; }
  .content .form {
    font-size: 18px;
    letter-spacing: .025em; }
    .content .form .form-group {
      margin-bottom: 25px; }
    .content .form .form-select {
      display: block;
      width: 100%; }
    .content .form .select-btn {
      margin-top: 15px;
      font-size: 0;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; }
      .content .form .select-btn .select-btn-label {
        margin-bottom: 10px;
        font-size: 15px;
        min-width: 3em;
        padding-top: 5px; }
      .content .form .select-btn .select-btn-box {
        max-height: 80px;
        overflow: hidden; }
      .content .form .select-btn .select-btn-item {
        text-shadow: 1px 1px 0 #FFF;
        display: inline-block;
        font-size: 16px;
        min-width: calc(30% - 8px);
        text-align: center;
        white-space: nowrap;
        letter-spacing: .025em;
        padding: 9px 10px;
        margin: 0 8px 8px 0;
        background: #75d4db;
        line-height: 1;
        border-radius: 5px;
        box-shadow: -2px -2px 10px #FFF, 2px 2px 10px #BABECC; }
        .content .form .select-btn .select-btn-item.active {
          background: #888888;
          color: #fff; }
    .content .form .form-label {
      margin-bottom: 8px;
      display: block; }
    .content .form .form-input {
      width: calc(100% - 50px);
      border: 0;
      outline: 0;
      font-size: 18px;
      border-radius: 320px;
      padding: 0 16px;
      background-color: #f5f5f5;
      text-shadow: 1px 1px 0 #FFF;
      height: 46px;
      color: #333;
      margin-right: 8px;
      box-shadow: inset 2px 2px 5px #BABECC, inset -5px -5px 10px #FFF;
      box-sizing: border-box;
      transition: all 0.2s ease-in-out;
      appearance: none;
      -webkit-appearance: none; }
      .content .form .form-input::placeholder {
        color: #999;
        font-weight: 300; }
    .content .form .profit-per {
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      margin-left: 5px;
      display: inline-block;
      vertical-align: -5px; }
    .content .form .form-btn {
      margin: 30px auto; }
      .content .form .form-btn .btn-calc {
        box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
        background: #e99616;
        color: #fff;
        width: 100%;
        padding: 15px;
        text-align: center;
        font-size: 20px;
        border-radius: 45px;
        text-shadow: 1px 1px 0 #777; }
        .content .form .form-btn .btn-calc:disabled {
          background: #a9a9a9 !IMPORTANT;
          box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
          text-shadow: 1px 1px 0 #777; }
      .content .form .form-btn .btn-clear {
        margin-top: 14px;
        width: 100%;
        display: inline-block;
        color: #666666 !important;
        box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
        background: #fff;
        padding: 15px;
        text-align: center;
        font-size: 20px;
        border-radius: 45px;
        text-shadow: 1px 1px 0 #FFF; }
    .content .form .form-error {
      font-size: 14px;
      margin-bottom: 10px; }
      .content .form .form-error.has-error {
        color: #fc5f50; }

select {
  border: 0;
  outline: 0;
  font-size: 18px;
  border-radius: 320px;
  padding: 0 16px;
  background-color: #f5f5f5;
  text-shadow: 1px 1px 0 #FFF;
  height: 46px;
  color: #333;
  margin-right: 8px;
  box-shadow: inset 2px 2px 5px #BABECC, inset -5px -5px 10px #FFF;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none; }

.mdl {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #EBECF0;
  margin: 0;
  overflow: scroll; }
  .mdl .mdl-head {
    box-shadow: 0 10px 10px #e0e4f1, 1px 0px 0px #FFF;
    position: relative;
    padding: 20px; }
    .mdl .mdl-head .mdl-head-ttl {
      text-align: center;
      font-size: 20px;
      letter-spacing: .025em; }
    .mdl .mdl-head .mdl-head-close {
      position: absolute;
      top: 19px;
      left: 20px;
      font-size: 25px; }
    .mdl .mdl-head .mdl-head-hlp {
      position: absolute;
      top: 19px;
      right: 20px;
      font-size: 22px;
      color: #e99616; }
  .mdl .mdl-cont {
    padding: 25px; }
    .mdl .mdl-cont .mdl-tbl {
      width: 100%;
      letter-spacing: .025em;
      border: solid 1px #8e8e8e; }
      .mdl .mdl-cont .mdl-tbl, .mdl .mdl-cont .mdl-tbl th, .mdl .mdl-cont .mdl-tbl td {
        border: solid 1px #b8b8b8;
        border-collapse: collapse;
        text-shadow: 1px 1px 0 #FFF; }
      .mdl .mdl-cont .mdl-tbl td {
        background: #fff; }
      .mdl .mdl-cont .mdl-tbl .t-ttl, .mdl .mdl-cont .mdl-tbl .t-txt, .mdl .mdl-cont .mdl-tbl .t-group {
        padding: 10px 10px;
        text-align: center; }
      .mdl .mdl-cont .mdl-tbl .t-ttl, .mdl .mdl-cont .mdl-tbl .t-group {
        vertical-align: middle; }
      .mdl .mdl-cont .mdl-tbl .t-bg-gray {
        background: #e4e4e4; }
      .mdl .mdl-cont .mdl-tbl .t-ttl {
        width: 150px; }
      .mdl .mdl-cont .mdl-tbl .t-group {
        width: 40px; }
    .mdl .mdl-cont .tbl01 {
      margin-bottom: 20px; }
    .mdl .mdl-cont .tbl02 {
      margin-bottom: 15px; }
    .mdl .mdl-cont .bg-white {
      background: #fff; }
    .mdl .mdl-cont .mdl-btn {
      width: 100%;
      margin: 30px auto;
      text-align: center;
      position: relative;
      box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
      background: #fff;
      padding: 23px;
      font-size: 20px;
      border-radius: 45px;
      text-shadow: 1px 1px 0 #FFF; }
      .mdl .mdl-cont .mdl-btn .fas {
        position: absolute;
        top: calc(50% - 8px);
        font-size: 18px;
        left: 20px; }
    .mdl .mdl-cont .hlp-menu {
      line-height: 1.5;
      letter-spacing: .025em;
      margin-bottom: 20px; }
      .mdl .mdl-cont .hlp-menu a {
        color: #2f93dd; }
    .mdl .mdl-cont .hlp-item {
      margin-bottom: 20px;
      line-height: 1.5;
      letter-spacing: .025em; }
      .mdl .mdl-cont .hlp-item .hlp-ttl {
        font-weight: 700; }

#pdf-main .flat-btn {
  display: block;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  margin: 30px auto;
  text-align: center;
  position: relative;
  box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
  background: #fff;
  font-size: 20px;
  text-shadow: 1px 1px 0 #FFF;
  color: #666666;
  line-height: 28px; }
  #pdf-main .flat-btn i {
    color: #c30000;
    font-size: 50px;
    padding-bottom: 15px; }

#hlp-main {
  z-index: 200;
  font-size: 18px; }

#js-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #e2e2e2;
  z-index: 1000;
  display: none; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  top: calc(50% - 5em);
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 .8s infinite linear;
  animation: load8 .8s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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