.pc_view {
  display: block !important;
}

.sp_view {
  display: none !important;
}

.pc_view_i {
  display: inline !important;
}

.sp_view_i {
  display: none !important;
}

#CPFormat {
  height: 100%;
  min-height: 100%;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  overflow-x: visible;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
#CPFormat p {
  text-align: inherit;
  padding-top: 0;
  font-size: inherit;
  padding-bottom: 16px;
}
#CPFormat ul li {
  padding-bottom: 8px;
}
#CPFormat a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 16px;
}
#CPFormat a:hover {
  opacity: 0.8;
}
#CPFormat strong.red {
  color: #ff0000;
}
#CPFormat .content_block {
  margin: 0 auto;
  padding-bottom: 60px;
  max-width: 750px;
}
#CPFormat .content_block:last-child {
  padding-bottom: 100px;
}
#CPFormat .content_block > .inner {
  padding: 0 20px;
}
#CPFormat .content_block.key_content {
  margin-top: 80px;
  padding-bottom: 100px;
}
#CPFormat .content_block .page_title {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#CPFormat .content_block .page_title img {
  width: 100%;
}
#CPFormat .content_block .block_title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
#CPFormat .content_block .block_title_b {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
#CPFormat .content_block .wrap_border {
  border: solid 1px #ccc;
  padding: 20px 20px 0;
  margin-bottom: 30px;
}
#CPFormat .content_block .wrap_border p {
  line-height: 2;
  font-size: 14px;
  font-weight: bold;
}
#CPFormat .content_block .area_update_step .box {
  text-indent: -30px;
  padding-left: 30px;
}
#CPFormat .content_block .area_update_step .box .link {
  display: inline-block;
  padding: 12px 0;
}
#CPFormat .content_block .link_area {
  margin: 30px auto 10px;
  text-align: center;
}
#CPFormat .content_block .link_area a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 460px;
  height: 54px;
  width: 100%;
  line-height: 54px;
  border: solid 1px #333;
  border-radius: 4px;
  position: relative;
  font-size: 16px;
  padding-left: 0;
  margin-bottom: 20px;
}
#CPFormat .content_block .link_area a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 6%;
  left: inherit;
  border: 0px;
  border-left: solid 1px #666;
  border-top: solid 1px #666;
  transform: rotate(135deg);
  margin-top: -5px;
}
#CPFormat .content_block .list_item100 {
  margin: 20px auto 0;
  max-width: 100%;
}
#CPFormat .content_block .list_item100 .slick-prev:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 0px;
  border-left: solid 1px #666;
  border-top: solid 1px #666;
  transform: rotate(315deg);
}
#CPFormat .content_block .list_item100 .slick-next:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 0px;
  border-left: solid 1px #666;
  border-top: solid 1px #666;
  transform: rotate(135deg);
}
#CPFormat .content_block .list_item100 p {
  text-align: center;
}
#CPFormat .content_block .list_item100 ul {
  margin-top: 10px;
  letter-spacing: -0.4em;
}
#CPFormat .content_block .list_item100 ul li {
  letter-spacing: normal;
}
#CPFormat .content_block .list_item100 ul li .image_container img {
  width: 80%;
}
#CPFormat .content_block .list_item100 ul li .brand {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.12em;
}
#CPFormat .content_block .list_item100 ul li .name {
  margin-top: 2px;
  text-align: left;
  line-height: 1.4;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .pc_view {
    display: none !important;
  }
  .sp_view {
    display: block !important;
  }
  .pc_view_i {
    display: none !important;
  }
  .sp_view_i {
    display: inline !important;
  }
  #tblLayout {
    display: block !important;
  }
  #tblLayout tbody {
    display: block !important;
  }
  #tblLayout tr {
    display: block !important;
  }
  #tblLayout td {
    display: block !important;
  }
  #CPFormat .content_block {
    padding-bottom: 30px;
    width: 100%;
  }
  #CPFormat .content_block:last-child {
    padding-bottom: 50px;
  }
  #CPFormat .content_block.key_content {
    margin-top: 40px;
    padding-bottom: 60px;
  }
  #CPFormat .content_block .page_title {
    text-align: center;
  }
  #CPFormat .content_block .page_title img {
    width: 100%;
  }
  #CPFormat .content_block .block_title {
    text-align: center;
  }
  #CPFormat .content_block .link_area a {
    width: 100%;
    font-size: 14px;
  }
  #CPFormat .content_block .list_item100 {
    width: 100%;
    overflow: hidden;
  }
  #CPFormat .content_block .list_item100 ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  #CPFormat .content_block .list_item100 ul li {
    width: 100%;
  }
  #CPFormat .content_block .list_item100 ul li .image_container {
    width: 100%;
    text-align: center;
  }
  #CPFormat .content_block .list_item100 ul li .image_container img {
    display: inline-block !important;
  }
  #CPFormat .content_block .list_item100 ul li .brand {
    padding: 0 10px;
  }
  #CPFormat .content_block .list_item100 ul li .name {
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
  }
}