.new-photobu-pjt {
  margin: 0 auto;
  max-width: 640px;
}
.new-photobu-pjt .new-photo_hashtag-area-text-copy-item {
  background-color: #F3F9F2;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
}
.new-photobu-pjt .new-photo_hashtag-area-text-copy-item li {
  display: inline;
  white-space: nowrap;
}
.new-photobu-pjt .new-photo_hashtag-area-text-copy-item li::after {
  content: " ";
}
.new-photobu-pjt .new-photo_hashtag-area-text-copy-item li:last-child::after {
  content: "";
}

@media (width <= 638px) {
  .new-photobu-pjt {
    width: 100%;
  }
}
.new-photobu-pjt img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.new-photobu-pjt .set__col-img img {
  border: 1px solid #ddd;
}

.new-photobu-pjt a img:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.new-photobu-pjt a {
  text-decoration: none;
  transition: 0.5s ease;
}

.new-photobu-pjt h2,
.new-photobu-pjt h3,
.new-photobu-pjt h4 {
  font-weight: normal;
  font-size: 100%;
}

.new-photobu-pjt strong {
  font-weight: bold;
}

.new-photobu-pjt ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.new-photobu-pjt p {
  margin: 0;
  padding: 0;
}

.new-photobu-pjt .cf::after {
  display: block;
  clear: both;
  content: "";
}

.new-photobu-pjt .mb_15 {
  margin-bottom: 15px;
}

.new-photobu-pjt .p_40 {
  padding: 40px;
}

@media (width <= 638px) {
  .new-photobu-pjt .p_40 {
    padding: 10px;
  }
}
.new-photobu-pjt .fz_12 {
  font-size: 12px;
}

.new-photobu-pjt .fw_b {
  font-weight: bold;
}

.new-photobu-pjt .sp {
  display: none;
}

@media (width <= 638px) {
  .new-photobu-pjt .sp {
    display: block;
  }
}
.new-photobu-pjt a:hover {
  opacity: 0.7;
}

@media (width <= 638px) {
  .new-photobu-pjt .sp {
    display: block;
  }
}
.new-photobu-pjt .set {
  margin-top: 10px;
  border: 1px solid #ddd;
}

.new-photobu-pjt .set .strong {
  font-weight: bold;
}

.new-photobu-pjt .set__container {
  padding: 20px;
  width: auto;
  border-width: 10px;
  border-style: solid;
  background: #fff;
}

.new-photobu-pjt .set__container.set__container--photo {
  border-color: #F3F9F2;
}

