@charset "UTF-8";
/* -------------------------------------
 * Since:     2015-01-15
 * Modified:  2015-03-15
 * Guideline: Ver.2.0
 * -------------------------------------
 */
/* !HTML5 elements
 * ---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* !Reseting
 * ---------------------------------------------------------- */
html {
  font-size: 12px;
}

body {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.8;
}

@media (min-width: 640px) {
  html {
    font-size: 15px;
  }
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption, time {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  border-style: none;
}

@media (max-width: 639px) {
  img {
    border-style: none;
    height: auto;
    max-width: 100%;
  }
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3 h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after, q:before {
  content: ".";
}

a, input {
  outline: none;
}

input, textarea, select {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

input [type="button"], input [type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

abbr, acronym {
  border: 0;
}

/*================================================================================================================== */
/*　共通
 * ---------------------------------------------------- */
div.wrap {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

@media (min-width: 1100px) {
  div.wrap {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* リンク
 * ---------------------------------------------------- */
a:link {
  color: #0000FF;
}

a:active {
  color: #0000FF;
}

a:visited {
  color: #990066;
}

a:hover {
  color: #E20A16;
}

/*　アイコン　 */
img.ico {
  padding-left: 0.3em;
}

/*　PDF　*/
.container .PDF {
  margin: 0px;
  padding: 10px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  background-color: #fff;
  border: 5px solid #F6F6F6;
}

.container .PDF td.banner {
  padding-right: 0px;
}

.container .PDF p.file {
  position: relative;
  padding: 0.25em 0em 0.75em 3em;
  margin: 0em 0em 0.5em;
  background-image: url(../img/ico_pdf.png);
  background-repeat: no-repeat;
  background-position: left 0px;
  border-bottom: 1px solid #CCC;
}

.container .PDF p.file:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.625rem;
  content: "\f105";
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #000;
}

.container .PDF a {
  font-weight: bold;
  font-size: 1.067em;
}

.container .PDF dt {
  text-align: center;
  float: none;
}

.container .PDF dd {
  padding: 0;
  font-size: 0.8rem;
}

@media print, screen and (min-width: 980px) {
  .container .PDF {
    padding: 15px 35px;
    margin: 0px;
    overflow: hidden;
  }
  .container .PDF td.banner {
    padding-right: 20px;
  }
  .container .PDF p.file {
    padding: 0.25em 0em 0.5em 2.5em;
    margin: 0em 0em 1em;
  }
  .container .PDF dt {
    float: left;
    padding: 10px 0px;
  }
  .container .PDF dd {
    padding: 20px 0px 10px 170px;
  }
}

/*================================================================================================================== */
/*　グローバルナビ　ナビ
 * ---------------------------------------------------- */
/* Toggle Button */
#nav-toggle {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 45px;
  height: auto;
  cursor: pointer;
  z-index: 101;
  padding: 15px 15px 0px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
  background-color: #FFF;
  text-align: center;
  font-weight: bold;
  color: #660000;
}

@media print, screen and (min-width: 640px) {
  #nav-toggle {
    width: 60px;
    padding: 20px 25px 10px;
  }
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #660000;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 9px;
}

#nav-toggle span:nth-child(3) {
  top: 18px;
}

@media print, screen and (min-width: 640px) {
  #nav-toggle span {
    height: 8px;
    left: 0;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 18px;
  }
  #nav-toggle span:nth-child(3) {
    top: 36px;
  }
}

div.navBtn p.dataText {
  margin-top: 22px;
}

div.navBtn p.dataText:after {
  content: attr(data-txt-menu);
  font-size: 1.15rem;
}

.open div p.dataText:after {
  content: attr(data-txt-close);
}

.open #nav-toggle span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

@media print, screen and (min-width: 640px) {
  div.navBtn p.dataText {
    margin-top: 45px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
  }
}

/*====================================================================================*/
/*　グローバルナビ　ナビ
 * ---------------------------------------------------- */
#glNav {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#glNav > .wrap {
  margin: 0 10px !important;
}

#glNav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

#glNav li {
  -webkit-box-flex: 0 1 49%;
  -moz-box-flex: 0 1 49%;
  -webkit-flex: 0 1 49%;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
  border: 2px solid #660000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: 0px 0px 10px;
}

#glNav li a {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#glNav li a:after {
  font-family: FontAwesome;
  content: "\f101";
  float: right;
  color: #660000;
}

#glNav li a:link, #glNav li a:active, #glNav li a:visited {
  color: #660000;
}

#glNav li a:hover {
  color: #E20A16;
}

.open #glNav {
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
}

