body {
  font-family: 'Meiryo', 'Osaka', 'MS PGothic', 'sans-serif';
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, table, th, td, form, select, option, address, pre, blockquote, code {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

ul {
  list-style: none;
}
.color-blue{
  color: #014099;
}
.color-red{
  color: #e60013;
}
.main-wrapper{
  flex-shrink: 0;
  width: 720px;
}
.side-menu-wrapper{
  flex-shrink: 0;
  width: 180px;
}

#side-menu {
  background-image: url('../img/contents_menu_bottom.jpg'), url('../img/contents_menu_bg.jpg');
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat, repeat-y;
  background-size: 96%, 100%;
}

.side-menu-title-text{
  font-size: 13px;
  margin: .8em 1em 0 .5em;
}

#side-menu a {
  text-decoration: none;
  background: url('../img/arrow.gif') no-repeat 0 .22em;
  padding-left: 14px;
}

#side-menu a:visited {
  color: #69C;
}

#side-menu a:hover {
  background: url('../img/arrow_hover.gif') no-repeat 0 .22em;
  color: #C00;
}

#side-menu dl {
  line-height: 2.4;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 15px 1px 7px;
}

#side-menu dt {
  padding-bottom: 8px;
  font-size: 80%;
  line-height: 1;
}

#side-menu dd {
  width: 148px;
  margin-left: 5px;
  padding: 0;
  font-size: 70%;
  border-top: 1px solid #CCC;
  border-bottom: none;
}

#side-menu menu{
  line-height: 2.4;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 17px 1px 6px;
}
#side-menu li {
  width: 100%;
  margin-left: 0;
  padding: 0;
  font-size: 70%;
  border-top: 1px solid #CCC;
  border-bottom: none;
}

#kabegami {
  margin: 0 auto;
  width: 100%;
}

#main {
  align-items: flex-start;
  background-color: #FFF;
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
  margin: 0 auto;
  width: 950px;
}

#pankuzu{
  font-size: 64%;
  border-bottom: 1px #666 solid;
  padding: 4px 0 5px 4px;
  text-align: left;
}
#pankuzu a{
  text-decoration: none;
}

h1 {
  padding: 10px 0 14px 0;
}

h2 {
  padding: 0;
}

h3 {
  padding: 0;
  margin: 10px 0;
}

p {
  margin: 0 15px 40px 15px;
  font-size: 17px;
  line-height: 200%;
}

img {
  border: 0;
}

.clear {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

#contents table {
  color: #000;
  margin: 20px auto;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 16px;
  text-align: center;
}

#contents td {
  vertical-align: top;
  background-color: #fff;
  padding: 10px 10px 10px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#contents h5 {
  background-color: #ededed;
  padding: 5px;
  font-weight: bold;
}

.section-title{
  font-size: 2em;
  font-weight: 700;
  margin: .5em auto;
}
.section-text{
  font-size: .95em;
  line-height: 1.8;
  margin: 0;
}
.section-subtitle{
  background-color: #024290;
  border-radius: 0 1em 1em 0;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  padding: .1em .5em;
}
.flex-container{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.subsection .section-text{
  font-size: .85em;
  line-height: 1.5;
}
.lined-title{
  align-items: center;
  border-left: 6px solid#cb0000;
  display: flex;
  font-weight: 700;
  line-height: 1.2;
  min-height: 1.5em;
  padding-left: .5em;
  padding-top: .2em;
}
.lined-title::after{
  border-top: 1px solid #000;
  content: "";
  display: block;
  height: 1px;
  margin-left: .5em;
  width: 100%;
}
.lined-title-inner{
  display: block;
  flex-shrink: 0;
}
.lined-subtitle{
  align-items: center;
  color: #666;
  display: flex;
  font-weight: 500;
  line-height: 1.2;
  padding-left: .5em;
  width: 90%;
}
.lined-subtitle::after{
  border-top: 1px solid #666;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
#apply-1 {
  width: 300px;
  margin: 10px 0 10px 40px;
  float: left;
}

#apply-2 {
  width: 300px;
  margin: 10px 0 10px 40px;
  float: left;
}

#apply-1 a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  background: #fff;
}

#apply-2 a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  background: #fff;
}

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

.clear-both {
  clear: both;
}

.btn-container{
  text-align: center;
  margin: 3em auto 1.5em;
}
.page-title-text{
  font-size: .8em;
  line-height: 1.8;
  margin: 1em auto 2em;
}

.dl-pdf{
  font-size: 1.2em;
  letter-spacing: .02em;
  margin: 0 auto 1.5em;
  text-align: center;
}