@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
*/

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

/*SNS非表示*/カスタマイズ
/*全てをまとめて非表示*/
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}

#main {
padding-top: 0px;
}

#bcn_widget-2 {
margin-bottom:-14px;
}

.entry-content p {
padding-left: 25px;
padding-right: 25px;
}

blockquote::before {
    content: "“";
    line-height: 1.1;
    left: 10px;
    top: 0;
}

/* 引用 
------------------------------------------------------------ */
blockquote{
  background: #EFEFEF;
  border-radius: 5px; 
}
blockquote:before{ 
  position: absolute;
  font-family: FontAwesome;
  content: '\f10d';
  top: 10px;
  left: 10px;
  color: #c0c0c0;
  font-size: 1.5em;
}
blockquote:after{ 
  position: absolute;
  font-family: FontAwesome;
  content: '\f10e';
  bottom: 20px;
  right: 10px;
  color: #c0c0c0;
  font-size: 1.5em;
}
/* 引用ここまで */

/* ---　文字装飾
------------------------------------------------------------ */
/* pタグ中央寄せ */
p.pcenter {
width:600px;
margin:10px auto;
text-align: center;
}

/* 文字小さめに */
span.fcaution {
font-size: 90%;
}

/* 文字小さめに行間狭く */
.fcaution2 {
	font-size: 80%;
	line-height: 1.2;
}

/* 赤い文字 */
span.spanred {
color: #ff0000;
}

/* 赤太文字 */
span.redb {
color: #ff0000;
font-weight: bold;
}

/* 茶色小さい文字 */
span.choco {
color: #D00049;
font-size: 10px;
vertical-align: middle;
}

a {
  text-decoration: none;
}

/* パンくずリスト （プラグイン用 BreadclubmsNAV XT）
------------------------------------------------------------ */
.breadcrumbs {
    display: inline-block;
    padding: 1px;
    margin-top: 0px;
    vertical-align: middle;
  font-size: 11px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumbs span[property="name"] {
    display: inline-block;
    padding: 0;
    margin-top: 0px;
    vertical-align: middle;
  font-size: 11px;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* パンくずリストここまで */

/* テーブル修飾
------------------------------------------------------------ */
/* コンタクトフォーム */
#cform {
margin: 0px auto;
 width: 90%;
 border-collapse: collapse;
 border-spacing: 0;
font-size: 90%
}

#cform .table02 td:first-child {
width: 40%;
padding-top: 28px;
padding-bottom: 0px;
text-align: left;
vertical-align:middle;
  background: #e9e9e9;
font-weight: bold;
font-size: 90%;
}

.wpcf7 .table02 td {
width: auto;
 padding: 28px 10px 0px;
 vertical-align:middle;
 text-align: left;
 border: solid 1px #999999;
background-color: #fff;
}

/* テーブルレイアウト, ニュース
------------------------------------------------------------ */
table.table90 {
width: 90%;
margin: 0 auto;
}

.table-th th {
background-color: #a8bcc8;
font-weight: bold;
}

.th-date {
width: 10%;
}

.th-country {
width: 8%;
}

.th-datein {
text-align: left;
font-weight: bold;
}

table.table90 td:nth-of-type(2) {
text-align: center;
}

table.table90 td:nth-of-type(1) {
text-align: right;
}

tr.th-date td {
text-align: center;
}

td.tbl-normal {
vertical-align: top;
}

/* テーブルレイアウト, ノーマル
------------------------------------------------------------ */
table.table0 {
width: 90%;
margin: 0 auto;
}

table.table0 th {
background-color: #a8bcc8;
font-weight: bold;
}

table.table0 td:nth-of-type(n+2) {
text-align: center;
}

table.table0 td:nth-of-type(1) {
text-align: center;
}

td.tbl-normal {
vertical-align: top;
}

/* テーブルレイアウト, 幅100% 全センタリング
------------------------------------------------------------ */
table.table-n {
width: 100%;
margin: 0 auto;
}

table.table-n th {
background-color: #a8bcc8;
font-weight: bold;
}

table.table-n td {
text-align: center;
}

@media screen and (max-width:572px) {
#cform {
width:95%;
margin:0 auto;
}
}
/* テーブルノーマル　ここまで */

/* ボタン配置 */
.button-place {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 90%;
    margin: 0;
    padding: 0;
}

.button-contact {
  width: 150px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}

/* お問い合わせフォーム */
/* 必須フィールドのラベルスタイル */
.wpcf7 .required {
background-color: #ff0000; /* レッド */
color: white;
padding: 2px 5px;
border-radius: 3px;
margin-right: 5px;
margin-left: 5px;
font-size: 11px;
}

