@charset "UTF-8";
.pagesub img {
  width: 100%;
}
.checklist {
  line-height: 1.8;
  list-style: none;
  letter-spacing: 0.08rem;
  box-sizing: border-box;
  margin-bottom: 48px;
}
.checklist__subTtl {
  font-size: 1.4rem;
  text-align: center;
  color: #452C18;
  position: relative;
  margin: 10px auto;
}
.checklist__subTtl span {
  font-size: 1.1rem;
  display: block;
  margin-top: 10px;
  margin-bottom: 24px;
}
.checklist__dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.checklist__dl__btn {
  width: 100%;
}
.checklist__dl__btn a {
  display: block;
  width: 100%;
  transition: .3s;
  text-decoration: none;
  text-align: center;
  padding: 13px;
  border-radius: 4px;
}
.checklist__dl__btn.checklist__dl__btnBlue a {
  color: #ffffff;
  background-color: #0066CC;
  border: 2px solid #0066CC;
  position: relative;
  background-image: url(../images/common/ico_download.svg);
  background-position: center right 8px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.checklist__dl__btn.checklist__dl__btnBlue a:hover {
  color: #0066CC;
  background-color: #ffffff;
  background-image: url(../images/common/ico_download_on.svg);
}
.checklist__dl__btn.checklist__dl__btnOrange a {
  color: #F4811E;
  background-color: #FFFAF5;
  border: 2px solid #F4811E;
  position: relative;
}
.checklist__dl__btn.checklist__dl__btnOrange a:hover {
  color: #FFFAF5;
  background-color: #F4811E;
}
.checklist__dl__btn.checklist__dl__btnOrange a::after {
  content: "\f105"; font-family: FontAwesome;
  font-size: 1.8rem; font-style: normal;
  font-weight: normal; line-height: 1;
  position: absolute; top: 50%;
  right: 0.6em;
  transform: translate(0, -50%);
}
.checklist__ttlBox {
  width: 100%;
  position: relative;
  background-color: #FFFAF5;
  padding: 24px 16px;
  border-radius: 8px;
  margin-top: 40px;
}
.checklist__ttlBox h3 {
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  font-size: 2.4rem;
}
.checklist__ttlBox h3 span {
  font-size: 1.4rem;
  display: block;
  font-weight: 400;
  line-height: 1.2;
}
.checklist__ttlBox picture img, .checklist__ttlBox picture source {
  margin: 8px 0 16px 0;
}
.checklist__btnBox {
  display: none;
}
.accordion {
  margin: 32px 0;
}
.accordion-item {
  margin-top: 8px;
}
.accordion-title {
  padding: 10px 16px;
  background: #F4811E;
  cursor: pointer;
  position: relative;
  border-radius: 2px;
}
.accordion-title p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
}
.accordion-title:after {
  content: "\f107";
  position: absolute;
  top: 6px; right: 12px;
  color: #ffffff;
  font-size: 1.8rem;
  font-family: "FontAwesome";
  transition: .3s;
  transform: rotate(0deg);
}
.accordion-title.active:after {
  transform: rotate(-180deg);
}
.accordion-content {
  display: none;
  padding: 8px 0;
}
.accordion-content.open {
  display: block;
}
.accordion-content picture img, .accordion-content picture source {
  border-radius: 4px;
}
.prop_kakunin_wrap {
  margin-top: 8px;
}
.pro_checkpwrap + .pro_checkpwrap{
  margin-top: 8px;
}
.pro_checkpwrap_ttl{
  color: #F4811E;
  font-weight: bold;
  margin-bottom: 4px;
}
.pro_checkpbox {
  border: 1px solid #333333;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.pro_checkpbox:last-child {
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.prop_kakunin_note + .pro_checkpbox:last-child{
  margin-top: 16px;
  border: 1px solid #333333;
}
.pro_checkpbox.pro_checkpbox_has1 {
  border: 1px solid #333333;
  border-radius: 4px;
}
.pro_checkpbox_left {
  background: #FFFAF5;
  padding: 10px 12px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #333333;
  text-align: center;
}
.pro_checkpbox_left--blue{
    background: #F5FCFF;
}
.pro_checkpbox_right {
  padding: 10px 12px;
}
.pro_checkpbox_right ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pro_checkpbox_right li {
  width: calc(50% - 5px);
  font-size: 1.2rem;
  position: relative;
  padding-left: 1em;
}
.pro_checkpbox_right li:before {
  content: "\25A0";
  color: #dc8352;
  font-size: 0.8rem;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.pro_checkpbox_right--blue li:before {
    color: #51ABDB;
}
.checklist__firstTxt,
.checklist__endTxt {
  margin: 38px 0;
  font-size: 1.4rem;
  text-align: justify;
}
.prop_kakunin_note {
  margin-top: 8px;
  letter-spacing: 0.01em;
  font-size: 1.2rem;
  text-align: justify;
}
.prop_kakunin_note--strong{
  font-weight: bold;
  color: #B5171D;
}
.faci_part01 {
  overflow: hidden;
}
.faci_part01img img {
  position: relative;
}
.faci_part01txt {
  font-size: 1.4rem;
  text-align: justify;
  font-feature-settings: "palt" 1;
}
.faci_part01txt br {
  display: none;
}
.faci_part01img {
  margin-bottom: 20px;
  padding: 0 20px 0 0;
  position: relative;
}
.faci_part01img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/images/equipment/faci_orangedotted_bg.png) repeat;
  top: 20px;
  left: 20px;
}
.faci_part01cont {
  padding-top: 20px;
  padding-bottom: 45px;
}
.faci_part01ttl {
  margin-bottom: 10px;
  color: #452c18;
  font-weight: bold;
  text-align: center;
  letter-spacing: .08rem;
}

