@charset "EUC-JP";

* {
/*  font-family:sans-serif; */
}
body{
  display: flex;
  flex-direction: column;
  min-height:100vh;
}
h1,h2,h3,h4 {
  font-size:1rem;
}
.main h2 {
  font-size: 1.7rem;
  color: #116bce;
  font-weight:bold;
}
.main h2::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../img/h2.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 2px;
}
.main h3 {
  font-size: 1.6rem;
  border-bottom: solid #dc6e1b;
  border-left: solid #dc6e1b 10px;
  margin-top:20px;
  padding-left:5px;
}
.main {
  padding:5px;
}
img { max-width:100%; }
a {
  text-decoration: none;
  color:#1a0dab;
}
a:hover {
  text-decoration: underline;
}
ul {
  list-style: none;
  padding-left: 0;
  margin-bottom:0.5rem;
}
.container {
  max-width:960px;
  padding:0;
}
.row {
  margin:0;
}
.bg-orange {
  background:#DC6F1D;
}
.menu div {
  width:100%;
  background: white;
}
.menu>div>a {
  width:99%;
  padding-top:3px;
  padding-bottom:3px;
  display:inline-block;
  border-radius:5px;
  color: #fff;
  background:#DC6F1D;
}
.menu>div>a:hover {
  text-decoration: none;
  background:#FFA500;
}
.menu .active>a{
  background:#FFA500;
}
.moritapo {
  background:#a9cbec;
}
.moritapo strong{
  font-size: 1.7rem;
}
.remainder .header {
  color: #DC6F1D;
  font-weight: bold;
  border-bottom: 2px solid #DC6F1D;
  white-space: nowrap;
}
.remainder {
  width:100%;
}
.remainder td {
  /*font-size: .875em;*/
  padding:5px;
}
.remainder td:first-of-type{
  /*white-space: nowrap;*/
}
.remainder td:nth-of-type(2){
  white-space: nowrap;
  text-align:right;
}
.remainder td:nth-of-type(3){
  text-align:center;
}
.remainder td:last-of-type {
}
.colored {
  background:#FBEFE6;
}
.label {
  font-weight:bold;
}
.inputtable_act{
  width:100%;
}
.textarea_full{
  width:100%;
  height:8rem;
}
.side {
  width:100%;
  position:relative;
  box-sizing: border-box;
  padding:3px;
}
.side img{
  display:block;
  position:absolute;
  bottom:0;
/*
  left:0;
  right:0;
  margin:auto;
*/
  max-width:98%;
  height:auto;
}

.foot {
  margin-top:auto;
  margin-bottom:0;
}
.inputtable_act td{
  padding:5px;
}
.caution{
  color:red;
  font-weight:bold;
}
@media (max-width: 767px) {
body {
  font-size: 90%;
}
.side {
  max-width:50%;
}
}
