@charset "UTF-8";
/*webフォント*/
/*
@font-face {
  font-family: "kazesawa";
  src: url("../font/Kazesawa-Regular.eot") format("eot"), url("../font/Kazesawa-Regular.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: "kazesawa";
  src: url("../font/Kazesawa-bold.eot") format("eot"), url("../font/Kazesawa-bold.woff") format("woff");
  font-weight: bold; }
*/
html {
  width: 100%;
  position: relative; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  color: #333;
  font-style: normal;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow-x: hidden; }

a {
  color: #1a74bc;
  text-decoration: underline; }

a:visited {
  color: #1a74bc;
  text-decoration: underline; }

a:hover {
  color: #1a74bc;
  text-decoration: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/*文字折り返し*/
pre {
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */ }

/************************************************
/*見出し
/***********************************************/
h1,
h2,
h3,
h4,
h5 {
  font-family: "kazesawa", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.pageHeader {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: block;
  position: relative; }
  .pageHeader:after {
    content: "";
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%); }

h2 {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-size: 20px; }

h3 {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 3px;
  font-size: 18px;
  border-bottom: 1px solid #9f9f9f; }

h4 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 4px;
  font-size: 16px; }

h5 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 4px;
  font-size: 14px; }

/*下層用h2*/
#infoContainer .pageHeader h2 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  z-index: 2; }
  #infoContainer .pageHeader h2:after {
    content: "";
    width: 40px;
    height: 3px;
    padding: 0;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: #ffd700;
    background-size: 0px 0px;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0; }

/************************************************
/*clearfix
/***********************************************/
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/************************************************
/*モーダルのオーバーレイ
/***********************************************/
#overlay {
  width: 100%;
  height: 100%;
  background: #000;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  -ms-filter: alpha(opacity=0.9);
  -moz-opacity: 0.9;
  opacity: 0.9;
  z-index: 100; }

/************************************************
/*facebook
/***********************************************

.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style] {
  width: 100%!important;
  display: block;
}
*/
/*===============================
入力フォーム
===============================*/
input,
select {
  font-family: "kazesawa", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none; }

/*===============================
各種ブロック
===============================*/
/*ヘッダー
----------------------*/
header {
  width: 100%;
  height: 60px;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  background: #333;
  z-index: 200; }

