@charset "utf-8";

/* common
-------------------------------------- */
#contents {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}
.contents_inner {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}
#contents a:hover {
  opacity: 0.9;
}
.tpagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 100;
}
.tpagetop a {
  position: relative;
  display: block;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  padding: 15px 30px 15px 10px;
  text-decoration: none;
  border-radius: 3px;
  opacity: 0.75;
  border: 1px solid #196ba7;
  box-shadow: 0 0 4px #2c93dd;
}
.tpagetop a:after {
  display: block;
  content: '';
  position: absolute;
  top: 1.75em;
  right: 1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #2c93dd;
  border-bottom: 1px solid #2c93dd;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pagetop_block {
  display: none;
}

.contents_inner h2 {
  font-size: 1.23rem;
  font-weight: bold;
  padding-left: 1.5em;
  text-indent: -1.3em;
  margin-bottom: 1.23rem;
  border-bottom: 2px solid #3c9468;
}
.contents_inner {
  counter-reset: title;
  width: 100%;
  text-align: justify;
  max-width: 780px;
  margin: 0 auto 2.5rem;
}
.contents_inner p {
  max-width: 43em;
  margin: 0 auto 0;
}
.contents_inner .url_area {
  text-align: center;
}
.contents_inner .url_area span {
  font-weight: bold;

}
.contents_inner p a {
  word-break: break-all;
}
.contents_inner p:not(:last-of-type) {
  margin-bottom: 1rem;
}

.last_sec {
  max-width: 780px;
  margin: 3rem auto 5rem;
}
.last_sec > p:nth-of-type(1) {
  text-align: justify;
}
.last_sec > p:nth-of-type(2) {
  text-align: right;
}
.signature {
  margin: 2em 0 0;
}
.signature p {
  text-align: right;
  margin-bottom: 0.4rem;
}
.signature p:last-of-type {
  text-align: center;
}
@media screen and (min-width: 813px) {
  .signature p br {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  #breadcrumb.none_sp + #wrap_inner {
    margin-top: 0;
  }
  .contents_inner {
    padding: 0 0.78rem;
  }
  #contents a:hover {
    opacity: 1;
  }
  .tpagetop {
    display: none!important;
  }
  .pagetop_block {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    text-align: center;
  }
  .pagetop_block .pagetop {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    padding: 0.8em 2.8em 0.8em 0.7em;
    color: #333;
    text-decoration: none;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.15);
    border: 1px solid #999;
    background-color: #EFEFEF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EFEFEF));
    background-image: -webkit-linear-gradient(#FFF, #EFEFEF);
    background-image: linear-gradient(#FFF, #EFEFEF);
  }
}

/* top
-------------------------------------- */
.tlead {
  width: 100%;
  max-width: 43em;
  margin: 22px auto 44px;
  text-align: justify;
}
@media screen and (min-width: 813px) {
 .title_block.title_h1 h1 {
   font-size: 1.75em;
   font-weight: bold;
   margin-top: 1.6rem;
   color: #3c9468;
   border-bottom: 3px solid #3c9468;
   text-align:center;
 }
}
@media print{
 .title_block.title_h1 h1 {
   font-size: 1.75em;
   font-weight: bold;
   margin-top: 1.6rem;
   color: #3c9468;
   border-bottom: 3px solid #3c9468;
   padding-bottom:.5em;
   text-align:center;
 }
}
@media screen and (max-width: 812px) {
  .tlead {
    width: 21rem;
    margin: 1.25rem auto 2.5rem;
    text-align: left;
  }
}

