@charset "utf-8";

html {
  overflow-y: scroll;
}

/* ------------------------------------------------------ */
/* header */
/* ------------------------------------------------------ */
.header{
  padding: 11px 10px 14px;
  line-height: 18px;
  border-bottom: 1px solid #d0d0d0;
}

@media screen and (max-width: 800px){
.header img {
  width: 145px;
  margin: 0;
}}
/* ------------------------------------------------------ */
/* contents */
/* ------------------------------------------------------ */
.top-title {
	 background: #001871;
}

.titleInner {
	margin: 0 auto;
	padding: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}

#container {
  margin: 0;
  padding: 0;
}

#container .image {
  margin: 30px auto;
  text-align: center;
  width: 3cm;
}


@media screen and (min-width: 960px){
.contentBody {
  width: 960px;
}}
@media screen and (min-width: 960px){
#container h1,
.titleInner {
  width: 960px;
}}
/* ------------------------------------------------------ */
/* list */
/* ------------------------------------------------------ */
.listCircle01 > li {
  padding-left: 2.5em;
  position: relative;
}
.listCircle01 > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 15px;
  width: 7px;
  height: 7px;
  background: #333;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}

/* ------------------------------------------------------ */
/* accordion */
/* ------------------------------------------------------ */
.accBlockA01 > .title {
  position: relative;
  /* margin: 0 -10px; */
  padding: 10px 30px 10px 20px;
  font-weight: bold;
  color: #001871;
   background-color: #f3f4f9;
}
.accBlockA01 > .title::before,
.accBlockA01 > .title::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #001871;
}
.accBlockA01 > .title::before {
  width: 16px;
  height: 2px;
  margin-top: -1px;
}
.accBlockA01 > .title::after {
  right: 7px;
  height: 16px;
  width: 2px;
  margin-top: -8px;
}
.accBlockA01 > .title.open::after {
  content: none;
}
.accBlockA01 > .title.hasIcon {
  padding-left: 35px;
  background-position: 9px 50%;
  background-repeat: no-repeat;
  background-size: 18px auto;
}

.accBlockA01 + .accBlockA01 {
  margin-top: 5px;
}
.accBlockA01 > .detail {
  margin: 15px 0;
  display: none;
}
.accBlockA01:last-child > .detail {
  margin: 15px 0 0;
}
.accBlockA01 > .detail > * {
  margin-top: 20px;
}
.accBlockA01 > .detail > *:first-child {
  margin-top: 0;
}

/* ------------------------------------------------------ */
/* footer */
/* ------------------------------------------------------ */
.footerCopy {
  background: black;
  color: #fff;
  font-size: 1.1rem;
  margin-top: 20px;
  padding: 18px 0;
  text-align: center;
}

/* ------------------------------------------------------ */
/* other */
/* ------------------------------------------------------ */
.b-tr {
    display: table;
    padding: 10px 0 20px;
    width: 100%;
}

.b-tr:first-child {
    border-bottom: 1px dashed /*#bfbfbf*/#c1d9f0;
    margin-bottom: 20px;
}

.b-td {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.b-tr:nth-of-type(n+2) .b-td:last-child {
    width: 40%;
}

.fwB {
    font-weight: bold;
}

.fz25 {
    font-size: 25px;
}

.color {
    color: #001871;
}

.w40 {
    width: 40%;
}

.accBlockA01 {
  border: 1px solid /*#bfbfbf*/#c1d9f0;
}

.jsAccCnt ul {
  padding: 15px;
}

#error-txt {
  border: 1px solid #c60000;
  color: #c60000;
  padding: 10px;
}

.close {
  margin-top: 50px;
}

.btn-close2 {
  background-color: #001871;
  border: 1px solid #001871;
  border-radius: 3px;
  color: #fff;
  display: table;
  text-align: center;
  padding: 5px;
  margin: 0 auto;
  vertical-align: middle;
  width: 100px;
}

.btn-close2 img {
  position: relative;
  top: 2px;
  margin-right: 5px;
}