@charset "utf-8";



/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");


/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");


.sp{display: none;}
.pc{display: inline;}


/*全体の設定
---------------------------------------------------------------------------*/

html,body {
	margin: 0;padding: 0;
	height: 100%;
	font-size: 14px;	/*基準となるフォントサイズ。下の方にある「画面幅900px以上」で基準を大きなサイズに再設定しています。*/
}

#NnVD{right: 10px !important; text-align: right !important;}


body {
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	-webkit-text-size-adjust: none;
	/*--background: #fff url(../images/3.jpg) no-repeat center center / cover;--*/	/*背景色*/
	/*--color: #777;--*/		/*全体の文字色*/
  color: #333;
	line-height: 2;		/*行間*/
	/*--background: #f0f2f5;--*/
}

/*トップページ以外の背景画像*/
body:not(.home) {
	/*--background: #fff url(../images/3.jpg) no-repeat center center / cover;--*/	/*背景色*/
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
/*--iframe {width: 100%;}--*/

/*section全般の設定*/
section + section {
	padding-top: 30px;	/*sectionの間に空けるスペース*/
}

/*-- youtube 部分 --*/

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
  }
  .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
  }

/*opa1（透明から着色状態に）
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


/*トップページのスライドショー（vegasを使用）
---------------------------------------------------------------------------*/
#mainimg {
	/*--
    width: 100vw;
    height: 100vh;--*/
	/*--position: fixed;--*/
	width: 100%;
	/*--height: 100%;--*/
	height: 50%;;
	z-index: -1;
	left: 0px;
	top: 0px;
	margin-bottom: 20px;
}


/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	/*--color: #777;--*/	/*文字色*/
  color: #333;
	transition: 0.3s;
}

a:hover {
	color: #747474;	/*マウスオン時の文字色*/
}


/*container（サイト全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	/*--max-width: 1800px;--*/		/*最大幅。これ以上広がらないように。*/
	max-width: 1500px;
	margin: 0 auto;
	/*--height: 100%;--*/
}

/*header（ロゴ、メインメニューなどが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	/*--position: fixed;z-index: 100;--*/	/*スクロールしても一緒に動かないようにする指定*/
	/*--left: 0px;--*/
	/*--left: 50px;--*/			/*左からの配置場所指定*/
	/*--top: 0px;--*/			/*上からの配置場所指定*/
	/*--width: 160px;--*/		/*幅*/
	text-align: center;	/*テキストをセンタリング*/
	border-bottom: #3c88d6 15px solid;

  display: flex;
}

/*ロゴ画像*/
header #logo {
	line-height: 0;margin: 0;
	/*--background: linear-gradient(160deg, #747474, #414141);--*//*背景グラデーション。160degはグラデーションの角度。*/
	padding: 0px;	/*ロゴの余白*/
}

/*「お問い合わせ」のブロック*/
address {
	font-style: normal;
  /*--line-height: 1;--*/
	/*--font-size: 0.7em;--*/	/*文字サイズ70%*/
	background: #fff;	/*背景色*/
  border-radius: 5px;
  margin-top: 4px;
  /*--margin-left: 5px;--*/
  /*--width: 340px;--*/
  width: 180px;
	/*--
  margin-top: 20px;
	margin-bottom: 20px;
  padding: 10px 5px;--*/	/*上下、左右へのブロック内の余白*/
  padding: 4px;
	/*--border-top: 1px solid #eee;--*/		/*上の線の幅、線種、色*/
	/*--border-bottom: 1px solid #eee;--*/	/*下の線の幅、線種、色*/
	text-align: center;
  display: flex;
  flex-wrap: wrap;
}

address h3{color: #3c88d6; margin: 0 0 5px; padding: 0; width: 100%;}
address div,address .btn{width: 100%;}
address .btn a{padding: 6px !important;}
address .btn{margin: 0 !important; padding: 0 !important; line-height: 16px;}

/*「お問い合わせ」のブロック内にある電話番号*/
address .tel {
	/*--font-size: 1rem;	--*//*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
  font-size: 16px;
	width: 100%;
	display: block;
  line-height: 1;
  /*--
  padding-top: 2px;
  padding-bottom: 2px;--*/
}

/*「お問い合わせ」のブロック内にある電話番号のアイコン（アイコンにはFont Awesomeを使用）*/
address i {
	/*--padding-right: 10px;--*/	/*アイコンの右側に空ける余白*/
  padding-right: 5px;
}

header p{margin: 2px 0 3px; padding: 0; /*--font-size: 0.8rem;--*/ font-size: 13px; line-height: 1; color: #3c88d6; /*--text-align: left;--*/}

header h1{width:200px ;  margin: 0;}
header h1 img{width:200px ;}

/*メニュー設定（全端末サイズ共通の設定）
---------------------------------------------------------------------------*/

/* 新しく追加したメニュータイトル */
#menubar ul li.title {
    background-color: #03024d;
    color: #fff; /* 文字色を白に設定 */
    text-align: center;
    font-weight: bold;
    padding: 7px;
}

/* タイトル用のスタイル */
#menubar ul li.title a {
    display: block;
    text-decoration: none;
    color: #fff; /* リンク文字色も白に設定 */
}

#menubar ul li.title a::before {
    content: ""; /* タイトルにはアイコンを表示しない */
    padding-right: 0;
}


#menubar {height: 0px;overflow: hidden; width: 250px;}
#menubar {margin-bottom: 50px;}                                                           /*メニューの下に空ける余白*/
#menubar ul,#menubar dl{list-style: none;margin: 0; padding: 0;  font-weight: bold;}
#menubar ul li{border-bottom: #eee 1px solid;}
#menubar dl dt,#menubar dl dd{padding: 5px;}
#menubar dl dt{background-color: #0099FF; color:#fff; text-align: center;}
#menubar dl dd{background-color: #EDF7FF; border-bottom: #fff 1px solid;}
#menubar dl dd:hover {
    background-color: #cce8ff;
}

/*メニュー1個あたりの設定*/
#menubar ul a,#menubar dl a {
	display: block; text-decoration: none;
	padding: 5px;	/*メニュー内の余白*/
}

#menubar ul a::before,#menubar dl a::before{content: "▶"; font-size: 12px; color: #0099FF; padding-right: 7px;}

/*マウスオン時*/
#menubar ul a:hover {
	background: #cce8ff;
	/*--background: #CCFFFF;--*/	/*背景色*/
	/*--box-shadow: 0px 0px 30px #c6c6c6 inset;--*/	/*ボックス内側に影をつける。30pxがぼかし幅の指定。*/
}

/*装飾文字（英語表記）*/
#menubar ul span {
	display: block;
	font-size: 0.7em;	/*文字サイズ。70%。*/
	opacity: 0.5;		/*透明度。50%色がでた状態。*/
}

/*小さな端末用のメニューブロック*/
#menubar.db {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	animation: opa1 1s both;
	/*--padding: 90px 50px;--*/	/*上下、左右へのメニューブロック内の余白*/
	padding: 90px 10px;
	background: #fff;	/*背景色*/
}



/* 追加の <dd> デザイン */
#menubar dl dd.additional {
  padding: 5px; /* <dd> 要素内の余白 */
  background-color: #f7f7f7; /* 背景色 */
  border-bottom: #fff 1px solid;
}

#menubar dl dd.additional a {
  color: #333; /* リンクの色 */
  text-decoration: none; /* リンクの下線をなくす */
}

#menubar dl dd.additional a:hover {
  background-color: #ebebeb; /* マウスオン時の背景色 */
}


/* 追加の <dt> デザイン */
#menubar dl dt.additional {
  padding: 5px; /* <dt> 要素内の余白 */
  background-color: #2b6935; /* 背景色 */
  color: #fff; /* テキストの色 */
  text-align: center; /* テキストを中央に配置 */
}

#menubar dl dt.additional::before {
  content: ""; /* 追加のデザインには装飾文字を使用しない */
}


/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;z-index: 100;
	top: 15px;		/*上からの配置場所指定*/
	right: 20px;	/*右からの配置場所指定*/
	width: 50px;	/*幅*/
	height: 60px;	/*高さ*/
	cursor: pointer;
	background: #3c88d6 url(../images/ham.png) no-repeat center top/50px;/*背景色、ハンバーガメニュー画像の読み込み、50pxは幅の指定*/
}
/*×印が出ている状態の設定。*/
#menubar_hdr.ham {
	background: #3c88d6 url(../images/ham.png) no-repeat center bottom/50px;
}





