@charset "UTF-8";
/*================================
変数定義・初期設定
================================*/
.btn-primary {
  padding: 10px;
  background-image: -webkit-radial-gradient(circle, rgb(255, 242, 58), rgb(168, 128, 66) 80%) !important;
  background-image: radial-gradient(circle, rgb(255, 242, 58), rgb(168, 128, 66) 80%) !important;
}

.btn-primary:active {
  background-image: -webkit-radial-gradient(circle, rgb(247, 238, 156), rgb(216, 196, 121) 80%) !important;
  background-image: radial-gradient(circle, rgb(247, 238, 156), rgb(216, 196, 121) 80%) !important;
}

body {
  background-color: #101060;
}
body * {
  color: #fff;
}

main {
  padding-bottom: 1rem;
}

.alert {
  height: 200px;
  overflow-y: auto;
}
.alert p {
  text-align: left;
  color: #000;
}

.w-90 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.table {
  vertical-align: middle;
}

.list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.list a {
  text-decoration: none;
}

.font-small {
  font-size: 0.8rem;
}

.type_date {
  gap: 20px;
}
.type_date button {
  line-height: 1.5rem;
}

.table-wrap {
  overflow-x: scroll;
}
.table-wrap .table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.table-wrap .table th {
  text-align: center;
  font-size: 0.9rem;
}
.table-wrap .table th,
.table-wrap .table td {
  text-align: center;
  border: 2px solid #eee;
  padding: 4px 8px;
}
.table-wrap .table td {
  padding-left: 1rem;
  padding-right: 1rem;
}

.plan_name p {
  padding: 1rem;
  margin-bottom: 0;
  text-align: center;
  background-color: #556b74;
}
.plan_name p span {
  display: inline-block;
  padding: 0 1rem;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(207, 173, 79)), color-stop(80%, rgb(224, 162, 8)));
  background-image: -webkit-linear-gradient(top, rgb(207, 173, 79), rgb(224, 162, 8) 80%);
  background-image: linear-gradient(180deg, rgb(207, 173, 79), rgb(224, 162, 8) 80%);
}

/*================================
HOME
================================*/
.mail_img {
  margin-top: 50px;
  text-align: center;
}
.mail_img img {
  width: 250px;
}

/*================================
フォーム設定
================================*/
label {
  display: block;
  text-align: left;
}

input[type=checkbox] {
  cursor: pointer;
}

.form-check {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}
.form-check label {
  display: block;
  width: 100%;
  padding: 5px 5px 5px 45px;
  border: 1px solid #fff;
}
.form-check .form-check-input {
  position: absolute;
  left: 1rem;
  float: none;
  margin-left: 0;
  margin-top: 0;
  display: inline-block;
  margin-right: 8px;
}
.form-check .form-check-input:checked {
  border-color: #4CAF50;
  background-color: #4CAF50;
}

/*ラジオボタン横並び*/
.radio-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
}
.radio-flex .form-check label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  width: auto;
  padding: 5px 5px 5px 5px;
  border: none;
}
.radio-flex .form-check .form-check-input {
  position: unset;
  margin-right: 0;
}

/*================================
news_area
================================*/
.news_area h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.news_area ul {
  padding-top: 1rem;
}
.news_area ul li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #eee;
}
.news_area ul li p {
  margin-bottom: 0;
}

/*================================
header , navbar , コンテンツタイトル
================================*/
header img {
  width: 100px;
}

.btn-close {
  margin-right: 5px !important;
}

.offcanvas-header, .offcanvas-body {
  background-color: #244a59;
}

.offcanvas-body ul li {
  display: block;
  border-bottom: 1px solid #fff;
}
.offcanvas-body ul li a {
  position: relative;
  display: block;
  margin: 3px 10px;
  padding: 5px;
  font-size: 1.2rem;
  color: #fff !important;
  text-decoration: none;
}
.offcanvas-body ul li a::after {
  position: absolute;
  top: 7px;
  right: 0;
  content: "\f054";
  font-family: fontAwesome;
  opacity: 0.8;
}
.offcanvas-body ul li a i {
  display: inline-block;
  width: 35px;
}

.ttl_area {
  position: relative;
  padding: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #556b74;
}
.ttl_area .back_btn {
  position: absolute;
  top: 14px;
}
.ttl_area .back_btn a {
  text-decoration: none;
  font-size: 0.8rem;
}
.ttl_area .page_ttl h2 {
  font-size: 1.1rem;
  margin-bottom: 0;
}

/*================================
フッターナビゲーション
================================*/
.footer_nav {
  margin-top: 3rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer_nav ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.footer_nav ul li {
  width: 33.3333%;
}
.footer_nav ul li:nth-last-of-type(2) a {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.footer_nav ul a {
  display: block;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  background-color: #3d6575;
}

/*================================
ドーナツグラフ
================================*/
#chart {
  position: relative;
}
#chart .point_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 3px 3px 0 #244a59, -3px -3px 0 #244a59, -3px 3px 0 #244a59, 3px -3px 0 #244a59, 0px 3px 0 #244a59, 0 -3px 0 #244a59, -3px 0 0 #244a59, 3px 0 0 #244a59;
}

/*================================
plan
================================*/
/*棒グラフ*/
.bar-chart-002 {
  font-size: 0.9em;
}

.bar-chart-002 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 7px;
  margin-top: 30px;
}

.bar-chart-002 dt {
  font-size: 1.2rem;
  text-align: left;
}

.bar-chart-002 dd {
  width: 100%;
  margin: 0;
  border-radius: 3px;
  background-color: #f9e8b9;
  color: #202020;
  font-size: 1.4rem;
}

.bar-chart-002 span {
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  border-radius: inherit;
  background-color: #d0a225;
  color: #d0a225;
  font-weight: 600;
  line-height: 45px;
  text-align: right;
  white-space: nowrap;
  -webkit-animation: anima-bar-chart-002 1.2s ease;
          animation: anima-bar-chart-002 1.2s ease;
}

@-webkit-keyframes anima-bar-chart-002 {
  from {
    width: 0;
  }
}

@keyframes anima-bar-chart-002 {
  from {
    width: 0;
  }
}
.next_updete_info {
  margin-bottom: 0;
  font-size: 1.2rem;
}/*# sourceMappingURL=style.css.map */