.main {
/*  background: #fffcf4; */
  background: white;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em;
}

.new-costomer h4{
    text-decoration: none;
    padding: 0.5rem;
    background: #f7f7f7;
    border-left: solid 6px #58ad5a;
/*    color: #58ad5a;*/
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.22);
    border-left-color: #5bb1fc;
/*    color: #5bb1fc;*/
    color: black;
    background-color: #f6fbff;
    margin-top: 2rem ;
    margin-bottom: 2rem ;
}

.pulldown h4{
    margin-top: 2rem ;
    margin-bottom: 2rem ;
}

#table1 {
    margin-bottom: 2rem ;
}

.fluid{
  display:flex;
  flex-direction: column;
}

.upper{
    order:1;
}

.below{
    order:0;
}
.sub-title h1{
  padding: 0.5rem;
  border-top: solid 3px;
  border-bottom: solid 3px;
  margin:2rem;
}


.text-center ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style: none;
}

.img-center {
  text-align: center;
}

.text-center-2 ul li {
  line-height: 1.5;
  padding:2rem;
  list-style: none;
}

.container4{
    background-color: white;
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
    padding: 10px;
}

.box {
	display: grid;
/* 	margin-top: 10px;*/
/* 	margin-bottom: 20px;*/
	grid-template-columns: 150px 1fr 150px;
/*	grid-template-columns: 0.4fr 1fr 0.4fr;*/
/*		grid-template-rows: 100px auto 200px; */
/*    grid-template-rows: 0.25fr auto 1fr;*/
/*    margin: 10px;*/
}

header {
	grid-row: 1/ 2;
	grid-column: 1 / 4;
}

.left {
	grid-row: 2 / 3;
	grid-column: 1 / 2;
	background-color: #EEEEEE;
}

.main {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
}

.right {
	grid-row: 2 / 3;
	grid-column: 3 / 4;
	background-color: #EEEEEE;
}

footer {
	grid-row: 3 / 4;
	grid-column: 1 / 4;
}

.box1 {
	display: grid;
	grid-template-columns:  1fr 1fr 1fr 1fr;
}

.box1.footer-1 {
	grid-row: 1 / 2;
}

.box1.footer-2 {
	grid-row: 2 / 3;
}

.box1.footer-3 {
	grid-row: 3 / 4;
}

.box1.footer-4 {
	grid-row: 4 / 5;
}

.box2 {
	display: grid;
	margin-top: 10px;
	margin-bottom: 20px;
/*	grid-template-columns: 300px 1fr 20%; */
	grid-template-columns: 0.4fr 1fr 0.4fr;
/*		grid-template-rows: 100px auto 200px; */
    grid-template-rows: 0.25fr auto 1fr;
    margin: 10px;
}

.header1 {
	grid-row: 1/ 2;
	grid-column: 1 / 4;
}

.left1 {
	grid-row: 2 / 3;
	grid-column: 1 / 2;
	background-color: #EEEEEE;
}

.left2 {
	grid-row: 3 / 4;
	grid-column: 1 / 2;
	background-color: #EEEEEE;
}

.main1 {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
}

.main2 {
	grid-row: 3 / 4;
	grid-column: 2 / 3;
}

.right1 {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
	background-color: #EEEEEE;
}

.right2 {
	grid-row: 3 / 4;
	grid-column: 3 / 4;
	background-color: #EEEEEE;
}

.footer1 {
	grid-row: 4 / 5;
	grid-column: 1 / 4;
}


.btn-info,
.btn-create,
.btn-danger,
.btn-outline-primary{
    width: 150px;
}
.btn-outline-primary,
.btn-info-font{
    font-size: .9rem;
}


.form-contents{
    width: 980px;
    margin: 0 auto;
    margin-top: 150px;
}

/*login*/
.form-center{
    text-align: center;
}
.form-signin {
    width: 65%;
    margin: auto;
}
.container-frame{
    margin-top: 10rem;
}
.container-sub{
    margin-top:1rem;
}
.starter-template {
    text-align: center;
}
.text-danger {
    text-align: center;
    font-weight: bold;
}
.sub-title{
    margin-top: 2rem !important;
    text-align: center !important;
}
.content{
    margin-top: 7rem;
}

