@charset "UTF-8";

/*!
Theme Name: Asias
Description: Asias専用の子テーマ
Theme URI: https://asias9.com
Author: Asias
Author URI: https://asias9.com
Template:   cocoon-master
Version:    1.0.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*固定ページの日付非表示*/
.page .date-tags,
.page .author-info {
display: none;
}
/*固定ページのタイトル非表示*/
.home.page .entry-title{
  display: none;
}

/*hタグのカスタム*/
.article h2 {
  color: #010079;
  text-shadow: 0 0 5px white;
  padding: 0.3em 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

/* ===========================
   SECTION コンテナ：1200pxだけど背景は全幅
=========================== */
.lp-section,
.lp-section-alt,
.lp-works,
.lp-final-cta {
    width: 100%;
}

.lp-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===========================
   WORKS：画像中央配置＋カード整形
=========================== */
.lp-works-grid a {
    text-decoration: none;
    color: inherit;
}

.lp-work-card {
    text-align: center;
}

.lp-work-thumb img {
    display: block;
    margin: 0 auto;
    border-radius: 14px;
    width: 100%;
    height: auto;
}

/* ===========================
   WHY US セクション：強調デザイン
=========================== */
.lp-why-title {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

/* グリッドを綺麗に */
.lp-why-list {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.lp-why-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    padding: 16px 18px;
    border-radius: 14px;
    border: 1px solid #d8e5f4;
    font-size: 20px;
    font-weight: 600;
}

/* スタイリッシュなチェックアイコン */
.lp-why-item svg {
    width: 22px;
    height: 22px;
    fill: #2a7bff;
    flex-shrink: 0;
}

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

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

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