@charset "UTF-8";
picture {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .disp_pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .disp_pc {
    display: block;
  }
}

@media (max-width: 768px) {
  .disp_sp {
    display: block;
  }
}
@media (min-width: 769px) {
  .disp_sp {
    display: none;
  }
}

/* compliance　*/
#compliance .cont-area__inner {
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  #compliance .contents-width {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #compliance .contents-width {
    margin-top: 80px;
  }
}
#compliance .contents-width iframe {
  width: 100%;
  overflow-y: scroll;
}
@media print, screen and (max-width: 768px) {
  #compliance .contents-width iframe {
    height: 500px;
  }
}
@media print, screen and (min-width: 769px) {
  #compliance .contents-width iframe {
    height: 800px;
  }
}
#compliance .contents-width.mt0 {
  margin-top: 0;
}
#compliance .archive-header {
  font-weight: bold;
  font-size: 120%;
  border-bottom: 2px solid #000;
  margin: 50px 0 20px 0;
}
#compliance .year-header {
  color: #000;
  background-color: #fff3f4;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  border-radius: 10px;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  #compliance .year-header {
    padding: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #compliance .year-header {
    padding: 15px 20px;
  }
}
#compliance .year-header:after {
  content: "+";
  position: absolute;
  right: 15px;
}
#compliance .year-header.active {
  border-radius: 10px 10px 0 0;
}
#compliance .year-header.active:after {
  content: "-";
}
#compliance .month-header {
  border-bottom: 1px solid #aeafaf;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 1em 0 0.5em 0;
}
@media print, screen and (max-width: 768px) {
  #compliance .month-header {
    font-size: 110%;
  }
}
@media print, screen and (min-width: 769px) {
  #compliance .month-header {
    padding: 1em 0 0.5em 0;
  }
}
#compliance .year-content {
  display: none;
  border-radius: 0 0 10px 10px;
  background-color: #fff3f4;
}
@media print, screen and (max-width: 768px) {
  #compliance .year-content {
    padding: 0 5.7971% 30px 5.7971%;
  }
}
@media print, screen and (min-width: 769px) {
  #compliance .year-content {
    padding: 0 60px 40px 60px;
  }
}

@media print, screen and (min-width: 769px) {
  #low_list .low_list_content {
    width: 1080px;
  }
}
#compliance dl, #low_list dl {
  border-bottom: 1px solid #aeafaf;
  margin-bottom: 50px;
}
#compliance dl dt, #low_list dl dt {
  border-top: 1px solid #aeafaf;
  color: #ed93a8;
  font-size: 110%;
  font-weight: bold;
  margin: 20px 0;
  padding-top: 20px;
}
#compliance dl dt:first-of-type, #low_list dl dt:first-of-type {
  border-top: none;
  padding-top: 0;
}
#compliance dl dt a, #low_list dl dt a {
  color: #ed93a8;
  text-decoration: none;
}
#compliance dl dt a:hover, #low_list dl dt a:hover {
  text-decoration: underline;
}
#compliance dl dt span, #low_list dl dt span {
  display: block;
  font-size: 80%;
}
#compliance dl dt span.red, #low_list dl dt span.red {
  color: #ff0000;
  display: inline-block;
  font-size: 100%;
}
#compliance dl dd, #low_list dl dd {
  margin: 0 0 0px 0;
  padding: 0 0 0 0;
}
#compliance dl dd.noborder, #low_list dl dd.noborder {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
#compliance dl dd a, #low_list dl dd a {
  color: #ed93a8;
  text-decoration: underline;
}
#compliance dl dd span.underline, #low_list dl dd span.underline {
  text-decoration: underline;
}
#compliance a.more-btn, #low_list a.more-btn {
  margin: 40px auto 0 auto;
  width: 150px;
  height: 40px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  font-family: Raleway, sans-serif;
  text-align: center;
  color: #fff;
  background-color: #ecabba;
  border: 2px solid #ecabba;
  border-radius: 50px;
  line-height: 40px;
}
#compliance a.more-btn:hover, #low_list a.more-btn:hover {
  background: #fff;
  color: #ecabba;
}

.archive-area dl dt:hover {
  cursor: pointer;
}
.archive-area dl dt a {
  pointer-events: none;
  color: #ed93a8;
  text-decoration: none;
}
.archive-area dl dt.active a {
  pointer-events: inherit;
  text-decoration: underline;
}
.archive-area dl dd {
  display: none;
}