
/* pankuzu
------------------------------------------------------------ */
.theme-review {
  position: relative;
}
.theme-review .c-pankuzu {
  display: block;
  max-width: 1240px;
  padding: 0 20px;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 10;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin: auto;
}
.theme-review .c-pankuzu a {
  display: inline-flex;
  align-items: center;
  margin-right: 0.75em;
  position: relative;
  color: #fff;
}
.theme-review .c-pankuzu a::after {
  content: "";
  display: inline-block;
  width: 0.707em;
  height: 0.707em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: 0.5em;
  transform: translateY(-0.1em) rotate(45deg);
}
.theme-review .c-pankuzu strong {
  color: #ea5504;
}
@media screen and (max-width: 1160px) {
  .theme-review .c-pankuzu {
    font-size: 10px;
    font-size: 1rem;
  }
  .theme-review .c-pankuzu a::after {
    width: 0.5em;
    height: 0.5em;
    border-top-width: 1px;
    border-right-width: 1px;
  }
    #footer {
        margin-top: 0;
    }
}
/* ///pankuzu
------------------------------------------------------------ */

/*review
------------------------------------------------------------ */
.pc_none{display: none !important;}
@media screen and (max-width: 767px) {
.pc_none{display: block !important;}
.sp-none{display: none !important;}
}

h1 {
    margin: 0px;
}

.theme-lp main {
    margin-top: -10px;
}

.theme-theta  .page-link.round {
	text-align:center;
}

.page-link.round a{
    padding: 12px 40px !important;
    display: inline-block;
    margin: auto;
    font-family: inherit;
    position: relative;
    background-image: none !important;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #afb2b3;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 18px;
    border-radius: 22px !important;
    margin-top: 10px;
    transition: all .4s ease;
}

.page-link.round a:hover {
    background-color: #000000 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.page-link.round a:hover:after {
    background: none;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.page-link.round a:after {
    content: '';
    width: 10px !important;
    height: 10px !important;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    transform: rotate(45deg);
    background-image: none !important;
    transition: all .4s ease;
}

@media screen and (max-width: 767px) {
  .page-link.round a{
    padding: 6px 28px !important;
    font-size: 13px !important;
    line-height: 16px;
  }

  .page-link.round a:after {
    width: 8px !important;
    height: 8px !important;
    top: 54%;
    right: 13px;
    margin-top: -6px;
}
}
/*
------------------------------------------------------------ */

.review {
    background: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2025/10/review__bg.png), #00a1ff;
    background-position: center 80px, top;
    background-attachment: fixed, local;
    background-repeat: repeat-y;
    background-size: auto;
    margin-bottom: -30px;
}

.review__container {
    max-width: 1200px;
    margin: 30px auto 30px;
    background: #fdfdfb;
    border-radius: 15px;
    padding: 80px 80px;
    box-shadow: 0px 6px 20px hsl(0deg 0% 0% / 12%);
}

.review__heading {
    text-align: center;
}


h2.review__ttl {
    color: #0082d5;
    font-size: 44.79px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    letter-spacing: 0.03em;
}

h2.review__ttl:before {
    content: "";
    width: 100%;
    border-bottom: 4px solid #fff100;
    position: absolute;
    bottom: -10px;
    width: calc(100% + 10%);
    left: -5%;
}

h2.review__ttl:after {
    position: absolute;
    content: "";
    background: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2025/09/review_img_pen.png) no-repeat;
    width: 56px;
    height: 52px;
    left: calc(100% + 5% + 10px);
}

h3.review__ttl {
    color: #333;
    font-size: 37.32px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    font-weight: 600 ;
}

@media screen and (max-width: 767px) {
.review {
    background: none;
    background-color: #16abff;
    margin: 0;
}

.review__container {
    margin: 10px 10px;
    padding: 40px 10px 10px;
    box-shadow: unset;
    border-radius: 20px;
}

h2.review__ttl {
    font-size: 30px;
    margin: 10px 0 20px;
    line-height: 33px;
}

h2.review__ttl:before {
    width: 50%;
    left: 25%;
    bottom: -10px;
}

h2.review__ttl:after {
  background: none;
}

h3.review__ttl {
  font-size: 21px;
  margin-bottom: 25px;

}


}

/*MV
------------------------------------------------------------ */
section.mv {
    max-height: 546px;
    background: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2026/01/review_mv_bg.png), linear-gradient(0deg, #00a1ff, #00ddfe);
    background-repeat: no-repeat;
    background-position: top;
}