/*フローティングボタン（金資料請求）
---------------------------------------------------------------------------*/
/* フローティングボタン（PC用） */
.floating-btn {
  position: fixed;
  bottom: 72px;
  right: 32px; /* ← サイドバーにかぶらないよう余白を確保 */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-image: url('http://tradeone.comtex.co.jp/market-eye/images/bottanbg.jpeg');
  background-size: cover;
  background-position: center center;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  padding: 24px 32px 24px 80px;
  transition: all 0.3s ease;
  max-width: 416px;
  min-height: 128px;
  text-decoration: none;
  overflow: visible;
}

.floating-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 11px 32px rgba(0, 0, 0, 0.4);
}

.btn-img-wrap {
  position: absolute;
  left: -48px;
  bottom: -16px;
  z-index: 1;
}

.btn-img-wrap img {
  height: 160px;
  width: auto;
  display: block;
  pointer-events: none;
}

.floating-btn-text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 1.5;
  color: #111;
  font-weight: bold;
  margin-left: 48px;
}

.floating-btn-text strong {
  display: inline-block;
  margin-top: 5px;
  font-size: 18px;
  color: #c40000;
}

.close-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 16px;
  color: #aaa;
  cursor: pointer;
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  transition: background 0.2s ease, color 0.2s ease;
}

.close-btn:hover {
  background: #eee;
  color: #333;
}


/* ボタン出現のタイミング */
.floating-btn {
  opacity: 0; /* ← 初期は見えない */
  pointer-events: none; /* ← 初期はクリックも無効 */
  transition: opacity 0.5s ease, transform 0.3s ease; /* ← opacityもトランジションに追加 */
}

/* 出現用のクラス */
.floating-btn.show {
  opacity: 1; /* ← 表示 */
  pointer-events: auto; /* ← クリック可能に */
}




/* ----------- スマホ対応（768px以下） ----------- */
@media screen and (max-width: 768px) {
  body {
    padding-bottom: 140px;
    overflow-y: auto; /* ← スクロール可能に明示 */
  }

  .floating-btn {
    left: 16px;
    right: 16px;
    bottom: 16px;
    margin: 0 auto;
    width: auto;
    border-radius: 12px;
    max-width: calc(100% - 32px);
    padding: 12px 16px 12px 72px;
    min-height: 96px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  }

  .btn-img-wrap {
    left: 0;
    bottom: -10px;
  }

  .btn-img-wrap img {
    height: 100px;
  }

  .floating-btn-text {
    font-size: 14px;
    margin-left: 40px;
  }

  .floating-btn-text strong {
    font-size: 16px;
  }

  .close-btn {
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
  }
}







/*フローティングボタン(相談ボタン)
---------------------------------------------------------------------------*/
/* フローティングボタン（PC: 右寄せ） */
.fixed_btn {
    position: fixed;
    bottom: 80px;
    right: 20px; /* PC時は右寄せ */
    padding: 10px 20px;
    background: linear-gradient(135deg, #2E7D32, #66BB6A); /* 落ち着いた緑のグラデーション */
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #000; /* 黒色の枠線 */
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    text-align: left;
    z-index: 999;
    display: flex;
    flex-direction: row; /* 画像とテキストを横並び */
    align-items: center;
    gap: 20px; /* 画像と文字の間隔 */
    text-decoration: none; /* リンクの下線を消す */
}

/* 画像のスタイル（ボタンの左側に配置） */
.btn_icon {
    width: 40px;
    height: auto;
}

/* ホバー時のエフェクト */
.fixed_btn:hover {
    background: linear-gradient(135deg, #66BB6A, #A5D6A7);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

/* 600px以下のレスポンシブ対応（左寄せで下に配置） */
@media screen and (max-width: 600px) {
    .fixed_btn {
        position: fixed;
        bottom: 10px;
        left: 10px;  /* レスポンシブ時は左寄せ */
        right: auto;
        padding: 8px 20px;
        font-size: 14px;
        gap: 15px;
    }

    .btn_icon {
        width: 30px;
    }
}




/*contentsブロック
---------------------------------------------------------------------------*/
#contents {
	/*--height: 100%;--*/
	margin-right: 50px;			/*右側へ空けるボックスの外へのスペース*/
	margin-left: 50px;			/*左側へ空けるボックスの外へのスペース*/
	animation: opa1 2s both;	/*「2s」はcontentsを表示するまでの時間。ページを開いた瞬間から表示させておきたいならこの１行を削除。*/
}

/*トップページのコンテンツ*/
.home #contents {
	display: flex;				/*flexボックスを使う指定*/
	flex-direction: column;		/*子要素を縦並びにする*/
	justify-content: flex-end;	/*「お知らせ」を下に配置する*/
	/*--margin-right: 0px;--*/
}


/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {
	display: block;			/*IE対策*/
	/*--padding-top: 200px;--*/		/*ブロックの上にとる余白。開いた時にロゴなどに重ならないようにする為。*/
}

/*トップページのmainブロック*/
.home main {
	overflow: auto;
	/*--padding-right: 50px;--*/
}

/*mainブロック内のh2タグ*/
main h2 {
	border-bottom: 3px solid #eee;	/*下線の幅、線種、色。ベースカラーです。下のspanのborder-bottomと数字を合わせておく。*/
	margin-bottom: 30px;
}

/*mainブロック内のh2タグに下線を引くための指定。*/
main h2 span.uline {
	display: inline-block;
	border-bottom: 3px solid #3c88d6;	/* 414141  下線の幅、線種、色。アクセントカラーです。上のmain h2と数字を合わせておく。*/
	position: relative;
	bottom: -3px;		/*下からの配置場所指定。上にある２つのborder-bottomと重ねる為の指定なので、数字を合わせてから冒頭にマイナスをつけて下さい。*/
	padding: 0 20px;	/*上下、左右への余白。テキストの両脇に少し余裕をもって線を引くためです。*/
}

.t_news{font-size: 1.7em;}

.t_news .btn{width: 130px !important; line-height: 1.2em; float: right;}
.t_news .btn a{ padding: 7px;}

.h_explanation{float: right; font-size: 0.7em; font-weight: normal; line-height: 70px; display: block;}


/*mainブロック内のh3タグ*/
main h3 {
     position: relative;
     padding:0 0 0.5em 0.7em;
     border-bottom: 1px solid black;
     font-size: 20px;
     margin-bottom: 10px;
}
 
main h3::after {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: '';
  width: 5px;
  height: 1.4em; /* 棒の高さを 1.4em に変更 */
  background-color: #446689;
}

/*mainブロックのpタグ*/
main p {
	margin: 0 10px 15px;	/*上、左右、下へ空けるスペース*/
}


/*hタグの装飾追加
---------------------------------------------------------------------------*/

/*h6タグの設定*/

main h6 {
     position: relative;
     padding:0 0 0.5em 0.7em;
     border-bottom: 1px solid black;
     font-size: 20px;
     margin-bottom: 10px;
}
 
main h6::after {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: '';
  width: 5px;
  height: 1.4em; /* 棒の高さを 1.4em に変更 */
  background-color: #446689;
}


/*h5タグの設定*/
main h5 {
    padding: .5em .75em;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ccc;
	font-size: 100%;	/*文字サイズ。上の「body」で設定しているサイズに対しての指定。*/
	margin-bottom: 30px;	/*見出しの下にとるスペース*/
}


/*h4タグの設定*/
main h4 {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background-color: #1874E1;
  box-shadow: 2px 2px 0 #125EB6;
  padding: 0.5rem 0.5rem;
}


/*リードデザイン
---------------------------------------------------------------------------*/
.lead-text {
  font-size: 1.1rem; /* 少し大きめの文字 */
  line-height: 1.8;
  color: #333;
  background-color: #f9f9f9;
  border-left: 5px solid #3498db;
  padding: 1em 1.2em;
  margin: 1.5em 0;
  font-weight: 500;
  border-radius: 4px;
}




/*トップページブロック設定
---------------------------------------------------------------------------*/
/*--
about__box {
    margin-top: 50px;
    padding: 30px 25px;
    border: solid 1px #009ca2;
}
--*/


/*フッターメニュー
---------------------------------------------------------------------------*/

#footermenu {
	list-style: none;
	margin: 0 auto; /* 親要素を中央に配置 */
	padding: 0;
	text-align: center; /* 子要素のインラインブロックを中央に配置 */
	width: 80%; /* 必要に応じて幅を調整 */
}