.sub-title h1{
    text-align: center;
}


.new-costomer{
    text-align: left;
    margin-top: 1rem;
}



/******フォーム書き込み画面のボタン調整****/
/***width: 1600px 以上は調整****/
@media (min-width:1500px){
    .container {
        margin-top: 4rem;
    }
}
/***width: 1600px 以下およびheight:750以下は調整****/
@media (max-width:1500px) and (max-height:730px){
    .container {
        margin-top: 3rem;
    }
}

/*****iPad size********/
@media screen and (max-width: 800px){
    h1{
        font-size:1.7rem;
    }
    .form-signin{
        width: 100%;
    }
    .container{
        max-width: 700px;
        margin: 0 auto;
        margin-top: 2.5rem;
    }


}
/****iPhone size******/
@media screen and (max-width: 450px){
    .container{
        margin-top: 2.5rem;
    }
    h1{
        font-size:1.25rem;
    }
    h2{
        font-size: 1.5rem;
        margin-top: .5rem;
    }
    h4{
        font-size: .9rem;
    }
    .btn-block{
        display: block;
        font-size: 1rem;
        width: 50%;
    }
    .form-signin{
        width: 100%;
        padding: .5rem;
        margin: 0;
    }
}

.sub-title {
    text:center;
}

  /* テーブル */

table{
/*  width: 100%;*/
/*   width: 600px;*/
  border-collapse:separate;
  border-spacing: 0;
  white-space: nowrap;
  overflow-x: auto;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
   table-layout: fixed;
}

table th:first-child{
  border-radius: 5px 0 0 0;
}

table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table th{
  text-align: left;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 10px 0;
  white-space: nowrap;
}

table td{
  text-align: left;
  border-left: 3px solid #a8b7c5;
  border-bottom: 3px solid #a8b7c5;
  border-top:3px solid #a8b7c5;
  border-right:1px solid #a8b7c5;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 25%;
  padding: 10px 0;
  white-space: nowrap;
}

