#header
{
    padding-bottom: 0px;
    margin-bottom: 2.5rem;
	height: 14rem;
	background: url(https://u.jimcdn.com/cms/o/s6ea4f93ae509d495/userlayout/img/header画像-8-4.jpg?t=1679706466) center;
	background-size: cover;
}
#header > div > div > ol  /* パンくずリスト全体 */ 
{
        list-style-type: none;
        display:flex;
        transform: translateY(14.5rem);
        padding-inline-start: 1px;
        background:rgba( 255, 255, 255, 0.45 );
}
#header > div > div > ol li a:after /* パンくずリストの＞ */
{
        padding: 0 15px 0 0;
        content: "  >";
}
#header > div > div > ol > li:nth-child(1)  /* パンくずリストの文字数制限 */
{
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header > div > div > ol > li:nth-child(2)  /* パンくずリストの文字数制限 */
{
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header > div > div > ol > li.cc-nav-current.j-nav-current /* パンくずリストの文字数制限 */
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header h1,#header a /* ヘッダー内リンク部分 */
{
    font-size: clamp(10px, 1.15vw, 16px);
}
#container /* 記載部分全体 */
{
     margin:auto;
     max-width:980px;
}
#sidebar /* サイドバー */
{
    float:right;
    width:260px;
    background:#fff;
}
#content /* 記事部分 */
{
    float:left;
    width:660px;
    background:#fff;
    padding-top: 15px;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 15px;
}
#cc-inner /* 画面全体 */
{
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
#footer /* フッター */
{
 width: 67%;
 overflow: hidden;
}


#nav-top ul /* メニューリスト */
{
        list-style-type: none;
}

#nav-top ul.cc-nav-level-0 /* メニューリスト第1階層部分 */
{
        margin-top: 0;
        padding: 0;
}
#nav-top ul.cc-nav-level-0 li /* メニューリスト第1階層部分 */
{
text-transform: uppercase;
}
#nav-top ul.cc-nav-level-0 li ul /* メニューリスト第1階層部分 */
{
        width: 100%;
        margin: 0;
        padding: 0;
}
#nav-top ul.cc-nav-level-0 li a  /* メニューリスト第1階層部分 */
{
        display: block;
        border-bottom: 1px solid #fff;
        padding: 0.75rem;
        color: #fff;
        background-color: #025296;
        text-decoration: none;
        font-size: 14px;
}

#nav-top ul.cc-nav-level-1 li/* メニューリスト第2階層部分 */
{
        background-color: #025296;
        padding: 0 0 0 1.0rem;
}
#nav-top ul.cc-nav-level-2 li /* メニューリスト第3階層部分 */
{
        background-color: #025296;
        padding: 0 0 0 1rem;
}
#nav-top ul.cc-nav-level-0 li a.cc-nav-current /* メニューリスト選択部分 */ {
        background: #fff;
        color: #025296;
}
/*== 開閉文字装飾 ==*/
.mokuji-title:after{
cursor: pointer;
display:inline-block;
color: #008000;
font-weight: normal;
content: "【 ＋ 表 示 】";
}
.mokuji-title.openmokuji:after{
cursor: pointer;
content: "【 － 非 表 示 】";
}
.mokuji-body{display:none;}
.mokuji-body.openmokuji{display:block;}

/*== topに戻るボタン系 ==*/
.pagetop {
  font-size: clamp(14px, 1.25vw, 18px);
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  transition: .3s;
  color: #00A6C4;
  background: #fff;
  
/*   デフォルトは非表示 */
  opacity: 0;
}
.pagetop:hover {
    box-shadow: 0 0 10px #00A6C4;
}

@media screen and (max-width: 767px) /* スマホ用コンテンツ設定 */
{
#header
{
    margin-bottom: 1.5rem;
    height: 6rem;
}
#header > div > div > ol  /* パンくずリスト全体 */ 
{
        transform: translateY(6rem);
        height: 1rem;
}
#header > div > div > ol li a:after /* パンくずリストの＞ */
{
        padding: 0 20px 0 0;
        content: "  >";
}
#header > div > div > ol > li a
{
    width: 105px;
}
#header > div > div > ol > li:nth-child(2) > a
{
    width: 105px;
}
#header > div > div > ol > li.cc-nav-current.j-nav-current > a
{
    width: 105px;
}
#header > div > div > ol > li:nth-child(1)
{
    width: 105px; /* 省略せずに表示するサイズを指定 */
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header > div > div > ol > li:nth-child(2)
{
    width: 105px; /* 省略せずに表示するサイズを指定 */
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header > div > div > ol > li.cc-nav-current.j-nav-current /* パンくずリストの文字数制限 */
{
    width: 105px; /* 省略せずに表示するサイズを指定 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#container /* 記事部分の幅（サイドバー含む） */
{
 overflow: hidden;
 margin:auto;
 width: 99.5%;
}
#content
{
 clear: both;
 margin:auto;
 width: 100%;
    padding: 0px;
}
#footer
{
 width: 100%;
 padding: 20px 0px 5px 0px;
}
#sidebar
{
    float: none;
    padding:0px;
}
#cc-inner
{
    padding-left: 1%;
    padding-right: 1%;
}
#nav-top nav /* スマホ版メニューリスト（クリック前） */
{
    position: absolute;
visibility: hidden;
  }
#nav-top nav ul /* スマホ版メニューリスト */
{
    list-style: none;
}
#nav-top ul li /* スマホ版メニューリスト */
{
    line-height: 1.5;
}
#cc-matrix-3946609322
{/* サイドバー広告 */
    display: none;
}


/* ハンバーガーリストアイコン クリック時 */
  #nav-top nav.openNav /* スマホ版メニューリスト */
{
    visibility: visible;
    position: sticky;
    top: 0;
    overflow: auto;
    box-sizing: border-box;
    width: 140%;
    transition: .3s ease-in-out;
    background: rgba(255,255,255,.95);
}

/* ハンバーガーリスト クリック前 */
  #toggle /* 三本線 */
{
    position: absolute;
    right: 10px;
    top: 16px;
    z-index: 200;
    width: 25px;
    cursor: pointer;
    right: 6%;
}
  #toggle span /* 三本線の形状 */
{
    position: absolute;
    display: block;
    width: 100%;
    border-bottom: solid 3px #666666;
    transition: .38s ease-in-out;
  }
  #toggle span:nth-child(1) /* 三本線の一番上 */
{
    top: 0;
  }
 #toggle span:nth-child(2) /* 三本線の中間 */
{
    top: 8px;
  }
  #toggle span:nth-child(3) /* 三本線の一番下 */
{
    top: 16px;
  }
}