html {
  font-size: 14.4px;
}
body {
  font-family: Meiryo, 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, Helvetica, Verdana, sans-serif;
  font-size: 14.4px;
  line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-style: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
  margin-top: .5em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.3em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.12em;
}
p {
  font-size: 1em;
  margin: 0;
}
p+p {
  margin-top: .5rem;
}
blockquote {
  background-color: #F5F5F5;
  border-left: 5px solid #103184;
  line-height: 1.5;
  margin: 0 0 1em;
  padding: .75em .5rem .75em 1em;
}
.ng {
  border-left: 5px solid #d72c5c;
}
.ok {
  border-left: 5px solid #328d43;
}
.small {
  font-size: .9rem;
}
.smaller {
  font-size: .8rem;
}
.smallest {
  font-size: .7rem;
}
.double {
  font-size: 2em;
}
a,
a:visited {
  color: #103184;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus,
a:active {
  opacity: .8;
}
.red-accent-title {
  border-left: 6px solid #e80000;
  font-weight: 700;
  padding: .1rem .5rem;
  margin-bottom: 1rem;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.pdf-link {
  margin-bottom: 4px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .pdf-link {
    margin-left: 2rem;
    text-indent: -2rem;
  }
}
.alert,
.required {
  color: #e80000;
}
.fine-print {
  color: #666;
  font-size: 10px;
}
.asterisk {
  margin-left: 1.4em;
  text-indent: -1.4em;
}
.asterisk:before {
  content: "※";
}
.page-top-link,
.icon-link {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0;
  width: 100%;
}
.page-top-link a,
.icon-link a,
.icon-link-sm a {
  color: #000A6E;
}
.page-top-link {
  text-align: right;
}
.page-top-link a {
  text-decoration: none;
}
.page-top-link:before,
.icon-link:before,
.icon-link-sm:before {
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle;
}
.page-top-link:before,
.icon-link:before {
  height: 18px;
  width: 18px;
}
.icon-link-sm:before {
  height: 14px;
  width: 14px;
}
.icon-link:before {
  background-image: url("/assets/images/components/links/ico_arrow02.png");
}
.icon-link-sm:before {
  background-image: url("/assets/images/components/links/ico_arrow_blue01.png");
}
.page-top-link:before {
  background-image: url("/assets/images/components/links/arrow_pagetop.png");
}
.text-indent {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.main-content .page-description {
  font-size: .9em;
  margin: 0 0 1.25rem 1rem;
  width: 80%;
}
.axa-blue {
  color: #103184;
}
.white-txt {
  color: #fff;
}
.blue-txt {
  color: #0865af;
}
.red-txt {
  color: #e80000;
}
.xxsm-txt {
  font-size: .7rem;
}
.xsm-txt {
  font-size: .8rem;
}
.sm-txt {
  font-size: .9rem;
}
.md-txt {
  font-size: 1.14rem;
}
.l-txt {
  font-size: 1.5rem;
}
.xl-txt {
  font-size: 2rem;
}
.bold-txt {
  font-weight: bold;
}
.image-link {
  display: block;
  text-align: center;
}
.overflow-link {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.border-sub-heading {
  color: #24428e;
  border-bottom: 3px solid #24428e;
  padding: 0 0 .5rem .5rem;
}
