/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 15 2025 | 06:14:45 */
/* リセット・ベーススタイル */
.lp-module-dr2025 * {
  box-sizing: border-box;
}

.lp-module-dr2025 {
  font-size: 17px;
  font-family: 'Hiragino Sans', Arial, sans-serif;
  background-color: #F4F4F4;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  margin: 0;
  word-wrap: break-word;
  line-height: 1.8;
  color: #000000;
}

@media screen and (min-width: 920px) {
  .lp-module-dr2025 {
    width: 620px;
    margin: 0 auto;
  }
}

.lp-module-dr2025 .exam_type_lp.wrapper {
  display: block;
  width: 100%;
  max-width: 620px;
  margin: 0;
  padding: 0;
}

.lp-module-dr2025 .article-header-wrapper {
  width: 100%;
}

.lp-module-dr2025 .article-header-wrapper img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.lp-module-dr2025 .article-body {
  position: relative;
  font-size: 17px;
  line-height: 1.8;
  padding: 0px;
  background-color: #ffffff;
  color: #000000;
}

.lp-module-dr2025 .article-body img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* 見出し */
.lp-module-dr2025 h2 {
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  background-color: #e60013;
  color: #fff;
  padding: 10px;
  line-height: 1.4;
  font-size: 27px;
}

/* コンテナ */
.lp-module-dr2025 .container {
  padding: 20px 10px;
  background-color: #eeeeee;
}

.lp-module-dr2025 .container .item {
  margin-bottom: 1rem;
}

/* 選択ボタンリスト */
.lp-module-dr2025 .list-ans {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-module-dr2025 .list-ans .radio-input {
  display: none;
}

.lp-module-dr2025 .btn {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  word-break: break-all;
  background-color: #fff;
  box-shadow: 0 0.25rem 0 0 #949494;
  border: 0 solid transparent;
  border-radius: 0.25rem;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
  display: inline-block;
  transition: all 0.1s linear;
  cursor: pointer;
}

.lp-module-dr2025 .btn:active,
.lp-module-dr2025 .list-ans .radio-input:checked + .btn {
  transform: translate(0, 0.25rem);
  box-shadow: 0 0 0 0 #949494;
  background-color: #e60013;
  color: #fff;
}

.lp-module-dr2025 .btn:focus {
  outline: none;
}

/* テキストボックス */
.lp-module-dr2025 .txt-box {
  padding: 20px 10px;
  background-color: #eee;
  margin-bottom: 20px;
}

.lp-module-dr2025 .txt-box img {
  margin: 10px 0;
}

.lp-module-dr2025 .txt-box-ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #69bab6;
  padding: 10px;
  line-height: 1.3;
  margin-bottom: 20px;
  position: relative;
}

.lp-module-dr2025 .txt-box-ttl::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #69bab6 transparent transparent transparent;
}

.lp-module-dr2025 .txt-box p {
  margin: 10px 0;
  line-height: 1.8;
}

/* グリッドレイアウト（特典案内） */
.lp-module-dr2025 .bl-benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 20px 10px;
  background-color: #ffffff;
}

.lp-module-dr2025 .bl-benefits-item {
  text-align: center;
}

.lp-module-dr2025 .bl-benefits-item img {
  width: 100%;
  height: auto;
}

/* CTAボタン */
.lp-module-dr2025 .bl-item-btn {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  padding: 10px;
}

.lp-module-dr2025 .bl-item-btn button {
  background-color: #0F847D;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 15px 30px;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 0 0 #0a5f5a;
}

.lp-module-dr2025 .bl-item-btn button:hover {
  opacity: 0.9;
}

.lp-module-dr2025 .bl-item-btn button:active {
  transform: translateY(4px);
  box-shadow: 0 0 0 0 #0a5f5a;
}

/* 矢印アニメーション */
.lp-module-dr2025 .cp_arrows {
  position: relative;
  height: 50px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.lp-module-dr2025 .cp_arrows .cp_arrowfirst {
  animation: arrow-move08 2s ease-in-out infinite;
}

.lp-module-dr2025 .cp_arrows .cp_arrowsecond {
  animation: arrow-move08 2s 1s ease-in-out infinite;
}

.lp-module-dr2025 .cp_arrows .cp_arrow {
  position: absolute;
  top: 100%;
  left: 45%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  opacity: 0;
}

.lp-module-dr2025 .cp_arrows .cp_arrow:before {
  transform: rotate(30deg) translateX(-39%);
  transform-origin: top left;
}

.lp-module-dr2025 .cp_arrows .cp_arrow:after {
  transform: rotate(-30deg) translateX(39%);
  transform-origin: top right;
}

.lp-module-dr2025 .cp_arrows .cp_arrow:before,
.lp-module-dr2025 .cp_arrows .cp_arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 3px;
  content: '';
  background: #E91E63;
}