/* 送信ボタンのスタイル */
#cform input[type="submit"] {
width: 150px;
height: 50px;
margin-top: 10px;
background-color: #007BFF; /* ブルー */
color: white;
cursor: pointer;
transition: background-color 0.3s ease;
border: none;
border-radius: 4px;
}

#cform input[type="submit"]:hover {
background-color: #0056b3; /* 濃いブルー */
}

/* リセットボタンのスタイル */
#cform input[type="reset"] {
width: 150px;
height: 50px;
margin-top: 10px;
margin-left: 10px;
padding: 10px;
background-color: #ff0000; /* レッド */
color: white;
cursor: pointer;
transition: background-color 0.3s ease;
border: none;
border-radius: 4px;
}

#cform input[type="reset"]:hover {
background-color: #D00049; /* 濃いレッド */
}

/* 戻るボタンのスタイル */
#cform input[type=button].wpcf7-previous {
width: 150px;
height: 50px;
margin-top: 10px;
margin-left: 10px;
padding: 10px;
background-color: #ff0000; /* レッド */
color: white;
cursor: pointer;
transition: background-color 0.3s ease;
border: none;
border-radius: 4px;
}

#cform input[type=button].wpcf7-previous:hover {
background-color: #D00049; /* 濃いレッド */
}

/* マイページのボタン */
/* レイアウト調整 */
#wpmem_reg,
#wpmem_login,
.wpmem_msg {
margin: 0 auto;
}

/* ログアウト */
#wpmem_loginout_link.wpmem_loginout_link {
width: 150px;
height: 50px;
margin-top: 10px;
margin-left: 10px;
padding: 10px;
background-color: #ff0000; /* レッド */
color: white;
cursor: pointer;
transition: background-color 0.3s ease;
border: none;
border-radius: 4px;
}

#wpmem_loginout_link.wpmem_loginout_link:hover {
background-color: #D00049; /* 濃いレッド */
}

/* 戻る */
.button-contact a.myp-prev {
width: 150px;
height: 50px;
margin-top: 10px;
margin-left: 10px;
padding: 10px 34px;
background-color: #876244; /* 茶色 */
color: white;
cursor: pointer;
transition: background-color 0.3s ease;
border: none;
border-radius: 4px;
}

.button-contact a.myp-prev:hover {
background-color: #734e30; /* 濃い茶色 */
}

/* ユーザー登録コンテンツ上部注意書き */
div.reg-caution {
width: 100%;
padding: 25px;
text-align: center;
background-color: #fafbfc;
border:solid 1px #CCCCCC;
}

div.dl-caution {
width: 100%;
padding-top: 25px;
text-align: center;
background-color: #fafbfc;
border:solid 1px #CCCCCC;
}

div.req-text {
display: none;
}

/* 記事内に注意書きのCSS */
div.tmp-caution {
width: 90%;
margin: 0 auto 25px;
padding: 30px 45px 5px 55px;
text-align: left;
background-color: #fafbfc;
border:solid 1px #CCCCCC;
}

div.tmp-caution-c {
width: 90%;
margin: 0 auto 25px;
padding: 30px 45px 5px 55px;
text-align: center;
background-color: #fafbfc;
border:solid 1px #CCCCCC;
}

/* SNSシェア・フォローボタンを小さく *
------------------------------------------------------------ */
#main .sns-share a,
#main .sns-follow a {
width: 45px;
height: 30px;
margin: 0 5px 0 0;
}

.sns-share-message,
.sns-follow-message {
font-size: 9pt;
}

#main .button-caption {
display: none;
}

#main .social-icon {
font-size: 23px;
}

/* タブレット以上・最小値769px～のスタイル */
@media screen and (min-width: 769px) {
#main .sns-share {
width: 50%;
margin: auto;
}
#main .sns-follow {
width: 50%;
}
#main .sns-share,
#main .sns-follow {
display: inline;
}
}

/* ヘッダーメニュー 
 ------------------------------------------------------------ */
/*ホバー時にメニューの色が薄くなるのをやめる */
#navi .navi-in a:hover {
color: #ff0000;
    background-color: rgb(255 255 255 / 0);
}

#navi .navi-in > ul .sub-menu a {
opacity: 0.8 ;
color: #000000;
background-color: #F29D64;
}

#navi .navi-in > ul .sub-menu a:hover{
opacity: 0.8 ;
color:#ff0000;
background-color: #FFCD74;
}

/*ホバー時にメニューにアンダーラインを出す*/
#navi .navi-in a:after{
position: absolute;/*線の位置を絶対配置に*/
content: "";/*文字はなし*/
left: 0px;/*線の位置*/
bottom: 0;/*線の位置*/
height: 2px;/*線の高さ*/
width: 100%;/*幅いっぱいに線を引く*/
background: #ff0000;/*線の色*/
transform: scale(0,1);/*ホバー前は線を消す*/
transition: 0.3s;/*線が0→100%になるまでの秒数*/
}

