@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

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

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

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

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


/* ForeAI ログインゲート */
.foreai-login-gate {
    max-width: 480px;
    margin: 2.5rem auto 3rem;
    padding: 2rem 1.75rem;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    text-align: center;
}

.foreai-login-gate__title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.foreai-login-gate__lead {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.foreai-login-gate__button {
    margin-bottom: 1.5rem;
}

.foreai-login-gate__note {
    font-size: 0.8rem;
    color: #888;
    line-height: 1.6;
}

/* スマホ寄せ */
@media (max-width: 599px) {
    .foreai-login-gate {
        margin-top: 1.5rem;
        padding: 1.6rem 1.2rem;
    }
}

.foreai-login-gate__安心 {
    text-align: left;
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 1.4rem;
}

.foreai-login-gate__安心-title {
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.foreai-login-gate__安心 ul {
    margin: 0;
    padding-left: 1.1rem;
}

.foreai-login-gate__安心 li {
    margin: 0.15rem 0;
}

.foreai-login-gate__links {
    font-size: 0.8rem;
    color: #888;
}

.foreai-login-gate__link {
    color: #0b87d8;
    text-decoration: none;
}

.foreai-login-gate__link:hover {
    text-decoration: underline;
}

.foreai-login-gate__dot {
    margin: 0 0.2rem;
}
