@charset "utf-8";
.mainSection {
  background: #f5f5f5;
}
.pageTtl {
  padding: 15px 0;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, rgba(56,195,207,1) 0%,rgba(122,146,244,1) 100%,rgba(71,136,198,1) 100%);
}
.pageTtl .ttl, .pageTtl .leadTtl {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.pageTtl .ttl {
  font-size: 26px;
}
.anchorArea {
  background: #9ce2e8;
}
.anchorArea .anchorList {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
.anchorArea .anchorList .anchorItem {
  display: inline-block;
  padding-right: 5px;
}
.anchorArea .anchorList .anchorItem a {
  position: relative;
  display: block;
  padding: 7px 34px 7px 14px;
  background: #fff;
  font-weight: bold;
  color: #8397f8;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.anchorArea .anchorList .anchorItem a::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-right: 1px solid #8397f8;
  border-bottom: 1px solid #8397f8;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.anchorArea .anchorList .anchorItem.past a::after {
  top: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.summaryCont {
  width: 1200px;
  margin: 30px auto 0;
  padding: 25px;
  background: #fff;
}
.summaryCont .summaryTtl {
  padding: 4px 0 4px 15px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #1298b5;
}
.ttlType1 {
  padding-top: 30px;
  padding-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
  color: #38c3cf;
  border-bottom: 2px solid #38c3cf;
}
.box1col {
  margin-top: 20px;
}
.box2col {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
.box2col .col {
  margin: 0 10px;
}
.box2col.type2 .col {
  width: 50%;
}
.box2col .col:first-child {
  margin-left: 0;
}
.box2col .col:last-child {
  margin-right: 0;
}
ul.textList li {
  text-indent: -1em;
  padding-left: 1em;
}
.summaryToc {
  display: table;
  margin-bottom: 10px;
}
.summaryToc dt, .summaryToc dd {
  display: table-cell;
  vertical-align: middle;
}
.summaryToc dt {
  margin-right: 10px;
  padding: 2px 10px;
  font-weight: bold;
  white-space: nowrap;
}
.summaryToc dt span {
  display: inline-block;
  padding: 3px 5px 2px 30px;
}
.summaryToc dt.dom span{background: url(../img/icon_dom_gr.png) no-repeat center left, #e6e6e6;}
.summaryToc dt.inter span{background: url(../img/icon_inter_gr.png) no-repeat center left, #e6e6e6;}
.summaryToc dt.report span{background: url(../img/icon_report_gr.png) no-repeat center left, #e6e6e6;}

.col .dlBox {
  width: 200px;
  margin: 0 0 0 auto;
  padding: 10px;
  background: #b9e6eb;
  font-size: 14px;
  font-weight: bold;
}
.dlBox .dlBtnList li {
  margin-top: 10px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dlBox .dlBtnList li.btnDLppt {background: #ff6600;}
.dlBox .dlBtnList li.btnDLpdf {background: #ec0000;}
.dlBox .dlBtnList li.btnDLppt:hover {background: #ff9b59;}
.dlBox .dlBtnList li.btnDLpdf:hover {background: #ff4c4c;}

.dlBox .dlBtnList li a {
  display: block;
  padding: 5px 30px 5px 10px;
  color: #fff;
}
.dlBox .dlBtnList li.btnDLppt a {background: url(../img/icon_dl_ppt.png) no-repeat right center;}
.dlBox .dlBtnList li.btnDLpdf a {background: url(../img/icon_dl_pdf.png) no-repeat right center;}

.colTtl {
  display: block;
  margin-bottom: 10px;
  background: #e6e6e6;
  font-size: 18px;
  font-weight: bold;
}
.colTtl span {
  padding: 2px 0 3px 34px;
}
.colTtl.dom span{background: url(../img/icon_dom_gr.png) no-repeat;}
.colTtl.inter span{background: url(../img/icon_inter_gr.png) no-repeat;}
.colTtl.report span{background: url(../img/icon_report_gr.png) no-repeat;}


/*----- accordion ----*/
.accordionWrapper {
  position: relative;
}
.accordionWrapper .accordionBtn {
  position: absolute;
  display: block;
  width: 100%;
  padding: 100px 0 30px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,1) 100%);
  text-align: center;
  cursor: pointer;
  z-index: 2;
}
.accordionWrapper .accordionBtn span {
  position: relative;
  display: inline-block;
  padding: 6px 100px;
  font-size: 18px;
  font-weight: bold;
  background: rgba(245, 245, 245, 0.5);
  border: 1px solid #eee;
}
.accordionWrapper .accordionBtn span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid #1fa5b1;
  border-bottom: 1px solid #1fa5b1;
  top: 14px;
  left: 60px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordionWrapper .accordionCont {
  position: relative;
  overflow: hidden;
}
.accordionWrapper .accordionCont.is-hide {
  height: 160px;
}

.accordionWrapper .accordionCont li {
  margin-bottom:10px;
}
