@charset "utf-8";
/* 幅固定 幅が 768px 以上であれば、960px幅で表示する */
@media (min-width: 768px) {
    .container, .container-fluid, .jumbotron {
        max-width: 990px;
    }
}
/* 背景画像設定 */
@media (max-width: 767px) {
    .bg-div {
        background-color: #FFFFFFF;
        background-image: url("");
        background-repeat: repeat-x;
    }
}
@media (min-width: 768px) {
    .bg-div {
        background-color: #EAFEFF;
        background-image: url("../image/bg01.gif");
        background-repeat: repeat-x;
    }
    .base {
        width: 960px;
        background-image: url(../image/base01.gif);
        background-repeat: repeat-y;
        position: absolute;
        padding: 0;
        margin: 0 auto;
        top: 110px;
    }
    .base_top {
        background-image: url(../image/base_top.gif);
        background-repeat: no-repeat;
        background-position: center top;
    }
    .base_bottom {
        background-image: url(../image/base_bottom.gif);
        background-repeat: no-repeat;
        background-position: center bottom;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}
/*IE7のみ適用*/
* + html body {
    padding-left: 1px;
}
/*IE6以前のみ適用*/
* html body {
    padding-left: 1px;
}
/* テキストリンク */
a:link {
    color: #3355bb;
    text-decoration: none;
}
a:visited {
    color: #8855aa;
    text-decoration: underline;
}
a:hover {
    color: #0000ff;
    text-decoration: underline;
}
a:active {
    color: #0000ff;
    text-decoration: underline;
}
/* 見出し指定 */
h1 {
    color: #2244aa;
    font-size: 185%;
    font-weight: bold;
    margin: 0px 0 15px 0;
}
h2 {
    color: #2244aa;
    font-size: 140%;
    line-height: 130%;
    font-weight: bold;
    margin: 0px 0 15px 0;
}
h3 {
	color: #555555;
    font-size: 120%;
    line-height: 130%;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
h4 {
	color: #555555;
    font-size: 105%;
    line-height: 150%;
    font-weight: bold;
    margin: 20px 0 3px 0;
}
h5 {
	color: #555555;
    font-size: 100%;
    font-weight: bold;
    margin: 0 0 0 0;
}
/* ヘッダー設定 */
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /*allow us to do the line break for collapsing content*/
    align-items: center;
    justify-content: space-between; /*space out brand from logo*/
    padding: .5rem 1rem;
}
/* ナビ、アドレス */
div.hdr01 {
    text-align: right;
    font-size: 14px;
    line-height: 140%;
    padding: 5px 0 0 0;
}
div.hdr02 {
    text-align: right;
    font-size: 12px;
    line-height: 120%;
    padding: 0 0 0 0;
}
div.hdr03 {
    font-size: 14px;
    line-height: 140%;
    padding: 0;
}
div.hdr04 {
    font-size: 12px;
    line-height: 120%;
    padding: 0;
}
/* 左メニューエリア */
.area_l {
    float: left;
    font-size: 85%;
    text-align: left;
    line-height: 180%;
    width: 232px;
    list-style-type: none;
}
/* 左メニューエリア_s */
.area_l_s {
    font-size: 85%;
    text-align: left;
    line-height: 180%;
    list-style-type: none;
}
/* リーフ左メニュー00　通常 */
.l_menu00 {
    margin: 0px 0 8px 0;
    padding: 6px 0px 4px 10px;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-color: #0362BA;
    border-style: solid;
    font-size: 100%;
    line-height: 120%;
    background-color: #efefef;
    font-weight: bold;
    color: #2244aa;
}
/* リーフ左メニュー01 */
.l_menu01 {
    margin: 0px 0 8px 0;
    font-size: 100%;
    line-height: 125%;
    background-color: #ffffff;
}
/*ナビカラー設定*/
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 1);
}
/*ページ内もくじ */
.p-index {
    clear: both;
    font-size: 80%;
    padding: 0px 0px 0px 0px;
}
/*フッターカラー設定*/
a:link.footer-link, a:visited.footer-link {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.7em;
}
a:focus.footer-link, a:hover.footer-link, a:active.footer-link {
    color: rgba(255, 255, 255, 1);
    font-size: 0.7em;
}
/*住所文字設定*/
.address {
    color: rgba(255, 255, 255, 1);
    font-size: 0.8em;
    margin-right: auto;
}
/*リストヘッドマーク*/
.list-mark0 {
    list-style-type: none;
    position: -5px;
}
/*breadcrumb list*/
.breadcrumb {
    background: #FFFFFF;
    font-size: 80%;
    margin-left: 0;
    padding: 0.75rem 0rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "＞";
}
ol {
    padding-inline-start: 0px;
}
.container {
    padding-left: 0px;
}
/* 本文 */
.honbun {
    /*  clear: both;*/
    font-size: 95%;
    line-height: 160%;
    margin: 0px 0 15px 0;
}
/* 表組み */
.hyo01 {
    /*  clear: both;*/
    font-size: 90%;
    line-height: 140%;
    margin: 0px 0 5px 0;
}
/* 段落先頭字下げ */
.indent {
    text-indent: 1em;
}
/* 注釈 */
.note {
    font-size: 85%;
	line-height: 130%;
}
.note_center {
    font-size: 80%;
	line-height: 140%;
	text-align: center;
}
.footnote {
    font-size: 80%;
    line-height: 130%;
    margin: 0px 0px 10px 0;
    text-align: left;
}
/* テーブル */
.tabletitle {
    font-size: 80%;
    font-weight: 700;
    background-color: #cccccc;
    text-align: center;
}
/*トップページに戻るボタン*/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    font-size: 65%;
}
#page-top a {
    background: #5292e9;
    text-decoration: none;
    color: #fff;
    width: 65px;
    padding: 13px 0;
    text-align: center;
    display: block;
    border-radius: 50px;
}
#page-top a:hover {
    text-decoration: none;
    background: #1b6cbf;
}
/*Card 画像 IE11対応*/
* {
    min-height: 0.01px;
}
/*コピーライト*/
.copyright {
    font-size: 0.8em;
}
/* フッター */
.footer {
    clear: both;
    color: #555555;
    font-size: 75%;
    text-align: left;
    line-height: 180%;
}
/*sitemapリスト調整*/
.sitemap-list {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    border-bottom: 2px dashed #aaa;
    font-weight: bolder;
    font-size: 20px;
}
.sitemap-list2 {
    position: relative;
    /*display: block;*/
    padding: 0.75rem 1.25rem 0.75rem 0rem;
    margin-left: 3rem;
    /*margin-bottom: -1px;*/
    border-bottom: 2px dashed #aaa;
    list-style-image: url("../image/sitemap_mark.gif");
}
.sitemap-list3 {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem 0.75rem 0rem;
    /*  margin-bottom: -1px;*/
    border-bottom: 2px dashed #aaa;
}
.position {
    font-size: 75%;
}
.history {
    font-size: 75%;
    text-align: left;
}
/*境界線*/
hr.dotline {
    border: none;
    border-top: 1px dotted #333;
    height: 1px;
    margin: 0px 0 10px 0;
}
hr.solid {
    border: none;
    border-top: 1px solid #333;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*本文内リスト*/
ol.stage {
    margin-left: 20px;
}
/* スタッフ */
.staffname {
    background-color: #EEFFFF;
}
/* トップ画像メニュー */
.p_menu_rollover {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
}
.p_menu_rollover div {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.p_menu_rollover div {
    list-style-type: none;
}
.p_menu_rollover div.p_menu_rollover01 {
    background: url("../image/p_menu01_on.jpg") no-repeat;
    width: 280px;
}
.p_menu_rollover div.p_menu_rollover02 {
    background: url("../image/p_menu02_on.jpg") no-repeat;
    width: 280px;
}
.p_menu_rollover div.p_menu_rollover03 {
    background: url("../image/p_menu03_on.jpg") no-repeat;
    width: 280px;
}
.p_menu_rollover div a {
    display: block;
}
.p_menu_rollover div a:hover {
    background-color: transparent;
}
.p_menu_rollover div a:hover img {
    visibility: hidden;
}
.mainmenu {
    white-space: nowrap;
}
.nav-link {
    display: block;
    padding: 0rem 1rem;
}
.nav-justified .nav-item {
    flex-basis: 1.5rem;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
}
.nav-link.active {
    font-weight: bold;
    color: rgba(0, 0, 0, .7);
}
.nav-link:hover {
    font-weight: bold;
    color: rgba(0, 0, 0, .7);
}
/* アキ調整指定追加 20201025 */
hr.mt-20 {
    margin-top:20px;
}
hr.mt-30 {
    margin-top:30px;
}
hr.mt-40 {
    margin-top:40px;
}

/* コンテンツエリア */
#content {
  margin: 0 auto;
  text-align: left;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
#content01 {
  margin: 0 auto;
  width: 100%;
  background-image: url(../image/background2.jpg);
  background-repeat: repeat-x;
  text-align: left;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
#content02 {
  margin: 0 auto;
  /*    width:1100px;*/
  background-repeat: repeat-x;
  -webkit-text-size-adjust: 100%;
  /*    text-align:center;*/
}
#content03 {
  margin: 0 auto;
  width: 100%;
  background-image: url(../image/fuji.jpg);
  background-position: center bottom;
  background-attachment: fixed;
  background-size: cover;
  background-size: 100% auto;
  -webkit-text-size-adjust: 100%;
  background-color: #c0daf1;
  background-repeat: no-repeat;
  text-align: left;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
#content_s {
  margin: 0 auto;
  width: 940px;
  text-align: left;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}