.new-photobu-pjt .set__container .set__heading {
  margin-bottom: 20px;
  padding: 0;
  border-width: 0 0 2px;
  border-style: solid;
  color: #666;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

.new-photobu-pjt .set__container.set__container--photo .set__heading {
  border-color: #379900;
}

@media only screen and (width <= 639px) {
  .new-photobu-pjt .set__container .set__heading {
    font-size: 16px;
  }
}
.new-photobu-pjt .set__row {
  width: 578px;
}

@media only screen and (width <= 639px) {
  .new-photobu-pjt .set__row {
    width: auto;
  }
}
.new-photobu-pjt .set__col-img {
  float: left;
  width: 162px;
}

@media only screen and (width <= 639px) {
  .new-photobu-pjt .set__col-img {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
.new-photobu-pjt .set__col-txt {
  float: right;
  width: 396px;
  font-size: 16px;
}

@media only screen and (width <= 639px) {
  .new-photobu-pjt .set__col-txt {
    float: none;
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
  }
}
.new-photobu-pjt .accordion-contents {
  margin: 0 auto;
}

.new-photobu-pjt .accordion-contents .accordion-single {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #379900;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.new-photobu-pjt .accordion-contents .accordion-single .accordion-single-item .accordion-single-title {
  position: relative;
  margin: 0;
  padding: 5px;
  border-top: 1px solid #379900;
  cursor: pointer;
}
.new-photobu-pjt .accordion-contents .accordion-single .accordion-single-item .accordion-single-title::after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
  transition: all 0.2s ease-in-out;
  transform: translateY(-50%) rotate(135deg);
}
.new-photobu-pjt .accordion-contents .accordion-single .accordion-single-item .accordion-single-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  background-color: #fff;
  text-align: left;
  font-size: 12px;
  line-height: 1.6;
  color: #525252;
}
.new-photobu-pjt .accordion-contents .accordion-single .accordion-single-item .accordion-single-content .accordion-single-text {
  padding: 20px;
  border: 1px solid #888;
  border-top: none;
}
@media (width <= 638px) {
  .new-photobu-pjt .accordion-contents .accordion-single .accordion-single-item .accordion-single-content .accordion-single-text {
    padding: 10px;
  }
}
.new-photobu-pjt .accordion-contents .accordion-single .accordion-single-item.is-open .accordion-single-title::after {
  transform: translateY(-50%) rotate(315deg);
}
.new-photobu-pjt .accordion-contents .accordion-single .accordion-single-item.is-open .accordion-single-content {
  border: none;
  max-height: 400px;
}
.new-photobu-pjt .accordion-contents .accordion-single .accordion-single-item.is-open .accordion-single-content.accordion-howto {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

@media (width <= 638px) {
  .new-photobu-pjt .accordion-contents .accordion-single {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }
}
@media (width <= 638px) {
  .new-photobu-pjt .accordion-contents .accordion-single .accordion-single-item .accordion-single-content .accordion-single-text {
    padding: 10px;
  }
}
.new-photobu-pjt .new-photobu-pjt_main {
  border: 1px solid #ccc;
  background-color: #fff;
  background-size: contain;
  background-repeat: repeat;
  color: #000;
  font-size: 16px;
  line-height: 1.6em;
}

@media (width <= 638px) {
  .new-photobu-pjt .new-photobu-pjt_main {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.6em;
  }
}
.new-photo_howto * {
  box-sizing: border-box;
}

.new-photobu-pjt .new-photobu-pjt_main * {
  box-sizing: border-box;
}

.new-photobu-pjt .new-photobu-pjt_main .new-photo_hashtag .new-photo_hashtag-area {
  margin: 20px 0;
  padding: 40px;
  background-color: #F3F9F2;
  color: #000;
}

@media (width <= 638px) {
  .new-photobu-pjt .new-photobu-pjt_main .new-photo_hashtag .new-photo_hashtag-area {
    padding: 20px;
  }
}
.new-photobu-pjt .new-photobu-pjt_main .new-photo_hashtag .new-photo_hashtag-area-button {
  display: block;
  margin: 0 auto;
  padding: 6px 10px;
  border: 1px solid #525252;
  border-radius: 6px;
  background-color: #F3F9F2;
  font-size: 14px;
}

.new-photobu-pjt .new-photobu-pjt_main .new-photo_hashtag .new-photo_hashtag-area > ul {
  text-align: center;
}

.new-photo_howto .new-photo_howto-list > li {
  padding: 20px 0;
}

.new-photobu-pjt .new-photobu-pjt_main .new-photo_hashtag .new-photo_hashtag-area > ul > li {
  display: inline-block;
  padding: 0 5px;
  font-weight: bold;
}

.new-photobu-pjt .new-photobu-pjt_main .new-photo-instagram-bnr {
  padding: 0 0 40px;
}

@media (width <= 638px) {
  .new-photobu-pjt .new-photobu-pjt_main .new-photo-instagram-bnr {
    padding: 20px;
  }
}
.new-photobu-pjt .new-photobu-pjt_main .new-photo-instagram-bnr .new-photo-instagram-bnr-area {
  padding: 10px 0;
  text-align: center;
}

.new-photobu-pjt .new-photobu-pjt_main .new-photo-instagram-bnr .new-photo-instagram-bnr-area .new-photo-instagram-bnr {
  position: relative;
  display: block;
  overflow: hidden;
  margin: auto;
  padding: 20px;
  max-width: 400px;
  height: auto;
  border-radius: 7px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
}

@media (width <= 638px) {
  .new-photobu-pjt .new-photobu-pjt_main .new-photo-instagram-bnr .new-photo-instagram-bnr-area .new-photo-instagram-bnr {
    width: 80%;
    font-size: 12px;
  }
}
.new-photobu-pjt .new-photobu-pjt_main .new-photo-instagram-bnr .new-photo-instagram-bnr-area .new-photo-instagram-bnr::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  content: "";
}

.new-photobu-pjt .new-photobu-pjt_main .new-photo-instagram-bnr .new-photo-instagram-bnr-area .new-photo-instagram-bnr > span {
  position: relative;
  display: inline-block;
  transition: 0.5s;
}

.item-bnr-area {
  padding: 0;
  text-align: center;
}

.item-bnr-area .item-btn {
  position: relative;
  display: inline-block;
  margin: 20px 10px 0;
  padding: 1rem 4rem;
  border-radius: 5px;
  background-color: #eb6100;
  color: #fff !important;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (width <= 638px) {
  .item-bnr-area .item-btn {
    font-size: 12px;
  }
}
.item-bnr-area .item-btn:hover {
  background: #f56500;
  color: #fff;
}

.new-photo_howto {
  margin: 10px 10px 30px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}

@media (width <= 638px) {
  .new-photo_howto {
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.4;
  }
}
.new-photo_howto .new-photo_howto-ttl {
  padding: 10px;
  color: #379900;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}

.new-photo_howto .new-photo_howto-list > li > p {
  padding-left: 1em;
  text-indent: -1em;
}

.new-photo_howto .new-photo_howto-list > li .new-photo_howto-li-img {
  display: block;
  margin: 20px auto;
  width: 50%;
}

@media (width <= 638px) {
  .new-photo_howto .new-photo_howto-list > li .new-photo_howto-li-img {
    width: 80%;
  }
}
.new-photo_howto-group {
  margin-bottom: 10px;
}

.new-photo_howto-group-ttl {
  padding: 5px;
  background-color: #379900;
  color: #fff;
  text-align: center;
}

.new-photo_howto-group-txt {
  padding: 20px;
  border: 1px solid #888;
  color: #525252;
  font-size: 12px;
  line-height: 1.6;
}

.new-photo_howto-group-txt-strong {
  color: #f00;
}