@keyframes arrow-move08 {
  0% {
    top: 40%;
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 画像横移動アニメーション */
.lp-module-dr2025 .sb-img-move-side {
  animation: sb_img_move_side 1s ease-in-out infinite alternate;
}

@keyframes sb_img_move_side {
  0% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(5px);
  }
}

/* マーカー背景 */
.lp-module-dr2025 .sb-bg-gum-marker-animated {
  background: linear-gradient(to right, #ffee57 50%, transparent 50%) 100% 0% / 200% 70% no-repeat;
  background: -webkit-linear-gradient(left, #ffee57 50%, transparent 50%) 100% 0% / 200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
}

.lp-module-dr2025 .sb-bg-gum-marker-animated.animated {
  background-position: bottom 0 right 100%;
}

.lp-module-dr2025 .sb-bg-yellow {
  background: linear-gradient(to right, #ffee57 50%, transparent 50%) 100% 0% / 200% 70% no-repeat;
}

/* コメントコンポーネント */
.lp-module-dr2025 .article-body-comment {
  display: table;
  margin-bottom: 1.5em;
  padding: 1em;
  width: 100%;
  max-width: 100%;
  background-color: #f9f9f9;
  border-left: 4px solid #69bab6;
}

.lp-module-dr2025 .article-body-comment .comment-image,
.lp-module-dr2025 .article-body-comment .comment-content {
  display: table-cell;
  vertical-align: top;
}

.lp-module-dr2025 .article-body-comment .comment-image {
  padding-right: 1em;
  width: 60px;
}

.lp-module-dr2025 .article-body-comment .comment-image > img {
  display: block;
  height: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.lp-module-dr2025 .article-body-comment .comment-content {
  width: 100%;
}

.lp-module-dr2025 .article-body-comment .comment-content .comment-title {
  font-size: 1em;
  margin: 0 0 0.5em 0;
  font-weight: bold;
}

.lp-module-dr2025 .article-body-comment .comment-content p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

.lp-module-dr2025 .article-body-comment .comment-content p.comment-detail {
  color: rgba(51, 51, 51, 0.5);
  font-size: 0.9em;
  font-style: italic;
}

/* フォーム */
.lp-module-dr2025 .bl-dlist {
  margin: 20px 0;
  padding: 0;
}

.lp-module-dr2025 .bl-ditem-dt {
  font-weight: bold;
  margin-bottom: 8px;
}

.lp-module-dr2025 .el_must {
  background-color: #e60013;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 13px;
  margin-right: 8px;
}

.lp-module-dr2025 .bl-ditem-ttl {
  font-size: 15px;
}

.lp-module-dr2025 .bl-ditem-dd {
  margin-bottom: 20px;
}

.lp-module-dr2025 .bl-ditem-namegroup {
  display: flex;
  gap: 10px;
}

.lp-module-dr2025 .bl-ditem-namebox {
  flex: 1;
}

.lp-module-dr2025 .bl-ditem-txt {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
  color: #666;
}

.lp-module-dr2025 input[type="text"],
.lp-module-dr2025 input[type="email"],
.lp-module-dr2025 input[type="tel"],
.lp-module-dr2025 select,
.lp-module-dr2025 textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  border: 2px solid #ccc;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
}

.lp-module-dr2025 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 20px;
  padding-right: 30px;
}

.lp-module-dr2025 textarea {
  min-height: 150px;
  resize: vertical;
}

/* フォームセクション */
.lp-module-dr2025 .form-section {
  padding: 20px 10px;
  background-color: #ffffff;
}

.lp-module-dr2025 .form-section h2 {
  margin-bottom: 20px;
}

/* 注意事項 */
.lp-module-dr2025 .notice-section {
  padding: 20px 10px;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.6;
  color: #666;
}

.lp-module-dr2025 .notice-section ul {
  list-style: none;
  padding-left: 0;
}

.lp-module-dr2025 .notice-section li {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}

/* フッター */
.lp-module-dr2025 .footer {
  padding: 20px 10px;
  background-color: #2c3e50;
  color: #fff;
  text-align: center;
}

.lp-module-dr2025 .footer a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  font-size: 13px;
}

.lp-module-dr2025 .footer a:hover {
  text-decoration: underline;
}

/* セクション間余白 */
.lp-module-dr2025 .section {
  margin-bottom: 0;
}

/* 中央寄せテキスト */
.lp-module-dr2025 .text-center {
  text-align: center;
}

.lp-module-dr2025 .content-section {
  padding: 20px 10px;
  background-color: #ffffff;
}

.lp-module-dr2025 .content-section p {
  margin: 15px 0;
  line-height: 1.8;
}

.lp-module-dr2025 .strong-text {
  font-weight: bold;
  font-size: 19px;
  color: #e60013;
}

/* レスポンシブデザイン */
@media screen and (max-width: 619px) {
  .lp-module-dr2025 h2 {
    font-size: 18px;
  }

  .lp-module-dr2025 .txt-box-ttl {
    font-size: 16px;
  }

  .lp-module-dr2025 .container {
    padding: 15px 10px;
  }

  .lp-module-dr2025 .bl-benefits-grid {
    grid-template-columns: 1fr;
  }

  .lp-module-dr2025 .btn {
    font-size: 14px;
    padding: 12px;
  }

  .lp-module-dr2025 .bl-item-btn button {
    font-size: 16px;
    padding: 12px 20px;
  }
}
