:root {
  --color-bg: #f7f7f7;
  --color-red: #f04;
  --color-dark-yellow: #E07000;
  --color-pale-orange: #fff5eb;
  --color-glay: #c8c8c8;
  --color-pale-glay: #efefef;
}

.main-content {
  width: 1200px;
  flex-shrink: 0;
  background:rgba(247, 247, 247, 1);
}

.background-white {
  background: #fff;
  display:block ;
}

/*同意事項 */
#agreement-contents {
  display: none;
}

/* 外国Peps */
#foreign-peps-contents {
  display: none;
}

/*留意事項 */
#points-note-contents {
  display: none;
}

/* PDF */
.agree-checkbox-content {
  display: flex;
}

/* .required-check :checked {background-color:red!important;} */

p {
  line-height: 25px;
}

.default-button {
  text-align: center;
  margin-top: 10px;
}

.not-agree-btn {
  border: solid 1px #E07000;
  width: 250px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 10px;
}

.not-check-agree-btn {
  border: solid 1px #EFEFEF;
  background: #EFEFEF;
  width: 250px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 10px;
}

.agree-btn {
  border: solid 1px #E07000;
  background: var(--E07000, #E07000);
  width: 250px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 10px;
}

.inquiry-line-wrap {
  border: solid 1px #E07000;
  margin-bottom: 34px;
  padding: 22px 30px;
  font-size: 20px;
  line-height: 35px;
  margin: 0 60px;
}

.note-line-wrap {
  border: solid 1px #C8CDD6;
  margin-bottom: 34px;
  padding: 22px 30px;
  font-size: 20px;
  line-height: 35px;
  margin: 0 60px;
}

.trasition-btn-area {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top:50px;
}

/* 動作問題なければ削除します。 */
/* .trasition-btn-area > div button {
  margin-left: 20px;
} */

.trasition-btn-area > div:last-child {
  margin-left: 0;
}

.required-check:disabled + label {
  opacity: .6;
}

.points-note-contents-title {
  font-size: 18px;
  color: #E07000;
  font-weight: bold;
  margin-bottom: 20px;
}

.text-wrap {
  padding-inline-start: 0;
  font-size: 14px;
  font-weight: bold;
}

.text-wrap-top {
  margin-top: 15px;
}

.font-pink {
  color: #FF0044;
}

.pdf-url {
  color: #E07000;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
}

.checkList-pdf-url {
  color: #FF0044;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
}

.screen-transition-btn {
  color: #FF0044;
  text-decoration: underline;
}

.product-description-pdf {
  margin-left: 60px;
  margin-bottom: 40px;
  ;
}

.product-description-pdf-url {
  text-decoration: underline;
  font-size: 14px;
  color: #ff4081;
  font-weight: bold;
}

.text-attention-writing {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.title-and-pdf {
  text-align: center;
}

.points-note-title {
  color: var(--E07000, #E07000);
  font-family: Noto Sans CJK JP;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
  margin-left: 5px;
}

/** チェックボックス **/
.checkbox-agree {
  min-width: 170px;
  display: inline-block;
  background-color: #EFEFEF;
  width:100%;
  height: 60px;
  border-radius: 10px;
  margin: 15px 0;
  padding: 0;
  text-align: center;
}

.checkStr {
  color: var(--333333, #333);
  font-family: Noto Sans CJK JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.checked-agree {
  background: #FFF5EB;
}

.checkbox-agree label {
  position: relative;
  padding-left: 30px;
  height: 100%;
}

.sub-title-str {
  color: var(--333333, #333);
  font-family: Noto Sans CJK JP;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 60px;
  margin-top: 70px;
}

.checkList-sub-title-str {
  color: var(--333333, #333);
  font-family: Noto Sans CJK JP;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 60px;
}

.text1 {
  width: 85%;
  height: 52px;
  flex-shrink: 0;
  color: var(--333333, #333);
  font-family: Noto Sans CJK JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-top: 40px;
  margin-left: 60px;
}

.page-title{
	padding-top:60px;
	margin-top:0 !important;
}

.p-btm{
	padding-bottom:40px;
}

.productDetailText {
  margin-top: 5px;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .product-description-pdf {
    margin-top: 40px;
    margin-left: 60px;
    margin-bottom: 40px;
    ;
  }
}

/* SP */
@media screen and (max-width: 667px) {
  .prior-consent-title {
    font-size: 28px;
    margin: 42px 0 30px;
  }

  .btn-arrow::before {
    content: none;
  }

  .text-line-wrap {
    padding: 12px 15px;
    font-size: 16px;
    line-height: 1.5;
  }

  .text-wrap {
    margin-bottom: 20px;
    padding-inline-start: 0;
    font-size: 14px;
    font-weight: normal;
  }

  .inquiry-line-wrap {
    font-size: 16px;
    line-height: 1.5;
  }

  .agree-checkbox-content label {
    font-size: 16px;
  }

  .trasition-btn-area {
    display: block;
    text-align: center;
  }
  .trasition-btn-area > div {
    display: inline-block;
  }
  .trasition-btn-area > div button {
    margin-left: 0;
    font-size: 13px;
  }
  #otoiawase > a .btn-line-blue {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
  }
}

/* タブレット */
@media screen and (max-width: 1112px) {
  .checkbox-agree label::before,
  .checkbox-agree label::after {
    margin-left: 15px;
  }
}

/* SP */
@media screen and (max-width: 667px) {
  .page-title {
    font-weight: bold;
    font-size: 18px;
    margin-top: 0;
    padding: 0;
  }
  .text1 {
    width: 100%;
    height: auto;
    font-size: 14px;
    margin: 0;
    margin-top: 40px;
  }
  .productDetailText {
    margin-top: 14px;
    font-size: 14px;
  }
  .product-description-pdf {
    margin-top: 40px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .product-description-pdf-url {
    text-decoration: underline;
    font-size: 14px;
    color: #333;
    font-weight: bold;
  }
  .checkList-contents {
    margin-top: 34px;
  }
  .sub-title-bar.sub-title-str {
    font-size: 16px;
    margin: 0;
    margin-top: 28px;
    padding-left: 10px;
    border-left: solid 5px var(--color-dark-yellow);
  }
  .inquiry-line-wrap {
    margin: 0;
    margin-top: 5px;
    padding: 20px;
  }
  .inquiry-line-wrap .title-and-pdf {
    position: relative;
    text-align: left;
    padding-left: 17px;
  }

  .inquiry-line-wrap .title-and-pdf::before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    text-align: left;
    height: calc(12px / 2 * tan(60deg));
    width: 13px;
    clip-path: polygon(0 0, 50% 50%, 0 100%);
    background-color: var(--color-dark-yellow);
  }
  .text-attention-writing {
    text-align: left;
    font-weight: initial;
    font-size: 14px;
    margin-top: 22px;
  }
  #points-note-contents-str .text-attention-writing:first-child {
    font-weight: bold;
    color: var(--color-dark-yellow);
  }

  .checkbox-agree {
    display: inline-block;
    width: 100%;
    min-width: 100%;
    margin: 0;
    margin-top: 20px;
    padding: 10px;
  }
  .agree-checkbox-content label {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    /* padding-left: 40px; */
    width: 100%;
    height: fit-content;
    /* display: inline-block; */
  }

  .default-button.agree-btn,
  .default-button.not-agree-btn {
    width: 300px;
    height: 60px;
  }
  .default-button.agree-btn button,
  .default-button.not-agree-btn button {
    margin: 0;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
  }

  .default-button.not-check-agree-btn {
    width: 300px;
    height: 60px;
  }
  .default-button.agree-btn button {
    margin: 0;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
  }

  .trasition-btn-area {
    margin-top: 70px;
    margin-bottom: 0;
  }
  .trasition-btn-area > div {
    margin: 0 !important;
    margin-top: 30px !important;
  }

  .p-btm {
    padding-bottom: 0;
  }

  .note-line-wrap {
    margin: 0;
    margin-top: 30px;
    padding: 20px;
    font-size: 16;
    line-height: 1;
    word-break: break-all;
  }
  .font-pink {
    color: var(--color-red);
  }
  .move-position {
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .checkbox-agree label::before,
  .checkbox-agree label::after {
    margin-left: 1%;
  }
  .conf-term-sp {
    height: 70px;
  }
  .per-iden-infor-sp {
    height: 100px;
  }
  .foreign_peps-sp {
    height: 100px;
  }

}