@charset "UTF-8";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */

#hpb-headerMain{
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

#hpb-headerMain h1{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 14px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: left;
  font-weight: normal;
  line-height: 18px;
  font-size: 10px;
  color: #555555; /* ヘッダー説明文文字色 */
}

#hpb-headerLogo a{
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  /* 2019.10.30 text-indent: -9999px;  → なし */
  overflow: hidden;
  height: 65px;
  background-image : url(logo_1L.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-align : center;            /* 2019.10.30 追加 */
  background-color : transparent; /* 2019.10.30 追加 */
}


#hpb-headerExtra1{
  width: 330px;
  margin-top: -5px;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  float: right;
  text-align: right;
}
#hpb-headerExtra1 p.tel{
  /* 電話番号の文字設定 */
  display: inline;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #0a468d;       /* 2019.10.30 #4c935 → #0a468d */
  line-height: 1.8;
  letter-spacing: 0.1em;
  background-image : url(pointTel_1L.png); /* 2019.10.30 pointTel_1Lb → pointTel_1L */
    background-position: center left;
  background-repeat: no-repeat;
  text-align: right;
}

#hpb-headerExtra1 p.tel span{
  /* 電話番号の「TEL」文字設定 */
    display: none;
}

#hpb-headerExtra1 p.address{
  /* 住所文字設定 */
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.2;
  text-align: right;
}


/* フッター内パーツ */

#hpb-footerMain{
  width: 100%;
}

#hpb-footerMain p{
  /* コピーライト文字設定 */
  font-size: 10px;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
  padding-top: 37px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 12px;
  color: #3268a9;
  font-weight: bold;
  background-image : url(footerBg_1Lb.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}

#hpb-footerExtra1{
  padding-top: 4px;
  padding-bottom: 4px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #fff;
}

#hpb-footerExtra1 ul{
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
  list-style-type: none;
}

#hpb-footerExtra1 li{
  /* フッターナビ設定 */
  display: inline;
  background-image : url(fpoint_1L.png);
  background-position: left center;
  background-repeat: no-repeat;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 5px;
  font-weight: normal;
}
#ID{
  background-image : url(pageBg_1Lb.png);
  padding-left: 0;
}

#hpb-footerExtra1 a:link{
  color: #2972c7;
  text-decoration: underline;
}
#hpb-footerExtra1 a:visited{
  color: #2972c7;
  text-decoration: underline;
}
#hpb-footerExtra1 a:hover{
  color: #f3bd03;
  text-decoration: underline;
}
#hpb-footerExtra1 a:active{
  color: #f3bd03;
  text-decoration: underline;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a{
  /* ナビゲーション文字設定 */
  color: white;     /* 2020.02.16 追加  */   
  font-weight: normal;
}

#hpb-nav li a:link{
  text-decoration: none;
}
/* ナビゲーション文字色設定 */
#hpb-nav li a:visited{
  text-decoration: none;
}
#hpb-nav li a:hover{
  color : red;
  /* 2019.10.30 #60c246 → red */
  text-decoration: none;
}
#hpb-nav li a:active{
  text-decoration: none;
}
#hpb-nav li span.en{
  display: none;
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
  color: #2972c7;  /* 2019.10.30 #009966 → #2972c7 */
  text-decoration: underline;
}
a:visited{
  color: #2972c7;  /* 2019.10.30 #009966 → #2972c7 */
  text-decoration: underline;
}
a:hover{
  color: #f3bd00;
  text-decoration: none;
}
a:active{
  color: #64BEE6;  /* 2019.10.30 #f3bd00 → #64BEE6 */
  text-decoration: none;
}

#hpb-skip{
  /* ヘッダースキップの非表示 */
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
}

p{
  margin-top: 0.5em;
  margin-bottom: 2em;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1.4;
  text-align: left;
}

p.large{
  color: #3268a9;  /* 2019.10.30 #4c9351 → #3268a9 */
  font-weight: bold;
}
p.indent{
  padding-left: 22px;
}

.left{
  float: left;
}

img.left{
  margin-left: 14px;
}

.right{
  float: right;
}

img.right{
  margin-right: 24px;
}

hr{
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-right: 24px;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  clear: both;
  border-top-width: 1px;
  border-top-style: none;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-left-style: none;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: none;
}