@media screen and (min-width:768px),print {
  .faci_part01txt br {
    display: block;
  }
  .faci_part01img {
    margin-bottom: 0;
    padding: 0;
  }
  .faci_part01 {
    padding: 20px 0 60px;
  }
  .faci_part01img {
    width: 32%;
    float: left;
  }
  .faci_part01img:before {
    top: 20px;
    left: 20px;
  }
  .faci_part01cont {
    width: 63%;
    float: right;
    padding-top: 0;
    padding-bottom: 0;
  }
  .faci_part01ttl {
    font-size: 2.4rem;
    text-align: justify;
    letter-spacing: .05rem;
  }
  .checklist__subTtl {
    margin: 24px auto;
  }
  .checklist__dl {
    gap: 24px;
  }
  .checklist__dl__btn {
    width: calc(38% - 8px);
    min-width: 370px;
  }
  .checklist {
    margin-bottom: 0;
  }
  .checklist__btnBox {
    display: block;
    margin-top: 90px;
  }
  .checklist__btnBox .checklist__dl {
    gap: 16px;
  }
  .checklist__btnBox .checklist__dl__btn {
    width: calc(20% - 13px);
    min-width: 0;
  }
  .checklist__btnBox .checklist__dl__btn a {
    background-color: transparent;
    text-indent: -.5rem;
  }
  .checklist__btnBox .checklist__dl__btn a::after{
    content: "\f0dd";
    top: 22px;
    right: 10px;
    font-size: 1.8rem;
  }
  .pro_checkpwrap {
    border-radius: 4px;
  }
  .pro_checkpwrap + .pro_checkpwrap{
    margin-top: 24px;
  }
  .pro_checkpwrap_ttl{
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  .pro_checkpbox {
    display: table;
    width: 100%;
    border-top: 1px solid #666666;
  }
  .pro_checkpwrap .pro_checkpbox:first-child { 
    border: 1px solid #666666;
  }
  .pro_checkpbox:last-child {
    border: 1px solid #666666;
    border-top: none;
  }
  .accordion {
    margin: 64px 0 90px;
  }
  .accordion-item:last-child .accordion-content {
    padding-bottom: 0;
  }
  .accordion-item:last-child .accordion-content .pro_checkpwrap {
    margin-bottom: 0;
  }
  .accordion-content {
    display: block;
    padding: 8px 0 0 0;
  }
  .accordion-content picture img, .accordion-content picture source {
    border-radius: 20px;
  }
  .prop_kakunin_wrap {
    margin-top: 28px;
    margin-bottom: 80px;
  }
  .prop_kakunin_note {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .prop_kakunin_note--strong{
    font-size: 1.6rem;
  }
  .prop_kakunin_note + .pro_checkpbox:last-child{
    margin-top: 24px;
  }
  .pro_checkpbox_left {
    display: table-cell;
    width: 160px;
    vertical-align: middle;
    pointer-events: none;
    border-bottom: none;
    padding: 16px 12px;
    font-size: 1.6rem;
    border-right: 1px solid #666666;
  }
  .pro_checkpbox_right {
    display: table-cell !important;
    padding: 16px 16px;
    vertical-align: middle;
  }
  .pro_checkpbox_right li {
    width: calc(25% - 8px);
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
  .checklist__subTtl {
    font-size: 1.7rem;
    font-weight: bold;
  }
  .checklist__ttlBox {
    width: 100%;
    padding: 56px 80px;
    margin-top: 57px
  }
  .checklist__ttlBox:last-child {
    margin-top: 80px;
  }
  .checklist__ttlBox picture img, .checklist__ttlBox picture source {
    margin: 24px 0 32px 0;
  }
  .checklist__ttlBox h3 span {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .checklist__ttlBox h3 {
    font-size: 4rem;
    line-height: 1.4em;
    letter-spacing: 0.08em;
  }
  .checklist__firstTxt {
    margin: 64px 0 24px;
    text-align: center;
  }
  .checklist__endTxt {
    margin: 56px 0;
    text-align: center;
  }
  .accordion-item{
    margin-top: 0;
  }
  .accordion-title {
    padding: 0 0 10px 0;
    background: #ffffff;
    cursor: initial;
    border-radius: 0;
  }
  .accordion-title p {
    font-size: 2.8rem;
    line-height: 1.4;
    color: #F4811E;
    position: relative;
    padding-left: 16px;
  }
  .accordion-title p:after {
    content: "";
    width: 4px;
    height: 95%;
    top: 5%;
    left: 0;
    background-color: #F4811E;
    position: absolute;
  }
  .pro_checkpbox_right li:before {
    top: 0.65em;
  }
}
@media screen and (min-width:1024px),print {
  .pro_checkpbox_right li {
    width: calc(20% - 8px);
  }
  .faci_part01cont {
    padding-top: 35px;
  }
}
@media screen and (min-width:1280px),print {
  .checklist__ttlBox {
    padding: 56px 100px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .checklist {
    padding: 0 16px;
  }
  .checklist__dl__btn {
    width: calc(50% - 12px);
    min-width: 0;
  }
}