@charset "utf-8";
.linktext, .linktext:hover {
  color: #0060FF;
}
.manual-cat-wrap, .child-cat {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.manual-cat-wrap {
  row-gap: 2rem;
}
.pt-cat-name {
  font-size: 18px;
}
a.before-green-tri {
  display: block;
  padding: 6px 0 6px 14px;
  position: relative;
}
a.before-green-tri::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #339599;
  border-right: 1px solid #339599;
  transform: rotate(45deg);
}
.manual-ttl-wrap {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #CDCDCD;
}
.manual-ttl-wrap::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    content: '';
    width: 25%;
    max-width: 128px;
    height: 1px;
    background-color: #339599;
}
.manual-ttl {
  font-size: 1.35rem;
  padding-right: 1rem;
  margin-bottom: 5px;
  font-weight: 700;
  display: inline-block;
}
h3.no-accessory {
  font-size: 1.25rem;
  text-align: center;
  border: none;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
}
.requirements-box {
  font-family: Meiryo, -apple-system, blinkMacSystemFont,
               'Helvetica Neue',
               'Hiragino Kaku Gothic ProN', sans-serif;
  height: 200px;
  overflow-y: auto;
  padding: 15px;
  border: 1px solid #707070;
  font-size: 13px;
  line-height: 1.5;
}
.child-page.requirements-box h3 {
    font-size: 16px;
    margin: 15px 0 5px;
    padding: 3px 10px 1px;
}

.acceptcheck-wrap {
  text-align: center;
  margin-bottom: 4rem;
}
.acceptcheck-wrap input[type="checkbox"] {
  display: none;
}
.acceptcheck-wrap input[type="checkbox"]+label {
  padding-left: 43px;
  font-size: 1.125rem;
  position: relative;
  cursor: pointer;
}
.acceptcheck-wrap input[type="checkbox"]+label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #CDD6DD;
}
.acceptcheck-wrap input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 17px;
    height: 10px;
    margin-top: -7px;
    top: 50%;
    left: 6px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #339599;
}
.nonactivebtn {
  color: #9E9E9E;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  padding: 16px 25px;
  display: inline-block;
  width: 420px;
  max-width: 100%;
  background: #E6E6E6;
  border: 1px solid #E6E6E6;
  border-radius: 9999px;
  pointer-events: none;
  position: relative;
}
a.activebtn {
  color: #000;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  padding: 16px 41px;
  display: inline-block;
  width: 420px;
  max-width: 100%;
  background: #fff;
  border: 1px solid #B2B2B2;
  border-radius: 9999px;
  position: relative;
  transition: .3s;
}
a.activebtn::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 19px;
  width: 19px;
  height: 19px;
  background-image: url(../images/common/icon-pdf-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: .3s;
}
a.activebtn:hover {
  color: #fff;
  background: #339599;
  border-color: #339599;
  opacity: 1;
}
a.activebtn:hover::after {
  background-image: url(../images/common/icon-pdf-white.svg);
}

a.activebtn.activebtn-newtab::after {
  background-image: url(../images/common/icon-newtab-green.svg);
}
a.activebtn.activebtn-newtab:hover::after {
  background-image: url(../images/common/icon-newtab-white.svg);
}
#breadcrumb ul li.parent-term, #breadcrumb ul li.parent-term {
  display: none;
}
.bt-gray {
  border-top: 1px solid #cdcdcd;
}
.discontinued-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 353px;
  max-width: 100%;
  border-radius: 40px;
  cursor: pointer;
  padding: 12px 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #999;
  border: 1px solid #999;
  transition: .3s;
  text-align: center;
}
.discontinued-btn:hover {
  opacity: .7;
}
.discontinued-btn span {
  position: relative;
  padding-right: 25px;
}
.discontinued-btn span::before {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  width: 13px;
  height: 1px;
  background-color: #339599;
}
.discontinued-btn span::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 6px;
  width: 1px;
  height: 13px;
  background-color: #339599;
  transition: .3s;
}
.discontinued-btn.discontinued-close span::after {
    opacity: 0;
}
.discontinued-content {
  display: none;
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {

}
@media all and (min-width: 992px) {

}
@media all and (min-width: 1200px) {

}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {

}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

/*デスクトップまで*/

@media all and (max-width: 1199px) {
}


@media all and (max-width: 991px) {
 
}

/*中デバイスまで*/
@media all and (max-width: 767px) {

}

/*小デバイス(横向きモバイル)まで*/

@media all and (max-width: 575px) {
 
}

/* 以下はbootstrapのブレイクポイントではなく、微調整用 */
@media all and (max-width: 480px) {
  
 
}
@media all and (max-width: 400px) {
 
}

@media all and (max-width: 380px) {

}
@media all and (max-width: 360px) {

}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}