#navi .navi-in a:hover:after{
transform: scale(1);/*マウスオーバー後、線を100%出す*/
}

/*ヘッダーメニュー 文字の大きさを変更*/
#navi .navi-in > .menu-header .item-label{
font-size: 13px;
}

/* ヘッダーメニュー現在ページに下線を表示*/
.current-menu-item > a,
.current_page_item > a {
 border-bottom: 2px solid #000000;
}

.logo.logo-header.logo-text {
padding: 100px;
}

#header-container.header-container {
padding: 17px;
}

/* ページタイトルを中央寄せ */
.article h1
{
    line-height: 1.25;
    font-weight: bold;
margin-bottom: 35px;
padding: 15px 15px 12px;
/* background-color: #FFDAB3;
border-radius: 5px 5px 0px 0px; */
font-size: 26px;
border-bottom: solid 2px #FF8619;
text-align: center;
}

/* 見出し hタグ設定
 ------------------------------------------------------------ */
.article h2,
.related-entry-heading,
.comment-title
{
margin-top: 25px;
line-height: 1.25;
    font-weight: bold;
font-size: 24px;
padding: 15px 15px 12px;
background-color: #ffebd7;
border-radius: 5px;
border-bottom: solid 1px #FF8619;
text-align: center;
}

h3.h3-top
{
margin-top: 25px;
    font-weight: bold;
font-size: 35px;
padding: 15px 15px 12px;
color: inherit;
background-color:inherit;
border-bottom: solid 1px #333333;
text-align: left;
}

h3.h3-index {
border-left: solid 10px #ff8619;
margin-top: 50px;
padding-left: 20px;
font-size: 22px;
background: none;
}
h5.top-index {
margin-top: -15px;
line-height: 0.5;
font-weight: bold;
text-align: center;
border-bottom: 0;
}

h5.top-index a {
color: inherit;
}

.article h6
{
margin-top: 0;
line-height: 0.5;
  font-weight: normal;
padding: 0;
border-bottom: none;
text-align: left;
}

/* 投稿ページタイトルを中央寄せ */
.entry-title {
    font-size: 26px;
    margin: 16px 0;
    line-height: 1.3;
    text-align: center;
}

/* 固定ページの日付を非表示 */
.page .date-tags {
display: none;
}

/* fc2ブログの日付 */
.fc2dt {
color: #9e9e9e;
font-size: 10px;
text-align: right;
}

/* サイドバーのフォントサイズ */
.widget-sidebar ul li a {
font-size: 0.9em;
}

/* プロフィールのフォントサイズ */
.nwa .author-box .author-description {
font-size: 0.9em;
}

/* サイドバーのプロフィールデザイン */
.sidebar.nwa .author-box{
    padding: 0;
}

.sidebar.nwa .author-box .author-thumb{
    width: 100%;
    margin: 0 0 2.5em 0;
    background: url(https://enjoyfxtrading.com/wp-content/uploads/2024/10/img_bg_prof.png);
    background-size: cover;
    height: 8em;
}

.sidebar.nwa .author-box .author-thumb img{
    max-width: 100px;
    margin-top: 4.5em;
}

.sidebar.nwa .author-box .author-name{
margin-bottom: 1em;
}

/* テキストの左右の余白 */
.sidebar.nwa .author-box .author-content{
padding: 1em 1.5em;
}

/* サイドバープロフィール画像に縁をつける */
.sidebar.nwa .author-box .author-thumb img {
    border: 3px solid #fff;
}

/* reCAPTCHAマーク非表示 */
.grecaptcha-badge { visibility: hidden; }

/*カテゴリラベルのデザインのカスタマイズ：スケルトン、各カラーはカテゴリの設定画面にて*/
.cat-label {
padding: 1px 10px;
background-image: none;
border: 0;
border-radius: 30px;
top: 2px;
left: 2px;
opacity: 0.8;
} 
/*カテゴリラベルここまで*/

/* カテゴリタイトル */
.archive-title {
line-height: 1.25;
padding: 15px 15px 12px;
font-size: 26px;
border-bottom: solid 2px #FF8619;
text-align: center;
}


/* フッター見出しデザイン */
.footer h3 {
  text-align: center; /* テキストの位置を真ん中にする */
  margin: 0px 0px 10px 0px; /* 周囲の余白 */
  border-bottom: solid 2px #a8bcc8; /* 下部に2pxの波線を表示する */
  color: #5C676D; /* 色の変更 */
}

.footer h3 a {
color: inherit;
}

.footer h3 a:hover {
color: #ff0000;
}


.footer h4 {
  text-align: center; /* テキストの位置を真ん中にする */
  margin: 0px 0px 10px 0px; /* 周囲の余白 */
padding-bottom: 8px;
  border-bottom: dashed 1px #a8bcc8; /* 下部に2pxの波線を表示する */
  color: #5C676D; /* 色の変更 */
font-weight: normal;
font-size: 14px;
}

.footer-right h4 a {
color: #5C676D;
}

.footer-right h4 a:hover {
color: #ff0000;
}
#footer #footer-in .widget_categories ul li a::before{
  font-family: "Font Awesome 5 Free"; /*Font Awesomeのバージョン*/
  content: "\f192"; /*アイコンのフォント*/
  color:#a8bcc8; /*アイコンの色*/
  padding-right:5px; /*アイコンとフォントの間の余白*/
  font-weight: 900; /*アイコンの太さ（なくてもOK）*/
  font-size:13px; /*アイコン・フォントの大きさ（なくてもOK）*/
}
#footer #footer-in .widget_categories ul li {
	margin-left: 50px;