.headerInner {
  width: 100%;
  height: 60px;
  margin: auto;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative; }
  .headerInner h1 {
    width: 152px;
    height: 40px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    position: absolute;
    top: 10px;
    z-index: 200; }
    .headerInner h1 a {
      width: 152px;
      height: 40px;
      margin: 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block; }
    .headerInner h1 a:hover {
      transition-duration: 0.8s;
      opacity: 0.8; }
    .headerInner h1 span {
      width: auto;
      height: auto;
      margin: 0 auto;
      padding: 0 0 3px 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      color: #fff; }
  .headerInner h1 img {
    width: 152px;
    height: 20.5px;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block; }
  .headerInner .btnArea {
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 0;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    z-index: 102;
    cursor: pointer;
    display: block; }
    .headerInner .btnArea span {
      display: block;
      background: #fff;
      width: 30px;
      height: 3px;
      position: absolute;
      left: 5px;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s; }
      .headerInner .btnArea span:nth-child(1) {
        top: 10px; }
      .headerInner .btnArea span:nth-child(2) {
        top: 18px; }
      .headerInner .btnArea span:nth-child(3) {
        top: 18px; }
      .headerInner .btnArea span:nth-child(4) {
        top: 26px; }
  .headerInner .open span:nth-child(1) {
    opacity: 0; }
  .headerInner .open span:nth-child(2) {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .headerInner .open span:nth-child(3) {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg); }
  .headerInner .open span:nth-child(4) {
    opacity: 0; }

/*グローバルメニュー
================*/
.globalNavi {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 60px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100; }
  .globalNavi ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    display: none; }
    .globalNavi ul li {
      width: 100%;
      height: 45px;
      margin: 0 auto;
      padding: 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      position: relative; }
      .globalNavi ul li:after {
        content: "";
        width: 12px;
        height: 12px;
        padding: 0 0 0 10px;
        margin: auto;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
        background: url(../img/icon_linkbtn_arr02_bk.png) 0 0 no-repeat;
        background-size: 8px 8px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 5px; }
      .globalNavi ul li a {
        width: 100%;
        height: 45px;
        margin: 0 auto;
        padding: 0 0 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-left: 5px solid #fff;
        position: relative;
        text-decoration: none;
        color: #333;
        border-left: 5px solid #fff;
        display: block; }
        .globalNavi ul li a.active {
          border-left: 5px solid #ffd700; }
      .globalNavi ul li img.menuIcon {
        width: 20px;
        height: 20px;
        margin: 12.5px 10px 0 0;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
        float: left; }
      .globalNavi ul li p {
        width: 80%;
        height: 45px;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        line-height: 45px;
        display: block;
        float: left; }



      .acd-check{
          display: none;
      }

      .acd-label{
        display: block;

      }

      .acd-content{
          height: 0;
          opacity: 0;
          padding: 0 10px;
          transition: .5s;
          visibility: hidden;
          display:flex;
          text-align: center;
          background-color:#f0f0f0; 
      }

      .globalNavi ul  p.lespons_btn{
        color: #fff;
        background-color: #000;
        font-weight:bold;
        border-radius: 0.6em;
        width: 80%;
        height: auto;
        margin-left: 5%;
        margin-right: 5%;
        text-align: center;
        padding-top: 13px;
      }


      .acd-check:checked + .acd-label + .acd-content{
          height: 40px;
          opacity: 1;
          padding: 10px;
          visibility: visible;
      }



/*サブナビ*/
.subNavi {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 5px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #ddd;
  overflow: hidden;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 100;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3); }
  .subNavi .scrollBox {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 0 0 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: #ddd;
    overflow-y: hidden;
    overflow-x: scroll;
    text-align: center; }
  .subNavi .sNaviWrapper {
    width: auto;
    height: 40px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    text-align: center;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: center; }
  .subNavi a.naviCell {
    width: auto;
    height: 40px;
    margin: 0 5px;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    position: relative;
    line-height: 40px;
    border-radius: 3px;
    font-size: 1.0em;
    position: relative;
    color: #333;
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    display: inline-block; }
    .subNavi a.naviCell.active {
      background: #ffd700; }

.nextBtn {
  width: 45px;
  height: 45px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(../img/icon_topsnavi_arr_right.png) 30% 50% no-repeat #949494;
  background-size: 12px auto;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 110;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3); }
  .nextBtn.disable {
    opacity: 0.3; }

.prevBtn {
  width: 45px;
  height: 45px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(../img/icon_topsnavi_arr_left.png) 70% 50% no-repeat #949494;
  background-size: 12px auto;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 110;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3); }
  .prevBtn.disable {
    opacity: 0.3; }

