﻿/* blue-button */
.button-blue {
  display: inline-block;
  width: 100%;
  height: 115px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  padding-top: 30px;
  border: 1px solid #15aeec;
  background-color: #49c0f0;
  background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
  background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
  border-radius: 4px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/ }

.button-blue::before, .button-blue::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.button-blue, .button-blue::before, .button-blue::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.button-blue:hover {
  border: 1px solid #1090c3;
  background-color: #1ab0ec;
  background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
  background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2); }

.button-blue:active {
  background: #1a92c2;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
  color: #1679a1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5); }

/* green button*/
.button-green {
  display: inline-block;
  width: 100%;
  height: 115px;
  padding-top: 33px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  /* basic*/
  cursor: pointer;
  margin-top: 20px;
  position: relative;
  background-color: #1abc9c;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #0e8c73;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }

.button-green::before, .button-green::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.button-green, .button-green::before, .button-green::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.button-green:hover {
  background-color: #31ffaa;
  box-shadow: 0 3px 0 #23a188; }

.button-green:active {
  top: 3px;
  box-shadow: none; }

/* yellow button */
.button-yellow {
  display: inline-block;
  width: 100%;
  padding-top: 33px;
  height: 115px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  cursor: pointer;
  margin-top: 20px;
  position: relative;
  background-color: #e47920;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #c05010;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }

.button-yellow::before, .button-yellow::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.button-yellow, .button-yellow::before, .button-yellow::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.button-yellow:hover {
  /*top: -4px;*/
  background-color: #f7d034;
  box-shadow: 0 3px 0 #f7ba59; }

.button-yellow:active {
  top: 3px;
  box-shadow: none; }

/* panel　太い枠線 */
.waku-blue {
  border: 4px solid #1ab0ec; }

/* panel ヘッダー枠線 */
.waku-blue > .panel-heading {
  border-bottom-color: #1ab0ec;
  border-bottom-style: solid;
  border-bottom-width: 3px; }

.waku-yellow {
  border: 4px solid #f7ba59; }

/* panel ヘッダー枠線 */
.waku-yellow > .panel-heading {
  border-bottom-color: #f7ba59;
  border-bottom-style: solid;
  border-bottom-width: 3px; }

/* tebleの 罫線を消す*/
.table.no-border tr td, .table.no-border tr th {
  border-width: 0; }

/* 見出し*/
.midasi3 {
  margin: 0 0 30px 0;
  padding: 12px 10px;
  background: #1D8ADE;
  color: #FFF;
  text-align: center;
  text-shadow: 1px 1px 2px #333; }

.xs-midasi {
  font-size: 21px !important; }

.xs-koumoku {
  font-size: 15px !important; }

.linkdai {
  font-size: 3rem; }

.linkshou {
  font-size: 1rem; }

.gokei {
  font-size: 2em;
  color: red; }
  .gokei.setu-sm p {
    font-size: 22px;
    padding-top: 10px;
    margin: 0; }
  .gokei.setu-xs {
    font-size: 18px;
    font-weight: bold; }

.kingaku {
  font-size: 1.5rem;
  color: #000000; }

.su {
  width: 6rem; }

/*テーブルの幅*/
.koumoku {
  width: 30%; }

.sentaku {
  width: 30%; }

/*スピナーの数字*/
.sp-size {
  font-size: 1.4em; }

/*携帯用スピナー*/
@media (max-width: 585px) {
  .input-group span.input-group-btn, .input-group input, .input-group button {
    display: block;
    width: 100%;
    border-radius: 0;
    margin: 0; }

  .input-group {
    position: relative; }

  .input-group span.data-up {
    position: absolute;
    top: 0; }

  .input-group span.data-dwn {
    position: absolute;
    bottom: 0; }

  .form-control.text-center {
    margin: 34px 0; }

  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0; }
 }

/*フォーム*/
.simulation .moji-size {
  font-size: 12pt; }
.simulation .bot-margin {
  margin-bottom: 12px; }
.simulation .fa-2x {
  font-size: 1.5em;
  font-weight: normal;
  padding-top: 3px; }
  .simulation .fa-2x span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
@media (max-width: 585px) {
  .simulation .padding-clear {
    padding-left: 3px;
    padding-right: 3px; }

  .simulation .waku-blue {
    border-left: none;
    border-right: none; }

  .simulation .panel_info {
    border-left: none;
    border-right: none; }

  .simulation .waku-yellow {
    border-left: none;
    border-right: none; }
 }
@media (max-width: 992px) {
  .simulation .smt-hidden {
    display: none;
    height: 0;
    padding-right: 3px;
    padding-right: 3px;
    margin: 0; }
 }
.simulation .reiencentaku {
  color: red; }
.simulation .setumei {
  padding: 7px 0 0 0; }
.simulation .kekka {
  text-align: right;
  font-size: 2rem;
  color: #1679a1;
  padding-top: 2px; }
.simulation .text-label {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 4px; }
.simulation .moba-midasi {
  background-color: #1D8ADE;
  color: #FFF;
  text-shadow: 1px 1px 2px #333;
  box-shadow: inset -1px -1px 2px rgba(0, 0, 0, 0.6), inset 1px 1px 2px rgba(255, 255, 255, 0.8);
  padding-bottom: 10px; }
.simulation .free-diarl {
  font-size: 11px; }
.simulation .free-diarl2 {
  font-size: 13px;
  text-decoration: none;
  color: #fff; }

/* timelineの定義*/
/*  トップの横線*/
.page-header {
  border-bottom: 2px solid #49c0f0; }

/*  ボトムの横線*/
.timeline-bottom {
  border-bottom: 2px solid #5bc0de; }

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #49c0f0;
  /* 縦線の色　eeeeee*/
  left: 25px;
  margin-right: -1.5px; }

.timeline > li {
  margin-bottom: 20px;
  position: relative; }

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  width: calc( 100% - 75px);
  float: right;
  border: 2px solid #49c0f0;
  /*枠線  */
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 2px 6px #49c0f0;
  /*rgba(0, 0, 0, 0.175*/
  box-shadow: 0 2px 6px #49c0f0; }

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #49c0f0;
  /*ccc とがった部分の色*/
  border-left: 0 solid #49c0f0;
  /*ccc*/
  border-bottom: 15px solid transparent;
  content: " "; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 24px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "; }

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0;
  margin-right: -25px;
  background-color: #49c0f0;
  /*   #999999 */
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }

.timeline > li.timeline-inverted > .timeline-panel {
  float: left; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-right-width: 0;
  border-left-width: 15px;
  right: -15px;
  left: auto; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-right-width: 0;
  border-left-width: 14px;
  right: -14px;
  left: auto; }

.timeline-badge.primary {
  background-color: #2e6da4 !important; }

.timeline-badge.success {
  background-color: #3f903f !important; }

.timeline-badge.warning {
  background-color: #f0ad4e !important; }

.timeline-badge.danger {
  background-color: #d9534f !important; }

.timeline-badge.info {
  background-color: #5bc0de !important; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

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