/* メニューブロックを3列に分割 */
#footermenu ul {
	display: inline-block; /* 横並びにする指定 */
	width: 30%; /* 各列の幅を設定 */
	vertical-align: top; /* 上揃えにする */
	margin: 0 1%; /* 列間のマージンを設定 */
	padding: 0;
	text-align: left; /* 各列の内容を左揃えにする */
}

#footermenu li {
	display: block; /* 縦並びにする指定 */
	padding: 5px 0; /* 上下、左右への余白 */
}

/* フッター設定 */
footer small {
	font-size: 0.6rem;
}

footer small, footer, footer a, footer .pr {
	color: #fff;
}

footer {
	padding: 20px;
	text-align: center;
	background: #014387;
}

footer a {
	text-decoration: none;
}

footer .pr {
	display: block;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    #footermenu {
        width: 100%; /* 親要素の幅を全体に広げる */
    }
    
    #footermenu ul {
        width: 100%; /* 各列を全幅に設定 */
        margin: 10px 0; /* 各列の間隔を設定 */
    }
}
}

/*フッター設定
---------------------------------------------------------------------------*/
footer small {/*--font-size: 100%;--*/ font-size: 0.6rem;}

footer small, footer, footer a, footer .pr {
	color: #fff;
}

footer {
	/*--font-size: 0.6rem;--*/		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	padding: 20px;			/*ボックス内の余白*/
	text-align: center;
	background: #014387;
}

/*リンクテキスト*/
footer a {text-decoration: none;}

/*著作部分*/
footer .pr {display: block;}








/ユーチューブ・ツイッター設定
---------------------------------------------------------------------------*/
        .social-buttons {
            display: flex;
            gap: 10px;
        }
        .social-buttons a {
            text-decoration: none;
            color: white;
            padding: 10px;
            border-radius: 5px;
        }
        .social-buttons .twitter {
            background-color: #1DA1F2;
        }
        .social-buttons .youtube {
            background-color: #FF0000;
        }
        
        .twitter-share-button {
        transform: scale(1.5); /* サイズを1.5倍に */
        display: inline-block;
        }


/*制作・更新日
---------------------------------------------------------------------------*/

.date-info {
    margin: 20px 0;
    font-size: 14px;
    color: #555;
    text-align: right; /* 右寄せ */
}

.date-info p {
    margin: 0;
}




/*パンくず
---------------------------------------------------------------------------*/

/* 通常のスタイル */
.breadcrumb-002 {
    display: flex;
    gap: 0 15px;
    list-style: none;
    padding: 0;
    font-size: .9em;
}

.breadcrumb-002 li {
    display: flex;
    align-items: center;
}

.breadcrumb-002 li:not(:last-child)::after {
    display: inline-block;
    margin-left: 15px;
    color: #333333;
    content: '/';
}

.breadcrumb-002 a {
    color: #333333;
    text-decoration: none;
}

/* 600px以下の画面サイズに対するスタイル変更 */
@media (max-width: 600px) {
    .breadcrumb-002 {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .breadcrumb-002 li {
        margin-bottom: 10px;
    }

    /* セパレーターのスタイル変更 */
    .breadcrumb-002 li:not(:last-child)::after {
        display: inline-block;
        margin-left: 5px; /* 余白を調整 */
    }
}



/*box1
---------------------------------------------------------------------------*/
.box1 {
	box-shadow: 1px 2px 8px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.1は色が10%出た状態。*/
	background: rgba(255,255,255,0.4);	/*背景色。255,255,255は白の事で、0.4は色が40%出た状態。*/
	padding: 20px 30px;					/*上下、左右へのボックス内の余白*/
	border: 1px solid #fff;				/*枠線の幅、線種、色*/
	border-radius: 5px;					/*角を丸くする指定*/
	text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;	/*テキストの影。*/
}

/*トップページの「お知らせ」で使っているh2*/
.home .box1 h2 {
	margin: 0 0 10px;
}


/*box2
---------------------------------------------------------------------------*/
.box2 {
	/*--box-shadow: 1px 2px 8px rgba(0,0,0,0.1);--*/	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.1は色が10%出た状態。*/
	background: #f7f7f7;/*--background:#f7fafe;--*//*--background: rgba(176,196,222,0.4);--*/	/*背景色。255,255,255は白の事で、0.4は色が40%出た状態。*/
	padding: 10px 30px;					/*上下、左右へのボックス内の余白*/
	border: 2px solid #eee;/*--border: 2px solid #3c88d6;--*/				/*枠線の幅、線種、色*/
	/*--border-radius: 5px;--*/					/*角を丸くする指定*/
}

/*トップページの「お知らせ」で使っているh2*/
.home .box2 h2 {
	margin: 0 0 10px;
}



/*box3
---------------------------------------------------------------------------*/
.box3 {
  box-shadow: 1px 2px 8px rgba(0,0,0,0.1);   /*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.1は色が10%出た状態。*/
  background-color: #ffffdf;                /* 背景色 */
  padding: 10px 30px;                       /*上下、左右へのボックス内の余白*/
  border: 2px solid #eee;                   /*枠線の幅、線種、色*/
  border-color: #ffd700;                     /* 枠線の色 */
  border-radius: 5px;                        /*角を丸くする指定*/
}


/*box4
---------------------------------------------------------------------------*/
.box4 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box4 .box-title1 {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 20px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box4 p {
    margin: 0; 
    padding: 0;
}



/*文字装飾（移動平均線）
---------------------------------------------------------------------------*/

.emphasis-box {
  display: inline-block;
  background-color: #f2f2f2; /* バックグラウンドカラー */
  padding: 10px 16px; /* 上下のパディングを調整 */
  border-radius: 5px; /* 角丸 */
  font-weight: bold;
  color: #333; /* テキストカラー */
  margin: 10px 0; /* 上下の余白を追加 */
}


/*文字装飾（太字・背景）
---------------------------------------------------------------------------*/

.emphasis-box2 {
  display: inline-block;
  background-color: #fff9cc; /* 薄い黄色のバックグラウンドカラー */
  padding: 8px 12px; /* 上下のパディングを少し増やす */
  border-radius: 8px; /* 角丸を少し増やす */
  color: #444; /* テキストカラーを少し濃く */
  margin: 12px 0; /* 上下の余白を少し増やす */
  border: 1px solid #e0e0e0; /* 微妙なグレーのボーダーを追加 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 影を追加 */
  font-size: 16px; /* フォントサイズを大きく */
}


/*「コメント」ブロック
---------------------------------------------------------------------------*/

/*セロテープ風*/
.box5{
margin: 2em auto; /* ボックスの余白 */
background-color: #E6ECF2; /* ボックス背景色 */
padding:2.5em 2em 2em; /* ボックス内側余白 */
position:relative; /* 配置(ここを基準に) */
}
.box5 .box-title2 {
background-color: rgba(255,255,255,.1);/* テープ背景色と透過*/
border-left: 2px dotted rgba(0,0,0,.1);/* テープのギザギザ左*/
border-right: 2px dotted rgba(0,0,0,.1);/* テープのギザギザ右*/
box-shadow: 0 0 5px rgba(0,0,0,0.2); /*テープ影*/
transform: rotate(-2deg);/*テープの傾き*/
font-size: 1em;/*タイトル文字の大きさ*/
color: #666; /*タイトル文字色 */
padding: 10px 20px;/*タイトルの余白*/
line-height: 1;/*タイトルの行の高さ*/
position:absolute;/*配置(ここを動かす)*/
top: -15px; /*上から（-10px）移動*/
left: 20px; /*左から(20px)移動*/
}



/*box6
---------------------------------------------------------------------------*/

.box6 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: dashed 3px #95ccff; /* 枠線を点線に変更 */
    border-radius: 8px;
}


.box6 .box-title3 {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 20px;    /* フォントサイズを変更 */
    background: #FFF;
    color:  #01315e;     /* テキストの色を変更 */
    font-weight: bold;  /* テキストの太さを変更 */
}


.box6 p {
    margin-top: 0.5em;    /* 上側に0.5emのスペースを追加 */
    margin-bottom: 0.5em; /* 下側に0.5emのスペースを追加 */
    font-size: 1.2em; /* 文字サイズを1.2倍に指定 */
    font-weight: bold; /* テキストを太字に変更 */
}



/*box7
---------------------------------------------------------------------------*/
.box7 {
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 30px;
  border: 2px solid #00bcd4; /* 水色の線 */
  border-radius: 5px;
  font-size: 14px;
  background-color: #f0f8ff; /* 薄い青色の背景 */
  max-width: 1000px; /* 最大幅を800pxに制限 */
  width: 100%; /* 幅100%を設定して、コンテナに合わせて伸縮 */
  margin: 0 auto; /* 水平方向に中央寄せ */
}


/*box8
---------------------------------------------------------------------------*/

.box8 {
    background-color: #f5f5ab; /* 背景色を黄色に設定 */
    color: #000; /* テキスト色を黒に設定 */
    padding: 15px; /* 内側の余白を追加 */
    border: 2px solid #ff9900; /* ボーダーをオレンジに設定 */
    border-radius: 10px; /* ボーダーの角を丸くする */
    font-size: 16px; /* フォントサイズを設定 */
    
    }



/*box9
---------------------------------------------------------------------------*/
.box9 {
  box-shadow: 1px 2px 8px rgba(0,0,0,0.1);   /*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.1は色が10%出た状態。*/
  background-color: #e0f7fa;                /* 背景色を薄い青色に変更 */
  padding: 10px 30px;                       /*上下、左右へのボックス内の余白*/
  border: 2px solid #eee;                   /*枠線の幅、線種、色*/
  border-color: #b0e0e6;                    /* 枠線の色を薄い青色に変更 */
  border-radius: 5px;                        /*角を丸くする指定*/
}



/*box10
---------------------------------------------------------------------------*/
.box10{
  margin: 2em auto; /* ボックスの余白 */
  background-color: #F2F6FA; /* ボックス背景色をもう少し薄く */
  padding: 2.5em 2em 2em; /* ボックス内側余白 */
  position: relative; /* 配置(ここを基準に) */
}
.box10 .box-title2 {
  background-color: rgba(255,255,255,.1); /* テープ背景色と透過 */
  border-left: 2px dotted rgba(0,0,0,.1); /* テープのギザギザ左 */
  border-right: 2px dotted rgba(0,0,0,.1); /* テープのギザギザ右 */
  box-shadow: 0 0 5px rgba(0,0,0,0.2); /* テープ影 */
  transform: rotate(-2deg); /* テープの傾き */
  font-size: 0.9em; /* タイトル文字の大きさ */
  font-family: Arial, sans-serif; /* フォントファミリーの変更 */
  color: #666; /* タイトル文字色 */
  padding: 10px 20px; /* タイトルの余白 */
  line-height: 1; /* タイトルの行の高さ */
  position: absolute; /* 配置(ここを動かす) */
  top: -15px; /* 上から（-10px）移動 */
  left: 20px; /* 左から(20px)移動 */
}


/*注目文字装飾１
---------------------------------------------------------------------------*/

.italic-bold-text {
    font-weight: bold;
    font-size: 1.4em;
    color: #ff5733;
    font-style: italic; /* 文字を斜体に */
    text-decoration: underline; /* 下線を追加 */
}


/*無料体験キャンペーン文
---------------------------------------------------------------------------*/

.custom-border3 {
    font-weight: bold;
    display: inline-block;
    background-color: #ffffff; /* 背景色を白に変更 */
    padding: 10px 20px;
    margin: 0 10px;
    font-family: "Arial", sans-serif;
    line-height: 1.5;
    color: #000000; /* テキストの色を黒に変更 */
}


/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/
#new {
	margin: 0;
	display: flex;			/*flexボックスを使う指定*/
	flex-wrap: wrap;		/*折り返す指定*/
	padding: 10px 20px;		/*上下、左右へのボックス内の余白*/
	height: 10em;			/*ブロックの高さ。emは１文字分の事なのですが、他からの影響も関係するので必ずしも10文字分という事ではありません。*/
	overflow: auto;			/*ブロックの高さを超える内容量になった場合に自動でスクロールバーを出す*/
	margin-bottom: 20px;	/*下へのブロックの外への余白*/
}