/*google検索*/
.globalNavi ul li.topSearch {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #f0f0f0; }
  .globalNavi ul li.topSearch:after {
    background: none; }
  .globalNavi ul li.topSearch input.searchBox {
    width: 80%;
    height: 40px;
    margin: 0 auto;
    padding: 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    float: left;
    line-height: 40px;
    font-size: 1em;
    border-radius: 5px 0 0 5px; }
  .globalNavi ul li.topSearch input.searchBtn {
    width: 20%;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    float: left;
    border: 2px solid #fff;
    border-radius: 0 5px 5px 0;
    background: url(../img/btn_search_top.png) 50% 50% no-repeat #cacaca;
    background-size: 17px 17px; }
    .globalNavi ul li.topSearch input.searchBtn:hover {
      transition-duration: 0.8s;
      opacity: 0.7; }

/*言語選択*/
.globalNavi ul li.topLanguage {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background-color: #F0F0F0; }

  .globalNavi ul li.topLanguage select {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    padding: 0 5px;
	background: #FFFFFF;
	background-image: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    float: left;
    line-height: 40px;
    font-size: 1em;
    border-radius: 5px 5px 5px 5px; }

.globalNavi ul li.topLanguage select::-ms-expand {
    display: none; }
  .globalNavi ul li.topLanguage:after {
    background: none; }

.focus {
  border: 2px solid #ffd700; }

/*ページブロック
----------------------*/
#mainContainer {
  width: 100%;
  height: auto;
  margin: 0 auto 65px;
  padding: 0;
  box-sizing: border-box;
  position: relative; }

/*汎用ブロック*/
article {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  background: #fff; }

.innerWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative; }

/*文字共通
----------------------*/
p {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 13px;
  color: #333;
  line-height: 1.4;
  font-weight: 400; }

/*トップへ戻る*/
.backBtn {
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(../img/icon_back_arr.png) 50% 50% no-repeat #333;
  background-size: 20px 20px;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 15; }

.backBtn:hover {
  transition-duration: 0.8s;
  opacity: 0.7; }

/*パンくず
----------------------
.breadCrumb{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display:block;
}

.breadCrumb ul{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display:block;
}*/
/*フッター
----------------------*/
footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
  background: #333; }

ul.footerMenu {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 10px;
  box-sizing: border-box;
  display: block; }
  ul.footerMenu li {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    border-bottom: 1px dashed #949494;
    line-height: 40px; }
    ul.footerMenu li:last-child {
      border-bottom: 1px solid #fff; }
  ul.footerMenu li a {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative; }
    ul.footerMenu li a:hover {
      transition-duration: 0.8s;
      text-decoration: none; }
  ul.footerMenu li a:after {
    content: "";
    width: 12px;
    height: 12px;
    padding: 0;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: url(../img/icon_linkbtn_arr02_wh.png) 0 0 no-repeat;
    background-size: 12px 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px; }

  /*言語選択*/
  ul.footerMenu li.topLanguage {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background-color: #F0F0F0; }

  ul.footerMenu li.topLanguage select {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    padding: 0 5px;
    background: #FFFFFF;
    background-image: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    float: left;
    line-height: 40px;
    font-size: 1em;
    border-radius: 5px 5px 5px 5px; }

  ul.footerMenu li.topLanguage select::-ms-expand {
    display: none; }
  ul.footerMenu li.topLanguage:after {
    background: none; }

.copyright {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 13px;
  background: #333;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  text-align: center; }

/*投票する*/
.globalNavi ul li.vote div.title{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: #be8700;
  padding: 5px;
  margin-top: 10px;
}

.globalNavi ul li.vote:after {
  display: none; }

ul.bannerArea {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  border-radius: 3px;
  background: #f0f0f0; }
  ul.bannerArea li {
    width: 49%;
    height: auto;
    margin: 0 2% 8px 0;
    padding: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    float: left; }
    ul.bannerArea li:nth-child(2n) {
      margin: 0; }
    ul.bannerArea li:nth-child(3) {
      margin: 0 2% 0 0; }
  .globalNavi ul.bannerArea a {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block; }
  ul.bannerArea li a:hover {
    transition-duration: 0.8s;
    opacity: 0.3; }
  ul.bannerArea li img {
    width: 94px;
    height: auto;
    margin: 0 auto;
    display: block; }

    /*メニューボタン  パソコン版  スマートフォン版*/
  .globalNavi ul li .gnavi__lists{
    display:flex;
    background-color:#f0f0f0; 
    
  }
  .globalNavi ul li.gnavi__list{
    background-color:#f0f0f0;
    vertical-align: middle;
    height: 0%;
  }

  .globalNavi ul li a.btn-pc{
    color: #fff;
    background-color: #000;
    text-align: center;
    width: 90%;
    border: 0px;
    height: 0%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight:bold;
    border-radius: 0.6em;
  }
  .globalNavi ul li a.btn-sp{
    color: #fff;
    background-color: #000;
    text-align: center;
    width: 90%;
    border: 0px;
    height: 0%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight:bold;
    border-radius: 0.6em;
  }
   ul.f3{
    display: none;
   }
   .globalNavi ul a.link{	
    text-decoration: none;	
width: 100%;	
}	
.globalNavi ul a p.lespons_btn{	
color: #fff;	  
background-color: #000;	  
font-weight:bold;	 
border-radius: 0.6em;	
width: 80%;	  
height: auto;	 
margin-left:10%;	  
margin-right: 5%;	  
text-align: center;	  
padding-top: 10px;	 
padding-bottom: 10px;	}
  