.hpb-layoutset-02 h2{
  margin-top: 0;
  margin-bottom: 1em;
  height: 38px;
  overflow: hidden;
  /* 2019.10.30 background-image : url(indexBg_1Lb.png);  */
  background-position: top left;
  background-repeat: no-repeat;
  line-height: 38px;
  padding-left: 20px;
  padding-top: 2px;
  text-align: left;
  color : #555555;
  font-size: 1.4em;
  font-weight: normal;
  letter-spacing: 0.1em;
}

h2 span.en{
  display: none;
}

.hpb-layoutset-02 #hpb-wrapper h3{
  clear: both;
  margin-top: 0.5em;
  margin-bottom: 1em;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
  padding-top: 3px;
  padding-left: 1px;
  padding-bottom: 3px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #3a6ead;  /* 2019.10.30 #5baa46 → #3a6ead */
  font-size: 1.3em;
  color: #333;
  font-weight: normal;
}

h3.hpb-c-index{
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
}

h4{
  margin-top: 0;
  margin-right: 24px;
  margin-bottom: 1em;
  margin-left: 12px;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 0;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.2;
  color: #3a6ead;  /* 2019.10.30 #5baa46 → #3a6ead */
  font-weight: bold;
}

h5{
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 18px;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 13px;
  text-align: left;
  background-image : url(point_1L.png);  /* 2019.10.30 point_1Lb.png → point_1L.png */
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 1em;
  line-height: 1.2;
}

table{
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: 10px;
  border-collapse: collapse;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color : navy;  /* 2019.10.30 #cccccc → navy */
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color : navy; /* 2019.10.30 #cccccc → navy */
}

table th{
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 8px;
  text-align: left;
  background-color: #fff7c0; /* 2019.10.30 #fffed8 → #fff7c0 */
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cccccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}

table td{
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 8px;
  text-align: left;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cccccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}

/* フォームパーツ設定 */
input.button{
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
}

textarea{
  width: 500px; /* 2019.10.27 400→500 */
  height: 200px;
}

input.l{
  width: 500px; /* 2019.10.27 400→500 */
}
input.m{
  width: 250px;
}
input.s{
  width: 150px;
}

/* メインコンテンツ内基本パーツ */

#hpb-main p{
  margin-left: 10px;
  margin-right: 10px;
}

#hpb-main ul{
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

#hpb-main ul li{
  text-align: left;
  line-height: 1.4;  /* 2020.08.16 1.4 → 1.3  */
  padding-top: 2px;  /* 2020.08.16 10px → 2px */
  padding-right: 15px;
  padding-bottom: 2px;  /* 2020.08.16 10px → 2px */
  padding-left: 15px;
  background-image : url(point_1L.png); /* 2019.10.30 point_1Lb.png → point_1L.png */
  background-position: 3px 8px;
  background-repeat: no-repeat;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #DDDDDD;
  color: #555555;
}

#hpb-main dl{
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  zoom: 100%;
}

#hpb-main dt{
  float: left;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
  line-height: 16px;
  min-height: 16px;
  font-weight: normal;
  width: 170px !important;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 15px;
  background-image : url(point_1L.png); /* 2019.10.30 point_1Lb.png → point_1L.png */
  background-position: 3px 8px;
  background-repeat: no-repeat;
}

#hpb-main dd{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  text-align: left;
  line-height: 16px;
  min-height: 16px;
  padding-left: 195px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #DDDDDD;
}

*:first-child + html #hpb-main dd{
  /* for IE7 */
  padding-left: 10px;
  min-height: 20px;
}

* html #hpb-main dd{
  /* for IE6 */
  height: 20px;
  padding-left: 0px;
}

#hpb-main dl::after{
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#hpb-main img.left{
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}

#hpb-main img.right{
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
  float: right;
}

#pagetop{
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: right;
}

#pagetop a{
  /* ページの先頭へのリンク設定 */
  background-image : url(returnTop_1L.png); /* 2019.10.30 returnTop → returnTop_1L.png */
  background-position: center left;
  background-repeat: no-repeat;
  text-align: left;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
  line-height: 1.6;
}

/* 各ページ デザイン定義 */