/*日付(dt)、記事(dd)共通設定*/
#new dt,
#new dd {
	padding: 2px 0;	/*上下、左右へのボックス内の余白*/
}

/*日付(dt)設定*/
#new dt {
	width: 8em;	/*幅。8文字(em)分。*/
}

/*記事(dd)設定*/
#new dd {
	width: calc(100% - 8em);	/*「8em」は上の「#new dt」のwidthの値です。*/
}


/*コースページ（listブロック）
---------------------------------------------------------------------------*/
/*１個あたりのボックスの指定。「コンパクトタイプ」「横長タイプ」共通に適用されます。*/
.list {
	display: flex;					/*flexボックスを使う指定*/
	align-items: center;			/*垂直揃えの指定。上下中央に配置されるように。*/
	margin-bottom: 30px;			/*ボックス同士の上下間の余白*/
	background: #fff;				/*背景色。*/
	padding: 20px;					/*ボックス内の余白*/
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.15は色が15%出た状態。*/
	/*--border-radius: 8px;	--*/			/*角を丸くする指定*/
	overflow: hidden;				/*はみ出た要素を非表示にする。画像の角が飛び出ないようにする為の指定です。*/
}
/*--縦並び--*/
.vertically{flex-flow: column;}

/*画像の指定。「コンパクトタイプ」「横長タイプ」共通に適用されます。*/
.list figure {
	width: 40%;			/*幅*/
	margin-right: 20px;	/*画像とテキストブロックの間にとる余白*/
}

/*h4タグの指定。「コンパクトタイプ」「横長タイプ」共通に適用されます。*/
.list h4 {
	margin: 0;
}

/*pタグの指定。「コンパクトタイプ」「横長タイプ」共通に適用されます。*/
.list p {
	display: block;
	margin: 0;
	/*--font-size: 0.8em;--*/	/*文字サイズを80%に。*/
}

/*「コンパクトタイプ」のlistボックス全体を囲むボックス*/
.list-container {
	display: flex;					/*flexボックスを使う指定*/
	flex-wrap: wrap;				/*折り返す指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
}

/*「コンパクトタイプ」のlistボックス。１個あたりのボックスの指定です。*/
.list-container .list {
	flex-direction: column;			/*子要素を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	align-items: stretch;			/*垂直揃えをデフォルトに戻す指定。*/
}

/*「コンパクトタイプ」のfigure画像の上書き。*/
.list-container .list figure {
	margin: -20px -20px 0;	/*画像周りの余白を埋める指定です*/
	width: auto;
}

/*「コンパクトタイプ」のh4タグへの追加指定、もしくは上書き。*/
.list-container .list h4 {
	margin: 10px 0;			/*上下、左右へのh4の外側に空けるスペース*/
	font-size: 1.2em;		/*文字サイズを120%に*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準にする。太字がいいならこの１行を削除。*/
}

/*IE対策*/
.list-container .list div {min-height: 0%;}



/*--リストの装飾--*/
ul.maru li{list-style-type: none; margin-left: -0.2em;}
ul.maru li::before {content: "〇"; margin-left: -1em; margin-right: 0.2em;}


/* ステップのコンテナ */
.step-container {
  width: 100%;
  margin-bottom: 20px;
}

/* 各ステップのスタイル */
.step {
  text-align: left; /* テキストを左寄せに変更 */
  position: relative;
  margin-bottom: 20px; /* 各工程の間隔を調整 */
}

/* ステップ番号のスタイル */
.step-number {
  width: 30px;
  height: 30px;
  background-color: #000; /* 背景色を黒に変更 */
  color: #fff; /* 文字色を白に変更 */
  font-size: 16px;
  border-radius: 50%;
  margin-right: 10px; /* テキストとの間隔を調整 */
  display: inline-flex; /* ブロック要素からインライン要素に変更 */
  justify-content: center;
  align-items: center;
}

/* ステップのタイトルスタイル */
.step-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  color: #000; /* 文字色を黒に変更 */
}

/* ステップの説明スタイル */
.step-description {
  font-size: 14px;
  color: #666;
}

/* アクティブなステップのスタイル */
.active-step .step-number {
  background-color: #333;
  color: #fff;
}



/*ふきだし設定
---------------------------------------------------------------------------*/


.balloon-010 {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 0 22px;
}

.balloon-010 img {
    max-width: 120px;
    height: 100%;
    border: 3px solid #e6edf3;
    border-radius: 50%;
}

.balloon-010 p {
    position: relative;
    max-width: 600px;
    margin: 3px 0 0;
    padding: .8em 1em;
    border-radius: 5px;
    background-color: #e0ffec;
    color: #333333;
}

.balloon-010 p::before {
    position: absolute;
    right: -15px;
    width: 15px;
    height: 30px;
    background-color: #e0ffec;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: '';
}

.balloon-009 {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 0 22px;
}