padding: 0;
font-size: 14px;
}

/*子カテゴリーのアイコンを変更*/
#footer #footer-in .widget_categories ul li ul li a::before{ 
  font-family: "Font Awesome 5 Free"; /*Font Awesomeのバージョン*/
  content: "\f061"; /*アイコンのフォント*/
  color: #a8bcc8; /*アイコンの色*/
}



/* プロフィールボックスの角を丸くする */
.author-box{
  margin: 0;
border-radius:5px; /*角を丸める*/
}

/*---------------------------------
サイドバーカテゴリーに区切り線を入れる
--------------------------------*/
.sidebar .widget_categories ul li a{ 
  border-bottom: 1px dashed #CCCCCC; /* 下線の種類 */
}

/* サイドバータイトルの下線 */
.sidebar h3::after {
width:100%
}

/* サイドバーカテゴリアイコン */
.sidebar .widget_categories ul li a::before{
  font-family: "Font Awesome 5 Free"; /*Font Awesomeのバージョン*/
  content: "\f192"; /*アイコンのフォント*/
  color:#a8bcc8; /*アイコンの色*/
  padding-right:5px; /*アイコンとフォントの間の余白*/
  font-weight: 900; /*アイコンの太さ（なくてもOK）*/
  font-size:13px; /*アイコン・フォントの大きさ（なくてもOK）*/
}

/* フッター右 アイコン非表示*/
#footer #footer-in .wi-r-index ul li a::before{
  font-family: "Font Awesome 5 Free";   content: none; 
}

/* フッター右 */
#footer #footer-in .wi-r-index ul li {
font-size: 15px;
border-bottom: dashed 1px #a8bcc8;
padding: 0;
text-align: center;
}

.archive-title :before {
display: none;
}

/* カテゴリーラベル非表示 */
.eye-catch-wrap .cat-label{
display: none;
}

/* トップページ リスト */
.list-top {
   list-style: none;
   padding:0 0 15px 0;
   margin:0 0 0 75px;
}
.list-top li { 
   position: relative;
   margin:0.5em 0 !important;
   padding-left: 25px;
font-size: 23px;
}
.list-top li:before {
   font-family: FontAwesome;
   content: "\f058"; /*アイコン*/
   color:  #ffa952; /* 色 */
   position: absolute;
   left:0;
}

/* マーカーライン
 ------------------------------------------------------------ */
span.marker-f18b {
font-size: 18px;
font-weight: bold;
color: #000000;
background: linear-gradient(transparent 50%, #ffd0d1 60%);
}

span.marker-f18 {
font-size: 18px;
color: #000000;
background: linear-gradient(transparent 50%, #ffd0d1 70%);
}

span.marker-fdb {
font-weight: bold;
color: #000000;
background: linear-gradient(transparent 50%, #ffd0d1 60%);
}

span.marker-fd {
color: #000000;
background: linear-gradient(transparent 50%, #ffd0d1 70%);
}

/* 記事内画像を常に中央寄せ */
.entry-content img {
　　width: 100%;
margin: 0 auto;
}

/* 画像下のキャプション */
.entry-content figcaption {
text-align: center;
}

/* 経済指標休場img 
 ------------------------------------------------------------ */
img.kjflag {
width: 5%;
margin-left: 5px;
margin-right: 5px;
}

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

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

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

/* マイリスト表示
 ------------------------------------------------------------ */
ul.mylist li {
	padding-bottom: 20px;
}

/* マイタブボックス
 ------------------------------------------------------------ */
div.tabbox-header .box-label-text {
	font-weight: bold;
}

/* ダウンロード項目背景色
 ------------------------------------------------------------ */
.w3eden .badge {
	background: #cccccc;
}