.mv__container {
    max-width: 1200px;
    margin: auto;
    padding: 75px 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    position: relative;
}

.mv__heading {
    display: flex;
    padding: 3px 10%;
    gap: 15px;
}

.mv__heading-ttl {
    font-size: 33.48px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
}

h1.mv__ttl-main {
    text-align: center;
    font-size: 80px;
    font-weight: 900;
    color: #fff;
    line-height: 90px !important;
    text-shadow: 0px 5px 7px rgb(0 0 0 / 16%);
}

.mv__ttl-sub {
    font-size: 24px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    font-weight: 600;
}

.mv__ttl-sub--yellow {
    color: #fff100;
}

.mv__ttl-sub--small {
    color: #fff;
    text-align: center;
    font-size: 12.5px;
}

.mv__ttl {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.mv__ttl-main small {
    font-size: 70%;
}


.mv__ttl-main--small {
    font-size: 60px;
}

.mv__ttl-main--yellow {
    color: #fff100;
    letter-spacing: -3px;
    display: block;
}

.mv__heading-logo img {
    max-height: 30px;
}

.mv__heading-logo {
    margin: auto;
}

.mv__limit {
    position: absolute;
    bottom: 100px;
    right: 100px;
}

@media screen and (max-width: 768px){
.mv__ttl {
    gap: 15px;
}

  h1.mv__ttl-main {
    font-size: 50px;
    line-height: 60px !important;
}

.mv__container {
    padding: 20px 10px 20px;
    border: 5px solid #008bc9;
    border-bottom: none;
}

.mv__heading {
    padding: 0;
}

p.mv__ttl-sub {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

section.mv {
    max-height: unset;
    background: linear-gradient(0deg, #00a1ff 50%, #00ddfe 100%);
    position: relative;
    z-index: 0;
}

section.mv:before {
    content: "";
    height: 100vh;
    width: 100vw;
    background: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2025/10/review_mv_sp_bg_top.png);
    position: absolute;
    top: 0px;
    background-repeat: no-repeat;
    left: 0%;
    background-size: 100%;
    z-index: -1;
    background-position: top;
}

section.mv:after {
    content: "";
    height: 100vh;
    width: 100vw;
    background: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2025/10/review_mv_sp_bg_bottom.png);
    position: absolute;
    bottom: 10%;
    background-repeat: no-repeat;
    left: 0%;
    background-size: 100%;
    z-index: -1;
    background-position: bottom;
}

.mv__item.pc-none {
    margin: 0 -20px;
}

p.mv__ttl-sub--small {
    font-size: 12px;
}

.mv__limit-sp p {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    background: #fff100;
    color: #055b9a;
}

}

/*///MV
------------------------------------------------------------ */

/*目次
------------------------------------------------------------ */
section.menu {
    background: #008bc9;
}

.mene__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    color: #fff;
    max-width: 1200px;
    margin: auto;
}

.mene__list li {
    flex: 1;
}

.mene__list li a {
    border-left: 5px solid #02a5ee;
    padding: 10px 50px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    color: #fff;
}

.mene__list li:last-child a {
    border-right: 5px solid #02a5ee;
}
@media screen and (max-width: 768px){
.mene__list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 10px;
}

section.menu {
    background: #00a1ff;
    border: 5px solid #008bc9;
    border-top: none;
    padding-bottom: 10px;
}


.mene__list li a {
    background: #ffffff;
    font-size: 16px;
    color: #0082d5;
    border-radius: 75px;
    border: unset;
    position: relative;
}

.mene__list li a:after {
    content: '';
    width: 10px !important;
    height: 10px !important;
    border: 0;
    border-top: solid 2px #0685d6;
    border-right: solid 2px #0685d6;
    position: absolute;
    top: 45%;
    right: 21px;
    margin-top: -5px;
    transform: rotate(135deg);
    background-image: none !important;
    transition: all .4s ease;
}

.mene__list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 10px;
}

.mene__list li:last-child a {
    border: none;
}
}

/*///目次
------------------------------------------------------------ */


/*お客様の声を聞かせください！
------------------------------------------------------------ */
.voice__flex-container {
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 20px;
}

.voice__flex-container-item-head img {
    width: 100%;
}

