@charset "UTF-8";

/* ------------------
  初期化
------------------ */
* {
  box-sizing: border-box;
}

@media (min-width: 751px) {
  a {
    opacity: 1;
    transform: all 0.4s ease 0s;
  }
  a:hover {
    opacity: 0.6;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.tabon {
  display: none;
}
@media screen and (max-width: 860px) {
  .tabon {
    display: block;
  }
}

.u-only {
  display: none;
}
@media screen and (max-width: 860px) {
  .u-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-only {
    display: none;
  }
}

.u-space {
  display: inline-block;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .u-space {
    display: none;
  }
}

.u-bold {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .u-bold  {
    font-size: 12px;
  }
}

/* ------------------
  共通
------------------ */
/* l-inner */
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1040px;
  height: inherit;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.l-inner.l-inner--lg { 
  max-width: 1260px;
}
.l-inner.l-inner--wide { 
  max-width: 1310px;
}
@media screen and (max-width: 768px) {
  .l-inner,
  .l-inner.l-inner--lg,
  .l-inner.l-inner--wide {
    max-width: 620px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.disclosure .section{
  padding-bottom: 100px;
}
#section_01{
  width: 960px; 
  margin: 0 auto 50px;
  padding-bottom: 50px;
}
#section_02{
  width: 960px; 
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .disclosure .section{
    padding-bottom: 50px;
  }
  #section_01{
    width: 96%; 
    margin: 0 auto 25px;
    padding-bottom: 25px;
  }
  #section_02{
    width: 96%; 
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.page-title {
  text-align: center;
  background-color: #0051A6;
  padding: 77px 0 77px;
  color: #fff;
  margin-bottom: 60px;
}
.page-title h1 {
  font-size: 48px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-title {
    margin-bottom: 30px;
  }
  .page-title h1 {
    font-size: 2rem;
  }
}
#section_01 {
  border-bottom: #0051A6 1px solid;
}
.disclosure .disclosure__list{
  padding-left: 1.5em;
}
.disclosure .disclosure__list li{
  position: relative;
  margin-bottom: 1em;
}
.disclosure .disclosure__list li::before {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: -18px;
  top: 0.8em;
  content: '';
  background: #0051A6;
}
.disclosure .disclosure__list li a {
  border-bottom: #0051A6 1px solid;
  position: relative;
}
.disclosure .disclosure__list li a.pdf::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  vertical-align: top;
  background: url(/assets/img/common/icon_pdf.png) no-repeat center center/100% auto;
  position: absolute;
}
.disclosure .disclosure__list li a.link::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: top;
  background: url(/assets/img/event/icon-anchor.png) no-repeat center center/100% auto;
  padding-top: 0.8em;
  margin-left: 0.5em;
  position: absolute; 
}
.disclosure h2 {
  margin-bottom: 20px;
  margin-top: 60px;
  padding: 3px 18px;
  font-size: 24px;
  font-weight: 700;
  font-size: 24px;
  border-left: 8px #0051A6 solid;
}
.disclosure h3 {
  margin-bottom: 20px;
  padding: 3px 0;
  font-size: 24px;
  font-weight: 700;
  font-size: 20px;
  color: #0051A6;
  border-bottom: 1px #0051A6 solid;
}
.disclosure .disclosure__text{
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .disclosure .disclosure__list li {
    padding-right: 1em;
  }
  .disclosure .disclosure__list li a {
    border: none;
    color: #0051A6;
  }
  .disclosure .disclosure__list li a.pdf::after {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    position: static;
    vertical-align: text-bottom;
  }  
  .disclosure h2 {
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 1.3rem;
  }
  .disclosure h3 {
    margin-bottom: 20px;
    padding: 3px 0;
    font-size: 24px;
    font-weight: 700;
    font-size: 20px;
    color: #0051A6;
    border-bottom: 1px #0051A6 solid;
  }
}