@media (min-width: 640px) {
  #glNav {
    padding: 0px;
  }
  #glNav .inner {
    margin: 0;
    padding: 80px 30px 400px;
  }
  #glNav li {
    margin-bottom: 15px;
  }
  #glNav li a {
    padding: 15px;
    margin: 0;
    font-size: 1.125rem;
  }
}

/* ================================================================================== */
/*!　header
 * ---------------------------------------------------------- */
#headerArea {
  height: 106px;
}

@media (max-width: 640px) {
  #headerArea {
    height: auto;
  }
}

#headerArea .inner {
  padding: 15px;
}

#headerArea .logo {
  display: inline-block;
  margin: 0;
  padding: 0;
}

@media (max-width: 640px) {
  #headerArea .logo {
    margin: 0 90px 0 0;
  }
}

#headerArea .logo a {
  display: block;
}

#headerArea .logo a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
}

/*================================================================================================================== */
/* コンテンツ
 * ---------------------------------------------------- */
#content {
  margin: 0;
  padding: 0 0 70px;
  text-align: left;
  position: relative;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media print, screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/*　パンくずリスト　*/
#pan {
  padding: 10px 20px;
  margin: 0 0 35px 0;
}

#pan ol li {
  display: inline;
  list-style-type: none;
  position: relative;
  font-size: 0.86667rem;
  padding: 0 20px 0 0;
}

#pan ol li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "\f054";
  padding: 0 0 0 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 0.53333rem;
}

#pan ol li:last-child {
  font-weight: bold;
}

#pan ol li:last-child:after {
  content: "";
}

#pan a {
  color: #000;
  color-text-decoration: none;
}

#pan a:link, #pan a:visited, #pan a:focus {
  color: #00AA54;
}

#pan a:hover {
  color: #E20A16;
}

/* コンテンツタイトル ------------------------------------------- */
#contentsTit01 {
  background-image: url(../img/bg_01.gif);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100%;
  width: 100%;
  text-align: center;
  padding: 40px 0px 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 640px) {
  #contentsTit01 {
    padding: 60px 0px 45px;
  }
}

#contentsTit01 h1 {
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
  line-height: 1;
}

@media (max-width: 639px) {
  #contentsTit01 h1 {
    font-size: 2rem;
  }
}

#contentsTit01 h1:after {
  display: block;
  font-size: 1rem;
  padding: 10px 0px 0px;
  content: attr(data-text);
}

h2[class*="contentsTit"] {
  font-size: 1.714rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

h2[class*="contentsTit"]:after {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  color: #999;
}

/*　カテゴリタイトル　*/
.container .categoryTit01 {
  clear: both;
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.container .headline01 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

/*===================================================== */
/*　pageTop
 * ---------------------------------------------------- */
#pageTop {
  margin: -70px 0 0;
  z-index: 9998;
}

#pageTop p {
  height: 70px;
  width: 70px;
  display: block;
  float: right;
}

#pageTop p a {
  display: block;
  height: 70px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  font-size: 3em;
  background-color: #ccc;
}

@media screen and (max-width: 639px) {
  #pageTop p a {
    line-height: 2.2;
  }
}

#pageTop p a:hover {
  background-color: #cccccc81;
}

#pageTop p a:hover i {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
}

/*============================================================== */
/*　フッタ
 * ---------------------------------------------------- */
#footerArea {
  clear: both;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

/*　追加　*/
#copyright {
  clear: both;
  font-size: 0.75rem;
  margin: 0;
  padding: 12px 0;
  text-align: center;
}

@media (min-width: 1200px) {
  #footerNavi {
    width: 100%;
    background-color: #EEF2EA;
    padding: 40px 0px 60px;
    margin: 0px auto;
    text-align: center;
    clear: both;
  }
  #footerNavi ul {
    display: inline;
  }
  #footerNavi li {
    display: inline;
    padding: 0 15px;
    border-right: 1px solid #000000;
  }
  #footerNavi li:first-child {
    border-left: 1px solid #000000;
  }
  #footerNavi li a {
    text-decoration: none;
    color: #333;
  }
  #footerNavi li a:link, #footerNavi li a:active, #footerNavi li a:visited {
    color: #000000;
  }
  #footerNavi li a:hover {
    color: #E20A16;
  }
}

@media (max-width: 1199px) {
  #footerNavi {
    padding: 40px 0px 90px;
  }
  #footerNavi ul {
    width: 100%;
  }
  #footerNavi ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: dotted 1px #CCCCCC;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  #footerNavi ul li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 10px 25px 10px 10px;
    text-decoration: none;
  }
  #footerNavi ul li a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    right: 15px;
    font-size: 0.53333rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
