@charset "UTF-8";

h2 {
  font-size: 1.3em;
  margin: 1.5em auto;
  font-weight: normal;
}
h3 {
  font-size: 1.15em;
  margin: .3em auto;
}

.subject {
  width: 92%;
  max-width: 1000px;
  min-height: 40px;
  margin: 0 auto;
  padding: 1.2em 0 1.2em 70px;
  background: url(/yogo/img/ico_pig.png) no-repeat left center / 53px auto;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
}

.mb70 {
  margin-bottom: 70px !important;
}

.bg_lgray {
  background-color: #f5f5f5;
}
.bg_white {
  background-color: #fff;
}

.wrapper {
  max-width: 864px;
  margin: 50px auto;
  text-align: left;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {  
  .wrapper {
    max-width: 864px;
    margin: 120px auto;
    text-align: left;
    width: 94vw;
  }
}
@media screen and (max-width:599px) {
  .wrapper {
    width: 94vw;
    margin: 120px auto 50px;
    text-align: left;
    max-width: 94vw;
  }
}

.inner_01 {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 4%;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.inner_02 {
  width: 92%;
  max-width: 864px;
  margin: 0 auto;
  padding: 40px 4%;
}
.inner_mb_01 {
  margin-bottom: 70px;
}
@media screen and (max-width:599px) {
  .inner_01 {
    width: 94%;
    padding: 30px 4%;
  }
  .inner_mb_01 {
    margin-bottom: 50px;
  }
}

.item_box {
  margin-bottom: 2.5em;
  font-size: 16px;
}

a.link {
  color: #000099;
}

#detail > dl > dt {
  padding-bottom: 0;
}
#detail > dl > dd {
  font-size: 16px;
}
figure{ text-align: center;}
figure > img{
  width: 100%;
  max-width: 500px;
}

/* ------------------------------
video
------------------------------ */
.heading_tb_line {
  margin-bottom: 1.5em;
  padding: 0.5em 0;
  border-top: 1px dashed #1b2669;
  border-bottom: 1px dashed #1b2669;
  color: #1b2669;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
.howto_movie_lead {
  margin-bottom: 2em;
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .heading_tb_line {
    font-size: 18px;
  }
  .howto_movie_lead {
    font-size: 16px;
  }
}

/* ------------------------------
glossary
------------------------------ */
.glossary .heading_01 {
  margin-bottom: 30px;
  padding: 5px 15px;
  border-left: 5px solid #2c4097;
  font-size: 20px;
  font-weight: bold;
}
.glossary .heading_02 {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  background: rgba(28, 37, 105, 0.08);
  font-size: 18px;
}
.glossary p {
  margin: 0;
  font-size: 16px;
}
.glossary p + p {
  margin-top: 1.5em;
}
.glossary h1 {
  font-size: 20px;
  border-left: 5px solid #2c4097;
  padding: 5px 15px;
  font-weight: normal;
  margin-bottom: 30px;
}

.glossary ul {
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
}
.glossary ul li {
  list-style-type: none;
  font-size: 14px;
  border-bottom: dashed 1px #dedede;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.glossary ul.disc{ margin-bottom: 1em;}
.glossary ul.disc li {
  list-style-type: disc;
  font-size: 1em;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.glossary ul li dt {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 0.5em;
  box-sizing: border-box
}
.glossary ul li dt::before,
.glossary ul li dt::after {
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.glossary ul li dt a {
  text-decoration: underline
}
.glossary ul li dt a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.glossary ul li dt::before {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #b7b7b7;
  border-right: 2px solid #b7b7b7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.glossary ul li dt a {
  color: #000000;
}
.glossary ul li dd {
  margin-left: 1.4em;
  width: calc(100% - 1.4em) ;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box
}
dl.glossary {
  margin: 0 0 20px;
}
dl.glossary dt {
  padding-bottom: 20px;
}
@media screen and (max-width:599px) {
  .glossary h1 {
    font-size: 20px;
    border-left: 5px solid #2c4097;
    padding: 5px 5px 5px 15px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .glossary ul {
    width: 94vw;
    box-sizing: border-box;
    padding-left: 0px;
  }
  .glossary ul li dd {
    margin-left: 1.4em;
    width: calc(100% - 1.4em) ;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box
  }
  dl.glossary {
    margin: 0 0 20px;
    width: 94vw;
  }
}

/* ------------------------------
indices
------------------------------ */
.indices {
  background: #f1f1f1;
  padding: 10px 14px 20px;
  margin-top: 25px;
}
.indices h3 {
  padding: 0 0 0.3em 1em;
  border-bottom: dashed 1px #b8b8b8;
  font-size: 16px;
  font-weight: 600;
}
.indices ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 20px;
}
.indices ul li a {
  display: block;
  padding: 15px 21px;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  box-shadow: 0px 1px 0px #bbbbbb;
  color: #000;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}
.indices ul li a:hover {
  position: relative; top: 1px;
}
