body {
	background-color:#ffffff;
}
#contents {
    overflow: hidden;
	width: 780px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sub_menu {
	background-image: url(img/sub_menu_bg.jpg);
	width: 170px;
	float: left;
	height: 2100px;
	padding: 0px;
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	clear: both;
	padding-bottom: 32768px;   
    margin-bottom: -32768px;  
}

#sub_menu h2 {
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contents01 h3 {
	background-image: url(img/title_bg.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 510px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#contents05 {
	width: 560px;
	float: right;
	clear: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 3em;
	margin-left: 0px;
	text-align: left;
}
#contents05  h3 {
	background-image: url(img/title_bg.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 510px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#contents05  table {
	padding: 0px;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
	font-family: "ＤＦＧ平成ゴシック体W5";
	line-height: 1.5em;
}
#contents03 {
	padding: 0px;
	width: 560px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 3em;
	margin-left: 0px;
	float: right;
	clear: right;
}
#contents03 h3 {
	background-image: url(img/title_bg.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 510px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#contents03 table {
	padding: 0px;
	margin-top: 1.5em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "ＤＦＧ平成ゴシック体W5";
	font-size: 14px;
}
#contents04 {
	padding: 0px;
	float: right;
	width: 560px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 3em;
	margin-left: 0px;
	clear: right;
	padding-bottom: 32768px;   
    margin-bottom: -32768px;  
}
#contents04 h3 {
	background-image: url(img/title_bg.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 510px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#contents04 table {
	margin-top: 1.5em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "ＤＦＧ平成ゴシック体W5";
	font-size: 14px;
	width: 520px;
	padding: 0px;
	line-height: 1.5em;
}
#contents02 h3 {
	height: 45px;
	width: 560px;
}

nav ul{
    display: flex;
    justify-content:space-between;
	list-style: none;
	padding: 0;
	padding-top: 1rem;
	margin: 1em auto 0 auto;
	width: 95%;
	text-align: center;
}
nav li{
	display: block;
	width: 100%;

    padding: 0.5rem auto 0.5rem auto;
    margin-bottom: 0.2rem;
    background-image:
        linear-gradient(#db0000 30%, #ffffff 50%, #63a138 70%);
    background-repeat: no-repeat;
    background-size: 0.5rem 100%;
    font-weight: bold;

}
nav a{
	display: block;
	width: 100%;
	text-decoration: none;
	padding-bottom: 5px;
}

nav li:hover{
	font-weight: 900;
}

#form_table{
  width: 100%;
  border-collapse: collapse;
}

#form_table tr{
  border-bottom: solid 2px white;
}

#form_table tr:last-child{
  border-bottom: none;
}

#form_table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #eee;
  color: #000000;
  padding: 10px;
}

#form_table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #eee;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#form_table td{
  text-align: left;
  width: 60%;
  background-color: #fff;
  padding: 10px 0;
}

.c-form-text {
    height: 2.4em;
    width: 60%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	margin-left: 20px;
}

.c-form-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