table td:last-child{
  border-right: 1px solid #a8b7c5;
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

header {
/*   padding: 30px 4% 10px 200px;*/
/*   padding: 10px 120px 50px;*/
/*   position: fixed; */
   top: 0;
   width: 100%;
/*   display: flex; */
   align-items: center;
}

header a{
   text-decoration: none;
   color: #000000;
   font-weight: bold;
}


.footer {
/*  background-color: #414141;*/
  width: 100%;
  text-align: left;
  font-weight: bold;
  padding-top: 60px;
  padding-right: 30px;
  padding-bottom: 20px;
/*  background: linear-gradient(180deg,#f1f1f1 0%,#f1f1f1 20px,yellow 20px,yellow 100%);*/
  background: linear-gradient(180deg,#f1f1f1 0%,#f1f1f1 40px,#bfe7f5 4px,#bfe7f5 100%);
/*  background-color:#e6f9ff;　*/
}

.footer .box1 .footer-3,
.footer .box1 .footer-4 {
  display: inline-block;
  vertical-align: top;
}


.footer-3 i {
/*  background-color: #33383b;*/
  color: black;
  font-size: 25px;
  width: 38px;
  height: 38px;
/*  border-radius: 50%;*/
  text-align: center;
/*   line-height: 42px;*/
/*   margin: 10px 15px;*/
/*  vertical-align: middle;*/
}

.footer .footer-3 i.fa-envelope {
  font-size: 17px;
  font-weight: bold;
/*   line-height: 38px;*/

}

.footer .footer-3 p {
  display: inline-block;
  color: black;
  vertical-align: middle;
  margin: 0;
  font-weight: bold;
}


.footer .footer-3 h2 {
  color: black;
  font-weight: bold;
}

.footer .footer-3 p a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

/* footer right*/


.footer h2 {
  color: black;
  font-size: 36px;
  font-weight: normal;
/*  margin: 0;*/
  font-weight: bold;
}

.footer h2 span {
  color: black;
}


.footer .name {
  color: black;
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
  font-weight: bold;
}

.footer .footer-center i {
    margin-left: 0;
}

.logout-btn{
/*    display: block;*/
    background-color: #007bffd9;
    padding: .375rem .75rem;
    border-radius: .25rem;
    font-weight: 400;
    color: #fff;
    right: 15%;
    top: 0;
    position:absolute;
}

.form-wrapper {
  background: white;
  margin: auto;
  padding: 1em;
  max-width: 500px;
  border:solid 0.5px;
  border-radius: .5rem;
}

.login-btn{
    margin: 20px auto;
    display: block;
    background-color: #007bffd9;
    padding: .375rem .75rem;
    border-radius: .25rem;
    font-weight: 400;
    color: #fff;
    border:none;
}

.login-form
{
    margin: 20px auto;
    display: block;
    padding: .375rem .75rem;
    border-radius: .25rem;
    font-weight: 400;
    color: black;
    border:solid 1px black;
}

.form-wrapper p{
    text-align:center;
    font-weight:500;
}

.login-container{
/*    width:100vw;
    height:90vh;*/
/*    background-color:#fafafa; */
    background-color:white;
    padding:2rem;
}

.top-section{
    width:100vw;
    height:10vh;
    background-color:#fafafa;
}

.login-header h3{
    margin-bottom: 20px;
    border-bottom: solid;
    padding: 10px;
}


.tagline {
    background: #e2e3e3;
}

.tagline > .inner {
    zoom: 1;
    width: 100%;
    max-width: 1360px;
    padding: 0.875rem 2.5rem;
/*    margin: 0 auto;*/
    margin-left:2rem;
    display: block;
    line-height: 1;
    font-size: 0.75rem;
    font-weight: 500;
}

.site-header {
    background: #ffd900;
    padding: 1.25rem 0;
}

.site-footer {
    width: 100%;
    display: block;
    background: #ffd900;
    text-align: center;
}

.site-footer .utility .footer-logo {
    border-bottom: 2px solid #000;
/*    margin-top: 1.875rem; */
    padding-bottom: 1rem;
}

.logo {
    margin-left:2rem;
    padding-left: 2.5rem;
    position:relative;
}

.utility {
    padding:2rem;
}
.footer-logo img {
    width: 240px;  /* 横幅を240pxに */
}

.site-footer .pagetop {
    position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;
    margin: 0;
    z-index: 3;
}


.site-footer .pagetop a {
    font-size: 0.75rem;
    font-family: "IBM Plex Sans", sans-serif;
    background-color: #ffd900;
    font-weight: bold;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #000;
}

.site-footer .pagetop a span::before {
    content: "⇧";
    display: block;
    font-family: "FontAwesome";
    color: #000;
    margin: 0;
    line-height: 1;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(0deg);
}

.toc {
    background: inherit;
    font-family: "Meiryo UI", sans-serif;
    background-color: #ffd900;
    /*border: 1px solid;*/
    border-radius: 90%;
    position: fixed;
    clear: both;
    padding:0;
    /*overflow: scroll;*/
    /*height: 100%;*/
    white-space:nowrap;
    font-size: 0.75em;
    top: 8rem;
    right: 0rem;
    margin: 0;
    z-index: 3;
}
.toc ul {
    padding:0 20px;
    list-style-type: none;
}
.toc a {
    color:#333 ;
}
.toc a:hover {
    color: #757C84;
}
.toc h2 {
    font-size: 1.5em;
    margin:0;
    padding:10px 0;
    text-align: center;
}

.text-center h3 {
    margin: 3rem 8rem;
    font-size: 26px;
    border-bottom:solid 2px black;
    border-top:solid 2px black;
    padding: 0.5rem;
    font-weight : bold;
    background-color:#ffd900;
}

.text-center h4 {
    margin: 25px 0;
    font-weight : bold;
    text-decoration:underline;
}

.text-center h5 {
    text-decoration:underline;
}

.space {
    height:2rem;
    background-color:#EEEEEE;

.menu {
    position: fixed;
    top: 1.25rem;
    right: 1.25rem;
    margin: 0;
    z-index: 3;
}

.section {
  height: 100vh;
}
.section > h1 {
/*  background-color: #eee;*/
  padding: 8px;
  margin-top: 0;
}

}\