/* line 2, app/assets/stylesheets/admin.scss */
.admin_show .info-row {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 3, app/assets/stylesheets/admin.scss */
.admin_show .info-row .info-column {
  flex-basis: 24%;
  margin: 15px 5px;
}

/* line 4, app/assets/stylesheets/admin.scss */
.admin_show .info-row .info-title {
  text-align: left;
  font-size: 16px;
}

/* line 5, app/assets/stylesheets/admin.scss */
.admin_show .info-row p.info-value {
  text-align: left;
  font-size: 18px;
  border: 1px solid;
  min-height: 50px;
  padding: 10px;
}

/* line 7, app/assets/stylesheets/admin.scss */
.admin_show .buttons {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

/* line 8, app/assets/stylesheets/admin.scss */
.admin_show .buttons a {
  padding: 15px;
  margin: 0 5px;
}

/* line 12, app/assets/stylesheets/admin.scss */
.admin_new .buttons, .admin_edit .buttons {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

/* line 13, app/assets/stylesheets/admin.scss */
.admin_new .buttons input, .admin_new .buttons a, .admin_edit .buttons input, .admin_edit .buttons a {
  padding: 15px;
  margin: 0 5px;
}

/* line 16, app/assets/stylesheets/admin.scss */
.form {
  width: 80%;
  margin: 0 auto;
}

/* line 18, app/assets/stylesheets/admin.scss */
.form .form-row {
  display: flex;
  margin: 10px 0;
}

/* line 19, app/assets/stylesheets/admin.scss */
.form label {
  width: 250px;
}

/* line 20, app/assets/stylesheets/admin.scss */
.form input, .form .form select {
  width: 500px;
  color: black;
  background-color: white;
  padding: 5px;
  border: 1px solid;
  border-radius: 2px;
}

/* line 22, app/assets/stylesheets/admin.scss */
.form #errors {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  color: red;
}

/* line 23, app/assets/stylesheets/admin.scss */
.form .field_with_errors {
  display: flex;
}

/* line 24, app/assets/stylesheets/admin.scss */
.form .error-label {
  display: inline-block;
  width: 250px;
}

/* line 25, app/assets/stylesheets/admin.scss */
.form .error-message {
  color: red;
}
@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
/* line 5, app/assets/stylesheets/kyoei.scss.erb */
*, *::before, *::after {
  box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/kyoei.scss.erb */
* {
  margin: 0;
}

/* line 5, app/assets/stylesheets/kyoei.scss.erb */
html, body {
  height: 100%;
}

/* line 5, app/assets/stylesheets/kyoei.scss.erb */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* line 5, app/assets/stylesheets/kyoei.scss.erb */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* line 5, app/assets/stylesheets/kyoei.scss.erb */
input, button, textarea, select {
  font: inherit;
}

/* line 5, app/assets/stylesheets/kyoei.scss.erb */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* line 5, app/assets/stylesheets/kyoei.scss.erb */
#root, #__next {
  isolation: isolate;
}

/* line 8, app/assets/stylesheets/kyoei.scss.erb */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 10, app/assets/stylesheets/kyoei.scss.erb */
body {
  width: 100%;
  margin: 0 0;
  padding: 0;
  font-size: 20px;
  font-family: "メイリオ";
  opacity: 0.95;
  z-index: -1;
  background-attachment: fixed;
}

/* line 15, app/assets/stylesheets/kyoei.scss.erb */
#content {
  width: 1200px;
  min-height: 100vh;
  border: 2px solid;
  border-left: 50px solid;
  padding: 0;
  margin: 0 auto;
  background-color: white;
  padding: 12px;
}

/* line 17, app/assets/stylesheets/kyoei.scss.erb */
h1 {
  width: 100%;
  padding-left: 15px;
  border-bottom: 3px solid;
  font-size: 60px;
  margin: 0;
}

/* line 18, app/assets/stylesheets/kyoei.scss.erb */
h2 {
  height: 57px;
  border-bottom: 2px solid;
  font-size: 32px;
  margin: 30px 0 0 0;
  box-sizing: border-box;
}

/* line 19, app/assets/stylesheets/kyoei.scss.erb */
h2 p, h2 button {
  display: block;
  width: 350px;
  padding-left: 20px;
  border-bottom: 8px solid;
}

/* line 20, app/assets/stylesheets/kyoei.scss.erb */
select {
  border: 1px solid;
  margin-bottom: 3px;
}

/* line 21, app/assets/stylesheets/kyoei.scss.erb */
a, input, button {
  color: white;
  background-color: black;
  text-decoration: none;
}

/* line 22, app/assets/stylesheets/kyoei.scss.erb */
a:disabled, input:disabled {
  background-color: #c0c0c0;
}

/* line 23, app/assets/stylesheets/kyoei.scss.erb */
a:hover, input:hover {
  background-color: #606060;
}

/* line 24, app/assets/stylesheets/kyoei.scss.erb */
a[disabled]:hover, input[disabled]:hover {
  background-color: #c0c0c0;
}

/* line 27, app/assets/stylesheets/kyoei.scss.erb */
table th {
  color: white;
  background-color: black;
}

/* line 28, app/assets/stylesheets/kyoei.scss.erb */
table tr:nth-child td {
  background-color: white;
}

/* line 29, app/assets/stylesheets/kyoei.scss.erb */
table tr:nth-child(odd) td {
  background-color: #eeeeee;
}

/* line 30, app/assets/stylesheets/kyoei.scss.erb */
table tr th, table table tr td {
  padding: 3px;
}

/* line 34, app/assets/stylesheets/kyoei.scss.erb */
header span.notice {
  color: white;
  background-color: green;
  padding: 0 20px;
}

/* line 35, app/assets/stylesheets/kyoei.scss.erb */
header span.alert {
  color: white;
  background-color: red;
  padding: 0 20px;
}

/* for kaminari */
/* line 40, app/assets/stylesheets/kyoei.scss.erb */
nav.pagination {
  width: 80%;
  margin: 0 auto;
  display: flex;
  margin-top: 15px;
}

/* line 41, app/assets/stylesheets/kyoei.scss.erb */
nav.pagination span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 5px;
  background-color: black;
  text-align: center;
  line-height: 40px;
}

/* line 42, app/assets/stylesheets/kyoei.scss.erb */
nav.pagination span a {
  line-height: 40px;
  background-color: transparent;
}

/* line 44, app/assets/stylesheets/kyoei.scss.erb */
nav.pagination span.first, nav.pagination span.prev, nav.pagination span.next, nav.pagination span.last {
  width: 60px;
}

/* line 45, app/assets/stylesheets/kyoei.scss.erb */
nav.pagination span.current, nav.pagination span.gap {
  color: white;
  background-color: #c0c0c0;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
