@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
table.skill {
  width: auto;
  border-spacing: 0;
  font-size:14px;
}
table.skill th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.skill th:first-child {
  border-radius: 5px 0 0 0;	
}
table.skill th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.skill tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: left;
}
table.skill tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.skill tr {
  background: #fff;
}
table.skill tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table.skill tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.skill tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.skill tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table.skill tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}
.buttonlink {
    max-width: 600px;
    text-align: left;
    margin:20px auto 20px auto;

    color: #ffffff !important;
    height: auto;    
}
.buttonlink > img{
    display:inline !important;
}
.buttonlink :before {
	content:" \f08e 　";
        font-family: FontAwesome;
}
.buttonlink a {
 text-decoration: none !important;
 color: #ffffff !important;
 display:block;
 padding: 10px;
 background-color: #00bfff;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.buttonlink a:hover {
 text-decoration: none !important;
 color:#666666 !important;
 background-color: #fff;
 border:2px solid #F00;
}
.comment-form-email,.comment-form-url{ display:none; }

.prime-box{
  max-width:700px;
  margin:36px auto;
  padding:28px 22px;
  border-radius:24px;
  background:
  linear-gradient(180deg,#0f1720 0%,#182635 100%);
  box-shadow:0 12px 36px rgba(0,0,0,.25);
  text-align:center;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",sans-serif;
  overflow:hidden;
  position:relative;
}

.prime-badge{
  display:inline-block;
  background:#00a8e1;
  color:#fff;
  font-size:13px;
  font-weight:700;
  padding:7px 14px;
  border-radius:999px;
  margin-bottom:18px;
}

.prime-title{
  font-size:28px;
  line-height:1.45;
  font-weight:800;
  color:#fff;
  margin-bottom:14px;
  letter-spacing:.02em;
}

.prime-sub{
  color:rgba(255,255,255,.82);
  font-size:15px;
  line-height:1.9;
  margin-bottom:24px;
}

.prime-features{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:26px;
}

.prime-feature{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(4px);
  color:#fff;
  font-size:13px;
  padding:9px 13px;
  border-radius:999px;
}

.prime-button{
  display:block;
  width:100%;
  background:linear-gradient(180deg,#19c2ff 0%,#00a8e1 100%);
  color:#fff !important;
  text-decoration:none;
  font-size:20px;
  font-weight:800;
  padding:18px 20px;
  border-radius:18px;
  box-shadow:
    0 6px 0 #0078a3,
    0 14px 30px rgba(0,168,225,.35);
  transition:all .15s ease;
}

.prime-button:hover{
  transform:translateY(2px);
  box-shadow:
    0 4px 0 #0078a3,
    0 10px 22px rgba(0,168,225,.28);
}

.prime-note{
  margin-top:16px;
  color:rgba(255,255,255,.65);
  font-size:12px;
  line-height:1.8;
}
.top-info-link{
  width:100%;
  text-align:center;
  font-size:14px;
  line-height:1.7;
}

.top-info-link a{
  display:block;
  padding:12px 14px;
  background:linear-gradient(180deg,#fff7ea 0%,#fff2dc 100%);
  color:#333;
  text-decoration:none;
  border-bottom:1px solid #f3d6a6;
  transition:all .18s ease;
  font-weight:500;
}

.top-info-link a:hover{
  background:#ffe8bf;
}

.top-info-badge{
  display:inline-block;
  margin-right:8px;
  padding:2px 7px;
  border-radius:999px;
  background:#ff0033;
  color:#fff;
  font-size:10px;
  font-weight:700;
  vertical-align:middle;
}

.highlight{
  color:#e60033;
  font-weight:700;
}

.top-info-link strong{
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
}
.sale-appeal-mini{
  padding:34px 20px;
  border-radius:18px;
  background:linear-gradient(135deg,#fff8eb 0%,#fff2dc 100%);
  border:1px solid #ffd08a;
  text-align:center;
  box-shadow:0 10px 28px rgba(0,0,0,0.05);
}

.sale-appeal-mini-badge{
  display:inline-block;
  margin-bottom:14px;
  padding:6px 14px;
  border-radius:999px;
  background:#ff9900;
  color:#fff;
  font-size:13px;
  font-weight:700;
}

.sale-appeal-mini-title{
  margin:0 0 22px;
  font-size:34px;
  line-height:1.45;
  color:#222;
  font-weight:800;
}

.sale-appeal-mini-link{
  display:inline-block;
  font-size:21px;
  font-weight:700;
  color:#e47911 !important;
  text-decoration:none;
  border-bottom:3px solid rgba(228,121,17,0.35);
  padding-bottom:3px;
  transition:0.2s ease;
}

.sale-appeal-mini-link:hover{
  color:#c45500 !important;
  border-bottom-color:#c45500;
}
.dq-associate-banner {
    width: 100%;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%); /* 高級感のあるダークネイビー */
    border-bottom: 3px solid #3b82f6; /* ドラクエのブルーをイメージしたアクセントライン */
    padding: 16px 20px;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 20px;
}

.dq-banner-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.dq-banner-content {
    flex: 1;
    min-width: 280px;
}

.dq-badge {
    display: inline-block;
    background-color: #ef4444; /* 目を引く赤のバッジ */
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 6px;
    letter-spacing: 0.05em;
}

.dq-banner-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px 0;
    line-height: 1.4;
}

.dq-highlight {
    color: #60a5fa; /* スライムブルー */
    font-weight: 800;
}

.dq-banner-desc {
    color: #94a3b8;
    font-size: 13px;
    margin: 0;
    line-height: 1.4;
}

.dq-banner-action {
    display: flex;
    align-items: center;
}

.dq-btn {
    display: inline-block !important;
    width: 220px !important;
    height: 48px !important;
    padding: 0 !important;
    margin: 0 auto !important;
    background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 30px;
    box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.3), 0 2px 4px -1px rgba(59, 130, 246, 0.06);
    transition: all 0.2s ease;
    box-sizing: border-box !important;
    text-decoration: none !important;
    position: relative !important;
}

/* 内側の文字カプセル：テーマの干渉を受けない絶対配置で中央固定 */
.dq-btn-inner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important; /* 物理的な中心に固定 */
    width: 100% !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    text-align: center !important;
    line-height: 1 !important;
    text-indent: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.dq-btn:hover {
    background: linear-gradient(180deg, #60a5fa 0%, #3b82f6 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 8px -1px rgba(59, 130, 246, 0.4);
}

.dq-btn:active {
    transform: translateY(1px);
}

.dq-icon {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    transition: transform 0.2s ease;
}

.dq-btn:hover .dq-icon {
    transform: translateX(3px);
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
	  .sale-appeal-mini{
    padding:28px 18px;
    border-radius:16px;
  }

  .sale-appeal-mini-title{
    font-size:26px;
    line-height:1.5;
  }

  .sale-appeal-mini-link{
    font-size:18px;
    line-height:1.7;
  }
	.dq-associate-banner {
        padding: 12px 16px;
    }
    .dq-banner-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .dq-banner-content {
        width: 100%;
    }
    .dq-banner-title {
        font-size: 15px;
    }
    .dq-banner-desc {
        font-size: 12px;
    }
    .dq-banner-action {
        width: 100%;
    }
 .dq-btn {
        display: block !important;
        width: 100% !important;
        height: 48px !important;
        padding: 0 !important;
    }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.prime-box{
  padding:24px 18px;
  border-radius:20px;
}

.prime-title{
  font-size:23px;
}

.prime-button{
  font-size:18px;
  padding:17px 16px;
}
.top-info-link{
  font-size:13px;
}

.top-info-link a{
  padding:11px 10px;
}
}