@charset "UTF-8";
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  flex: 1;
  background-image: url(/jhm19/asset/1658_web-page_background.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
h2 {
  position: relative;
  padding: 0 0 1em;
  color: var(--blue);
  font-family: var(--mincho);
  font-size: 30px;
  margin-left: -0.6em;
}
h2:after {
  content: "";
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  border: none; 
  border-top: 1px solid var(--blue); 
  width: 100%;
  z-index: 1;
}
h2 span {
  position:relative;
  padding-right: 0.5em;
  background:#fff; 
  z-index: 2;
}
h3 {
  position: relative;
  padding-left: 0.5em;
  margin: 0 0 10px -0.6em;
  border-left: 3px solid var(--blue);
  font-family: var(--mincho);
  letter-spacing: 2px;
  line-height: 1.8;
  font-size: 22px;
}
h3:not(:first-of-type) {
  margin-top: 30px;
}
h3:before {
  position: absolute;
  bottom: -1px;
  left: -3px;
  content: "";
  border-left: 3px solid #a09e9d;
  height: 1em;
}
h4 {
  font-family: var(--gothic);
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 15px;
  border-bottom: 1px dotted #a09e9d;
}
h5 {
  font-family: var(--gothic);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 5px;
}
ol.number-list {
  padding-left: 0;
}
ol.number-list > li {
  list-style: none;
  counter-increment: counter;
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.3em;
}
ol.number-list > li:before {
  content: counter(counter) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-style: bold;
}
ol.numberC-list {
  list-style-type:none;
  counter-reset: my-counter;
  padding-left: 0;
}
ol.numberC-list > li{
  margin-bottom: 0.5em;
  padding-left: 1.6em;
  position: relative;
  counter-increment: counter;
}
ol.numberC-list > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  border: 1px solid #231815;
  display: block;
  margin-top: 0.3em;
  margin-left: -2em;
  margin-right: 0.4em;
  float: left;
  text-align: center;
  height: calc( 1.3em - 1px );
  width: calc( 1.3em - 1px );
  border-radius: 50%;
  font-size: 0.75em;
  line-height: 1.2em;
}
ul.ul-list {
  padding: 0;
}
ul.ul-list > li {
  list-style:disc;
  position: relative;
  margin-left: 1em;
  padding: 0 0 10px;
}
ul.ul-list > li:last-of-type {
  padding-bottom: 0;
}
.pdf:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #fff; }
.gaibu:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #bfbfbf;}
.word:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #bfbfbf; }
.excel:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #bfbfbf; }
.powerpoint:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #bfbfbf; }
.mail:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #bfbfbf; }
.tel:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #bfbfbf; }
.fax:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #bfbfbf; }
.clear {
  clear: both;
}
.header-background {  
  display: flex;
  padding: 50px 0;
  background-image: url(/jhm19/asset/1658_web-page_header.jpg);
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: var(--blue);
}
.header-box {
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.header-ttl1 img {
  height: 135px;
  filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
}
.header a {
  color: var(--black);
}
a::after {
  background-color: #60709f;
}
.paper {
  padding: 1.5em 2.5em;
  background: #fff;
  font-family: var(--gothic); 
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
}
.header-navi ul {
  background:#fff;
  padding: 11px;
  border-radius: 5px;
}
.header-navi > ul > li:last-of-type {
    margin-right: 0;
}
.breadcrumbs-list {
  color: #fff;
  background: url(/jhm19/asset/1658_breadcrumbs.jpg) repeat-y center / cover;
  font-family: var(--gothic);
  font-size: 0.9em;
}
.topicpath {
  padding: 1em 0;
}
.topicpath ol {
  display: flex;
  padding: 0;
  list-style-type: none;
}

.topicpath ol a {
  color: var(--beige);
}
.topicpath ol li:after {
  content: ">";
  margin-right: .2em; }
.topicpath ol li:last-child:after {
  display: none; }
.topicpath ol li:last-child a {
  color: #fff; }
.main-box {
  display:flex;
  flex-direction:row-reverse;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.main-contents {
  width: 100%;
  max-width: 950px;
  margin-left: 40px;
  font-size: 17px;
  line-height: 1.8;
}

.main-box aside {
  width: 100%;
  max-width: calc(1200px - 990px);
}
aside ul.side-menu {
  padding:0;
}
aside ul.side-menu li {
    display: block;
    padding: 1em 1em 1em 2.5em;
    border-bottom: 1px dotted #fff;
    position: relative;
}
aside ul.side-menu li:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 3px;
    color: var(--blue);
    position: absolute;
    top: 56%;
    left: 1em;
    transform: translateY(-50%) translateX(0%);
    -webkit- transform: translateY(-50%) translateX(0%);
}
aside ul.side-menu li:first-of-type {
  border-top: 3px solid var(--blue);
}

.side-menu_bg {
  background: #fff;
}
.paper a {
  color: #1e90ff;
}
.mail a{
  color: var(--black);
}
/* --------------------------- .topicpath SP */
@media screen and (max-width: 1220px) {
  .header-box , .topicpath ol{
    padding-left: 5%;
  }
  .header-ttl1 img {
    height: 90px;
  }
  .main-box {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 5%;
  }
  .main-contents {
    max-width: 100%;
    margin-left: 0;
  }
  .main-box aside {
    max-width: 100%;
    margin-top: 20px;
  }
  .side-menu_bg {
    background: var(--gray);
  }
}
@media screen and (max-width: 992px) {
  h4 {
    line-height: 1.5;
    padding-bottom: 5px;
  }
  .header-box {
    padding-left: 3%;
  }
  .header-background {  
    padding: 40px 0;
    background-image: url(/jhm19/asset/1658_web-page_header_sp.jpg);
    background-size: auto 134%;
  }
  .header-ttl1 img {
    height: 16vw;
  }
  .topicpath ol {
    display: inline;
    padding-left: 0;
  }
  .breadclumbs li {
    display: inline;
  }
  .topicpath {
    padding: 3%;
  }
  .main-box {
    padding: 5%;
  }
  .paper {
    padding: 2em 2em 2em 2.5em;
  }

}
@media screen and (max-width: 680px) {
  h2:after {
    border-top: none; 
  }
}