.elementor-kit-1206{--e-global-color-primary:#FBE8CD;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#EE856D;--e-global-color-f05a135:#4054B2;--e-global-color-7a4318a9:#23A455;--e-global-color-39d50120:#000;--e-global-color-16e82b99:#FFF;--e-global-color-70b5b1a:#CEA161;--e-global-color-224e277:#C0C0C0CC;--e-global-typography-primary-font-family:"YU-GO";--e-global-typography-primary-font-size:1.5rem;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:0.3rem;--e-global-typography-secondary-font-family:"YU-GO";--e-global-typography-secondary-font-size:1.3rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:0.1rem;--e-global-typography-text-font-family:"YU-GO";--e-global-typography-text-font-size:0.9rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.9em;--e-global-typography-text-letter-spacing:0.1rem;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-eb52e2a-font-family:"Raleway";--e-global-typography-eb52e2a-font-size:3rem;--e-global-typography-f8e95fd-font-family:"Noto Sans JP";--e-global-typography-f8e95fd-font-size:2rem;--e-global-typography-f8e95fd-letter-spacing:0.2rem;--e-global-typography-8d26498-font-family:"Raleway";--e-global-typography-8d26498-font-size:2rem;}.elementor-kit-1206 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1206 h1{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-kit-1206 h2{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-1206{--e-global-typography-f8e95fd-font-size:1.5rem;}.elementor-kit-1206 h1{font-size:var( --e-global-typography-primary-font-size );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-kit-1206 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1206{--e-global-typography-secondary-font-size:1rem;--e-global-typography-f8e95fd-font-size:1rem;--e-global-typography-f8e95fd-letter-spacing:0px;}.elementor-kit-1206 h1{font-size:var( --e-global-typography-primary-font-size );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-kit-1206 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body  {font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

a {
    color: black; /* 通常時のリンクの色を黒に設定 */
}

a:hover {
    color: #EE856D; /* マウスオーバー時のリンクの色 */
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.container {
    width: 100%;
    overflow: hidden;
}

.mobile-only {
    display: none; /* デフォルトでは非表示 */
}

@media only screen and (max-width: 768px) {
    .mobile-only {
        display: block; /* モバイルデバイスでのみ表示 */
    }
}

/* Article クラスに基本スタイルを設定 */
.article {
    font-family: 'Arial', sans-serif;
    color: #333; /* 文字色 */
    font-size: 18px;
}

/* h2タグの装飾 */
.article h2 {
    font-size: 26px;
    color: #CEA161; /* 指定された色 */
    padding: 5px 20px;
    border-bottom: 3px solid #CEA161;
    margin: 40px 0;
    display: block;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

/* h3タグの装飾 */
.article h3 {
    font-size: 22px;
    color: #CEA161; /* 指定された色 */
    background-color: #f0e2cf; /* ベースカラーを薄くした色 */
    padding: 10px 20px;
    border-radius: 5px;
    margin: 20px 0;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative; /* 相対位置指定を追加 */
}

/* h4タグの装飾 */
.article h4 {
    font-size: 18px;
    color: #CEA161; /* 指定された色に変更 */
    padding: 5px 15px;
    margin: 30px 0;
    background-color: #f0e2cf; /* ベースカラーを薄くした色 */
    border-left: 4px solid #CEA161;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

/* 箇条書きの装飾 */
.article ul {
    list-style: none;
    padding: 15px 25px;
    border: 2px solid #CEA161; /* 指定された色に変更 */
    border-radius: 20px;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.article ul li {
    margin-bottom: 10px;
    padding-left: 15px;
    color: #333; /* 文字色を調整 */
}

.article ul li:before {
    content: "✓";
    color: #CEA161; /* 指定された色に変更 */
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
}

/* 強調テキストの基本スタイル */
.highlight {
    font-weight: bold; /* 太字 */
    position: relative;
    color: #333;
    padding-bottom: 3px; /* 下線のスペース確保 */
}

/* 蛍光ペンのアンダーライン効果 */
.highlight {
    background: linear-gradient(transparent 60%, rgba(255, 215, 0, 0.7) 60%);
    line-height: 1.5; /* 適切な行の高さに調整 */
}

/* "読める時間" のスタイル */
.read-time {
    font-weight: bold; /* 太字 */
    color: #CEA161; /* 指定された色 */
    font-size: 20px; /* 文字の大きさを大きくする */
    display: block; /* ブロックレベル要素 */
    margin-bottom: 20px; /* 下の余白 */
}

/* "内容の概要" のスタイル */
.content-summary {
    background-color: #f0e2cf; /* 柔らかい背景色 */
    padding: 20px; /* 内側の余白 */
    border: 2px solid #CEA161; /* 枠線 */
    border-radius: 15px; /* 角の丸み */
    margin-bottom: 20px; /* 下の余白 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 影を追加 */
    position: relative; /* 相対位置 */
}

/* "この記事を読むとわかること" の見出しスタイル */
.content-summary-header {
    position: absolute;
    top: -20px; /* 枠の上部に配置 */
    left: 20px; /* 左側の余白 */
    background-color: #CEA161; /* 見出しの背景色 */
    color: white; /* 見出しのテキスト色 */
    padding: 5px 10px; /* 見出しの内側の余白 */
    border-radius: 10px; /* 角の丸み */
    font-size: 18px; /* フォントサイズ */
}

/* "内容の概要" 内の箇条書きの装飾 */
.content-summary ul {
    list-style: none; /* デフォルトの箇条書きスタイルを無効化 */
    padding-left: 0; /* 左側のパディングを無効化 */
    margin: 0; /* マージンを無効化 */
    border: none; /* 枠線を無効化 */
    box-shadow: none; /* 影を無効化 */
}

.content-summary ul li {
    margin-bottom: 10px; /* 項目間の余白を調整 */
    color: #333; /* 項目の文字色を調整 */
    background: none; /* 背景を無効化 */
}

.content-summary ul li:before {
    content: '✓'; /* 箇条書きの前にチェックマーク */
    color: #CEA161; /* 指定された色 */
    font-weight: bold;
    margin-right: 10px; /* チェックマークとテキストの間隔 */
}

/*チャットバブル */
.chat-container {
    width: 90%;
    margin: 60px 5%;
}

.chat-bubble {
    max-width: 60%;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    font-size: 16px;
    margin-left: 20px; /* 左のマージンを追加 */
    margin-right: 20px; /* 右のマージンを追加 */
}

.user1 {
    background-color: #e0e0e0;
}

.user2 {
    background-color: #add8e6;
    margin-left: auto;
}

.chat-icon {
    width: 60px; /* アイコンのサイズを大きくする */
    height: 60px; /* アイコンのサイズを大きくする */
    border-radius: 50%;
    position: absolute;
    top: -30px; /* アイコンの位置を調整 */
    left:-70px; /* アイコンの位置を調整 */
}

.user2 .chat-icon {
    left: auto;
    right: -70px; /* アイコンの位置を調整 */
}
/*読者バブル */
.reader-feedback {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.reader-icon {
    width: 50px; /* アイコンのサイズ */
    height: 50px; /* アイコンのサイズ */
    border-radius: 50%; /* アイコンを円形に */
    margin-right: 15px; /* アイコンの右の余白 */
}

.feedback-bubble {
    max-width: 70%;
    background-color: #f0e2cf; /* 背景色 */
    padding: 10px 20px; /* 内側の余白 */
    border-radius: 20px; /* 角の丸み */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 影を追加 */
}
.line-invitation {
    background-color: #00C300; /* LINEの色 */
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    margin: 40px 0;
}

.line-invitation p {
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
}

.line-link {
    display: inline-block;
    background-color: white;
    color: #00C300;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'YU-GO';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://de16.tukarega.com/wp-content/uploads/2023/08/YuGothic-Regular-01.ttf') format('truetype');
}
@font-face {
	font-family: 'YU-GO';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://de16.tukarega.com/wp-content/uploads/2023/08/YuGothic-Medium-01.ttf') format('truetype');
}
@font-face {
	font-family: 'YU-GO';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://de16.tukarega.com/wp-content/uploads/2023/08/YuGothic-Bold-01.ttf') format('truetype');
}
@font-face {
	font-family: 'YU-GO';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://de16.tukarega.com/wp-content/uploads/2023/08/YuGothic-Light-01.ttf') format('truetype');
}
/* End Custom Fonts CSS */