@charset "UTF-8";
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: #1E84EB;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: linear-gradient(white, #b0e5ff);
}
.flex-content {
  display: -webkit-flex;
  display: flex;
}
.flex-container-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
main .align-c {
  text-align: center;
}
main ol > li {
  margin-bottom: 20px;
  text-indent: -1.7em;
  margin-left: 1.9em;
}
main ol li p {
  text-indent: 0;
  margin-left: 0;
}
main ul {
  text-indent: 0;
  margin: 0;
}
main ol.brackets-list > li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
main ol.brackets-list > li::before {
  content: "("counter(cnt) ") ";
}

main ol.brackets-list2 > li {
  list-style-type: none;
  counter-increment: alpha;
  position: relative;
}
main ol.brackets-list2 > li::before {
  content: counter(alpha, lower-alpha) "）";
}

main ol.brackets-list > li h4 {
  margin-left: 29px;
}
main ul {
  list-style: none;
}
main ul.circle-list {
  list-style: none;
  margin-left: 20px;
}
main ul.circle-list li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #e28000;
  position: absolute;
  top: 8px;
  left: -15px;
  border-radius: 10px;
}
main ul.circle-list li {
  position: relative;
  margin-bottom: 12px;
  line-height: 1.35;
}
main .link-btn-area {
  text-align: center;
}
main ul.link-btn-area li {
  margin-right: 15px;
}
main ul.link-btn-area li:last-child {
  margin-right: 0;
}
main ul.link-btn-area li a {
  background: #e28000;
  color: #fff;
  padding: 15px 20px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
}
main ul.link-btn-area li a:hover {
  background: #a96a17;
}
.f-l {
  font-size: 19px;
}
.f-m {
  font-size: 17px
}
.f-s {
  fontsize: 12px
}
header {
  background-color: white;
  text-align: center;
}
header a img {
  padding: 15px 0;
  width: 45%;
}
.indent-back {
  text-indent: -1em;
  padding-left: 1em;
}
.container {
  width: 75%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 50px;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}
nav {
  width: 22%;
  float: left;
}
.sentence {
  color: #333333;
  background-color: white;
  padding: 20px;
  margin-bottom: 50px;
}
.sentence p {
  font-size: 15px;
  margin-bottom: 15px;
}
.align-r{
  text-align:right;
}
.indent-txt{
  text-indent:1em
}
.menu {
  background-color: white;
  list-style: none;
  border: 5px solid #acbccc;
  padding: 0;
}
.menu li {
  font-size: 14px;
  border-bottom: 1px solid #acbccc;
}
.menu li a, .menu li.no-link {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #333333;
}
.menu li.no-link {
  background: #e0e0e0;
}
.menu li span {
  font-size: 14px;
  color: #f97a7a;
  margin-left: 8px;
}
.menu li a:hover {
  background-color: #add8e6;
  transition: 0.5s;
}
.menu li.active a {
  background-color: #add8e6;
}
.banner {
  color: #333333;
  text-align: center;
  padding-top: 20px;
}
.banner span {
  display: block;
  line-height: 1;
  font-size: 14px;
}
.banner img {
  width: 100%;
  margin-bottom: 5px;
}
main {
  width: 73%;
  float: right;
}
h1, h1 img {
  width: 100%;
}
.retop {
  margin-bottom: 40px;
}
h2 {
  padding: 5px 20px;
  color: white;
  background-color: #003366;
  font-size: 24px;
}
h3 {
  margin-bottom: 7px;
  padding: 10px 0 5px;
  font-size: 21px;
  border-bottom: solid #DADADA 1px;
}
h4 {
  font-size: 17px;
}
.clear {
  clear: both;
}
footer {
  padding: 30px 0;
  background-color: #003366;
  font-size: 14px;
  color: white;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
}
footer:after {
  content: "";
  display: block;
  clear: both;
}
footer .container {
  margin: 0 auto;
}
footer .caution-txt {
  margin-top: 15px;
}
.foot {
  list-style: none;
  margin-bottom: 20px;
}
.fpdf {
  display: none;
}
.office {
  font-size: 19px;
  margin-bottom: 5px;
}
.office:nth-child(2) {
  margin-bottom: 20px;
}
.copy {
  font-size: 11px;
  color: #98aabd;
  margin-top: 20px;
}
.mt2 {
  margin-top: 2rem;
}
.mt1 {
  margin-top: 1rem;
}

/*220215追加*/
.mt05 {
  margin-top: 0.5rem;
}
table.normal {
	border-collapse: collapse;
}
table.normal th, table.normal td {
	border: 1px solid #666;
	padding: 0.4rem;
}
/*220302追加*/
.red {
	color: #8b0000;
	border-bottom: 1px solid #8b0000;
	font-weight: bold;
}
