@charset "UTF-8";
/****************************** 全体共通 ******************************/
html {
  font-size: 16px;
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic",
 Sans-Serif;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

small.yen {
    font-size: 10px;
    margin-left: 4px;
}input.touroku_button:hover {
    background-color: darkorange !important;
}

input {
	text-align:right;
}.total_disp {
    width: 100%;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.container {
  max-width: 1140px;
  padding-left: 0;
  padding-right: 0;
}

.container::before, .container::after {
  content: none;
}

@media screen and (max-width: 1140px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

a {
  text-decoration: none;
  color: #fff;
}

a span {
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #fff;
  background-color: darkorange !important;
}

h2 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
}

.login_body {
  background-color: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login_body main {
  padding: 20px;
  background-color: #fff;
  width: 300px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
}

header .top {
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}

header .top .a_transparent {
  color: #000 !important;
}

header .top .a_transparent:hover {
  background-color: transparent !important;
}

header .top .top_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .top .top_container .left {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .top .top_container .left .header_top_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

header .top .top_container .left .header_top_left p {
  color: #7ea22f;
}

header .top .top_container .left .header_top_left span {
  text-align: center;
  color: #010101;
}

header .top .top_container .left .header_top_right {
  margin-left: 23px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .top .top_container .left .header_top_right a {
  color: #101010;
}

header .top .top_container .left .header_top_right_left {
  margin-right: 15px;
}

header .top .top_container .right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .top .top_container .right a span {
  color: #010101;
}

header .top .top_container .right a span:hover {
  color: #fff;
}

header .top .top_container .right .header_right_button {
  background-color: #7ca22f;
  margin-left: 10px;
  text-align: center;
  padding: 10px 30px;
  border-radius: 4px;
}

header .top .top_container .right .header_right_button:hover {
  background-color: darkorange;
}

header .top .top_container .right .header_right_button span {
  display: block;
  color: #fff;
}

header .bottom {
  background-color: #7ca22f;
}

header .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

header .bottom ul li {
width:100%!important;
  width: calc(100% / 6);
  background-color: #7ea22f;
  border-left: 1px solid #fff;
}

header .bottom ul li:last-child {
  border-right: 1px solid #fff;
}

header .bottom ul li a {
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-weight: 550;
}

header .bottom ul li a:hover {
  background-color: darkorange;
  z-index: 10;
}

header .bottom ul .submenu {
  position: relative;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-weight: 550;
  z-index: 10;
}

header .bottom ul .submenu .submenu_box {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 64px;
  width: 100%;
  opacity: 0;
}

header .bottom ul .submenu .submenu_box ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .bottom ul .submenu .submenu_box ul li {
  border-bottom: 1px solid #fff;
  width: 100%;
}

header .bottom ul .submenu:hover {
  cursor: pointer;
}

header .bottom ul .submenu:hover .submenu_box {
  opacity: 1;
}

.edit_delete_button {
  text-align: center;
  margin-bottom: 150px;
}

.edit_delete_button .edit_button {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 50px;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.edit_delete_button .delete_button {
  background-color: #a3a3a3;
  text-align: center;
  padding: 10px 50px;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.touroku_kyanseru_button {
  text-align: center;
  margin: 40px 0!important;
}

.touroku_kyanseru_button .touroku_button {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 50px;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.touroku_kyanseru_button .kyanseru_button {
  background-color: #8fbdff;
  text-align: center;
  padding: 10px 25px;
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.touroku_kyanseru_button .sakujo_button {
  background-color: #c4c4c4;
  text-align: center;
  padding: 10px 50px;
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.registration_button {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 550;
  border-radius: 4px;
}

.return_button_type span {
  color: #fff;
}

.arrow {
  text-align: center;
  margin-bottom: 70px;
}

table {
  width: 100%;
  table-layout: fixed;
}

table tr {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

table tr td {
  padding: 15px 5px;
}

table tr td a {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
}

table tr th {
  padding: 18px 0 18px;
  color: #fff;
  font-size: 16px;
  border-right: 1px solid #fff;
}

table tr th:last-child {
  border-right: none;
}

.master_top .maincontent {
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.master_top .maincontent a {
  position: relative;
  display: block;
  background-color: #7ea22f;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 52px;
  color: #fff;
  font-size: 18px;
  font-weight: 550;
}

.master_top .maincontent a:hover {
  background-color: darkorange;
}

.master_top .maincontent a img {
  position: absolute;
  right: 5%;
}

.master_top .modal {
  top: 25% !important;
}

.master_top .modal .modal-dialog .modal-content {
  border-radius: 0 !important;
}

.master_top .modal .modal-dialog .modal-content .modal-header {
  background-color: black;
  border-radius: 0;
}

.master_top .modal .modal-dialog .modal-content .modal-header h5 {
  color: #fff;
  font-weight: 700;
  position: absolute;
}

.master_top .modal .modal-dialog .modal-content .modal-body {
  font-weight: 550;
}

.master_top .modal .modal-dialog .modal-content .modal-body .modal_body_top {
  margin-bottom: 25px;
}

.master_top .modal .modal-dialog .modal-content .modal-body .modal_body_top table tbody tr {
  height: 50px;
}

.master_top .modal .modal-dialog .modal-content .modal-body .modal_body_top table tbody tr:nth-child(odd) {
  background-color: #e7f2ff;
}

.master_top .modal .modal-dialog .modal-content .modal-body .modal_body_top table tbody tr td {
  width: 3%;
}

.master_top .modal .modal-dialog .modal-content .modal-body .modal_body_top table tbody tr td:first-child {
  padding-left: 4%;
}

.master_top .modal .modal-dialog .modal-content .modal-body .modal_body_top table tbody tr td:last-child {
  text-align: center;
}

.master_top .modal .modal-dialog .modal-content .modal-body .modal_body_top .modal_body_top_year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.master_top .modal .modal-dialog .modal-content .modal-body .modal_body_top .modal_body_top_year .td_year {
  -webkit-box-flex: 0.2;
      -ms-flex: 0.2;
          flex: 0.2;
}

.master_top .modal .modal-dialog .modal-content .modal-body .modal_body_top .modal_body_top_year .td_year input[type="number"] {
  width: 70%;
  border: 1px solid;
  padding: 3px;
  margin-right: 5px;
}

.master_top .modal .modal-dialog .modal-content .modal-body .modal_body_top .modal_body_top_year .td_month {
  -webkit-box-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
}

.master_top .modal .modal-dialog .modal-content .modal-body .modal_body_top .modal_body_top_year .td_month input[type="number"] {
  width: 30%;
  border: 1px solid;
  padding: 3px;
  margin-right: 5px;
}

.master_top .modal .modal-dialog .modal-content .modal-body .modal_body_top p {
  margin-bottom: 5px;
}

.master_top .modal .modal-dialog .modal-content .modal-body .modal_body_center {
  margin-bottom: 50px;
}

.master_top .modal .modal-dialog .modal-content .modal-body .modal_body_bottom {
  margin-bottom: 20px;
}

.master_top .modal .modal-dialog .modal-content .modal-body .modal_body_bottom .modal_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.master_top .modal .modal-dialog .modal-content .modal-body .modal_body_bottom .modal_button_area .hakkou_button_area {
  display: inline-block;
  background-color: #7ea22f;
  text-align: center;
  padding: 7px 40px;
  margin-right: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 550;
  border-radius: 4px;
}

.master_top .modal .modal-dialog .modal-content .modal-body .modal_body_bottom .modal_button_area .cancel_button_area {
  display: inline-block;
  background-color: #8fbdff;
  text-align: center;
  padding: 7px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 550;
  border-radius: 4px;
}

.store_master_lists h2 {
  margin-bottom: 80px;
}

.store_master_lists .container .registration_buttum {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 550;
  border-radius: 4px;
}

.store_master_lists .container .arrow {
  text-align: center;
  margin-bottom: 70px;
}

.store_master_lists table {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 30px;
}

.store_master_lists table tbody tr {
  text-align: center;
}

.store_master_lists table tbody tr:nth-child(odd) {
  background-color: #f5ffe0;
}

.store_master_lists table tbody tr td {
  padding: 18px 0 18px;
}

.store_master_lists table tbody tr td a {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.store_master_lists table tbody tr th {
  padding: 18px 0 18px;
  color: #fff;
  font-size: 16px;
  border-right: 1px solid #fff;
  background-color: #7ca22f;
}

.user_list h2 {
  margin-bottom: 80px;
}

.user_list .container .registration_buttum {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 550;
  border-radius: 4px;
}

.user_list .container .arrow {
  text-align: center;
  margin-bottom: 70px;
}

.user_list table {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 30px;
}

.user_list table tbody tr {
  text-align: center;
}

.user_list table tbody tr:nth-child(odd) {
  background-color: #f5ffe0;
}

.user_list table tbody tr:first-child {
  background-color: #7ca22f;
}

.user_list table tbody tr td {
  padding: 18px 0 18px;
}

.user_list table tbody tr td a {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.user_list table tbody tr th {
  padding: 18px 0 18px;
  color: #fff;
  font-size: 16px;
  border-right: 1px solid #fff;
  background-color: #7ca22f;
}

.store_master_details h2 {
  margin-bottom: 80px;
}

.store_master_details .container .return_button {
  margin-bottom: 50px;
}

.store_master_details .container .return_button .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.store_master_details .container .input_area {
  margin-bottom: 50px;
}

.store_master_details .container .input_area .input_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 10%;
}

.store_master_details .container .input_area .input_section:nth-child(odd) {
  background-color: #f5ffe0;
}

.store_master_details .container .input_area .input_section .form-control {
  width: 70%;
  display: initial;
}

.store_master_details .container .input_area .input_section .input_1 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.store_master_details .container .input_area .input_section .input_2 {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.store_master_details .container .input_area .input_section .input_section_left {
  width: 40%;
}

.store_master_details .container .input_area .input_section .input_section_right {
  width: 40%;
}

.store_master_details .container .edit_delete_button {
  text-align: center;
  margin-bottom: 80px;
}

.store_master_details .container .edit_delete_button .edit_button {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 50px;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.store_master_details .container .edit_delete_button .delete_button {
  background-color: #6e6e6e;
  text-align: center;
  padding: 10px 50px;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.supplier h2 {
  margin-bottom: 80px;
}

.supplier .container .return_button {
  margin-bottom: 60px;
}

.supplier .container .return_button .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.supplier .container .input_area {
  margin-bottom: 50px;
}

.supplier .container .input_area .input_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 10%;
}

.supplier .container .input_area .input_section:nth-child(odd) {
  background-color: #f5ffe0;
}

.supplier .container .input_area .input_section .form-control {
  width: 70%;
  display: initial;
}

.supplier .container .input_area .input_section .input_1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.supplier .container .input_area .input_section .input_1 .form-group {
  margin-bottom: 0;
}

.supplier .container .input_area .input_section .input_1 .form-group .form-control-2 {
  width: 10%;
  margin-bottom: 0;
}

.supplier .container .input_area .input_section .input_1_check_line {
  width: 70%;
}

.supplier .container .input_area .input_section .input_2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.supplier .container .input_area .input_section .input_section_left {
  width: 40%;
}

.supplier .container .input_area .input_section .input_section_right {
  width: 40%;
}

.supplier .container .input_area .input_section .input_2_span span {
  margin-right: 35px;
}

.supplier .container .edit_delete_button {
  text-align: center;
  margin-bottom: 150px;
}

.supplier .container .edit_delete_button .edit_button {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 50px;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.supplier .container .edit_delete_button .delete_button {
  background-color: #6e6e6e;
  text-align: center;
  padding: 10px 50px;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.master_partnerbank h2 {
  margin-bottom: 80px;
}

.master_partnerbank .container .return_button {
  margin-bottom: 70px;
}

.master_partnerbank .container .return_button .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.master_partnerbank .container .input_area {
  margin-bottom: 50px;
}

.master_partnerbank .container .input_area .input_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 10%;
}

.master_partnerbank .container .input_area .input_section span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.master_partnerbank .container .input_area .input_section .form-group {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.master_partnerbank .container .input_area .input_section:nth-child(odd) {
  background-color: #f5ffe0ee;
}

.master_partnerbank .container .input_area .input_section .form-control {
  width: 70%;
  display: initial;
}

.master_partnerbank .container .input_area .input_section .input_1 {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.master_partnerbank .container .input_area .input_section .input_1 span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.master_partnerbank .container .input_area .input_section .input_1 .form-group {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-bottom: 0;
}

.master_partnerbank .container .input_area .input_section .input_1 .form-group .form-control-2 {
  padding-top: 10px;
  width: 10%;
  margin-bottom: 0;
}

.master_partnerbank .container .input_area .input_section .input_2_check_line {
  width: 40%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.master_partnerbank .container .input_area .input_section .input_2 {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.master_partnerbank .container .input_area .input_section .input_2 span {
  white-space: nowrap;
  padding-top: 10px;
}

.master_partnerbank .container .input_area .input_section .input_section_left {
  width: 40%;
}

.master_partnerbank .container .input_area .input_section .input_section_right {
  width: 40%;
}

.master_partnerbank .container .input_area .input_section .input_2_span span {
  margin-right: 35px;
}

.master_partnerbank .container .input_area .input_section_h3 {
  background-color: #7ea22f;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 5px;
}

.master_partnerbank .container .edit_delete_button {
  text-align: center;
  margin-bottom: 80px;
}

.master_partnerbank .container .edit_delete_button .edit_button {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 50px;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.master_partnerbank .container .edit_delete_button .delete_button {
  background-color: #6e6e6e;
  text-align: center;
  padding: 10px 50px;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.business_report h2 {
  margin-bottom: 80px;
}

.business_report .container .arrow {
  text-align: center;
  margin-bottom: 70px;
}

.business_report table {
  width: 100%;
  table-layout: fixed;
  margin-top: 70px;
  margin-bottom: 30px;
}

.business_report table tbody tr {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.business_report table tbody tr :last-child {
  border-right: none;
}

.business_report table tbody tr:nth-child(odd) {
  background-color: #e6e6e6;
}

.business_report table tbody tr td {
  padding: 18px 0 18px;
}

.business_report table tbody tr td a {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.business_report table tbody tr th {
  padding: 18px 0 18px;
  color: #fff;
  font-size: 20px;
  border-right: 1px solid #fff;
  background-color: #7ca22f;
}

.business_report table tbody tr th :nth-child(1) {
  width: 15%;
}

.business_report_input h2 {
  margin-bottom: 80px;
}

.business_report_input .container .return_button {
  margin-bottom: 70px;
}

.business_report_input .container .return_button .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.business_report_input .container .input_area {
  margin-bottom: 50px;
}

.business_report_input .container .input_area .input_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 10%;
}

.business_report_input .container .input_area .input_section span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.business_report_input .container .input_area .input_section .form-group {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.business_report_input .container .input_area .input_section:nth-child(odd) {
  background-color: #eeeeee;
}

.business_report_input .container .input_area .input_section .form-control {
  width: 70%;
  display: initial;
}

.business_report_input .container .input_area .input_section .input_1 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.business_report_input .container .input_area .input_section .input_1 span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.business_report_input .container .input_area .input_section .input_1 .form-group {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-bottom: 0;
}

.business_report_input .container .input_area .input_section .input_1 .form-group .form-control-2 {
  padding-top: 10px;
  width: 10%;
  margin-bottom: 0;
}

.business_report_input .container .input_area .input_section .input_2_check_line {
  width: 40%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.business_report_input .container .input_area .input_section .input_2 {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.business_report_input .container .input_area .input_section .input_2 span {
  padding-top: 10px;
}

.business_report_input .container .input_area .input_section .input_section_left {
  width: 40%;
}

.business_report_input .container .input_area .input_section .input_section_right {
  width: 40%;
}

.business_report_input .container .input_area .input_section .input_2_span span {
  margin-right: 35px;
}

.business_report_input .container .input_area table {
  width: 100%;
}

.business_report_input .container .input_area table tr:first-child {
  background-color: #7ea22f;
}

.business_report_input .container .input_area table tr th {
  background: #7ea22f;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  font-size: 20px;
}

.business_report_input .container .input_area table tr td {
  padding: 10px 0;
  text-align: center;
  width: 30%;
}

.business_report_input .container .input_area table tr .form-control {
  width: 70%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.business_report_input .container .input_area .input_section_h3 {
  background-color: #7ea22f;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 5px;
}

.business_report_input .container .edit_delete_button {
  text-align: center;
  margin-bottom: 80px;
}

.business_report_input .container .edit_delete_button .edit_button {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 50px;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.business_report_input .container .edit_delete_button .delete_button {
  background-color: #6e6e6e;
  text-align: center;
  padding: 10px 50px;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.table_area_title_none {
  margin-bottom: 50px;
}

.table_area_title_none table tbody tr th {
  width: 20%;
}

.uriage_list .h2_2 {
  margin-bottom: 50px;
}

.uriage_list .button_1 {
  margin-top: 80px;
  margin-bottom: 50px;
}

.uriage_list .button_2 {
  margin-bottom: 50px;
}

.uriage_list .table_area_title_none tr:nth-child(odd) {
  background-color: #f5ffe0ee;
}

.uriage_list .table_area_title_none tr th {
  padding: 10px 20px;
  font-weight: normal;
  color: #000;
}

.uriage_list .table_area_title_none tr .input_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.uriage_list .table_area_title_none tr .input_flex .input_flex_left {
  width: 10%;
  margin-right: 10px;
}

.uriage_list .table_area_title_none tr .input_flex .input_flex_right {
  width: 50%;
}

.uriage_list .table_area_title_none tr td {
  width: 100%;
  padding-right: 20px;
}

.uriage_list .table_area_title_none tr td .td_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uriage_list .table_area_title_none tr td .td_flex input {
  padding: 0.375rem 0.25rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}

.uriage_list .table_area_title_none tr td .td_flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.uriage_list .table_area_title_none tr td .td_flex p input {
  margin-right: 5px;
}

.uriage_list .table_area_title_none tr td .td_flex .td_year input {
  width: 70px;
}

.uriage_list .table_area_title_none tr td .td_flex .td_month input,
.uriage_list .table_area_title_none tr td .td_flex .td_day input {
  width: 50px;
}

.uriage_list .table2 tr:nth-child(odd) {
  background-color: #f0ffd2;
}

.uriage_list .table2 tr th {
  background-color: #7ca22f;
  border: 1px solid #000;
}

.uriage_list .table2 tr td {
  font-size: 16px;
  border: 1px solid #000;
}

.uriage_list .table2 tr td:last-child {
  border-top: none;
}

.uriage_list .kensaku {
  margin-bottom: 50px;
}

.uriage_list .report_table table tbody tr {
  border: 1px solid #000;
}

.uriage_list .report_table table tbody tr:nth-child(odd) {
  background-color: #f1ffd5;
}

.uriage_list .report_table table tbody tr th {
  font-size: 16px;
  background-color: #7ea22f;
}

.uriage_list .report_table table tbody tr th:last-child {
  width: 10%;
}

.uriage_list .report_table table tbody tr td {
  font-size: 16px;
  border-right: 1px solid #000;
}

.uriage_list .report_table table tbody tr td a {
  font-size: 16px;
  padding: 8px 15px;
}

.uriage_list .report_table table tbody tr:last-child {
  border-right: none;
}

.uriage_list .report_table table tbody tr .tyouhyou_button a {
  background-color: #ff7f08;
  padding: 8px 4px;
}

.uriage_list .arrow {
  margin-top: 50px;
}

.mokuhyo_list .h2_2 {
  margin-bottom: 50px;
}

.mokuhyo_list .button_1 {
  margin-top: 80px;
  margin-bottom: 50px;
}

.mokuhyo_list .button_2 {
  margin-bottom: 50px;
}

.mokuhyo_list .table_area_title_none tr:nth-child(odd) {
  background-color: #f5ffe0ee;
}

.mokuhyo_list .table_area_title_none tr th {
  padding: 10px 20px;
  font-weight: normal;
  color: #000;
}

.mokuhyo_list .table_area_title_none tr .input_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mokuhyo_list .table_area_title_none tr .input_flex .input_flex_left {
  width: 10%;
  margin-right: 10px;
}

.mokuhyo_list .table_area_title_none tr .input_flex .input_flex_right {
  width: 50%;
}

.mokuhyo_list .table_area_title_none tr td {
  padding-right: 20px;
}

.mokuhyo_list .table_area_title_none tr td .td_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mokuhyo_list .table_area_title_none tr td .td_flex input {
  padding: 0.375rem 0.25rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}

.mokuhyo_list .table_area_title_none tr td .td_flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.mokuhyo_list .table_area_title_none tr td .td_flex p input {
  margin-right: 5px;
}

.mokuhyo_list .table_area_title_none tr td .td_flex .td_year input {
  width: 70px;
}

.mokuhyo_list .table_area_title_none tr td .td_flex .td_month input,
.mokuhyo_list .table_area_title_none tr td .td_flex .td_day input {
  width: 50px;
}

.mokuhyo_list .container .table_section table tr:nth-child(odd) {
  background-color: #f4ffdd;
}

.mokuhyo_list .container .table_section table tr th {
  background-color: #7ca22f;
}

.mokuhyo_list .container .table_section table tr td a {
  padding: 10px 30px;
}

.mokuhyo_list .table2 tr:nth-child(odd) {
  background-color: #f0ffd2;
}

.mokuhyo_list .table2 tr th {
  background-color: #7ca22f;
  border: 1px solid #000;
}

.mokuhyo_list .table2 tr td {
  font-size: 16px;
  border: 1px solid #000;
}

.mokuhyo_list .table2 tr td:last-child {
  border-top: none;
}

.mokuhyo_list .kensaku {
  margin-bottom: 50px;
}

.mokuhyo_list .report_table table tbody tr {
  border: 1px solid #000;
}

.mokuhyo_list .report_table table tbody tr:nth-child(odd) {
  background-color: #f1ffd5;
}

.mokuhyo_list .report_table table tbody tr th {
  font-size: 16px;
  background-color: #7ea22f;
}

.mokuhyo_list .report_table table tbody tr td {
  font-size: 16px;
  border-right: 1px solid #000;
}

.mokuhyo_list .report_table table tbody tr td a {
  font-size: 16px;
}

.mokuhyo_list .report_table table tbody tr:last-child {
  border-right: none;
}

.mokuhyo_list .arrow {
  margin-top: 50px;
}

.keihi_list .h2_2 {
  margin-bottom: 50px;
}

.keihi_list .container .button_1 {
  margin-bottom: 50px;
}

.keihi_list .container .button_1 .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.keihi_list .container .kensaku {
  margin-bottom: 50px;
}

.keihi_list .container .keihi_table table tbody tr:nth-child(odd) {
  background-color: #f3ffdc;
}

.keihi_list .container .keihi_table table tbody tr th {
  background-color: #7ca22f;
}

.keihi_list .container .keihi_table table tbody tr td a {
  padding: 10px 30px;
}

.keihi_list .table_area_title_none tr:nth-child(odd) {
  background-color: #f5ffe0ee;
}

.keihi_list .table_area_title_none tr th {
  padding: 10px 20px;
  font-weight: normal;
  color: #000;
}

.keihi_list .table_area_title_none tr .input_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.keihi_list .table_area_title_none tr .input_flex .input_flex_left {
  width: 8%;
  margin-right: 10px;
}

.keihi_list .table_area_title_none tr .input_flex .input_flex_right {
  width: 30%;
}

.keihi_list .table_area_title_none tr td {
  padding-right: 20px;
}

.keihi_list .table_area_title_none tr td .td_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.keihi_list .table_area_title_none tr td .td_flex input {
  padding: 0.375rem 0.25rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}

.keihi_list .table_area_title_none tr td .td_flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.keihi_list .table_area_title_none tr td .td_flex p input {
  margin-right: 5px;
}

.keihi_list .table_area_title_none tr td .td_flex .td_year input {
  width: 70px;
}

.keihi_list .table_area_title_none tr td .td_flex .td_month input,
.keihi_list .table_area_title_none tr td .td_flex .td_day input {
  width: 50px;
}

.keihi_list .report_table table tbody tr th {
  background-color: #7ea22f;
}

.kaikake_list .h2_2 {
  margin-bottom: 50px;
}

.kaikake_list .button_1 {
  margin-top: 80px;
}

.kaikake_list .container .touroku_button {
  margin-bottom: 55px;
}

.kaikake_list .container .touroku_button .registration_buttum {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 550;
  border-radius: 4px;
}

.kaikake_list .container .kensaku {
  margin-bottom: 50px;
}

.kaikake_list .container .kaikake_list {
  margin-bottom: 50px;
}

.kaikake_list .container .kaikake_list table tbody tr:nth-child(odd) {
  background-color: #f5ffe0ee;
}

.kaikake_list .container .kaikake_list table tbody th {
  background-color: #7ca22f;
}

.kaikake_list .table_area_title_none tr:nth-child(odd) {
  background-color: #f5ffe0ee;
}

.kaikake_list .table_area_title_none tr th {
  padding: 10px 20px;
  font-weight: normal;
  color: #000;
}

.kaikake_list .table_area_title_none tr .input_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kaikake_list .table_area_title_none tr .input_flex .input_flex_left {
  width: 8%;
  margin-right: 10px;
}

.kaikake_list .table_area_title_none tr .input_flex .input_flex_right {
  width: 30%;
}

.kaikake_list .table_area_title_none tr td {
  padding-right: 20px;
}

.kaikake_list .table_area_title_none tr td .td_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kaikake_list .table_area_title_none tr td .td_flex input {
  padding: 0.375rem 0.25rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}

.kaikake_list .table_area_title_none tr td .td_flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.kaikake_list .table_area_title_none tr td .td_flex p input {
  margin-right: 5px;
}

.kaikake_list .table_area_title_none tr td .td_flex .td_year input {
  width: 70px;
}

.kaikake_list .table_area_title_none tr td .td_flex .td_month input,
.kaikake_list .table_area_title_none tr td .td_flex .td_day input {
  width: 50px;
}

.kaikake_list .report_table table tbody tr th {
  background-color: #7ea22f;
}

.report_add h2 {
  margin-bottom: 80px;
}

.report_add .container .return_button {
  margin-bottom: 50px;
}

.report_add .container .return_button .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.report_add .container .nav_section .nav {
  margin-bottom: 50px;
  color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #7ca22f;
}

.report_add .container .nav_section .nav .nav-item {
  margin-right: 5px;
  border-radius: 4px;
}

.report_add .container .nav_section .nav .nav-item:last-child {
  margin-right: 0;
}

.report_add .container .nav_section .nav .nav-item a {
  padding: 15px 40px;
  background-color: #9db1749f;
  color: #fff;
}

.report_add .container .nav_section .nav .nav-item a.active {
  background-color: #7ca22f;
}

.report_add .container .nav_section .nav .nav-item:hover {
  background-color: #7ca22f;
}

.report_add .container .tab-content .tab-pane .input_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.report_add .container .tab-content .tab-pane .input_area table tr td {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_add .container .tab-content .tab-pane .input_area .input_area_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}

.report_add .container .tab-content .tab-pane .input_area .input_area_left tbody tr:nth-child(odd) {
  background-color: #f5ffe0ee;
}

.report_add .container .tab-content .tab-pane .input_area .input_area_left tbody tr th {
  width: 20%;
  color: #383838;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding-left: 20px;
}

.report_add .container .tab-content .tab-pane .input_area .input_area_left tbody tr td {
  width: 80%;
}

.report_add .container .tab-content .tab-pane .input_area .input_area_left tbody tr td .input_1 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-right: 5px;
}

.report_add .container .tab-content .tab-pane .input_area .input_area_left tbody tr td .input_2 {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.report_add .container .tab-content .tab-pane .input_area .input_area_left tbody tr td .input_3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
}

.report_add .container .tab-content .tab-pane .input_area .input_area_left tbody tr td .input_4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.report_add .container .tab-content .tab-pane .input_area .input_area_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}

.report_add .container .tab-content .tab-pane .input_area .input_area_right tbody tr:nth-child(odd) {
  background-color: #f5ffe0ee;
}

.report_add .container .tab-content .tab-pane .input_area .input_area_right tbody tr th {
  width: 20%;
  color: #383838;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  padding-left: 20px;
}

.report_add .container .tab-content .tab-pane .input_area .input_area_right tbody tr td {
  width: 80%;
}

.report_add .container .tab-content .tab-pane .input_area .input_area_right tbody tr td .input_1 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-right: 5px;
}

.report_add .container .tab-content .tab-pane .input_area .input_area_right tbody tr td .input_2 {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.report_add .container .tab-content .tab-pane .input_area .input_area_right tbody tr td .input_3 {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  margin-right: 15px;
}

.report_add .container .tab-content .tab-pane .input_area .input_area_right tbody tr td .input_4 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.report_add .container .tab-content .tab-pane .bunrui table tbody tr {
  border: 1px solid #000;
}

.report_add .container .tab-content .tab-pane .bunrui table tbody tr .input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_add .container .tab-content .tab-pane .bunrui table tbody tr th {
  padding: 20px 0;
  background-color: #7ca22f;
  color: #fff;
}

.report_add .container .tab-content .tab-pane .bunrui table tbody td {
  border: 1px solid #000;
}

.report_add .container .tab-content .tab-pane .bunrui table tbody td .input_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.report_add .container .tab-content .tab-pane .bunrui table tbody td:first-child {
  background-color: #7ca22f;
  color: #fff;
}

.report_add .container .tab-content .tab-pane .bunrui table tbody td .form-control {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  margin-left: 5px;
}

.report_add .container .tab-content .tab-pane .total_button_area_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_add .container .tab-content .tab-pane .total_button_area_1 .total_button_area_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.report_add .container .tab-content .tab-pane .total_button_area_1 .total_button_area_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.report_add .container .tab-content .tab-pane .total_button_area_1 .total_button_area_right .goukei {
  background-color: #7ea22f;
  padding: 20px 30px;
  color: #fff;
  margin-right: 40px;
  border-radius: 2px;
}

.report_add .container .tab-content .tab-pane .total_button_area_1 .button_10 {
  margin-bottom: 50px;
}

.report_add .container .tab-content .tab-pane .total_button_area_2 {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_add .container .tab-content .tab-pane .total_button_area_2 .total_button_area_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.report_add .container .tab-content .tab-pane .total_button_area_2 .total_button_area_right {
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_add .container .tab-content .tab-pane .total_button_area_2 .total_button_area_right .goukei {
  background-color: #7ea22f;
  padding: 20px 38px;
  color: #fff;
  margin-right: 40px;
  border-radius: 2px;
}

.report_add .container .tab-content .tab-pane .button_5 {
  margin-bottom: 50px;
}

.report_add .container .uriage_bunseki table {
  border-top: none;
}

.report_add .container .uriage_bunseki table tbody tr {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.report_add .container .uriage_bunseki table tbody tr .input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_add .container .uriage_bunseki table tbody tr th {
  padding: 20px 0;
  background-color: #7ca22f;
  color: #fff;
}

.report_add .container .uriage_bunseki table tbody td {
  border-right: 1px solid #000;
}

.report_add .container .uriage_bunseki table tbody td:first-child {
  background-color: #7ca22f;
  color: #fff;
}

.report_add .container .uriage_bunseki table tbody td:nth-child(odd) {
  background-color: #7ca22f;
  color: #fff;
}

.report_add .container .uriage_bunseki_2 table tbody tr {
  border: 1px solid #000;
}

.report_add .container .uriage_bunseki_2 table tbody tr .input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_add .container .uriage_bunseki_2 table tbody tr th {
  background-color: #7ca22f;
  color: #fff;
}

.report_add .container .uriage_bunseki_2 table tbody td {
  border: 1px solid #000;
}

.report_add .container .uriage_bunseki_2 table tbody td:first-child {
  background-color: #7ca22f;
  color: #fff;
}

.report_add .container .under {
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
}

.report_add .container .input_area {
  margin-bottom: 50px;
}

.report_add .container .input_area .input_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 10%;
}

.report_add .container .input_area .input_section:nth-child(odd) {
  background-color: #f5ffe0;
}

.report_add .container .input_area .input_section .form-control {
  width: 70%;
  display: initial;
}

.report_add .container .input_area .input_section .input_1 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.report_add .container .input_area .input_section .input_2 {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.report_add .container .input_area .input_section .input_section_left {
  width: 40%;
}

.report_add .container .input_area .input_section .input_section_right {
  width: 40%;
}

.report_add .container .input_block {
  margin-bottom: 50px;
}

.report_add .container .input_block table tbody tr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_add .container .input_block table tbody tr:nth-child(odd) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5ffe0;
}

.report_add .container .input_block table tbody tr th {
  width: 10%;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.report_add .container .input_block table tbody tr td .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_add .container .input_block table tbody tr td .wrap input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 5px;
}

.report_add .container .input_block table tbody tr td .wrap select {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.report_add .container .input_block table tbody tr .add_button {
  margin-left: 5px;
  margin-right: 5px;
}

.report_add .container .total_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.report_add .container .total_button_area .total_button_area_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.report_add .container .total_button_area .total_button_area_right {
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_add .container .total_button_area .total_button_area_right .goukei {
  background-color: #7ea22f;
  padding: 20px 30px;
  color: #fff;
  margin-right: 40px;
  border-radius: 2px;
}

.report_add .container .tab-pane .input_block .input_s {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}

.report_add .container .last_input_box {
  margin-bottom: 50px;
}

.report_add .container .last_input_box table tbody tr {
  border-bottom: 1px solid #fff;
}

.report_add .container .last_input_box table tbody tr:first-child {
  background: #f5ffe0;
}

.report_add .container .last_input_box table tbody tr th {
  font-size: 16px;
  background-color: #7ca22f;
}

.report_add .container .edit_delete_button {
  text-align: center;
  margin-bottom: 80px;
}

.report_add .container .edit_delete_button .edit_button {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 50px;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.report_add .container .edit_delete_button .delete_button {
  background-color: #6e6e6e;
  text-align: center;
  padding: 10px 50px;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.uriage_add h2 {
  margin-bottom: 50px;
}

.uriage_add .container .return_button .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.uriage_add .button_1 {
  margin-top: 80px;
}

.uriage_add .table_area_title_none {
  margin-bottom: 0;
}

.uriage_add .table_area_title_none tr th {
  padding: 10px 20px;
  font-weight: normal;
  color: #000;
}

.uriage_add .table_area_title_none tr .input_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.uriage_add .table_area_title_none tr .input_flex .form-control {
  width: 60%;
}

.uriage_add .table_area_title_none tr .input_flex .input_flex_left {
  width: 20%;
}

.uriage_add .table_area_title_none tr .input_flex .input_flex_right {
  width: 70%;
}

.uriage_add .table_area_title_none tr td {
  padding-right: 20px;
}

.uriage_add .table_area_title_none tr td .td_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uriage_add .table_area_title_none tr td .td_flex input {
  padding: 0.375rem 0.25rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}

.uriage_add .table_area_title_none tr td .td_flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.uriage_add .table_area_title_none tr td .td_flex p input {
  margin-right: 5px;
}

.uriage_add .table_area_title_none tr td .td_flex .td_year input {
  width: 70px;
}

.uriage_add .table_area_title_none tr td .td_flex .td_month input,
.uriage_add .table_area_title_none tr td .td_flex .td_day input {
  width: 50px;
}

.uriage_add .week_area .container table tbody tr:first-child {
  background-color: #000;
}

.uriage_add .week_area .container table tbody tr:nth-child(even) {
  background-color: #dfdfdf;
}

.uriage_add .week_area .container table tbody tr td {
  padding: 0;
}

.uriage_add .week_area .container table tbody tr td textarea {
  width: 100%;
}

.uriage_add .report_table table tbody tr th {
  background-color: #7ea22f;
}

.uriage_add .report_table table tbody tr td {
  padding: 0;
}

.keihi_add h2 {
  margin-bottom: 50px;
}

.keihi_add .h2_2 {
  margin-bottom: 50px;
}

.keihi_add .kensaku {
  margin-bottom: 50px;
}

.keihi_add .container .return_button {
  margin-bottom: 50px;
}

.keihi_add .container .return_button .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.keihi_add .container .touroku_button {
  margin-bottom: 50px;
}

.keihi_add .container .touroku_button .return_button {
  margin-bottom: 50px;
}

.keihi_add .container .touroku_button .return_button .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.keihi_add .container .touroku_button .registration_buttum {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 550;
  border-radius: 4px;
}

.keihi_add .container .registration_button_area {
  margin-bottom: 55px;
}

.keihi_add .container .table_area {
  margin-bottom: 50px;
}

.keihi_add .container .table_area table tbody tr {
  border: 1px solid #000;
}

.keihi_add .container .table_area table tbody tr th {
  background-color: #7ca22f;
  color: #fff;
  white-space: nowrap;
}

.keihi_add .container .table_area table tbody td {
  border: 1px solid #000;
}

.keihi_add .container .button_1 {
  margin-top: 80px;
}

.keihi_add .container .table_area_title_none tr:nth-child(odd) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5ffe0;
}

.keihi_add .container .table_area_title_none tr th {
  padding: 10px 20px;
  font-weight: normal;
  color: #000;
}

.keihi_add .container .table_area_title_none tr .input_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.keihi_add .container .table_area_title_none tr .input_flex .form-control {
  width: 60%;
}

.keihi_add .container .table_area_title_none tr .input_flex .input_flex_left {
  width: 20%;
}

.keihi_add .container .table_area_title_none tr .input_flex .input_flex_right {
  width: 70%;
}

.keihi_add .container .table_area_title_none tr td {
  padding-right: 20px;
}

.keihi_add .container .table_area_title_none tr td .td_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.keihi_add .container .table_area_title_none tr td .td_flex input {
  padding: 0.375rem 0.25rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}

.keihi_add .container .table_area_title_none tr td .td_flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.keihi_add .container .table_area_title_none tr td .td_flex p input {
  margin-right: 5px;
}

.keihi_add .container .table_area_title_none tr td .td_flex .td_year input {
  width: 70px;
}

.keihi_add .container .table_area_title_none tr td .td_flex .td_month input,
.keihi_add .container .table_area_title_none tr td .td_flex .td_day input {
  width: 50px;
}

.keihi_add .container .input_block {
  margin-bottom: 50px;
}

.keihi_add .container .input_block table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.keihi_add .container .input_block table tbody tr:nth-child(odd) {
  background-color: #f5ffe0;
}

.keihi_add .container .input_block table tbody tr th {
  white-space: nowrap;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.keihi_add .container .input_block table tbody tr td .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.keihi_add .container .input_block table tbody tr td .wrap .input_s {
  width: 20%;
  margin-right: 5px;
}

.keihi_add .container .input_block table tbody tr .add_button {
  margin-left: 5px;
  margin-right: 5px;
}

.keihi_add .container .total_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.keihi_add .container .total_button_area .total_button_area_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.keihi_add .container .total_button_area .total_button_area_right {
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.keihi_add .container .total_button_area .total_button_area_right .goukei {
  background-color: #7ea22f;
  padding: 20px 30px;
  color: #fff;
  margin-right: 40px;
  border-radius: 2px;
}

.keihi_add .container .edit_delete_button {
  text-align: center;
  margin-bottom: 80px;
}

.keihi_add .container .edit_delete_button .edit_button {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 50px;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.keihi_detail h2 {
  margin-bottom: 50px;
}

.keihi_detail .h2_2 {
  margin-bottom: 50px;
}

.keihi_detail .kensaku {
  margin-bottom: 50px;
}

.keihi_detail .container .registration_button_area {
  margin-bottom: 55px;
}

.keihi_detail .container .return_button {
  margin-bottom: 50px;
}

.keihi_detail .container .return_button .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.keihi_detail .container .touroku_button {
  margin-bottom: 50px;
}

.keihi_detail .container .touroku_button .return_button {
  margin-bottom: 50px;
}

.keihi_detail .container .touroku_button .return_button .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.keihi_detail .container .touroku_button .registration_buttum {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 550;
  border-radius: 4px;
}

.keihi_detail .container .table_area {
  margin-bottom: 50px;
}

.keihi_detail .container .table_area table tbody tr {
  border: 1px solid #000;
}

.keihi_detail .container .table_area table tbody tr th {
  background-color: #7ca22f;
  color: #fff;
}

.keihi_detail .container .table_area table tbody td {
  border: 1px solid #000;
}

.keihi_detail .container .button_1 {
  margin-top: 80px;
}

.keihi_detail .container .table_area_title_none tr:nth-child(odd) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5ffe0;
}

.keihi_detail .container .table_area_title_none tr th {
  text-align: left;
  width: 180px;
  padding: 10px 20px;
  font-weight: normal;
  color: #000;
}

.keihi_detail .container .table_area_title_none tr .input_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.keihi_detail .container .table_area_title_none tr .input_flex .form-control {
  width: 60%;
}

.keihi_detail .container .table_area_title_none tr .input_flex .input_flex_left {
  width: 20%;
  text-align: left;
}

.keihi_detail .container .table_area_title_none tr .input_flex .input_flex_right {
  width: 70%;
}

.keihi_detail .container .table_area_title_none tr td {
  padding-right: 20px;
}

.keihi_detail .container .table_area_title_none tr td .td_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.keihi_detail .container .table_area_title_none tr td .td_flex input {
  padding: 0.375rem 0.25rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}

.keihi_detail .container .table_area_title_none tr td .td_flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.keihi_detail .container .table_area_title_none tr td .td_flex p input {
  margin-right: 5px;
}

.keihi_detail .container .table_area_title_none tr td .td_flex .td_year input {
  width: 70px;
}

.keihi_detail .container .table_area_title_none tr td .td_flex .td_month input,
.keihi_detail .container .table_area_title_none tr td .td_flex .td_day input {
  width: 50px;
}

.keihi_detail .container .input_block {
  margin-bottom: 50px;
}

.keihi_detail .container .input_block table tbody tr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.keihi_detail .container .input_block table tbody tr:nth-child(odd) {
  background-color: #f5ffe0;
}

.keihi_detail .container .input_block table tbody tr th {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.keihi_detail .container .input_block table tbody tr td .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.keihi_detail .container .input_block table tbody tr td .wrap .input_s {
  width: 20%;
  margin-right: 5px;
}

.keihi_detail .container .input_block table tbody tr .add_button {
  margin-left: 5px;
  margin-right: 5px;
}

.keihi_detail .container .total_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.keihi_detail .container .total_button_area .total_button_area_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.keihi_detail .container .total_button_area .total_button_area_right {
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.keihi_detail .container .total_button_area .total_button_area_right .goukei {
  background-color: #7ea22f;
  padding: 20px 30px;
  color: #fff;
  margin-right: 40px;
  border-radius: 2px;
}

.keihi_detail .container .edit_delete_button {
  text-align: center;
  margin-bottom: 80px;
}

.keihi_detail .container .edit_delete_button .edit_button {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 50px;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.ikan_list h2 {
  margin-bottom: 50px;
}

.ikan_list .h2_2 {
  margin-bottom: 50px;
}

.ikan_list .kensaku {
  margin-bottom: 50px;
}

.ikan_list .container .touroku_button {
  margin-bottom: 50px;
}

.ikan_list .container .touroku_button .return_button {
  margin-bottom: 50px;
}

.ikan_list .container .touroku_button .return_button .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.ikan_list .container .touroku_button .registration_buttum {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 550;
  border-radius: 4px;
}

.ikan_list .container .table_area {
  margin-bottom: 50px;
}

.ikan_list .container .table_area table tbody tr {
  border: 1px solid #000;
}

.ikan_list .container .table_area table tbody tr:nth-child(odd) {
  background-color: #f5ffe1;
}

.ikan_list .container .table_area table tbody tr th {
  background-color: #7ca22f;
  color: #fff;
}

.ikan_list .container .table_area table tbody td {
  border: 1px solid #000;
}

.ikan_list .container .button_1 {
  margin-top: 80px;
}

.ikan_list .container .table_area_title_none tr:nth-child(odd) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5ffe0;
}

.ikan_list .container .table_area_title_none tr th {
  padding: 10px 20px;
  font-weight: normal;
  color: #000;
}

.ikan_list .container .table_area_title_none tr .input_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ikan_list .container .table_area_title_none tr .input_flex .form-control {
  width: 60%;
}

.ikan_list .container .table_area_title_none tr .input_flex .input_flex_left {
  width: 20%;
}

.ikan_list .container .table_area_title_none tr .input_flex .input_flex_right {
  width: 70%;
}

.ikan_list .container .table_area_title_none tr td {
  padding-right: 20px;
}

.ikan_list .container .table_area_title_none tr td .td_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ikan_list .container .table_area_title_none tr td .td_flex input {
  padding: 0.375rem 0.25rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}

.ikan_list .container .table_area_title_none tr td .td_flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.ikan_list .container .table_area_title_none tr td .td_flex p input {
  margin-right: 5px;
}

.ikan_list .container .table_area_title_none tr td .td_flex .td_year input {
  width: 70px;
}

.ikan_list .container .table_area_title_none tr td .td_flex .td_month input,
.ikan_list .container .table_area_title_none tr td .td_flex .td_day input {
  width: 50px;
}

.ikan_list .container .input_block {
  margin-bottom: 50px;
}

.ikan_list .container .input_block table tbody tr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ikan_list .container .input_block table tbody tr:nth-child(odd) {
  background-color: #f5ffe0;
}

.ikan_list .container .input_block table tbody tr th {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.ikan_list .container .input_block table tbody tr td {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ikan_list .container .input_block table tbody tr td .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ikan_list .container .input_block table tbody tr td .wrap .input_s {
  width: 20%;
  margin-right: 5px;
}

.ikan_list .container .input_block table tbody tr .add_button {
  margin-left: 5px;
  margin-right: 5px;
}

.ikan_list .container .total_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.ikan_list .container .total_button_area .total_button_area_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ikan_list .container .total_button_area .total_button_area_right {
  padding: 10px 0;
  padding-left: 10px;
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ikan_list .container .total_button_area .total_button_area_right .goukei {
  background-color: #7ea22f;
  padding: 10px 30px;
  color: #fff;
  margin-right: 40px;
  border-radius: 2px;
}

.ikan_list .container .edit_delete_button {
  text-align: center;
  margin-bottom: 80px;
}

.ikan_list .container .edit_delete_button .edit_button {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 50px;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.ikan_detail h2 {
  margin-bottom: 50px;
}

.ikan_detail .h2_2 {
  margin-bottom: 50px;
}

.ikan_detail .kensaku {
  margin-bottom: 50px;
}

.ikan_detail .container .touroku_button {
  margin-bottom: 50px;
}

.ikan_detail .container .touroku_button .return_button {
  margin-bottom: 50px;
}

.ikan_detail .container .touroku_button .return_button .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.ikan_detail .container .touroku_button .registration_buttum {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 550;
  border-radius: 4px;
}

.ikan_detail .container .table_area {
  margin-bottom: 50px;
}

.ikan_detail .container .table_area table tbody tr {
  border: 1px solid #000;
}

.ikan_detail .container .table_area table tbody tr:nth-child(odd) {
  background-color: #f5ffe1;
}

.ikan_detail .container .table_area table tbody tr th {
  background-color: #7ca22f;
  color: #fff;
}

.ikan_detail .container .table_area table tbody td {
  border: 1px solid #000;
}

.ikan_detail .container .button_1 {
  margin-top: 80px;
}

.ikan_detail .container .table_area_title_none tr:nth-child(odd) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5ffe0;
}

.ikan_detail .container .table_area_title_none tr th {
  text-align: left;
  padding: 10px 20px;
  font-weight: normal;
  color: #000;
}

.ikan_detail .container .table_area_title_none tr .input_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ikan_detail .container .table_area_title_none tr .input_flex .form-control {
  width: 60%;
}

.ikan_detail .container .table_area_title_none tr .input_flex .input_flex_left {
  width: 20%;
}

.ikan_detail .container .table_area_title_none tr .input_flex .input_flex_right {
  width: 70%;
}

.ikan_detail .container .table_area_title_none tr td {
  padding-right: 20px;
}

.ikan_detail .container .table_area_title_none tr td .td_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ikan_detail .container .table_area_title_none tr td .td_flex input {
  padding: 0.375rem 0.25rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}

.ikan_detail .container .table_area_title_none tr td .td_flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.ikan_detail .container .table_area_title_none tr td .td_flex p input {
  margin-right: 5px;
}

.ikan_detail .container .table_area_title_none tr td .td_flex .td_year input {
  width: 70px;
}

.ikan_detail .container .table_area_title_none tr td .td_flex .td_month input,
.ikan_detail .container .table_area_title_none tr td .td_flex .td_day input {
  width: 50px;
}

.ikan_detail .container .input_block {
  margin-bottom: 50px;
}

.ikan_detail .container .input_block table tbody tr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ikan_detail .container .input_block table tbody tr:nth-child(odd) {
  background-color: #f5ffe0;
}

.ikan_detail .container .input_block table tbody tr th {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.ikan_detail .container .input_block table tbody tr td {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ikan_detail .container .input_block table tbody tr td .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ikan_detail .container .input_block table tbody tr td .wrap select {
  width: 50%;
}

.ikan_detail .container .input_block table tbody tr td .wrap .input_s {
  width: 20%;
  margin-right: 5px;
}

.ikan_detail .container .input_block table tbody tr .add_button {
  margin-left: 5px;
  margin-right: 5px;
}

.ikan_detail .container .total_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.ikan_detail .container .total_button_area .total_button_area_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ikan_detail .container .total_button_area .total_button_area_right {
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
}

.ikan_detail .container .total_button_area .total_button_area_right .total_button_area_right_genkinnshiire_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ikan_detail .container .total_button_area .total_button_area_right .total_button_area_right_genkinnshiire_area .goukei {
  width: 30%;
}

.ikan_detail .container .total_button_area .total_button_area_right .total_button_area_right_ikangoukei_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ikan_detail .container .total_button_area .total_button_area_right .total_button_area_right_ikangoukei_area .goukei {
  width: 30%;
}

.ikan_detail .container .total_button_area .total_button_area_right .goukei {
  background-color: #7ea22f;
  padding: 20px 30px;
  color: #fff;
  margin-right: 40px;
  border-radius: 2px;
}

.ikan_detail .container .edit_delete_button {
  text-align: center;
  margin-bottom: 80px;
}

.ikan_detail .container .edit_delete_button .edit_button {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 50px;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.ikan_add h2 {
  margin-bottom: 50px;
}

.ikan_add .h2_2 {
  margin-bottom: 50px;
}

.ikan_add .kensaku {
  margin-bottom: 50px;
}

.ikan_add .container .touroku_button {
  margin-bottom: 50px;
}

.ikan_add .container .touroku_button .return_button {
  margin-bottom: 50px;
}

.ikan_add .container .touroku_button .return_button .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.ikan_add .container .touroku_button .registration_buttum {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 550;
  border-radius: 4px;
}

.ikan_add .container .table_area {
  margin-bottom: 50px;
}

.ikan_add .container .table_area table tbody tr {
  border: 1px solid #000;
}

.ikan_add .container .table_area table tbody tr:nth-child(odd) {
  background-color: #f5ffe1;
}

.ikan_add .container .table_area table tbody tr th {
  background-color: #7ca22f;
  color: #fff;
}

.ikan_add .container .table_area table tbody td {
  border: 1px solid #000;
}

.ikan_add .container .table_area_title_none tr:nth-child(odd) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5ffe0;
}

.ikan_add .container .table_area_title_none tr th {
  text-align: left;
  padding: 10px 20px;
  font-weight: normal;
  color: #000;
}

.ikan_add .container .table_area_title_none tr .input_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ikan_add .container .table_area_title_none tr .input_flex .form-control {
  width: 60%;
}

.ikan_add .container .table_area_title_none tr .input_flex .input_flex_left {
  width: 20%;
}

.ikan_add .container .table_area_title_none tr .input_flex .input_flex_right {
  width: 70%;
}

.ikan_add .container .table_area_title_none tr td {
  padding-right: 20px;
}

.ikan_add .container .table_area_title_none tr td .td_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ikan_add .container .table_area_title_none tr td .td_flex input {
  padding: 0.375rem 0.25rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}

.ikan_add .container .table_area_title_none tr td .td_flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.ikan_add .container .table_area_title_none tr td .td_flex p input {
  margin-right: 5px;
}

.ikan_add .container .table_area_title_none tr td .td_flex .td_year input {
  width: 70px;
}

.ikan_add .container .table_area_title_none tr td .td_flex .td_month input,
.ikan_add .container .table_area_title_none tr td .td_flex .td_day input {
  width: 50px;
}

.ikan_add .container .input_block {
  margin-bottom: 50px;
}

.ikan_add .container .input_block table tbody tr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ikan_add .container .input_block table tbody tr:nth-child(odd) {
  background-color: #f5ffe0;
}

.ikan_add .container .input_block table tbody tr th {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.ikan_add .container .input_block table tbody tr td {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ikan_add .container .input_block table tbody tr td .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ikan_add .container .input_block table tbody tr td .wrap select {
  width: 70%;
}

.ikan_add .container .input_block table tbody tr td .wrap .input_s {
  width: 20%;
  margin-right: 5px;
}

.ikan_add .container .input_block table tbody tr .add_button {
  margin-left: 5px;
  margin-right: 5px;
}

.ikan_add .container .total_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.ikan_add .container .total_button_area .total_button_area_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ikan_add .container .total_button_area .total_button_area_right {
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
}

.ikan_add .container .total_button_area .total_button_area_right .total_button_area_right_genkinnshiire_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ikan_add .container .total_button_area .total_button_area_right .total_button_area_right_genkinnshiire_area .goukei {
  width: 30%;
}

.ikan_add .container .total_button_area .total_button_area_right .total_button_area_right_ikangoukei_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ikan_add .container .total_button_area .total_button_area_right .total_button_area_right_ikangoukei_area .goukei {
  width: 30%;
}

.ikan_add .container .total_button_area .total_button_area_right .goukei {
  background-color: #7ea22f;
  padding: 20px 30px;
  color: #fff;
  margin-right: 40px;
  border-radius: 2px;
}

.ikan_add .container .edit_delete_button {
  text-align: center;
  margin-bottom: 80px;
}

.ikan_add .container .edit_delete_button .edit_button {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 50px;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.kaikake_add h2 {
  margin-bottom: 50px;
}

.kaikake_add .container .return_button {
  margin-bottom: 50px;
}

.kaikake_add .container .return_button .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.kaikake_add .container .table_area_title_none tr:nth-child(odd) {
  background-color: #f5ffe0ee;
}

.kaikake_add .container .table_area_title_none tr th {
  padding: 10px 20px;
  font-weight: normal;
  color: #000;
  text-align: left;
}

.kaikake_add .container .table_area_title_none tr .input_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kaikake_add .container .table_area_title_none tr .input_flex .input_flex_left {
  width: 8%;
  margin-right: 10px;
}

.kaikake_add .container .table_area_title_none tr .input_flex .input_flex_right {
  width: 30%;
}

.kaikake_add .container .table_area_title_none tr td {
  padding-right: 20px;
}

.kaikake_add .container .table_area_title_none tr td .td_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kaikake_add .container .table_area_title_none tr td .td_flex input {
  padding: 0.375rem 0.25rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}

.kaikake_add .container .table_area_title_none tr td .td_flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.kaikake_add .container .table_area_title_none tr td .td_flex p input {
  margin-right: 5px;
}

.kaikake_add .container .table_area_title_none tr td .td_flex .td_year input {
  width: 70px;
}

.kaikake_add .container .table_area_title_none tr td .td_flex .td_month input,
.kaikake_add .container .table_area_title_none tr td .td_flex .td_day input {
  width: 50px;
}

.kaikake_add .container .kensaku_button {
  margin-bottom: 55px;
}

.kaikake_add .container .report_table {
  margin-bottom: 50px;
}

.kaikake_add .container .report_table table tbody tr:nth-child(even) {
  background-color: #f5ffe0;
}

.kaikake_add .container .report_table table tbody tr .form-control {
  height: 40px;
}

.kaikake_add .container .report_table table tbody tr th {
  background-color: #7ea22f;
}

.kaikake_add .container .total_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.kaikake_add .container .total_button_area .total_button_area_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.kaikake_add .container .total_button_area .total_button_area_right {
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kaikake_add .container .total_button_area .total_button_area_right .goukei {
  background-color: #7ea22f;
  padding: 20px 30px;
  color: #fff;
  margin-right: 40px;
  border-radius: 2px;
}

.kaikake_detail h2 {
  margin-bottom: 50px;
}

.kaikake_detail .container .return_button {
  margin-bottom: 50px;
}

.kaikake_detail .container .return_button .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.kaikake_detail .container .table_area_title_none tr:nth-child(odd) {
  background-color: #f5ffe0ee;
}

.kaikake_detail .container .table_area_title_none tr th {
  padding: 10px 20px;
  font-weight: normal;
  color: #000;
  text-align: left;
}

.kaikake_detail .container .table_area_title_none tr td {
  text-align: left;
}

.kaikake_detail .container .table_area_title_none tr .input_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kaikake_detail .container .table_area_title_none tr .input_flex .form-control {
  width: 60%;
}

.kaikake_detail .container .table_area_title_none tr .input_flex .input_flex_left {
  width: 20%;
}

.kaikake_detail .container .table_area_title_none tr .input_flex .input_flex_right {
  width: 70%;
}

.kaikake_detail .container .table_area_title_none tr td {
  padding-right: 20px;
}

.kaikake_detail .container .table_area_title_none tr td .td_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kaikake_detail .container .table_area_title_none tr td .td_flex input {
  padding: 0.375rem 0.25rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}

.kaikake_detail .container .table_area_title_none tr td .td_flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.kaikake_detail .container .table_area_title_none tr td .td_flex p input {
  margin-right: 5px;
}

.kaikake_detail .container .table_area_title_none tr td .td_flex .td_year input {
  width: 70px;
}

.kaikake_detail .container .table_area_title_none tr td .td_flex .td_month input,
.kaikake_detail .container .table_area_title_none tr td .td_flex .td_day input {
  width: 50px;
}

.kaikake_detail .container .kensaku_button_area {
  margin-bottom: 55px;
}

.kaikake_detail .container .report_table {
  margin-bottom: 50px;
}

.kaikake_detail .container .report_table table tbody tr:nth-child(even) {
  background-color: #f5ffe0;
}

.kaikake_detail .container .report_table table tbody tr .form-control {
  height: 40px;
}

.kaikake_detail .container .report_table table tbody tr th {
  background-color: #7ea22f;
}

.kaikake_detail .container .total_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.kaikake_detail .container .total_button_area .total_button_area_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.kaikake_detail .container .total_button_area .total_button_area_right {
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kaikake_detail .container .total_button_area .total_button_area_right .goukei {
  background-color: #7ea22f;
  padding: 20px 30px;
  color: #fff;
  margin-right: 40px;
  border-radius: 2px;
}

.mokuhyo_add h2 {
  margin-bottom: 50px;
}

.mokuhyo_add .container .return_button {
  margin-bottom: 50px;
}

.mokuhyo_add .container .return_button .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.mokuhyo_add .container .button_1 {
  margin-top: 80px;
}

.mokuhyo_add .container .table_area_title_none tr:nth-child(odd) {
  background-color: #f5ffe0;
}

.mokuhyo_add .container .table_area_title_none tr th {
  padding: 10px 20px;
  font-weight: normal;
  color: #000;
}

.mokuhyo_add .container .table_area_title_none tr .input_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mokuhyo_add .container .table_area_title_none tr .input_flex .input_flex_left {
  width: 8%;
  margin-right: 5px;
}

.mokuhyo_add .container .table_area_title_none tr .input_flex .input_flex_right {
  width: 30%;
}

.mokuhyo_add .container .table_area_title_none tr td {
  padding-right: 20px;
}

.mokuhyo_add .container .table_area_title_none tr td .td_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mokuhyo_add .container .table_area_title_none tr td .td_flex input {
  padding: 0.375rem 0.25rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}

.mokuhyo_add .container .table_area_title_none tr td .td_flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.mokuhyo_add .container .table_area_title_none tr td .td_flex p input {
  margin-right: 5px;
}

.mokuhyo_add .container .table_area_title_none tr td .td_flex .td_year input {
  width: 70px;
}

.mokuhyo_add .container .table_area_title_none tr td .td_flex .td_month input,
.mokuhyo_add .container .table_area_title_none tr td .td_flex .td_day input {
  width: 50px;
}

.mokuhyo_add .container .week_area {
  margin: 50px 0 55px;
}

.mokuhyo_add .container .week_area table tbody tr {
  border: 1px solid #333;
}

.mokuhyo_add .container .week_area table tbody tr:first-child {
  background-color: #000;
}

.mokuhyo_add .container .week_area table tbody tr:nth-child(even) {
  background-color: #dfdfdf;
}

.mokuhyo_add .container .week_area table tbody tr td {
  border: 1px solid #333;
}

.mokuhyo_add .container .week_area table tbody tr td textarea {
  width: 100%;
}

.mokuhyo_add .container .button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.mokuhyo_add .container .button_area .button_area_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  padding-left: 10px;
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mokuhyo_add .container .button_area .goukei {
  background-color: #7ea22f;
  padding: 10px 10px;
  color: #fff;
  margin-right: 5px;
  border-radius: 2px;
}

.mokuhyo_add .container .button_area_center {
  padding: 10px 0;
  padding-left: 10px;
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mokuhyo_add .container .button_area_center .goukei {
  background-color: #7ea22f;
  padding: 10px 10px;
  color: #fff;
  margin-right: 5px;
  border-radius: 2px;
}

.mokuhyo_add .container .button_area_right {
  padding: 10px 0;
  padding-left: 10px;
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mokuhyo_add .container .button_area_right .goukei {
  background-color: #7ea22f;
  padding: 10px 10px;
  color: #fff;
  margin-right: 5px;
  border-radius: 2px;
}

.mokuhyo_detail h2 {
  margin-bottom: 50px;
}

.mokuhyo_detail .container .return_button {
  margin-bottom: 50px;
}

.mokuhyo_detail .container .return_button .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.mokuhyo_detail .container .button_1 {
  margin-top: 80px;
}

.mokuhyo_detail .container .table_area_title_none tr:nth-child(odd) {
  background-color: #f5ffe0;
}

.mokuhyo_detail .container .table_area_title_none tr th {
  padding: 10px 20px;
  font-weight: normal;
  color: #000;
}

.mokuhyo_detail .container .table_area_title_none tr .input_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mokuhyo_detail .container .table_area_title_none tr .input_flex .form-control {
  width: 60%;
}

.mokuhyo_detail .container .table_area_title_none tr .input_flex .input_flex_left {
  width: 20%;
}

.mokuhyo_detail .container .table_area_title_none tr .input_flex .input_flex_right {
  width: 70%;
}

.mokuhyo_detail .container .table_area_title_none tr td {
  padding-right: 20px;
}

.mokuhyo_detail .container .table_area_title_none tr td .td_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mokuhyo_detail .container .table_area_title_none tr td .td_flex input {
  padding: 0.375rem 0.25rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}

.mokuhyo_detail .container .table_area_title_none tr td .td_flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.mokuhyo_detail .container .table_area_title_none tr td .td_flex p input {
  margin-right: 5px;
}

.mokuhyo_detail .container .table_area_title_none tr td .td_flex .td_year input {
  width: 70px;
}

.mokuhyo_detail .container .table_area_title_none tr td .td_flex .td_month input,
.mokuhyo_detail .container .table_area_title_none tr td .td_flex .td_day input {
  width: 50px;
}

.mokuhyo_detail .container .week_area {
  margin-top: 55px;
  margin-bottom: 50px;
}

.mokuhyo_detail .container .week_area table tbody tr {
  border: 1px solid #333;
}

.mokuhyo_detail .container .week_area table tbody tr:first-child {
  background-color: #000;
}

.mokuhyo_detail .container .week_area table tbody tr:nth-child(even) {
  background-color: #dfdfdf;
}

.mokuhyo_detail .container .week_area table tbody tr td {
  border: 1px solid #333;
  padding: 15px 0;
}

.mokuhyo_detail .container .week_area table tbody tr td textarea {
  width: 100%;
}

.mokuhyo_detail .container .button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.mokuhyo_detail .container .button_area .button_area_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mokuhyo_detail .container .button_area .goukei {
  background-color: #7ea22f;
  padding: 10px 10px;
  color: #fff;
  margin-right: 5px;
  border-radius: 2px;
}

.mokuhyo_detail .container .button_area_center {
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mokuhyo_detail .container .button_area_center .goukei {
  background-color: #7ea22f;
  padding: 10px 10px;
  color: #fff;
  margin-right: 5px;
  border-radius: 2px;
}

.mokuhyo_detail .container .button_area_right {
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mokuhyo_detail .container .button_area_right .goukei {
  background-color: #7ea22f;
  padding: 10px 10px;
  color: #fff;
  margin-right: 5px;
  border-radius: 2px;
}

.tanaoroshi_add h2 {
  margin-bottom: 60px;
}

.tanaoroshi_add .container .return_button {
  margin-bottom: 50px;
}

.tanaoroshi_add .container .return_button .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.tanaoroshi_add .container .table_area_title_none tr:nth-child(odd) {
  background-color: #f5ffe0;
}

.tanaoroshi_add .container .table_area_title_none tr th {
  padding: 10px 20px;
  font-weight: normal;
  color: #000;
  text-align: left;
}

.tanaoroshi_add .container .table_area_title_none tr .input_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tanaoroshi_add .container .table_area_title_none tr .input_flex .input_flex_left {
  width: 8%;
  margin-right: 10px;
}

.tanaoroshi_add .container .table_area_title_none tr .input_flex .input_flex_right {
  width: 30%;
}

.tanaoroshi_add .container .table_area_title_none tr td {
  padding-right: 20px;
}

.tanaoroshi_add .container .table_area_title_none tr td .td_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tanaoroshi_add .container .table_area_title_none tr td .td_flex input {
  padding: 0.375rem 0.25rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}

.tanaoroshi_add .container .table_area_title_none tr td .td_flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.tanaoroshi_add .container .table_area_title_none tr td .td_flex p input {
  margin-right: 5px;
}

.tanaoroshi_add .container .table_area_title_none tr td .td_flex .td_year input {
  width: 70px;
}

.tanaoroshi_add .container .table_area_title_none tr td .td_flex .td_month input,
.tanaoroshi_add .container .table_area_title_none tr td .td_flex .td_day input {
  width: 50px;
}

.tanaoroshi_add .container .table_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.tanaoroshi_add .container .table_area .table_left {
  width: 49%;
}

.tanaoroshi_add .container .table_area .table_left tbody tr {
  border: 1px solid #000;
}

.tanaoroshi_add .container .table_area .table_left tbody tr:nth-child(2) {
  background-color: #7ca22f;
  color: #fff;
}

.tanaoroshi_add .container .table_area .table_left tbody tr th {
  background-color: #7ca22f;
  color: #fff;
}

.tanaoroshi_add .container .table_area .table_left tbody td {
  border: 1px solid #000;
}

.tanaoroshi_add .container .table_area .table_left tbody td:nth-child(odd) {
  background-color: #7ca22f;
  color: #fff;
}

.tanaoroshi_add .container .table_area .table_right {
  width: 49%;
}

.tanaoroshi_add .container .table_area .table_right tbody tr {
  border: 1px solid #000;
}

.tanaoroshi_add .container .table_area .table_right tbody tr th {
  background-color: #7ca22f;
  color: #fff;
}

.tanaoroshi_add .container .table_area .table_right tbody td {
  border: 1px solid #000;
}

.tanaoroshi_add .container .table_area .table_right tbody td:nth-child(odd) {
  background-color: #7ca22f;
  color: #fff;
}

.tanaoroshi_add .container .total_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.tanaoroshi_add .container .total_button_area .total_button_area_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tanaoroshi_add .container .total_button_area .total_button_area_right {
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tanaoroshi_add .container .total_button_area .total_button_area_right .goukei {
  background-color: #7ea22f;
  padding: 20px 30px;
  color: #fff;
  margin-right: 40px;
  border-radius: 2px;
}

.tanaoroshi_add .container .nav_area {
  margin-bottom: 50px;
}

.tanaoroshi_add .container .nav_area .nav {
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #7ca22f;
}

.tanaoroshi_add .container .nav_area .nav .nav-item {
  margin-right: 2px;
  border-radius: 4px;
}

.tanaoroshi_add .container .nav_area .nav .nav-item:last-child {
  margin-right: 0;
}

.tanaoroshi_add .container .nav_area .nav .nav-item a {
  padding: 15px 15px;
  background-color: #9db1749f;
  color: #fff;
}

.tanaoroshi_add .container .nav_area .nav .nav-item a.active {
  background-color: #7ca22f;
}

.tanaoroshi_add .container .nav_area .nav .nav-item:hover {
  background-color: #7ca22f;
}

.tanaoroshi_add .container .input_block table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tanaoroshi_add .container .input_block table tbody tr:nth-child(odd) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5ffe0;
}

.tanaoroshi_add .container .input_block table tbody tr th {
  width: 10%;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.tanaoroshi_add .container .input_block table tbody tr td .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tanaoroshi_add .container .input_block table tbody tr .add_button {
  margin-left: 5px;
  margin-right: 5px;
}

.tanaoroshi_add .container .input_area {
  margin-bottom: 50px;
}

.tanaoroshi_add .container .input_area .input_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 10%;
}

.tanaoroshi_add .container .input_area .input_section:nth-child(odd) {
  background-color: #f5ffe0;
}

.tanaoroshi_add .container .input_area .input_section .form-control {
  width: 70%;
  display: initial;
}

.tanaoroshi_add .container .input_area .input_section .input_1 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tanaoroshi_add .container .input_area .input_section .input_2 {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tanaoroshi_add .container .input_area .input_section .input_section_left {
  width: 40%;
}

.tanaoroshi_add .container .input_area .input_section .input_section_right {
  width: 40%;
}

.tanaoroshi_add .container .edit_button_section {
  text-align: center;
  margin-bottom: 80px;
}

.tanaoroshi_add .container .edit_button_section .edit_button {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 80px;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.report_detail h2 {
  margin-bottom: 80px;
}

.report_detail .container .return_button {
  margin-bottom: 50px;
}

.report_detail .container .return_button .return_button_type {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.report_detail .container .nav_section .nav {
  margin-bottom: 50px;
  color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #7ca22f;
}

.report_detail .container .nav_section .nav .nav-item {
  margin-right: 5px;
  border-radius: 4px;
}

.report_detail .container .nav_section .nav .nav-item:last-child {
  margin-right: 0;
}

.report_detail .container .nav_section .nav .nav-item a {
  padding: 15px 40px;
  background-color: #9db1749f;
  color: #fff;
}

.report_detail .container .nav_section .nav .nav-item a.active {
  background-color: #7ca22f;
}

.report_detail .container .nav_section .nav .nav-item:hover {
  background-color: #7ca22f;
}

.report_detail .container .tab-content .tab-pane .input_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.report_detail .container .tab-content .tab-pane .input_area table tr td {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_detail .container .tab-content .tab-pane .input_area .input_area_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}

.report_detail .container .tab-content .tab-pane .input_area .input_area_left tbody tr:nth-child(odd) {
  background-color: #f5ffe0ee;
}

.report_detail .container .tab-content .tab-pane .input_area .input_area_left tbody tr th {
  width: 20%;
  color: #383838;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding-left: 20px;
}

.report_detail .container .tab-content .tab-pane .input_area .input_area_left tbody tr td {
  width: 80%;
}

.report_detail .container .tab-content .tab-pane .input_area .input_area_left tbody tr td .input_1 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-right: 5px;
}

.report_detail .container .tab-content .tab-pane .input_area .input_area_left tbody tr td .input_2 {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.report_detail .container .tab-content .tab-pane .input_area .input_area_left tbody tr td .input_3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
}

.report_detail .container .tab-content .tab-pane .input_area .input_area_left tbody tr td .input_4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.report_detail .container .tab-content .tab-pane .input_area .input_area_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}

.report_detail .container .tab-content .tab-pane .input_area .input_area_right tbody tr:nth-child(odd) {
  background-color: #f5ffe0ee;
}

.report_detail .container .tab-content .tab-pane .input_area .input_area_right tbody tr th {
  width: 20%;
  color: #383838;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  padding-left: 20px;
}

.report_detail .container .tab-content .tab-pane .input_area .input_area_right tbody tr td {
  width: 80%;
}

.report_detail .container .tab-content .tab-pane .input_area .input_area_right tbody tr td .input_1 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-right: 5px;
}

.report_detail .container .tab-content .tab-pane .input_area .input_area_right tbody tr td .input_2 {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.report_detail .container .tab-content .tab-pane .input_area .input_area_right tbody tr td .input_3 {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  margin-right: 15px;
}

.report_detail .container .tab-content .tab-pane .input_area .input_area_right tbody tr td .input_4 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.report_detail .container .tab-content .tab-pane .bunrui table tbody tr {
  border: 1px solid #000;
}

.report_detail .container .tab-content .tab-pane .bunrui table tbody tr .input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_detail .container .tab-content .tab-pane .bunrui table tbody tr th {
  padding: 20px 0;
  background-color: #7ca22f;
  color: #fff;
}

.report_detail .container .tab-content .tab-pane .bunrui table tbody td {
  border: 1px solid #000;
}

.report_detail .container .tab-content .tab-pane .bunrui table tbody td .input_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.report_detail .container .tab-content .tab-pane .bunrui table tbody td:first-child {
  background-color: #7ca22f;
  color: #fff;
}

.report_detail .container .tab-content .tab-pane .bunrui table tbody td .form-control {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  margin-left: 5px;
}

.report_detail .container .tab-content .tab-pane .total_button_area_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_detail .container .tab-content .tab-pane .total_button_area_1 .total_button_area_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.report_detail .container .tab-content .tab-pane .total_button_area_1 .total_button_area_right {
  margin-bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.report_detail .container .tab-content .tab-pane .total_button_area_1 .total_button_area_right .goukei {
  background-color: #7ea22f;
  padding: 20px 30px;
  color: #fff;
  margin-right: 40px;
  border-radius: 2px;
}

.report_detail .container .tab-content .tab-pane .total_button_area_1 .button_10 {
  margin-bottom: 50px;
}

.report_detail .container .tab-content .tab-pane .total_button_area_2 {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_detail .container .tab-content .tab-pane .total_button_area_2 .total_button_area_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.report_detail .container .tab-content .tab-pane .total_button_area_2 .total_button_area_right {
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_detail .container .tab-content .tab-pane .total_button_area_2 .total_button_area_right .goukei {
  background-color: #7ea22f;
  padding: 20px 38px;
  color: #fff;
  margin-right: 40px;
  border-radius: 2px;
}

.report_detail .container .uriage_bunseki table {
  border-top: none;
}

.report_detail .container .uriage_bunseki table tbody tr {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.report_detail .container .uriage_bunseki table tbody tr .input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_detail .container .uriage_bunseki table tbody tr th {
  padding: 20px 0;
  background-color: #7ca22f;
  color: #fff;
}

.report_detail .container .uriage_bunseki table tbody td {
  border-right: 1px solid #000;
}

.report_detail .container .uriage_bunseki table tbody td:first-child {
  background-color: #7ca22f;
  color: #fff;
}

.report_detail .container .uriage_bunseki table tbody td:nth-child(odd) {
  background-color: #7ca22f;
  color: #fff;
}

.report_detail .container .uriage_bunseki_2 table tbody tr {
  border: 1px solid #000;
}

.report_detail .container .uriage_bunseki_2 table tbody tr .input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_detail .container .uriage_bunseki_2 table tbody tr th {
  background-color: #7ca22f;
  color: #fff;
}

.report_detail .container .uriage_bunseki_2 table tbody td {
  border: 1px solid #000;
}

.report_detail .container .uriage_bunseki_2 table tbody td:first-child {
  background-color: #7ca22f;
  color: #fff;
}

.report_detail .container .under {
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
}

.report_detail .container .input_area {
  margin-bottom: 50px;
}

.report_detail .container .input_area .input_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 10%;
}

.report_detail .container .input_area .input_section:nth-child(odd) {
  background-color: #f5ffe0;
}

.report_detail .container .input_area .input_section .form-control {
  width: 70%;
  display: initial;
}

.report_detail .container .input_area .input_section .input_1 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.report_detail .container .input_area .input_section .input_2 {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.report_detail .container .input_area .input_section .input_section_left {
  width: 40%;
}

.report_detail .container .input_area .input_section .input_section_right {
  width: 40%;
}

.report_detail .container .input_block {
  margin-bottom: 50px;
}

.report_detail .container .input_block table tbody tr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_detail .container .input_block table tbody tr:nth-child(odd) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5ffe0;
}

.report_detail .container .input_block table tbody tr th {
  width: 10%;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.report_detail .container .input_block table tbody tr td .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_detail .container .input_block table tbody tr td .wrap input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 5px;
}

.report_detail .container .input_block table tbody tr td .wrap select {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.report_detail .container .input_block table tbody tr .add_button {
  margin-left: 5px;
  margin-right: 5px;
}

.report_detail .container .total_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.report_detail .container .total_button_area .total_button_area_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.report_detail .container .total_button_area .total_button_area_right {
  background-color: #f5ffe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report_detail .container .total_button_area .total_button_area_right .goukei {
  background-color: #7ea22f;
  padding: 20px 30px;
  color: #fff;
  margin-right: 40px;
  border-radius: 2px;
}

.report_detail .container .tab-pane .input_block .input_s {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}

.report_detail .container .last_input_box {
  margin-bottom: 50px;
}

.report_detail .container .last_input_box table tbody tr {
  border-bottom: 1px solid #fff;
}

.report_detail .container .last_input_box table tbody tr:first-child {
  background: #f5ffe0;
}

.report_detail .container .last_input_box table tbody tr th {
  font-size: 16px;
  background-color: #7ca22f;
}

.report_detail .container .edit_delete_button {
  text-align: center;
  margin-bottom: 80px;
}

.report_detail .container .edit_delete_button .edit_button {
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 50px;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.report_detail .container .edit_delete_button .delete_button {
  background-color: #6e6e6e;
  text-align: center;
  padding: 10px 50px;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}

.report_detail .container .touroku_sakuzyo_tyouhyou_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
}

.report_detail .container .touroku_sakuzyo_tyouhyou_button_area .tyouhyou_button_area {
  -webkit-box-flex: 0.6;
      -ms-flex: 0.6;
          flex: 0.6;
}

.report_detail .container .touroku_sakuzyo_tyouhyou_button_area .tyouhyou_button_area .tyouhyou_button a {
  display: inline-block;
  background-color: #ff4800;
  text-align: center;
  padding: 10px 50px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.report_detail .container .touroku_sakuzyo_tyouhyou_button_area .touroku_sakuzyo_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.report_detail .container .touroku_sakuzyo_tyouhyou_button_area .touroku_sakuzyo_button_area .touroku_button_area a {
  display: inline-block;
  background-color: #7ea22f;
  text-align: center;
  padding: 10px 50px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.report_detail .container .touroku_sakuzyo_tyouhyou_button_area .touroku_sakuzyo_button_area .sakujo_button_area a {
  display: inline-block;
  background-color: #c4c4c4;
  text-align: center;
  padding: 10px 50px;
  margin-left: 20px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

footer {
  width: 100%;
  background-color: #7ea22f;
  text-align: center;
  color: #fff;
  height: 60px;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  header .top {
    background-color: #eeeeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
  header .top .top_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .top .top_container .left {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .top .top_container .left .img_s {
    width: 22%;
  }
  header .top .top_container .left .header_top_left {
    -webkit-box-flex: 0.7;
        -ms-flex: 0.7;
            flex: 0.7;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .top .top_container .left .header_top_left p {
    text-align: center;
    color: #7ea22f;
    font-size: 12px;
  }
  header .top .top_container .left .header_top_left span {
    font-size: 12px;
    text-align: center;
    color: #010101;
  }
  header .top .top_container .left .header_top_right {
    margin-left: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .top .top_container .left .header_top_right a {
    color: #101010;
    font-size: 14px;
  }
  header .top .top_container .left .header_top_right a:hover {
    color: #7ea22f;
  }
  header .top .top_container .left .header_top_right_left {
    margin-right: 15px;
  }
  header .top .top_container .right {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .top .top_container .right span {
    color: #010101;
  }
  header .top .top_container .right .header_right_button {
    background-color: #7ca22f;
    margin-left: 5px;
    text-align: center;
    padding: 5px 15px;
    border-radius: 4px;
  }
  header .top .top_container .right .header_right_button:hover {
    background-color: darkorange;
  }
  header .top .top_container .right .header_right_button span {
    display: block;
    color: #fff;
  }
  header .bottom {
    background-color: #7ca22f;
  }
  header .bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  header .bottom ul li {
    width: calc(100% / 6);
    background-color: #7ea22f;
    border-left: 1px solid #fff;
  }
  header .bottom ul li:last-child {
    border-right: 1px solid #fff;
  }
  header .bottom ul li a {
    display: block;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-weight: 550;
  }
  header .bottom ul li a:hover {
    background-color: darkorange;
  }
  header .bottom ul .submenu {
    position: relative;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-weight: 550;
  }
  header .bottom ul .submenu .submenu_box {
    position: absolute;
    top: 64px;
    width: 100%;
    opacity: 0;
  }
  header .bottom ul .submenu .submenu_box ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .bottom ul .submenu .submenu_box ul li {
    width: 100%;
  }
  header .bottom ul .submenu:hover {
    cursor: pointer;
  }
  header .bottom ul .submenu:hover .submenu_box {
    opacity: 1;
  }
  .store_master_lists .container table tbody tr th {
    font-size: 15px;
  }
  .store_master_lists .container table tbody tr td a {
    font-size: 15px;
    padding: 10px 20px;
  }
  .total_button_area_1 .goukei {
    font-size: 12px;
  }
  .business_report table tbody tr th {
    font-size: 12px;
  }
  .business_report table tbody tr td {
    font-size: 12px;
  }
  .business_report table tbody tr td a {
    font-size: 12px;
  }
  .uriage_list .container .report_table table tbody tr th {
    font-size: 12px;
  }
  .uriage_list .container .report_table table tbody tr td {
    font-size: 12px;
  }
  .uriage_list .container .report_table table tbody tr td a {
    padding: 8px 15px;
  }
  .uriage_list .container .table2 tr th {
    font-size: 14px;
  }
  .uriage_list .container .table2 tr td {
    font-size: 12px;
  }
  .uriage_list .container .report_table table tbody tr th {
    font-size: 12px;
  }
  .uriage_list .container .report_table table tbody tr td a {
    font-size: 10px;
    padding: 10px 10px;
  }
  .keihi_list .container table {
    margin-bottom: 50px;
  }
  .keihi_list .container table tbody tr th {
    font-size: 15px;
  }
  .keihi_list .container table tbody tr td {
    font-size: 15px;
  }
  .ikan_add .container .input_block table tbody tr th {
    font-size: 12px;
    white-space: nowrap;
  }
  .keihi_add .container .input_block table tbody tr th {
    font-size: 12px;
  }
  .report_add .container .tab-content .tab-pane .input_area .input_area_left tbody tr th {
    font-size: 15px;
  }
  .report_add .container .tab-content .tab-pane .input_area .input_area_right tbody tr th {
    font-size: 16px;
  }
  .report_add .container .tab-content .tab-pane .input_block table tbody tr th {
    font-size: 14px;
    white-space: nowrap;
  }
}
/*# sourceMappingURL=style.css.map */