.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

#contents table{

  border-collapse:collapse;
  background-position: center center;
  margin: 5px;/*内側への余白上下左右5px*/
  padding: 5px;
}

.c-offcanvas {
  left: 0;
  padding: 1rem;
  overflow-y: scroll;
}

.js-offcanvas a {
   color: #337ab7;
   outline: 0;
}


.js-offcanvas .dropdown-menu {
  position:relative;
  border:none;
}

.attention .enhance1{
	color: red;
	font-weight: bold;
	font-size: 14px;
}

.attention .enhance2{
	color: black;
	font-weight: bold;
	font-size: 12px;
}

.attention .enhance2 a{
	font-size: 16px;
	text-decoration: underline;
}

.message {
  color: red;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .main {
    width: 90%;
  }
  
  .description h2 {
    margin: 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: rgb(0, 136, 0);
    line-height: 110%;
    font-size: 16px;
    text-align: center;
  }
  
  .attention {
    text-align: left;
  }
  
  .message {
    text-align: center;
  }
  
  .help-image {
    text-align: center;
  }

	.help-image img {
		max-width: 300px;
	}

  .submit-button
  , .input-label
  , .input-item
  {
    text-align: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .main {
    width: 80%;
  }

  .description h2 {
    margin: 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: rgb(0, 136, 0);
    line-height: 110%;
    font-size: 16px;
    text-align: center;
  }
  
  .attention {
    text-align: left;
    padding-left: 10%;
  }

  .message {
    text-align: center;
  }
  
  .help-image {
    text-align: center;
  }
  
	.help-image img {
		max-width: 300px;
	}

  .submit-button {
    text-align: center;
  }

  .input-label {
    text-align: right;
  }

  .input-item {
    text-align: left;
  }

}

@media screen and (min-width: 992px) {

  .main {
    width: 1200px;
  }

  .description h2 {
    margin: 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: rgb(0, 136, 0);
    line-height: 110%;
    font-size: 16px;
    text-align: left;
  }
  
  .attention {
    text-align: left;
  }

  .message {
    text-align: center;
  }

  .help-image {
    text-align: left;
  }

	.help-image img {
		max-width: 300px;
	}

  .submit-button
  , .input-label {
  	text-align: right;
  }

  .input-item {
    text-align: left;
  }

}