.balloon-009 img {
    max-width: 120px;
    height: 100%;
    border: 3px solid #e6edf3;
    border-radius: 50%;
}

.balloon-009 p {
    position: relative;
    max-width: 600px;
    margin: 3px 0 0;
    padding: .8em 1em;
    border-radius: 5px;
    background-color: #e0efff;
    color: #333333;
}

.balloon-009 p::before {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 30px;
    background-color: #e0efff;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}



.balloon-011 {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 0 22px;
}

.balloon-011 img {
    max-width: 120px;
    height: 100%;
    border: 3px solid #e6edf3;
    border-radius: 50%;
}

.balloon-011 p {
    position: relative;
    max-width: 600px;
    margin: 3px 0 0;
    padding: .8em 1em;
    border-radius: 5px;
    background-color: #e0ffec;
    color: #333333;
}

.balloon-011 p::before {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 30px;
    background-color: #e0ffec;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}



.balloon-012 {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 0 22px;
}

.balloon-012 img {
    max-width: 120px;
    height: 100%;
    border: 3px solid #e6edf3;
    border-radius: 50%;
}

.balloon-012 p {
    position: relative;
    max-width: 600px;
    margin: 3px 0 0;
    padding: .8em 1em;
    border-radius: 5px;
    background-color: #e0efff;
    color: #333333;
}

.balloon-012 p::before {
    position: absolute;
    right: -15px;
    width: 15px;
    height: 30px;
    background-color: #e0efff;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: '';
}



/*btnの設定
---------------------------------------------------------------------------*/
/*ボタンを囲むブロック*/
.btn {
	text-align: center;	/*内容をセンタリング*/
}

/*ボタン*/
.btn a,
.btn input {
	display: inline-block;
  text-decoration: none;
  border: none;
	color: #fff;			/*文字色*/
	border-radius: 3px;		/*角丸のサイズ。ほんの少しだけ角が丸くなります。*/
	padding: 10px 20px;		/*上下、左右へのボタン内の余白*/
	background: #3c88d6;
	/*--box-shadow: 2px 2px 5px rgba(0,0,0,0.2);--*/	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.2は色が20%出た状態。*/
	/*--background: linear-gradient(#747474,#414141);--*/ /*背景グラデーション*/
	font-size: 1rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/

  width: 98%;
}

/*ボタンのマウスオン時*/
.btn a:hover,
.btn input:hover {
	filter: brightness(1.2);	/*少しだけ明るくする*/
	cursor: pointer;
}

/*listブロック内でのボタン*/
.list .btn a, .list .btn input {
	margin-top: 10px;	/*上にスペースを空ける*/
	display: block;		/*横幅いっぱいに広げる*/
}

/*ヘッダー内の「お問合せフォーム」ボタン*/
header .btn a, header .btn input {
	/*--font-size: 1.2em;--*/
  font-size: 16px;
}


/*監修者プロフィール
---------------------------------------------------------------------------*/

/* スタイルの設定 */
.author-container {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #f4f4f4;
}

.author-image-container {
    border: 2px solid #333;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    max-width: 150px; /* 写真の最大幅を設定 */
}

.author-image {
    width: 100%;
    height: auto;
}

.author-info {
    flex: 1;
}

@media screen and (max-width: 900px) {
    .author-container {
        flex-direction: column;  /* 画面幅が900px以下の場合、縦並びにする */
        align-items: center;
    }

    .author-image-container {
        margin-right: 0;
        margin-bottom: 20px;  /* テキストとの間隔を調整 */
        max-width: 120px;  /* 画像の最大幅を200pxに設定 */
    }

}


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;			/*太字に*/
	padding: 10px 5px;			/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	background: #3c88d6;
	/*--background: #747474;--*/		/*背景色*/
	color: #fff;				/*文字色*/
}

/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #ccc;	/*テーブルの一番上の線。幅、線種、色*/
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
	background: #fff;			/*背景色*/
}

/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #ccc;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 10px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;			/*幅*/
	text-align: left;	/*左よせにする*/
	background: #f7f7f7;	/*背景色*/
}