#access > img{
  margin-left: 10px;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {  /* 2019.11.29 568px → 500px

	/*------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */
	#hpb-headerMain h1{
                padding-left: 5px;
                padding-right: 5px;
                padding-top: 5px;
                padding-bottom: 5px;
                line-height: 1.4;
        }
        #hpb-headerLogo{
                width: 98%;
                margin-left: auto;
                margin-right: auto;
        }
        #hpb-headerLogo a{
                display: block;
                max-width: 100%;
                background-size: contain;
                background-position: top center;
                margin-top: 10px;
                margin-right: auto;
                margin-bottom: 10px;
                margin-left: auto;
        }
        #hpb-headerExtra1{
                width: 98%;
                margin-top: 0;
                margin-left: auto;
                margin-right: auto;
                float: none;
       }

       /* フッター内パーツ */
	#hpb-footerMain p{
                /* コピーライト文字設定 */
		padding-right: 5px;
                padding-left: 5px;
                word-break: break-all;
       }
       #hpb-footerExtra1{
                padding-top: 15px;
                padding-bottom: 15px;
       }
       #hpb-footerExtra1 ul{
                padding-bottom: 0;
                padding-left: 5px;
       }

       #hpb-footerExtra1 li{
               /* フッターナビ設定 */
		display: inline-block;
                padding-top: 2px;
                padding-bottom: 2px;
      }
      /*--------------------------------------------------------
	        ナビゲーションデザイン設定
      ----------------------------------------------------------*/
      #hpb-nav h3.hpb-c-index{
               width: 27px;
               height: 20px;
               background-image : url(btn_menu.png);
               background-position: top left;
               background-repeat: no-repeat;
               margin-left: 10px;
               margin-top: 10px;
               margin-bottom: 10px;
               overflow: hidden;
               text-indent: -9999px;
               cursor: pointer;
      }

      /*--------------------------------------------------------
	        基本パーツデザイン設定
      --------------------------------------------------------*/
      p{
               padding-right: 0;
               padding-left: 0;
      }
      p.indent{
               padding-left: 13px;
      }
      img.left{
               margin-left: 0;
      }
     img.right{
               margin-right: 0;
      }
      hr{
               margin-right: 0;
      }
      .hpb-layoutset-02 h2{
               width: 96%;
               margin-top: 1em;
               margin-right: auto;
               margin-left: auto;
               height: auto;
               background-image : none;
               line-height: 1.4;
               padding-top: 5px;
               padding-bottom: 5px;
               padding-left: 14px;
               border-left-width: 6px;
               border-left-color: #3a6ead;
               border-left-style: solid;
               border-bottom-width: 1px;
               border-bottom-color: #cccccc;
               border-bottom-style: solid;
               background-color: #f5f5f5;
               box-sizing: border-box;
               word-break: break-all;
      }
      .hpb-layoutset-02 #hpb-wrapper h3{
               margin-left: 0;
               margin-right: 0;
               padding-left: 0;
      }
      h4{
               margin-right: 0;
               margin-left: 0;
               padding-right: 0;
      }
      h5{
               margin-left: 0;
               padding-right: 0;
      }
      table{
               width: 96%;
               margin-right: auto;
               margin-left: auto;
      }

      /* フォームパーツ設定  */
	textarea{
               width: 96%;
      }
      input.l{
               width: 96%;
      }
      input.m{
               width: 60%;
      }
      input.s{
               width: 30%;
      }

      /* メインコンテンツ内基本パーツ */
      #hpb-main p{
               margin-left: 0;
               margin-right: 0;
      }
      #hpb-main ul{
               margin-left: 0;
               margin-right: 0;
      }
      #hpb-main ul li{
               padding-right: 0;
      }
      #hpb-main dl{
               margin-left: 0;
               margin-right: 0;
      }
      #hpb-main dt{
               float: none;
               max-width: 100%;
               padding-bottom: 0;
               box-sizing: border-box;
      }
      #hpb-main dd{
               padding-right: 0;
               padding-left: 15px;
      }
      #hpb-main img.left{
               margin-right: 0;
               float: none;
      }
      #hpb-main img.right{
               margin-left: 0;
               float: none;
      }
      #pagetop{
               margin-bottom: 0;
      }
      #pagetop a{
      /* ページの先頭へのリンク設定 */
		padding-right: 0;
      }

      /* アクセスページ デザイン定義 */
      #access h3 + img{
                margin-left: 0;
      }



}