@charset "UTF-8";

@keyframes white-ex-loop-bg-loop {
  100% {
    background-position: -240px -240px;
  }
}

/* 全体 */
html[class*="white-ex-loop"] {
  background: url(../wp-content/themes/dr-tvtan2017/assets/images/bg/bg-dr-tvtan.jpg);
  background-size: auto;
  background-size: 120px;
  -webkit-animation: white-ex-loop-bg-loop 15s linear infinite;
  animation: white-ex-loop-bg-loop 15s linear infinite;
}

.white-ex body {
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
  border-top: none;
  line-height: 2;
}

.white-ex.white-ex-form {
  background: #fdf3ef;
}

.white-ex.white-ex-form body {
  padding: 0;
  background: #fdf3ef;
}

.white-ex-loop body {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px 0;
  border-top: none;
  line-height: 1.4;
}

.white-ex h1,
h2 {
  line-height: 1.5;
}

/* コンテンツ全体 */
.white-ex p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.p-detail {
  margin-top: 20px;
  padding: 0 1em;
}
.p-detail::after,
.p-detail::before {
  content: "";
  display: table;
}
.p-detail + .p-detail {
  border-top: 1px dotted currentColor;
  padding-top: 20px;
  margin-top: 30px;
}
.p-detail h1 {
  font-size: 2em;
  margin: 0.67em 0 0.5em 0;
  text-align: center;
}
.p-detail:first-child h1:first-child {
  margin-top: 0;
}
/* .p-detail h1 > span {
  background: -webkit-linear-gradient(transparent 75%,#ff6e2e 75%);
  background: linear-gradient(transparent 75%,#ff6e2e 75%);
} */
.p-detail h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5em 0 0.5em;
  margin-bottom: 0.5em;
}

.p-terms .p-detail h2 {
  color: #ff6e2e;
}

.p-detail h2 > span:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1em;
}

/* 紹介エリア */
.p-download {
  margin-top: 30px;
  width: 100%;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

/* 紹介エリア - 上部ロゴなど */
.p-download-figure {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 40px;
}
.p-download-figure > img {
  border-radius: 8px;
  border: 4px solid #231816;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
  width: 110px !important;
  height: auto;
  padding: 20px 5px;
}
.p-download-figure > figcaption {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 20px;
  position: relative;
}
.p-download-figure__by img {
  width: 100%;
  height: auto;
  margin-bottom: 0.265em;
}
.p-download-figure__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.p-download-figure__price {
  /* font-size: 17px; */
  position: absolute;
  left: 50%;
  transform: translateX(10%);
  margin-top: 5px;
  font-size: 1.4rem;
  background: #ff6e2e;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  color: #fff;
}

/* 紹介エリア - メイン */
.p-download-pr {
  margin-top: 15px;
}
.p-download-pr h2 {
  margin-bottom: 0.65em;
}
.p-download-pr h2 + p:not(:first-child) {
  margin-top: -0.525em;
}
.p-download-pr p:not(:first-child) {
  margin-top: 1em;
}
.p-download-pr p {
  line-height: 1.7;
  margin: 0;
  margin-top: 0px;
}
.p-download-pr h2 + h3 {
  margin-top: 0;
}
.p-download-pr h3 {
  margin-top: 1em;
  margin-bottom: 0.325em;
}
.p-download-pr h3 + p:not(:first-child) {
  margin-top: 0;
}

/* リンク */
.p-detail-link {
  margin: 20px;
  margin-top: 20px;
  text-align: right;
  line-height: 1.75;
}
.p-detail-link__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.p-detail-link a {
  text-decoration: underline;
}

/* 注意事項 */
.p-detail-outline {
  background-color: #f0f0f0;
  margin-bottom: 20px;
  padding: 1em;
}
.p-detail-outline__link {
  margin: 1em 0 0 !important;
}
.p-detail__sign {
  background-color: #f0f0f0;
  margin: 30px -1em 0 !important;
  padding: 1em;
}

/* FAQ */
.p-faq-list__element {
  margin-bottom: 4rem;
}

.p-faq__caption {
  color: #ff6e2e;
  margin-bottom: 0.8em;
}

.p-faq__captionInner {
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-faq__captionLabel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  background: #ff6e2e;
  color: #fff;
  border-radius: 50vh;
  margin-right: 1rem;
}

.p-faq__content {
  background: rgba(242, 78, 160, 0.05);
  padding: 0.6em 1em;
  color: #5b575e;
}

.c-anchor-reverse {
  text-decoration: underline;
}

.c-anchor-reverse:hover {
  opacity: 0.7;
}

.p-layout__section {
  margin-top: 40px;
}

/* インデント */
.p-text-indent p {
  padding-left: 1em;
  text-indent: -1em;
}

.p-list-nested p {
  margin: 0 0 0 1em;
}

.u-status-danger {
  color: #e52600 !important;
  fill: #e52600 !important;
}

/* 利用規約テーブル */
.p-table-terms {
  width: 100%;
  max-width: 760px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.p-table-terms tr {
  vertical-align: top;
}

.p-table-terms th {
  width: 130px;
  font-weight: 400;
  text-align: left;
  padding: 5px 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.p-table-terms td {
  line-height: 1.5;
  padding: 5px 8px;
  border-bottom: 1px solid #ccc;
}

/* お問い合わせフォーム追加スタイル */
.p-contact-form {
  padding: 50px 0;
}

.p-form-status--required {
  background: #ff6e2e !important;
}

.p-form-button {
  border: 1px solid #ff6e2e !important;
  color: #ff6e2e !important;
}

.p-form-submit:not(.is-desabled) .p-form-button:focus {
  background: #ff6e2e !important;
  color: #fff !important;
}

.p-form-submit:not(.is-desabled) .p-form-button:hover {
  color: #fff !important;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #fff !important;
}

.p-form-policy__frame {
  height: auto !important;
}

[data-cf-agree="check"] [type="checkbox"]:checked {
  background: #fff url(../images/svg/check.svg) no-repeat 50%/1.1rem !important;
}

.u-hidden {
  display: none;
}

.p-form-submit-message {
  background: #fff;
  border: 1px solid #ff6e2e;
  border-radius: 10px;
  color: #ff6e2e;
  text-align: center;
  max-width: 500px;
  margin: 40px auto 0;
}

.p-appHeading span {
  font-size: 25px;
  font-weight: 600;
}

/* ダウンロードボタン */
.p-dowunload-btn {
}

.p-dowunload-btn:hover,
.p-dowunload-btn:active {
  text-decoration: none !important;
}

.p-download-btn__label {
  color: #ff6e2e;
}

.p-downloadBtton {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: -5px;
  margin-bottom: -5px;
  margin-left: -5px;
  margin-right: -5px;
}

.p-downloadBtton__item {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.c-list-update li {
  padding: 1rem 0;
}

.c-list-update li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