.voice__flex-container-item-body {
    padding: 20px 40px;
    border: 3px solid #43bcfb;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
}

.voice__flex-container-item-body-list dl {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin: 0;
    gap: 0 10px;
    align-items: center;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}

.voice__flex-container-item-body-list a {
    color: #0082d5;
}

.voice__flex-container-item-body-list dl:last-child {
    border: none;
}

.voice__flex-container-item-body-list dt {
    width: 20%;
    font-weight: 600;
    background: #ececec;
    color: #333;
    display: flex;
    justify-content: center;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.voice__flex-container-item-body-list dd {
    width: calc(80% - 10px);
}

.voice__post-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.voice__post-form-text {
    font-size: 15px;
}

a.voice__post-form-text-link {
    color: #0082d5;
}

a.voice__post-form-btn-link {
    border: 2px solid #24a0ef;
    border-radius: 99px;
    padding: 10px 80px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 18px;
    position: relative;
    transition: all .4s ease;
}

.voice__post-form-btn-link:hover {
    background: #24a0ef;
    color: #fff;
}

.voice__post-form-btn-link:after {
    content: '';
    width: 10px!important;
    height: 10px!important;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    transform: rotate(45deg);
    background-image: none!important;
    transition: all .4s ease;
}

.voice__post-form-btn-link:hover:after {
    background: none;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

@media screen and (max-width: 768px){

  .voice__flex-container-item-body {
    padding: 10px;
  }

.voice__flex-container-item-body-list dl {
    display: flex;
    flex-direction: column;
    /* border: none; */
    padding: 5px 0 10px;
    margin-bottom: 5px;
}

.voice__flex-container-item-body-list dt {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    justify-content: flex-start;
    padding: 0px 4px;
    font-size: 14px;
    border: none;
    background: none;
}

.voice__flex-container-item-body-list dd {
    width: 98%;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
}

.voice__flex-container-item-body-list dt:before {
    content: "■";
    padding: 0 3px 0 0;
    color: #0082d5;
}

.voice__post-form {
    margin-bottom: 10px;
}

}




/*///キャンペーン概要
------------------------------------------------------------ */



/*レビュー投稿方法
------------------------------------------------------------ */
.post__step-contents {
    background: #e8f0f5;
    border-radius: 10px;
    padding: 40px 20px;
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.post__step-contents-textarea {
    width: 40%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 10px;
}

p.post__step-contents-textarea-text {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 25px;
}

p.post__step-contents-textarea-step {
    font-size: 18px;
    background: #0082d5;
    color: #fff;
    border-radius: 99px;
    padding: 0 30px;
    font-weight: 500;
}

.post__step-contents:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 24px;
    border-color: transparent transparent transparent #7fc5e4;
    position: absolute;
    left: 50%;
    bottom: -13%;
    margin: auto;
    transform: rotate(90deg);
}

.post__step-contents:last-child::after  {
    content: none;
}

.post__step {
text-align: center;
    gap: 50px;
    display: flex;
    flex-direction: column;
    margin-bottom: 120px;
    margin-top: 50px;
}

.post__step-contents-form {
    display: flex;
    flex-direction: column;
    align-content: center;
}

a.post__step-contents-form-new {
    font-size: 15px;
    color: #333;
}

.post__step-contents-form-login {
    border: 2px solid #24a0ef;
    border-radius: 99px;
    padding: 10px 80px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 18px;
    transition: all .4s ease;
    position: relative;
    background: #fff;
}

.post__step-contents-form-login:hover {
    background: #24a0ef;
    color: #fff;
}

.post__step-contents-form-login:after {
    content: '';
    width: 10px!important;
    height: 10px!important;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    transform: rotate(45deg);
    background-image: none!important;
    transition: all .4s ease;
}

.post__step-contents-form-login:hover:after {
    background: none;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.post__step-contents-info {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

p.post__step-contents-img {
    box-shadow: 0 0 5px hsl(0deg 0% 0% / 20%);
    width: 50%;
}

p.post__step-contents-textarea-text--small {
    font-size: 15px;
    text-align: left;
    color: #555;
    line-height: 20px;
}

a.post__step-contents-textarea-text-link {
    color: #0082d5;
}

@media screen and (max-width: 768px){

  p.post__step-contents-info {
    font-size: 14px;
    text-align: left;
    line-height: 25px;
  }
  .post__step {
    margin-bottom: 40px;
    margin-top: 20px;
    gap: 10px;
  }
  .post__step-contents {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px 20px;
    align-items: center;
  }
  .post__step-contents-textarea {
      width: 100%;
      display: flex;
      align-items: center;
      display: contents;
  }

  p.post__step-contents-img {
      width: 100%;
  }

  .post__step-contents-form,
  p.post__step-contents-textarea-text--small {
    order: 4;
  }

  .post__step-contents:after {
      content: none;
  }

}

/*template*/

.post__template {
    text-align: center;
}

.review__ttl--template-icon {
    position: relative;
    display: inline-block;
}

.review__ttl--template-icon:after {
    content: "";
    background: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2025/10/review__ttl-template-icon.png);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 13%;
    right: -42px;
}

.post__template-text {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 20px;
    color: #333;
    font-weight: 500;
} 

.post__template-list {
    display: flex;
    gap: 20px;
    justify-content: center;
} 

.post__template-list-card {
    width: 100%;
    border: 2px solid #000;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
} 

.post__template-list-card-name {
    text-align: center;
    font-size: 25.92px;
    font-weight: 600;
    padding: 20px 0 40px;
    line-height: 30px;
} 

.post__template-list-card-text {
    font-size: 15px;
    padding-bottom: 40px;
    text-align: left;
    color: #333;
} 

.post__template-list-card-copy {
    margin-top: auto;
} 

.post__template-list-card-copy button {
    border: 2px solid #24a0ef;
    border-radius: 99px;
    padding: 10px 80px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 18px;
    position: relative;
    background: #fff;
} 

.post__template-list-card-copy button:hover {
    background: #24a0ef;
    color: #fff;
} 

.post__template-list-card--light-blue {
    border-color: #24a0ef;
} 
 
.post__template-list-card--blue {
    border-color: #176bdd;
} 

.post__template-list-card--light-blue .post__template-list-card-name{
  color: #24a0ef
} 

.post__template-list-card--blue .post__template-list-card-name{
  color: #176bdd
} 

@media screen and (max-width: 768px){

h3.review__ttl.review__ttl--template-icon {
    font-size: 25.92px;
}

p.post__template-text {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    padding: 0 10px 20px;
}

.review__ttl--template-icon:after {
    content: none;
    top: -6%;
    right: -38px;
}

.post__template-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.post__template-list-card {
    width: 100%;
    padding: 20px 20px;
}

.post__template-list-card {
    margin: auto;
    margin-bottom: 20px;
}
}

/*template*/
/*///レビュー投稿方法
------------------------------------------------------------ */

/*注意事項
------------------------------------------------------------ */
section#notes {
    padding-bottom: 30px;
}

ul.notes__list-text {
    background: #efefef;
    padding: 50px 160px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin: 0;
}

ul.notes__list-text li {
    list-style-type: disc;
    padding-bottom: 10px;
}

a.notes__list-text--blue {
    color: #0082d5;
}

@media screen and (max-width: 768px){
  ul.notes__list-text {
    padding: 20px 30px 20px 40px;
    font-size: 14px;
    border-radius: 10px;
  }
}

/*///注意事項
------------------------------------------------------------ */


/*template label*/

.post__template-list-card {
    position: relative;
}

.post__template-list-card.post__template-list-card--light-blue::after {
    content: "";
    background: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2026/02/review_temlate_label_pc.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    pointer-events: none;
}

.post__template-list-card.post__template-list-card--light-other::after {
    content: "";
    background: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2026/02/review_temlate_label_other.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    pointer-events: none;
}

.post__template-list-card-name {
    padding: 40px 0 40px;
}

.voice__flex-container {
    margin-bottom: 80px;
}

.post__template {
    margin-bottom: 30px;
}

.post__step {
    margin-bottom: 0px;
}

p.post__template-list-card-text.post__template-list-card-text--small {
    text-align: center;
    padding: 0;
    color: #888;
    margin-top: auto;
}

/**/

.voice__flex-container-item-body-list small {
    font-size: 12.5px;
    font-weight: 400;
}

span.orange {
    color: #fe6000;
}

@media screen and (max-width: 768px){
.mv__ttl-main--yellow.mv__ttl-main--top {
    font-size: 12vw;
    line-height: 15vw;
}

.mv__ttl-main--yellow.mv__ttl-main--bottom {
    font-size: 10vw;
    line-height: 15vw;
}
}