@charset "utf-8";

/* 基本の設定
---------------------------------------------------------------------------*/
*,
*::before,
*::after { box-sizing: border-box; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline:0;
}
ul, ol { list-style-type: none; }
img {
  max-width: 100%;
  height: auto;
  border: none;
}
table {
  border-collapse:collapse;
  border-spacing: 0;
  font-size: 100%;
}
input, button, textarea, select { font: inherit; }
iframe { width: 100%; }
:focus{ outline: 0; }
a {
  color: #444;
  text-decoration: none;
}
a:hover { text-decoration: underline; }
.clearfix:after, footer .inner:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before, footer .inner:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix, , footer .inner { display: block; }

html{
  font-size: 10px;
  line-height:1.15;
  -webkit-text-size-adjust: 100%;
}
body{
  color: #444;
  font-size: 1rem;
  font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/*ヘッダー設定
---------------------------------------------------------------------------*/
header {
  padding-bottom: 15px;
  border: solid 1px #e2e2e2;
  background: url(../images/header_bg_01.png) no-repeat center top;
  background-size: 846px auto;
}
header .inner { position: relative; }
header .logo {
  width: 457px;
  margin: 21px 0 0 253px;
}
header a.login {
  position: absolute;
  top: -12px;
  right: 11px;
  display: inline-block;
  padding: 0.3em 0.4em;
  text-shadow: 0 0 0.5px;
  color: rgba(100,100,100,1.0);
  box-sizing: border-box;
  border: 2px solid rgba(96,96,96,0.8);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  min-width: 70px;
  text-align: center;
  background: transparent;
  text-decoration: none;
  outline: 0;
  font-size: 130%;
  font-weight: bold;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
  overflow: hidden;
  padding: 25px 0 30px 0;
  background: #325c66;
  color: #fff;
  font-size: 1.4rem;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .footer_logo {
  width: 130px;
  margin: 0 auto;
}
footer .footer_jorte_info {
  text-align: center;
  margin-top: 5px;
}
footer .footer_menu {
  float: right;
  margin: 30px 60px 0 0;
  letter-spacing: -0.4em;
  text-align: right;
}
footer .footer_menu li {
  display: inline-block;
  margin-left: 18px;
  padding-left: 18px;
  border-left: solid 1px #fff;
  line-height: 1;
  letter-spacing: normal;
  white-space: nowrap;
}
footer ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
footer .copyright {
  float: left;
  margin: 30px 0 0 60px;
  text-align: left;
}

/*パンくず
---------------------------------------------------------------------------*/
.breadcrumb {
  overflow-x: auto;
  padding: 24px 0 20px 0;
  border-top: solid 2px #e2e2e2;
  color: #777;
}

/* スクロールバー
-------------------------------------------------------*/
.breadcrumb::-webkit-scrollbar { height: 5px; }
.breadcrumb::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.breadcrumb::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #999;
}
.breadcrumb ul { display: table; }
.breadcrumb ul li {
  display: table-cell;
  padding: 0 21px 0 9px;
  background: url(../images/icon_arrow_01.png) no-repeat right center;
  background-size: 7px 11px;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.breadcrumb ul li:last-child {
  padding-right: 0;
  background: none;
}
.breadcrumb ul li:last-child:after { display: none; }
.breadcrumb ul li a { color: #0086be; }

/*コンテンツ設定
---------------------------------------------------------------------------*/
#contents {
  position: relative;
  padding: 30px 0 60px 0;
  font-size: 1.6rem;
  line-height: 1.625;
}
body#top #contents {
  padding-bottom: 17.18%;
  background: url(../../images/index/contents_bg_01.png) no-repeat center bottom;
}

/*トップページに戻る
---------------------------------------------------------------------------*/
.page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
}

/* このPCとSPで挙動が違う設定
-------------------------------------------------------*/
.sp_all { display: none; } /* spのみ表示させる */
/* .ta_c_pc spは左寄せ */
#contents .ta_c, #contents .ta_c_pc { text-align: center !important; }

/* マージン
-------------------------------------------------------*/
.mt_00 { margin-top: 0 !important; }
.mt_30 { margin-top: 30px; }
.mt_40 { margin-top: 40px; }
.mt_50 { margin-top: 50px; }
.mr_00 { margin-right: 0; }
.ml_00 { margin-left: 0; }

/* カラムやブロック
-------------------------------------------------------*/
#contents section, #contents div.section, #contents section section { margin-top: 40px; }
#contents .type_01 { margin-right: 5.33%; margin-left: 5.33%; }
#contents .type_02 { margin-right: 0; margin-left: 0; }

/* 見出し
-------------------------------------------------------*/
#contents section h1, #contents section .ttl_h1_01, body#top #contents section h2 {
  display: table;
  margin: 0 auto 20px auto;
  padding: 0 2px 12px 2px;
  background: url(../images/h2_line_01.png) repeat-x left bottom;
  font-size: 3rem;
  line-height: 1.46;
  text-align: center;
}
#contents section h2, #contents section .ttl_h2_01, body#top #contents section h3 {
  margin-bottom: 25px;
  font-size: 2.2rem;
  line-height: 1.54;
}
#contents .li_case li h2, body#top #contents .li_case li h3 { text-align: center; }

/* テキストの装飾
-------------------------------------------------------*/
#contents .notes {
  padding-left: 1.5rem;
  color: #777;
  font-size: 1.4rem;
  line-height: 1.42;
  text-indent: -1.5rem;
}
#contents section .li_disc {
  list-style: disc;
  margin-left: 15px;
}