.tcalendar_table{width:100%}
.tcalendar_table tr:nth-child(odd){background-color:#fff}
.tcalendar_table tr:nth-child(even){background-color:#f5f5f5}
.tcalendar_table th,.tcalendar_table td{padding:5px 10px; width:calc(100% / 7); text-align: center; line-height:1.1em;}
.tcalendar_table th {
  background-color: #3c88d6;
  color: #fff;
  border-right: solid 1px #fff;
  height: 40px; /* 適切な高さに変更してください */
}


.trend_table{width:100%}
.trend_table tr:nth-child(odd){background-color:#fff}
.trend_table tr:nth-child(even){background-color:#f5f5f5}
.trend_table th,.trend_table td{padding:5px 10px; width:calc(100% / 8); text-align: center; line-height:1.1em;}
.trend_table th {
  background-color: #3c88d6;
  color: #fff;
  border-right: solid 1px #fff;
  height: 40px; /* 適切な高さに変更してください */
}


.fibo_table_alea{width: 100%; display: flex;}
.fibo_table_alea > div{width:50%; display: flex; flex-wrap: wrap; align-items:stretch;}
.fibo_table_alea h3{width: 100%; background-color:#3c88d6; color:#fff; border-right: solid 1px #fff; text-align: center; border: none; margin: 0;}
.fibo_table{width:60%;}
.fibo_table tr:nth-child(odd){background-color:#f5f5f5;}
.fibo_table tr:nth-child(even){background-color:#fff;}
.fibo_table td{padding:5px 10px; text-align: center;}
.fibo_table_alea .fibo_arrow{display: flex; width:40%; min-width: 180px; background: #fff; text-align: center; justify-content: center; align-items: center;}



/*スクロールするテーブル
---------------------------------------------------------------------------*/

/*--スマートフォン--*/
/*--メディアクエリの記述なし--*/
.table-area {
    width: 90%;
    margin: 0 auto;
    overflow-x: auto; /* scroll から auto に変更 */
}

table.sp-table {
    width: 100%;
    margin: 2em auto; /* 5em から 2em に変更 */
}

/*--PC--*/
@media screen and (min-width: 1200px){
    .table-area { overflow-x: auto; }
    
    table.sp-table { width: 100%; }

    .full_size_text{text-transform:full-width; display:inline-block;}
}



/*よく頂くご質問
---------------------------------------------------------------------------*/
/*FAQボックス全体*/
.faq {
	padding: 0 5px;	/*上下、左右へのボックス内の余白*/
}

/*質問*/
.faq dt {
	border-radius: 10px;	/*枠を角丸にする指定*/
	margin-bottom: 20px;	/*下に空けるスペース*/
	background: linear-gradient(#fff,#eee);/*背景グラデーション*/
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.2は色が20%出た状態の事。*/
	text-indent: -2em;				/*テキストのインデント。質問が複数行になった際に、テキストの冒頭を揃える為に設定しています。*/
	padding: 5px 1em 5px 3em;		/*ボックス内の余白。ここを変更する場合、上のtext-indentも調整します。*/
}

/*アイコン（Font Awesome）*/
.faq dt::before {
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	content: "\f028";		/*使いたいアイコン名をここで指定。Font Awesomeに記載されています。詳しくは当テンプレートのマニュアルを読んで下さい。*/
	font-weight: 900;
	padding-right: 1em;		/*アイコンとテキストの間の余白*/
	color: #747474;			/*文字色*/
}

/*回答*/
.faq dd {
	padding: 5px 1em 30px 3em;		/*ボックス内の余白**/
}

/*opencloseを適用した要素のカーソル*/
.openclose {
	cursor: pointer;	/*カーソルの形状。リンクと同じスタイルにしてクリックできると認識してもらう。*/
}

.faq dt span {text-indent: 0;}


/*テーブル（その２）
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta2 caption,
.ta3 caption {
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #cce6f6;		/*背景色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*ta2,ta3共通設定*/
.ta2,
.ta3 {
	width: 96%;
	margin: 0 2% 30px;
}
.ta2, .ta1 td, .ta1 th,
.ta3, .ta2 td, .ta2 th {
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi,
.ta3 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #cce6f6;	/*背景色*/
	font-weight: bold;
}
/*ta2の左側ボックス*/
.ta2 th {
	width: 150px;	/*幅*/
	text-align: center;	/*センタリング*/
	background: #f0f0f0;	/*背景色*/
	font-weight: normal;
}
/*ta2の左側ボックスに画像を入れた場合の設定*/
.ta2 th img {
	width: 100%;
}
/*ta3の左側ボックス*/
.ta3 th {
	background: #fffeba;	/*背景色*/
}
/*ta3の右側ボックス*/
.ta3 td {
	text-align: center;	/*センタリング*/
}

/*料金ページの追加設定（CMS用）*/
.ta2.price td {
	text-align: right;
}
.ta2.price tr.total th {
	background: #b7e0ee;
	font-size: 150%;
}
.ta2.price tr.total td {
	background: #deeff4;
	font-weight: bold;
	font-size: 150%;
}



/*テーブル（パラボリック）
---------------------------------------------------------------------------*/


/*テーブル１行目に入った見出し部分（※caption）*/
.ta4 caption {
	font-weight: bold;			/*太字に*/
	padding: 5px 5px;			/*上下、左右へのボックス内の余白。基本的に数行下の「.ta4 th, .ta4 td」のpaddingと揃えておけばOKです。*/
	background: #3c88d6;
	/*--background: #747474;--*/		/*背景色*/
	color: #fff;				/*文字色*/
}

/*ta4テーブルブロック設定*/
.ta4 {
	border-top: 1px solid #ccc;	/*テーブルの一番上の線。幅、線種、色*/
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
	background: #fff;			/*背景色*/
}

/*tr（１行分）タグ設定*/
.ta4 tr {
	border-bottom: 1px solid #ccc;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta4 th, .ta4 td {
	padding: 5px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta4 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}

/*th（左側）のみの設定*/
.ta4 th {
	width: 30%;			/*幅*/
	text-align: left;	/*左よせにする*/
	background: #f7f7f7;	/*背景色*/
}





/*テーブル（トップページコンテンツ）
---------------------------------------------------------------------------*/


/*テーブル１行目に入った見出し部分（※caption）*/
.ta5 caption {
	font-weight: bold;			/*太字に*/
	padding: 10px 5px;			/*上下、左右へのボックス内の余白。基本的に数行下の「.ta4 th, .ta4 td」のpaddingと揃えておけばOKです。*/
	background: #3c88d6;
	/*--background: #747474;--*/		/*背景色*/
	color: #fff;				/*文字色*/
}

/*ta5テーブルブロック設定*/
.ta5 {
	border-top: 1px solid #ccc;	/*テーブルの一番上の線。幅、線種、色*/
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
	background: #fff;			/*背景色*/
}

/*tr（１行分）タグ設定*/
.ta5 tr {
	border-bottom: 1px solid #ccc;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta5 th, .ta5 td {
	padding: 15px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta4 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}

/*th（左側）のみの設定*/
.ta5 th {
	width: 30%;			/*幅*/
	text-align: left;	/*左よせにする*/
	background: #f7f7f7;	/*背景色*/
}






/*目次
---------------------------------------------------------------------------*/

.l_toc {
    width: 100%;
    max-width: 500px;
    margin: 10px 0px 10px 20px;
    font-weight: bold;
}

.l_toc a {
    text-decoration: none;
    color: #333; /* おとなしいグレー色に変更 */
}

.l_toc ol {
    background-color: #f2f2f2; /* ライトグレーの背景色に変更 */
    padding-left: 0;
    list-style: none;
    counter-reset: section;
    padding: 0px 0px 0px 20px;
}

.child_ol li {
    padding-left: 40px;
}

.l_toc li::before {
    counter-increment: section;
    content: counters(section, ".") " ";
    color: #333; /* おとなしいグレー色に変更 */
}

@media (max-width: 600px) {
  .l_toc {
    max-width: 100%;
    margin-left: 0;
  }
  .l_toc ol {
    padding-left: 10px;
  }
  .child_ol li {
    padding-left: 30px;
  }
}



/*金価格歴史目次
---------------------------------------------------------------------------*/

/* Container for the table of contents */
.his_toc {
    max-width: 600px;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Styling the ordered list */
.his_toc ol {
    padding-left: 20px;
    list-style-type: decimal;
}

/* Styling the list items */
.his_toc li {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.6;
}

/* Styling the links */
.his_toc a {
    text-decoration: none;
    color: #0073e6;
    transition: color 0.3s ease;
}

/* Hover effect for links */
.his_toc a:hover {
    color: #005bb5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .his_toc {
        padding: 10px;
    }
    
    .his_toc ol {
        padding-left: 15px;
    }
    
    .his_toc li {
        font-size: 10px;
    }
}


/*金先物の始めたかボタン
---------------------------------------------------------------------------*/

.goldbanner {
    display: inline-block;
    padding: 6px;
    border: 2px solid #008CBA; /* ボタンの枠線色 */
    border-radius: 12px; /* 角を丸くする */
    background-color: #ffffff; /* 背景色 */
    box-shadow: 0 4px #999; /* 影を追加 */
    transition: all 0.3s ease; /* アニメーションを追加 */
    cursor: pointer; /* マウスオーバー時にポインターを表示 */
}

.goldbanner:hover {
    background-color: #008CBA; /* マウスオーバー時の背景色 */
    box-shadow: 0 6px #666; /* 影の調整 */
    transform: translateY(-2px); /* 少し浮き上がる効果 */
}

.goldbanner:active {
    background-color: #005f6b; /* クリック時の背景色 */
    box-shadow: 0 2px #666; /* 影の調整 */
    transform: translateY(2px); /* 押し込まれる効果 */
}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5rem;	/*文字サイズ*/
	background: #3c88d6;/*--background: rgba(0,0,0,0.2);--*/	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 2em;			/*幅*/
	line-height: 2em;	/*高さ*/
}

/*マウスオン時*/
.pagetop a:hover {
	background: #c6c6c6;	/*背景色*/
}



/*popup表示させたいコンテンツのレイアウトと位置
---------------------------------------------------------------------------*/

.open {
  cursor: pointer;
}
input[type="checkbox"] {
  display: none;
}
.overlay1,
.overlay2,
.overlay3,
.overlay4,
.overlay5,
.overlay6,
.overlay7,
.overlay8,
.overlay9 {
  display: none;
}
input[id="pop-up1"]:checked + .overlay1,
input[id="pop-up2"]:checked + .overlay2,
input[id="pop-up3"]:checked + .overlay3,
input[id="pop-up4"]:checked + .overlay4,
input[id="pop-up5"]:checked + .overlay5,
input[id="pop-up6"]:checked + .overlay6,
input[id="pop-up7"]:checked + .overlay7,
input[id="pop-up8"]:checked + .overlay8,
input[id="pop-up9"]:checked + .overlay9 {
  display: block;
  z-index: 9999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.window {
  width: 90vw;
  max-width: 700px;
  height: 400px;
  background-color: #ffffff;
  border: 2px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text {
  font-size: 18px;
  margin: 0;
}
.close {
  cursor: pointer;
  position: absolute;
  top: -8px; /* 上に8px移動 */
  right: 4px;
  font-size: 24px;
  color: #FF0000;
}


/*つぶやき用表示切替
---------------------------------------------------------------------------*/

.accordion-004 {
    max-width: 700px;
    margin-bottom: 7px;
    border: 2px solid #d6dde3;
    border-radius: 5px;
}

.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    background-color: #f7f7f7;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-004 summary::-webkit-details-marker {
    display: none;
}

.accordion-004 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion-004[open] summary::after {
    transform: rotate(225deg);
}

.accordion-004 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-004[open] p {
    transform: none;
    opacity: 1;
}


/*マウスオーバー (赤の申し込みボタン)
---------------------------------------------------------------------------*/

.mouseover {
    background-color: red;
    border: 3px solid red;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 1.25rem 4rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.mouseover:hover {
    background-color: #fff;
    color: red;
}



/* マウスオーバー (体験申し込みボタン)
---------------------------------------------------------------------------*/

.experience {
    background: linear-gradient(45deg, #FFA500, #FF8C00); /* オレンジのグラデーション */
    border: 3px solid #FF8C00; /* 濃いめのオレンジでボーダー */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 0 15px rgba(255, 165, 0, 0.7);
    color: #fff;
    display: inline-block;
    font-weight: 700;
    font-family: 'Yu Gothic', 'Meiryo', sans-serif; /* フォントをゴシック体に変更 */
    padding: 1.5rem 4.5rem;
    position: relative; /* 画像の位置調整のために relative を設定 */
    text-align: center;
    text-decoration: none;
    transition: all .4s ease;
    font-size: 1.5rem; /* 文字サイズを大きく */
    letter-spacing: 0.05em;
    border-radius: 8px; /* 角を丸める */
}

.experience:hover {
    background: #fff;
    color: #FF8C00; /* ホバー時の文字色を濃いオレンジに */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 165, 0, 1);
    transform: scale(1.05); /* サイズを大きく */
}

.experience:active {
    transform: scale(0.98); /* 押されたときに少し縮む */
}

.experience::before {
    content: '';
    background: url('https://tradeone.comtex.co.jp/market-eye/images/free.png') no-repeat center center;
    background-size: contain;
    width: 100px; /* 画像の幅（必要に応じて調整） */
    height: 100px; /* 画像の高さ（必要に応じて調整） */
    display: block;
    position: absolute;
    top: -45px; /* ボタン内での画像の位置を調整 */
    left: -35px; /* 左上に配置 */
}

/* 650px以下の画面幅に対応するレスポンシブデザイン */
@media screen and (max-width: 650px) {
    .experience {
        font-size: 1.2rem; /* フォントサイズを小さく */
        padding: 1rem 2.5rem; /* パディングを小さく */
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 165, 0, 0.5); /* シャドウを調整 */
    }

    .experience:hover {
        transform: scale(1.03); /* ホバー時の拡大率を抑える */
    }

    .experience::before {
        width: 60px; /* 画像のサイズを小さく */
        height: 60px;
        top: -30px; /* 画像の位置を調整 */
        left: -20px;
    }
}



/*マウスオーバー (目立つ申し込みボタン)
---------------------------------------------------------------------------*/

.kouzaopen {
    background: linear-gradient(45deg, red, darkred);
    border: 3px solid red;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 0, 0, 0.7);
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 1.5rem 4.5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .4s ease;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    border-radius: 8px;
}

.kouzaopen:hover {
    background: #fff;
    color: red;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4), 0 0 30px rgba(255, 0, 0, 1);
    transform: scale(1.05);
}

.kouzaopen:active {
    transform: scale(0.98);
}

/* 650px以下の画面サイズに対応するためのメディアクエリ */
@media screen and (max-width: 650px) {
    .kouzaopen {
        font-size: 1.2rem; /* フォントサイズを小さく */
        padding: 1rem 2.5rem; /* パディングを小さく */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 15px rgba(255, 0, 0, 0.5);
    }

    .kouzaopen:hover {
        transform: scale(1.02); /* ホバー時の拡大率を少し小さく */
    }
}


/*注釈用ボックス
---------------------------------------------------------------------------*/
    /* エラー用 */
    div.alert {
        background-color:#FFEFEF;
        margin:0 0 1em 0; padding:10px;
        color:#C25338;
        border:1px solid #D4440D;
        line-height:1.5;
        clear:both;
        background-repeat:no-repeat;
        background-position:5px 5px;
    }
    div.alert span {
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images2/cancel_48.png', sizingMethod='scale');
        width:48px; height:48px;
        position:relative;
        top:-5px; left:-5px;
        display:block;
        text-indent:-9999px;
        float:left;
    }
    html>body div.alert { background-image:url(../images2/cancel_48.png); }
    html>body div.alert span { visibility:hidden; }
    
    
    /* OK用 */
    div.accepted {
        background-color:#e2ffaa;
        border-color:#76CC0B;
        color:#3A9805;
    }
    div.accepted span { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images2/accepted_48', sizingMethod='scale'); }
    html>body div.accepted { background-image:url(../images2/accepted_48); }
    html>body div.accepted span { visibility:hidden; }
    
    
    /* 警告用 */
    div.warning {
        background-color:#ffff80;
        border-color:#E5A500;
        color:#CC7600;
    }
    div.warning span { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images2/warning_48.png', sizingMethod='scale'); }
    html>body div.warning { background-image:url(../images2/warning_48.png); }
    html>body div.warning span { visibility:hidden; }


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #747474 !important;}
.color-check, .color-check a {color: #f00 !important;}
.c {text-align: center !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;border: 1px solid #ccc;padding: 5px 20px;background: rgba(0,0,0,0.03);border-radius: 5px;margin: 5px 0;}
.ofx {overflow-x: hidden;}


/*---------------------------------------------------------------------------
ここから下は画面の高さが720px以下になった場合の追加設定。
大きな端末で見た場合に、左ブロックに極力スクロールバーを出したくないので、高さを圧縮しています。
---------------------------------------------------------------------------*/
@media screen and (max-height:720px) {


/*header（ロゴ、メインメニューなどが入ったブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo {
	padding: 10px 50px;	/*ロゴの余白*/
}

/*メニュー設定（全端末サイズ共通の設定）
---------------------------------------------------------------------------*/
/*メニュー1個あたりの設定*/
#menubar ul a {
	padding: 10px 20px;	/*メニュー内の余白*/
}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}

@media screen and (max-width:1200px) {
	.fibo_table_alea{width: 100%;}
	.fibo_table_alea > div{width:50%;  flex-flow: column;}
	.fibo_table{width:100%; order: 2; margin-bottom: 15px;}
	.fibo_table_alea .fibo_arrow{width:100%; margin: 10px 0px; order: 1;}

}

/*コラムのページ遷移デザイン
---------------------------------------------------------------------------*/
.pagination {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}



/*文字の装飾（ライン・文字を囲む）
---------------------------------------------------------------------------*/

.linetext_05 {
background:linear-gradient(transparent 70%, #FFFF00 0%);
font-weight: 600;
}

.custom-border1 {                   /*背景青*/
  font-weight: bold;
  border: 1px solid #4682b4;
  background-color: #020229;
  padding: 2px 10px;
  color: #ffffff; /* フォントカラー */
}

.custom-border2 {                 /*背景赤*/
  font-weight: bold;
  border: 1px solid #dc143c;
  background-color: #85051c;
  padding: 2px 10px;
  color: #ffffff; /* フォントカラー */
}


.dotted_line {                  /*青い点線で囲む*/
  border: dotted 2px #1e7aca;
  padding: 0 10px 0 10px;
  border-spacing: 10px;
}

.dashed_line {
  border: dashed 2px skyblue;
}


.red {                     /*赤色*/
font-weight:bold; /*太字*/
color:#ff0000; /*赤色*/
font-size:1.0em; /*文字サイズ1倍*/
}


/*ボタンデザイン１
---------------------------------------------------------------------------*/

.custom-button {
  font-weight: bold;
  border: 2px solid #1e90ff; /* ボーダーを太くして、青に設定 */
  background-color: #1e90ff; /* 通常時の背景色を青に設定 */
  padding: 12px 24px; /* パディングを大きくし、ボタンを大きくする */
  color: #ffffff;
  border-radius: 30px; /* 丸みを大きくしてボタンっぽさを強調 */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 20px; /* スペースを大きくする */
  transition: background-color 0.3s, border-color 0.3s; /* 色の変化をスムーズにするトランジション */
  cursor: pointer; /* マウスカーソルをポインターに変更 */
}

.custom-button:hover {
  background-color: #add8e6; /* ホバー時の背景色を明るい青に変更 */
  border-color: #add8e6; /* ホバー時のボーダー色を明るい青に変更 */
}



/*ボタンデザイン２
---------------------------------------------------------------------------*/

.cta-button {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(45deg, #0066ff, #00ccff); /* グラデーションをブルー系に変更 */
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.cta-button .microcopy {
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-top: 5px;
  color: #ffffff;
  opacity: 0.9;
}

.cta-button:hover {
  background: linear-gradient(45deg, #005ce6, #00bfff); /* ホバー時のグラデーションも変更 */
  transform: translateY(-3px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25);
}

.cta-button .icon2 {
  margin-right: 10px;
  font-size: 1.5em;
  vertical-align: middle;
}

/* 650px以下のレスポンシブ対応 */
@media screen and (max-width: 650px) {
  .cta-button {
    padding: 12px 20px;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .cta-button .microcopy {
    font-size: 16px;
  }

  .cta-button .icon2 {
    font-size: 1.3em;
  }

  /* ボタンの親要素の調整 */
  .cta-button-container {
    width: 100%;
    text-align: center;
  }
}



/*---------------------------------------------------------------------------
ここから下は画面幅600px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:600px) {


/*header（ロゴ、メインメニューなどが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	/*--left: 10px;--*/			/*左からの配置場所指定*/
	text-align: left;
}

/*ロゴ画像*/
header #logo {
	padding: 10px 50px;	/*ロゴの余白。上下、左右の順番。*/
}

/*--header p{ margin-bottom: 0px;}--*/

address {width: 80%; max-width: 180px; margin-left: 5px;}
address .tel{font-size: 14px;}
header .btn a{font-size: 13px;}
header p{font-size: 11px;}

#menubar ul a, #menubar dl a{padding: 2px 5px;}
#menubar dl dd{padding: 2px 5px;}

.faq dd {
	padding: 5px 1em 30px 1em;		/*ボックス内の余白**/
}

/*contentsブロック
---------------------------------------------------------------------------*/
#contents {
	margin-right: 0px;	/*右側へ空けるボックスの外へのスペース*/
	margin-left: 0px;	/*左側へ空けるボックスの外へのスペース*/
}

.list{padding: 10px;}


/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {
	/*--padding-top: 100px;	--*/	/*ブロックの上にとる余白。ページを開いた時にロゴに重ならないようにする為。*/
}

/*トップページのmainブロック*/
.home main {
	padding-right: 10px;
}


/*box1
---------------------------------------------------------------------------*/
.box1 {
	padding: 10px 20px;					/*上下、左右へのボックス内の余白*/
}


.ta1 th img{max-width:20px ;}

.fibo_table_alea{flex-flow: column;}
.fibo_table_alea > div{width:100%;}
.fibo_table td{padding:2px 5px;}

/*--リストの装飾--*/
ul.maru{margin-right: 0; padding-right: 0;}
ul.maru li{list-style-type: none; /*--margin-left: -0.2em;--*/ margin-left: 0em;}
ul.maru li::before {content: "〇"; /*--margin-left: -1em; margin-right: 0.2em;--*/ margin-left: -1.5em; margin-right: 0em;}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}





/*---------------------------------------------------------------------------
ここから下は画面幅900px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:900px) {

.ta5 th img{display: none ;}
.ta5 td {font-size: 12px;}
.ta5 th {font-size: 12px;}

}

/*ふきだし設定(レスポンシブ)
---------------------------------------------------------------------------*/
@media screen and (max-width: 900px) {

    .balloon-010 img,
    .balloon-009 img,
    .balloon-011 img,
    .balloon-012 img {
        max-width: 96px; /* 120pxの80% */
    }
}


/*タイトル横の注釈デザイン
---------------------------------------------------------------------------*/
/* 画面幅が900px以下の場合 */
@media screen and (max-width: 900px) {
    .h_explanation {
        float: none;  /* floatを解除 */
        text-align: center; /* 中央揃えにするなど調整 */
        line-height: normal; /* デフォルトの行間に戻す */
    }
}


/*---------------------------------------------------------------------------
ここから下は画面幅900px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:900px) {


address{position: absolute; right: 5px;}

/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	font-size: 16px;	/*基準となるフォントサイズの上書き*/
}

/*container（サイト全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	display: flex;					/*flexボックスを使う指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
}


/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	/*--height: 100%;--*/
	width: 100%;
    min-height: 95px;
	/*--max-width: 1500px;--*/
	/*--background: #fff;--*/
	margin: 0;
  padding-bottom: 5px;
	/*--background: linear-gradient(rgba(255,255,255,0.5) 750px, #c6c6c6); --*//*背景グラデーション。255,255,255は白の事で0.5は色が50%出た状態。下側の色が#c6c6c6。750pxはグラデーションを切り替えるポイント。*/
	/*--box-shadow: 0px 0px 10px rgba(0,0,0,0.05);--*/	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.05は色が5%でた状態。*/
	/*--width: 200px;--*/		/*幅*/
	/*--overflow: auto;--*/		/*高さを狭くした際に、メニューなどがきれないように自動でスクロールバーをつける。*/

  /*--display: flex;--*/
}

.home header{min-height: 95px; background-color: rgba(255, 255, 255, 0.8); border-bottom: none; position: absolute;}

header div{/*--max-width: 1500px; margin: 0 auto; padding-left: 10px; padding-right: 10px;--*/}

header > div{ padding-left: 10px; padding-right: 10px;}
/*--
header p{margin: 0; padding: 0; font-size: 0.8rem; color: #3c88d6; text-align: left;}

header h1{width:200px ;  margin: 0;}
header h1 img{width:200px ;}--*/

header h1{margin-top: 7px;}

/*contentsブロック
---------------------------------------------------------------------------*/
#contents {
	/*--margin-left: 300px;--*/			/*左側へ空けるボックスの外へのスペース*/
	/*--width: calc(100% - 300px);--*/	/*幅。100%の幅から左側のブロック分を差し引いたサイズを指定。*/
	/*--width: 920px;--*/
	/*--width: 1220px ;--*/
}


/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {
	/*--padding-top: 130px;--*/		/*ブロックの上にとる余白*/
}


/*menubar
---------------------------------------------------------------------------*/
/*ハンバーガーメニューを非表示にする*/
#menubar_hdr {display: none;}

/*メニューのボックス全体の設定（※変更不要）*/
#menubar {height: auto;overflow: visible;}
#menubar.db {position: static;overflow: visible;height: auto;padding: 0;}


/*コースページ（listブロック）
---------------------------------------------------------------------------*/
/*「コンパクトタイプ」のlistボックス全体を囲むボックス*/
.list-container {
	flex-direction: row;	/*子要素を横並びにする*/
}

/*「コンパクトタイプ」のlistボックス。１個あたりのボックスの指定です。*/
.list-container .list {
	width: 48%;	/*ボックスの幅*/
}

/*アイコン調整
---------------------------------------------------------------------------*/

.icon {
  margin-right: 15px;
}


/*画像レスポンシブ
---------------------------------------------------------------------------*/

/* PC・スマホ共通 */
.trial{
  width:100%;
  margin:0;
}
.trial>div{
  width:100%;
  margin:0;
  background:#FFF;
}

/* PC版のみ */
@media(min-width:600px){
  .trial{
    display:flex;
    width:100%;
    margin:auto;
  }
  .trial>div{
    width:48%;
    margin:0 1%;
  }
}




/*ラインの装飾
---------------------------------------------------------------------------*/


/* 点線 */
.hr1 {
  border-top: 1px dotted #aaa;
}

.hr2 {
  border-top: 3px dotted skyblue;
}

.hr3 {
  border-top: 5px dotted orange;
  background-color: rgb(232, 243, 131);
}



/*下から表示させる
---------------------------------------------------------------------------*/

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(500px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}



/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta2 caption {
	padding: 5px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）、td（右側）の共通設定*/
.ta2 th, .ta2 td {
	padding: 20px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）のみの設定*/
.ta2 th {
	/*--width: 20%;--*/		/*幅*/
	width: 25%;
}


/*その他
---------------------------------------------------------------------------*/
.ws {width: 48%;display: inline;}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}

@media screen and (max-width:1500px) {
	header > div{padding-left: 10px; padding-bottom: 5px;}
	#mainimg{height: 30%;}
	.ta1 th{width: 30%;}
}

@media screen and (max-width:450px) {
	.pc{display: none;}
	.sp{display: inline;}
	.ta1 th{width: 45%;} 
	main h2{font-size: 1.2em;}
	main h2 img{width: 50px;}
    .h_explanation{line-height: 50px;}
	main h2 span.uline{padding: 0;}
	.h2_date{font-size: 0.7em;}
	
}


@media screen and (max-width:600px) {
main h3 { font-size: 1.2em; }

}



@media screen and (max-width:420px) {
    /*ロゴ画像*/
    header{border-bottom: #3c88d6 7px solid; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; }
    header h1{margin-top: 5px;}
    header h1,header h1 img { width: 130px !important; }
    header p { font-size: 9px; font-feature-settings: "palt"; }
    address .tel { font-size: 12px; }
    header .btn a { font-size: 11px; }
    address .btn a { padding: 3px !important; }
    address{ margin-top: 0; padding: 0; position: absolute; left: 145px; max-width: 120px; background: transparent;}

}

@media screen and (max-width:360px) { main h2{font-size: 1.1em;} .ta1 th{width: 57%;} .h2_date{font-size: 0.6em;}}


.col{ max-width: 1400px !important; display:flex; justify-content:space-between;}	
@media only screen and (max-width: 768px){.col{display:block;}	
}	
@media only screen and (max-width: 768px){.col>div+div{margin-top:20px;}	
}	
.col2>div{/*--width:calc(50% - 20px);--*/ width:calc(50% - 15px); }	
@media only screen and (max-width: 768px){.col2>div{width:auto;}	
}	
.col3>div{width:calc(33.333% - 16px);}	
@media only screen and (max-width: 768px){.col3>div{width:auto;}}