/* テーブル
-------------------------------------------------------*/
/* 行事予定・スケジュールの個別ページのテーブル　**********/
#contents .information {
  padding: 15px 0;
  background: #f6f6f6;
}
#contents .information th, #contents .information td {
  padding-top: 10px;
  text-align: left;
}
#contents .information th { width: 90px; }
#contents .information tr:fitst-child th, #contents .information tr:fitst-child td { padding: 0;}
#contents .information tr:last-child th, #contents .information tr:last-child td { padding-bottom: 10px; }


/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:1024px){

  /*コンテナー（HPを囲むブロック）
  ---------------------------------------------------------------------------*/
  header .inner, footer .inner, #contents .type_01, #contents section .inner, .breadcrumb .inner, #contents .banner .inner {
    width: 964px;
    margin-right: auto;
    margin-left: auto;
  }

}

/*画面幅1023px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:769px) and ( max-width:1023px) {

  /*コンテナー（HPを囲むブロック）
  ---------------------------------------------------------------------------*/
  header .inner, footer .inner, #contents section .inner, .breadcrumb .inner {
    margin-right: 2.9%;
    margin-left: 2.9%;
  }

  /*ヘッダー設定
  ---------------------------------------------------------------------------*/
  header {
    padding-bottom: 1.46%;
    background: url(../images/header_bg_01.png) no-repeat center top;
    background-size: 83.2% auto;
  }
  header .logo {
    width: 44.72%;
    margin: 2.05% auto 0 auto;
  }

  /*コンテンツ
  ---------------------------------------------------------------------------*/
  body#top #contents {
    background: url(../../images/contents_bg_01.png) no-repeat center bottom;
    background-size: 100% auto;
  }
	
}

/*画面幅950px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:769px) and ( max-width:950px) {

  /*フッター設定
  ---------------------------------------------------------------------------*/
  footer .footer_menu {
    float: none;
    margin: 15px auto 0 auto;
    line-height: 1.78;
    text-align: center;
  }
  footer .copyright {
    float: none;
    margin: 18px 0 0 0;
    text-align: center;
  }
	
}

/*画面幅768px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {

  /*コンテナー（HPを囲むブロック）
  ---------------------------------------------------------------------------*/
  header .inner, footer .inner, #contents section .inner, .breadcrumb .inner {
    margin-right: 0;
    margin-left: 0;
  }

  /*ヘッダー設定
  ---------------------------------------------------------------------------*/
  header {
    padding-bottom: 1.86%;
    background: url(../images/header_bg_01_s.png) no-repeat center top;
    background-size: 95.46% auto;
  }
  header .logo {
    width: 61.06%;
    margin: 2.8% auto 0 auto;
  }

  /*フッター設定
  ---------------------------------------------------------------------------*/
  footer { padding: 15px 0 10px 0; }
  footer .footer_logo {
    width: 26.66%;
    margin-left: 35.6%;
  }
  footer .footer_menu {
    float: none;
    width: 300px;
    margin: 15px auto 0 auto;
    line-height: 1.78;
    text-align: center;
  }
  footer ul li:nth-child(3) {
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
  footer .copyright {
    float: none;
    margin: 18px 0 0 0;
    text-align: center;
  }

  /*パンくず
  ---------------------------------------------------------------------------*/
  .breadcrumb { padding-right: 5.33%; padding-left: 5.33%; }
  .breadcrumb ul li {
    padding: 0 15px 0 11px;
    background: url(../images/icon_arrow_01.png) no-repeat right center;
    background-size: 5px 8px;
  }

  /*コンテンツ設定
  ---------------------------------------------------------------------------*/
  #contents {
    padding-bottom: 13.33%;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  body#top #contents {
    padding-bottom: 28.66%;
    background: url(../../images/index/contents_bg_01_s.png) no-repeat center bottom;
    background-size: 100% auto;
  }

  /*トップページに戻る
  ---------------------------------------------------------------------------*/
  .page_top {
    width: 9.86%;
    height: auto;
  }

  /* このPCとSPで挙動が違う設定
  -------------------------------------------------------*/
  .pc_all { display: none; }
  .sp_all { display: block; }
  #contents .ta_c_pc { text-align: left !important; } /* pcは右寄せ * /

  /* カラムやブロック
  -------------------------------------------------------*/
  #contents section { margin-top: 8%; }
  #contents section section, #contents .inquiry { margin-top: 6.6%; }

  /* 見出し
  -------------------------------------------------------*/
  #contents section h1, #contents section .ttl_h1_01, body#top #contents section h2 {
    display: table;
    margin-bottom: 15px;
    padding: 0 2px 15px 2px;
    background: url(../images/h2_line_01.png) repeat-x left bottom;
    background-size: 16px 4px;
    font-size: 2rem;
    line-height: 1.4;
  }
  #contents section h2, #contents section .ttl_h2_01, body#top #contents section h3 {
    margin-bottom: 18px;
    font-size: 1.7rem;
    line-height: 1.35;
  }
  body#top #contents section#use h3 { text-align: center; }

  /* テキストの装飾
  -------------------------------------------------------*/
  #contents .li_disc {
    font-size: 1.6rem;
    line-height: 1.55;
  }
  #contents .li_disc li { margin-left: 5.33%; }

  /* テーブル
  -------------------------------------------------------*/
  #contents .information th, #contents .information td { font-size: 1.5rem; }
  #contents .information th { width: 4em; }

}