@charset "UTF-8";
/*//////////////////////////////////////
	汎用クラス
//////////////////////////////////////*/
/* ---------- a ---------- */




/*//////////////////////////////////////
	base
//////////////////////////////////////*/
body {
  background: #FFF;
  margin: 0;
  padding: 0;
  color: #505050;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

#wrap {
  /*width: 980px;*/
  margin: 0px auto;
  text-align: center;
  line-height: 1.4em;
  font-size: 12px;
}

em {
  font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'ＭＳ Ｐゴシック', serif;
  font-style: italic;
}

.img_pr {
  width: 0;
  height: 0;
  background-image: url(../../images/common/bg_gnav_line01_on.png), url(../../images/common/bg_gnav_line02_on.png), url(../../images/common/bg_gnav_line03_on.png), url(../../images/common/bg_gnav_line04_on.png), url(../../images/common/bg_gnav_line05_on.png), url(../../images/common/bg_gnav_line01.png), url(../../images/common/bg_gnav_line02.png), url(../../images/common/bg_gnav_line03.png), url(../../images/common/bg_gnav_line04.png), url(../../images/common/bg_gnav_line05.png);
}

/* header 
----------------------------------------------------- */
header {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 -1px 5px 1px rgba(255, 255, 255, 1) inset;
  width: 100%;
  min-width: 1000px;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
}

#headTop {
  width: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}

#headTopInner {
  width: 1000px;
  margin: 0 auto;
  /* overflow: hidden; */
  padding: 0;
  height: 72px;
  display: flex;
  align-items: center;
  column-gap: 6px;
}

#slogan {
  /* font-size: 77%; */
  font-size: 10px;
  line-height: 1.6;
  color: #80a83e;
  text-align: left;
  letter-spacing: .05em;
}

#headTopInner .linkBox {
  width: 119px;
  padding-top: 22px;
  text-align: left;
  border: none;
  margin-bottom: 0px !Important;
}

#headTopInner .link01,
#headTopInner .link02 {
  border-radius: 0 0 4px 4px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -15px;
  /* transition: all .3s; */
}

#headTopInner .link01 a,
#headTopInner .link02 a {
  color: inherit;
  font-size: 11px;
  letter-spacing: .02em;
  text-decoration: none;
}

#headTopInner .link01 {
  background-color: #168034;
  color: #FFF;
  margin-left: auto;
  width: 195px;
}

#headTopInner .link01 a::after {
  content: "";
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* transition: all .3s; */
}

#headTopInner .link01 a:hover:after {
  opacity: .3;
  visibility: visible;
}

#headTopInner .link02 {
  color: #168034;
  border: 1px solid #168034;
  border-top: none;
  width: 94px;
  margin-left: 10px;
}

#headTopInner .link02:hover {
  background-color: #d9d9d9;
  color: #168034;
}

#headTopInner .searchBox {
  background-color: #FFF;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
  border-radius: 3px;
  padding: 8px 11px;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  width: 380px;
  z-index: 1001;
  display: none;
}

form.gsc-search-box {
  margin-bottom: 0 !important;
}

#headTopInner .searchBox .searchBox-wrap {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

#headTopInner .searchBox .searchBox-wrap .searchBox-wrap__close {
  cursor: pointer;
}

#headTopInner .searchBox #___gcse_0 {
  flex: 1;
}

#headTopInner .searchBox .gsc-input-box {
  border-color: #168a34;
  margin-right: 5px !important;
}

#headTopInner .searchBox .gsc-input-box .gsib_a {
  padding: 7.5px 9px 7.5px 9px;
}

#headTopInner .searchBox #searchform {
  position: relative;
}

#headTopInner .searchBox #keywords {
  width: 186px;
  height: 14px;
  background: #fff;
  border: none;
  padding: 4px;
  border: 1px solid #a8cdec;
  font-size: 12px;
  text-align: left;
  margin: 0;
  color: #ccc;
}

#headTopInner .searchBox #keywords:focus,
#headTopInner .searchBox #keywords.focused {
  color: #505050;
}

#headTopInner .searchBox #searchBtn {
  position: absolute;
  top: 0;
  border: 0;
  right: 0px;
  margin: 0;
}

#headBtm {
  width: 100%;
}

#headBtmInner {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

header.fixed #headTop {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  display: none;
}

#logo {
  width: 169px;
  float: left;
  text-align: left;
}

#logo img {
  border: 0;
}

nav {
  width: 1000px;
  float: left;
  /* background: url(../../images/common/bg_nav_line.png) no-repeat 0 50%; */
}

nav>ul {
  width: 1000px;
}

nav>ul li {
  /* background: url(../../images/common/bg_nav_line.png) no-repeat 100% 100%; */
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
  z-index: 1000;
  /* background-image: url(../../images/common/bg_nav_line.png); */
}

nav>ul>li:first-child:after {
  content: "";
  /* background: url(../../images/common/bg_nav_line.png) no-repeat 100% 50%; */
  background: url(../../images/common/bg_nav_line.png) no-repeat center / cover;
  width: 1px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

nav>ul>li:not(:last-child):before {
  content: "";
  /* background: url(../../images/common/bg_nav_line.png) no-repeat 100% 50%; */
  background: url(../../images/common/bg_nav_line.png) no-repeat center / cover;
  width: 1px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

nav>ul li>a {
  height: 69px;
}

nav>ul li.nv_a>a {
  /* padding: 18px 0 0 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #505050;
  text-decoration: none !important;
  /* height:51px; */
}

nav>ul li.nv_b>a {
  /* padding: 8px 0 0 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #505050;
  text-decoration: none !important;
  /* height: 61px; */
}

nav ul li .arrow_box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 0;
  z-index: 3000;
}

nav ul li#gNav01 .arrow_box:after {
  position: absolute;
  top: 69px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-width: 10px;
  pointer-events: none;
  content: " ";
  border-top-color: #5D9ADF;
}

nav ul li#gNav02 .arrow_box:after {
  position: absolute;
  bottom: 100%;
  top: 69px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-width: 10px;
  pointer-events: none;
  content: " ";
  border-top-color: #52b646;
}

nav ul li#gNav03 .arrow_box:after {
  position: absolute;
  bottom: 100%;
  top: 69px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-width: 10px;
  pointer-events: none;
  content: " ";
  border-top-color: #ECB110;
}

nav ul li#gNav05 .arrow_box:after {
  position: absolute;
  bottom: 100%;
  top: 69px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-width: 10px;
  pointer-events: none;
  content: " ";
  border-top-color: #71BE1A;
}

nav ul li#gNav07 .arrow_box:after {
  position: absolute;
  bottom: 100%;
  top: 69px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-width: 10px;
  pointer-events: none;
  content: " ";
  border-top-color: #66b12f;
}

/* nav ul li#gNav01 a {
  background: url(../../images/common/bg_gnav_line01.png) no-repeat 50% 100%;
}

nav ul li#gNav02 a {
  background: url(../../images/common/bg_gnav_line02.png) no-repeat 50% 100%;
}

nav ul li#gNav03 a {
  background: url(../../images/common/bg_gnav_line03.png) no-repeat 50% 100%;
}

nav ul li#gNav04 a {
  background: url(../../images/common/bg_gnav_line04.png) no-repeat 50% 100%;
}

nav ul li#gNav05 a {
  background: url(../../images/common/bg_gnav_line05.png) no-repeat 50% 100%;
} */

nav ul li#gNav01 a:hover,
.how nav ul li#gNav01 a {
  color: #FFFFFF;
  background: url(../../images/common/bg_gnav_line01_on.png) no-repeat 50% 100%;
}

nav ul li#gNav02 a:hover,
.gd nav ul li#gNav02 a {
  color: #FFFFFF;
  background: url(../../images/common/bg_gnav_line02_on.png) no-repeat 50% 100%;
}

nav ul li#gNav03 a:hover,
.ch nav ul li#gNav03 a {
  color: #FFFFFF;
  background: url(../../images/common/bg_gnav_line03_on.png) no-repeat 50% 100%;
}

nav ul li#gNav04 a:hover,
.new nav ul li#gNav04 a {
  color: #FFFFFF;
  background: url(../../images/common/bg_gnav_line04_on.png) no-repeat 50% 100%;
}

nav ul li#gNav05 a:hover,
.jsba nav ul li#gNav05 a {
  color: #FFFFFF;
  background: url(../../images/common/bg_gnav_line05_on.png) no-repeat 50% 100%;
}

nav ul li#gNav07>a {
  color: #FFFFFF;
  background: url(../../images/common/bg_gnav_line07_on.png) no-repeat 50% 100%;
}

nav ul li#gNav07>a:hover {
  color: #FFFFFF;
  background: url(../../images/common/bg_gnav_line07_on_hover.png) no-repeat 50% 100%;
}



.open_navi_a {
  display: none;
  background-color: #FFFFFF;
  position: fixed;
  top: 141px;
  left: 0px;
  width: 100%;
  z-index: 2000;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 -1px 5px 1px rgba(255, 255, 255, 1) inset;
}



.open_navi_a_wrap {
  background-color: #FFFFFF;
  border-top: 1px solid #CBCBCB;
}

nav ul li#gNav01 .open_navi_a_wrap {
  height: 250px;
  border-bottom: 11px solid #5D9ADF;
}

nav ul li#gNav02 .open_navi_a_wrap {
  height: 250px;
  border-bottom: 11px solid #52b646;
}

nav ul li#gNav03 .open_navi_a_wrap {
  height: 250px;
  border-bottom: 11px solid #ECB110;
}

nav ul li#gNav05 .open_navi_a_wrap {
  height: 274px;
  border-bottom: 11px solid #71BE1A;
}


.open_navi_a_inner {
  width: 1000px;
  padding-top: 49px;
  text-align: center;
  margin: 0 auto;
}

.open_navi_a_inner_inner {
  width: 800px;
  text-align: center;
  margin: 0 auto;
}

.open_navi_a_inner_inner2 {
  width: 1000px;
  text-align: center;
  margin: 0 auto;
}

.open_navi_a_inner ul {
  padding: 0 !Important;
  margin: 0 !Important;
}

.open_navi_a_inner li {
  background-image: none !Important;
  float: left;
  padding: 0 !Important;
  margin: 0 !Important;
  width: auto !Important;
}

.open_navi_a_inner li a {
  background-image: none !Important;
  display: inline !Important;
  width: auto !Important;
  padding: 0 !Important;
  margin: 0 !Important;
}


.listBoxLeft {
  float: left;
}

.listBoxLeft ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.listBoxLeft li {
  float: none;
  font-size: 116%;
  line-height: 170%;
  padding-bottom: 3px !Important;
  text-align: left;
}

.listBox_a {
  width: 173px;
}

.listBox_b {
  width: 239px;
  height: 152px;
  border-left: 1px #71BE1A solid;
  padding-left: 38px;
}

.listBox_c {
  width: 214px;
  height: 152px;
  border-left: 1px #71BE1A solid;
  padding-left: 38px;
  padding-right: 38px;
}

.listBox_d {
  width: 215px;
  height: 152px;
  border-left: 1px #71BE1A solid;
  padding-left: 42px;
}


.listBox_a li {
  padding-left: 1em;
  text-indent: -.7em;
}

.listBox_a li:before {
  content: "• ";
  color: #71BE1A;
}

.listBox_b li {
  padding-left: 1em;
  text-indent: -.7em;
}

.listBox_b li:before {
  content: "• ";
  color: #71BE1A;
}

.listBox_c li {
  padding-left: 1em;
  text-indent: -.7em;
}

.listBox_c li:before {
  content: "• ";
  color: #71BE1A;
}




.out_topicPath {
  width: 1000px;
  margin: 0 auto;
}


p.gnav_plat {
  margin-top: -2px;
  margin-bottom: 10px;
  font-size: 116%;
  line-height: 170%;
  padding-bottom: 9px;
  text-align: left;
  border-bottom: 1px solid #000000;
}

.listBox_d li {
  font-size: 116%;
  line-height: 140%;
  padding: 7px 0px 7px 10px !Important;
  border: 1px #71BE1A solid;
  margin-bottom: 10px !Important;
}


.listBox_a li a {
  color: #505050 !Important;
}

.listBox_b li a {
  color: #505050 !Important;
}

.listBox_c li a {
  color: #505050 !Important;
}

.listBox_d li a {
  display: block !Important;
  height: auto !Important;
  background-image: url(../../images/common/nav_li_ya.png) !Important;
  background-position: center right !Important;
  background-repeat: no-repeat;
  color: #71C81A !Important;
}


.listBox_a li a:hover {
  color: #505050 !Important;
  text-decoration: underline !Important;
  text-decoration-color: #71BE1A !Important;
}

.listBox_b li a:hover {
  color: #505050 !Important;
  text-decoration: underline !Important;
  text-decoration-color: #71BE1A !Important;
}

.listBox_c li a:hover {
  color: #505050 !Important;
  text-decoration: underline !Important;
  text-decoration-color: #71BE1A !Important;
}

.listBox_d li a:hover {
  color: #71C81A !Important;
  text-decoration: none !Important;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}


.navi_cab-j {
  background-color: #EEF8E4;
}

#gNav07 .open_navi_a {
  height: auto !important;
  /* padding-bottom: 75px; */
}

#gNav07 .open_navi_a_inner.--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}

#gNav07 .open_navi_a_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}

#gNav07 .open_navi_a_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#gNav07 .open_navi_a_imgb {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#gNav07 .open_navi_a_imgb li {
  border: 1px solid #a8d3b3;
}

#gNav07 .open_navi_a_imgb li:not(:last-child) {
  margin-bottom: 22px !important;
}

#gNav07 .open_navi_a_imgb li a {
  color: #505050;
  font-size: 14px;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: block;
}

#gNav07 .open_navi_a_imgb li a span {
  display: block;
  padding: 16.5px;
}

#gNav07 .open_navi_a_imgm {
  width: 310px;
}

#gNav07 .open_navi_a_imgm li {
  border: 1px solid #a8d3b3;
  width: 100% !important;
}

#gNav07 .open_navi_a_imgm li:not(:last-child) {
  margin-bottom: 13px !important;
}

#gNav07 .open_navi_a_imgm li a {
  color: #505050;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
}

#gNav07 .open_navi_a_imgm li a img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 123px;
  flex: 0 0 123px;
}

#gNav07 .open_navi_a_imgm li a span {
  display: block;
  padding: 0 0 0 10px;
  text-align: left;
}

#gNav07 .open_navi_a_txt:not(:last-child) {
  margin-bottom: 10px !important;
}

#gNav07 .open_navi_a_txt li a {
  color: #505050;
  display: block;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.05em;
  text-align: left;
  text-decoration: none;
  position: relative;
}

#gNav07 .open_navi_a_txt li a::before {
  content: "";
  background-color: #168034;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#gNav07 .open_navi_a_txt li a:hover {
  text-decoration: underline;
}

#gNav07 .open_navi_a_letter {
  margin-top: auto;
}

#gNav07 .open_navi_a_letter a {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
}

/*後で消す*/
/* #gNav07 .open_navi_a {
  display: block !important;
} */

#gNav07 .open_navi_a img {
  max-width: 100%;
}

#gNav07 .open_navi_a_top .open_navi_a_inner {
  padding-top: 19px;
}

#gNav07 .open_navi_a_top_list {
  display: flex;
  justify-content: space-between;
  gap: 8px
}

#gNav07 .open_navi_a_top_list li {
  position: relative;
  padding-bottom: 8px;
  width: 32.8% !important;
}

#gNav07 .open_navi_a_top_list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #168434 0%, #7ab52e 50%, #b3f150 100%);
}

#gNav07 .open_navi_a_top_list li:hover::after {
  opacity: .5;
}

#gNav07 .open_navi_a_top_list li a {
  position: relative;
  display: block !important;
  height: auto;
}

#gNav07 .open_navi_a_top_list li .name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  color: #168034;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
  white-space: nowrap;
}

#gNav07 .open_navi_a_top_list li .name .small {
  font-size: 14px;
  font-weight: 700;
}

#gNav07 .open_navi_a_btm {
  background: #F0F0EB;
  padding-bottom: 37px;
  margin-top: 19px;
}

#gNav07 .open_navi_a_btm .open_navi_a_inner {
  padding-top: 22px;
}

#gNav07 .open_navi_a_btm .open_navi_a_imgm {
  display: flex;
  justify-content: space-between;
  width: auto;
}

#gNav07 .open_navi_a_btm .open_navi_a_imgm li {
  float: none;
  width: 31.6% !important;
}

#gNav07 .open_navi_a_btm .open_navi_a_imgm li:not(:last-child) {
  margin-bottom: 0 !important;
}

#gNav07 .open_navi_a_btm .open_navi_a_imgm li a {
  background: #fff;
}

#gNav07 .open_navi_a_btm .open_navi_a_link {
  display: flex;
  justify-content: space-between;
  margin-top: 33px;
}

#gNav07 .open_navi_a_btm .open_navi_a_link_list {
  display: flex;
}

#gNav07 .open_navi_a_btm .open_navi_a_link_list li {
  float: none;
  text-align: left;
}

#gNav07 .open_navi_a_btm .open_navi_a_link_list li a {
  line-height: 1.875;
}

#gNav07 .open_navi_a_btm .open_navi_a_link_list .open_navi_a_txt {
  padding-right: 30px !important;
  margin-bottom: 0 !important;
}

#gNav07 .open_navi_a_btm .open_navi_a_link_list .open_navi_a_txt:not(:first-of-type) {
  padding-right: 0 !important;
  padding-left: 30px !important;
  border-left: solid 1px #168034;
}

#gNav07 .open_navi_a_btm .open_navi_a_letter {
  width: 31.6%;
  margin-top: 0;
}

/* main 
----------------------------------------------------- */
#main {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}

#main_a {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

#topicPath {
  padding: 10px 0px 8px;
  text-align: left;
}

#topicPath a {
  color: #2581d0;
  text-decoration: none;
}

#topicPath a:hover {
  text-decoration: underline;
}

#contentsWrap {
  width: 100%;
  margin: 0 auto;
}



#contentsLeft {
  display: block;
  width: 220px;
  float: left;
  text-align: left;
}

#contentsMain {
  width: 510px;
  float: left;
  margin: 0 35px;
  text-align: left;
}

#contentsRight {
  width: 200px;
  float: right;
  text-align: left;
}

.bnrImg {
  margin-bottom: 10px;
}

#contentsUnderMain {
  text-align: left;
}


#contentsUnderMain_jsba {
  width: 740px;
  float: left;
  text-align: left;
}


#contentsUnderRight {
  display: block;
  background: #fff;
  width: 225px;
  padding: 0 0 24px 0;
  float: right;
  text-align: left;
}



/* footer 
----------------------------------------------------- */

#footer {}

.footer_wrap {
  margin-top: 10px;
  border-top: #71C81A 18px solid;
}

.footer_fig_01 {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0 0;
}

.footer_fig_01_inner {
  margin-left: -36px;
  overflow: hidden;
}

.footer_item_a {
  float: left;
  width: 223px;
  margin-left: 36px;
  padding-bottom: 8px;
  text-align: left;
}

.footer_item_a h3 {
  font-size: 123.1%;
  line-height: 43px;
  border-bottom: #71C81A 2px solid;
  margin-bottom: 20px;
  font-weight: bold;
  color: #71C81A;
}

.footer_item_a h3 a {
  color: #71C81A;
  text-decoration: none;
}

.footer_item_a h3 a:hover {
  color: #71C81A;
  text-decoration: underline;
}

.footer_item_a li {
  font-size: 116%;
  line-height: 160%;
  padding-bottom: 5px;
  padding-left: 1em;
  text-indent: -.7em;
}

.footer_item_a li:before {
  content: "• ";
  color: #71C81A;
}

.footer_item_a a {
  color: #505050;
  text-decoration: none;
}

.footer_item_a a:hover {
  color: #505050;
  text-decoration: underline;
  text-decoration-color: #71BE1A;
}





.footer_fig_02 {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 20px;
}

.footer_fig_02_inner {
  margin-left: -36px;
  overflow: hidden;
}



.footer_item_b {
  width: 482px;
  margin-left: 36px;
  float: left;
  padding-bottom: 15px;
  text-align: left;
}

.footer_item_b h3 {
  font-size: 123.1%;
  line-height: 43px;
  border-bottom: #71C81A 2px solid;
  margin-bottom: 20px;
  font-weight: bold;
  color: #71C81A;
}

.footer_item_b h3 a {
  color: #71C81A;
  text-decoration: none;
}

.footer_item_b h3 a:hover {
  color: #71C81A;
  text-decoration: underline;
}



.footer_item_b_01 {
  float: left;
  width: 223px;
  padding-bottom: 15px;
  text-align: left;
}

.footer_item_b_01 li {
  font-size: 116%;
  line-height: 160%;
  padding-bottom: 5px;
  padding-left: 1em;
  text-indent: -.7em;
}

.footer_item_b_01 li:before {
  content: "• ";
  color: #71C81A;
}

.footer_item_b_01 a {
  color: #505050;
  text-decoration: none;
}

.footer_item_b_01 a:hover {
  color: #505050;
  text-decoration: underline;
  text-decoration-color: #71BE1A;
}



.footer_item_b_02 {
  float: left;
  width: 223px;
  margin-left: 36px;
  padding-bottom: 15px;
  text-align: left;
}

.footer_item_b_02 li {
  font-size: 116%;
  line-height: 160%;
  padding-bottom: 5px;
  padding-left: 1em;
  text-indent: -.7em;
}

.footer_item_b_02 li:before {
  content: "• ";
  color: #71C81A;
}

.footer_item_b_02 a {
  color: #505050;
  text-decoration: none;
}

.footer_item_b_02 a:hover {
  color: #505050;
  text-decoration: underline;
  text-decoration-color: #71BE1A;
}

.footer_item_c {
  float: left;
  width: 223px;
  margin-left: 36px;
  padding-top: 40px;
  padding-bottom: 8px;
  text-align: left;
}

.footer_item_c li {
  font-size: 116%;
  line-height: 140%;
  padding: 10px 0px 10px 10px !Important;
  border: 1px #71C81A solid;
  margin-bottom: 10px !Important;
}


.footer_item_c a {
  display: block !Important;
  height: auto !Important;
  background-image: url(../../images/common/nav_li_ya.png) !Important;
  background-position: center right !Important;
  background-repeat: no-repeat;
}

.footer_item_c a {
  color: #71C81A;
  text-decoration: none;
}

.footer_item_c a:hover {
  color: #71C81A;
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}







.footer_fig_03 {
  background-color: #F2F0E7;
  padding: 50px 0 5px;
}

.footer_fig_03_inner {
  width: 1000px;
  margin: 0 auto;
}

.footer_fig_03_inner_in {
  margin-left: -32px;
}

.footer_fig_03_item {
  float: left;
  margin-left: 32px;
  margin-bottom: 45px;
}

.footer_fig_03_item img {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}






.footer_fig_04 {
  width: 1000px;
  margin: 0 auto;
  padding: 54px 0 30px;
  height: 43px;
}

.footer_fig_04_item_a {
  width: 703px;
  float: left;
  letter-spacing: 3px;
  padding-left: 74px;
}

.footer_fig_04_item_a li {
  width: 205px;
  float: left;
}

.footer_fig_04_item_a li a {
  padding-left: 20px;
  text-align: left;
  font-size: 116%;
  line-height: 43px;
  color: #505050;
  text-decoration: none;
  display: block;
  background-image: url(../../images/common/foot-ya-01.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.footer_fig_04_item_a li a:hover {
  color: #505050;
  text-decoration: underline;
}





.footer_fig_04_item_b {
  width: 223px;
  letter-spacing: 3px;
  float: left;
}

.footer_fig_04_item_b li {
  width: 223px;
  background-color: #71C81A;
}

.footer_fig_04_item_b li a {
  padding-left: 50px;
  text-align: left;
  font-size: 116%;
  line-height: 43px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  background-image: url(../../images/common/foot-ya-02.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.footer_fig_04_item_b li a:hover {
  color: #ffffff;
  text-decoration: underline;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}





.copyright {
  border-top: #71C81A 1px solid;
  font-size: 77%;
  text-align: center;
  padding: 10px 0;
  color: #71C81A;
}









/*	メイン部 スライド部
-----------------------------------------------------------	*/



.day_00 {
  width: 1000px;
  height: 350px;
  background-repeat: no-repeat;
  position: relative;
}



/*	メイン部 スライド部 js用
-----------------------------------------------------------	*/

#pc_slider,
#sp_slider {
  padding-top: 15px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#sliderInner {
  position: relative;
  left: 50%;
  width: 3000px;
  margin-left: -1500px;
  max-height: 380px;
  height: 380px;
  overflow: hidden;
}

#sliderInner li {
  width: 1000px;
}

#slideFilterL,
#slideFilterR {
  position: absolute;
  top: 0px;
  width: 1000px;
  height: 350px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
  background: #000000;
}

#slideFilterL {
  left: 0;
}

#slideFilterR {
  right: 0;
}

.bx-wrapper {
  margin: 0 auto;
  position: relative;
}

.bx-wrapper .bx-pager {
  margin: 0 auto;
  width: 1000px;
  background: #ffffff;
}

/* コントローラー */
.bx-wrapper .bx-prev {
  left: 1020px;
  background: url(../../common/js/jquery.bxslider/images/controls.png) no-repeat 0 -61px;
}

.bx-wrapper .bx-next {
  right: 1020px;
  background: url(../../common/js/jquery.bxslider/images/controls.png) no-repeat -43px -61px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 140px;
  outline: 0;
  width: 32px;
  height: 60px;
  text-indent: -9999px;
  z-index: 500;
}

/* ページャー */
.bx-wrapper .bx-pager {
  padding-top: 10px;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  outline: 0;
  text-indent: -9999px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  ;
  background: #aaaaaa;
  border: 1px solid #aaaaaa;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffffff;
  border: 1px solid #aaaaaa;
}







/* レスポンシブ設定 
----------------------------------------------------- */

#head_pc {
  display: block;
}

#head_sp {
  display: none;
}

#main_pc {
  display: block;
  padding-top: 141px;
}

#footTop {
  display: block;
}

#backtotop_smp_a {
  display: none;
  height: 130px;
  width: 100%;
}

#backtotop_smp_b {
  text-align: right;
  height: 130px;
  width: 100%;
}

.sideTitle01 {
  display: block;
}

.localNav {
  display: block;
}

.sidebnr img {
  width: 225px;
  height: auto;
}

.bnrImg {
  padding: 0;
  text-align: left;
}

.bnrImg img {
  width: 176px;
  height: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.campaign {
  width: 100%;
  margin: 0 0;
}


#shikumiNavBox {
  display: block;
}

#naviHowto {
  display: none;
}







/* cp
---------------------------------------*/


.cp_a_wrap {
  padding: 58px 0 0;
  width: 1000px;
  margin: 0 auto;
}

.cp_a_title {
  font-size: 197%;
  line-height: 57px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  color: #71C81A;
  height: 57px;
  border-bottom: 1px solid #71C81A;
}

.cp_a_inner {
  padding: 40px 0 0;
  margin-left: -80px;
}

.cp_a_btn {
  float: left;
  margin-left: 80px;
  margin-bottom: 48px;
}




/* event
---------------------------------------*/


.event_a_wrap {
  padding: 27px 0 0;
  width: 1000px;
  margin: 0 auto;
}

.event_a_title {
  font-size: 197%;
  line-height: 57px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  color: #71C81A;
  height: 57px;
  border-bottom: 1px solid #71C81A;
}

.event_a_inner {
  padding: 40px 0 0;
  margin-left: -32px;
}

.event_a_btn {
  float: left;
  margin-left: 32px;
  margin-bottom: 48px;
}




/* link
---------------------------------------*/


.link_a_wrap {
  padding: 27px 0 0;
  width: 1000px;
  margin: 0 auto;
}

.link_a_title {
  font-size: 197%;
  line-height: 57px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  color: #71C81A;
  height: 57px;
  border-bottom: 1px solid #71C81A;
}

.link_a_inner {
  padding: 40px 0 0;
  margin-left: -32px;
}

.link_a_btn {
  float: left;
  margin-left: 32px;
  margin-bottom: 48px;
}





/* page_btn
---------------------------------------*/
.page_btn_wrap {
  padding: 100px 0;
  width: 1000px;
  margin: 0 auto;
}

.page_btn_inner {
  margin-left: -47px;
}

.page_btn_inner a {
  float: left;
  display: block;
  margin-left: 47px;
}




/* mw
---------------------------------------*/

.mv_a {
  height: 150px;
  font-size: 167%;
  line-height: 150px;
  font-weight: bold;
  letter-spacing: 8px;
  color: #FFFFFF;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mv_b {
  height: 150px;
  font-size: 167%;
  line-height: 150px;
  font-weight: bold;
  letter-spacing: 8px;
  color: #FFFFFF;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}




.mv_how_01 {
  background-image: url(../../images/common/mv/how_01.jpg);
}

.mv_how_02 {
  background-image: url(../../images/common/mv/how_02.jpg);
}

.mv_how_03 {
  background-image: url(../../images/common/mv/how_03.jpg);
}

.mv_gd_01 {
  background-image: url(../../images/common/mv/gd_01.jpg);
}

.mv_gd_02 {
  background-image: url(../../images/common/mv/gd_02.jpg);
}

.mv_gd_03 {
  background-image: url(../../images/common/mv/gd_03.jpg);
}

.mv_ch_01 {
  background-image: url(../../images/common/mv/ch_01.jpg);
}

.mv_ch_02 {
  background-image: url(../../images/common/mv/ch_02.jpg);
}

.mv_ch_03 {
  background-image: url(../../images/common/mv/ch_03.jpg);
}






/*	レスポンシブ 850px以下
-----------------------------------------------------------	*/
@media only screen and (max-width: 850px) {


  #contentsUnderRight {
    float: none;
    width: 748px;
    margin: 0 auto;
    padding: 20px 10px 24px 10px;
  }

  #contentsUnderMain_jsba {
    width: 748px;
    margin: 0 auto;
    float: none;
    text-align: left;
    padding: 20px 10px 24px 10px;
  }






  #topicPath {
    display: none;
  }


  #head_pc {
    display: none;
  }

  #head_sp {
    display: block;
  }

  #main_pc {
    display: none;
  }

  #footTop {
    display: none;
  }



  #wrap {
    width: 100%;
  }

  header {
    min-width: 768px;
    position: fixed;
    top: 0;
    left: 0;
  }

  #changeArea {
    /* margin-top: 105px; */
    margin-top: 113px;
  }


  #main {
    width: 100%;
  }

  #main_a {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }


  #contentsWrap {
    width: 100%;
  }

  #contentsUnderMain {
    padding: 0 30px;
  }



  #backtotop_smp_a {
    display: block;
  }

  #head_smp_Wrap {
    /* width: 768px; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px 20px;
  }

  #logo_smp {
    float: left;
  }

  #head_smp_menu {
    float: right;
  }

  #head_smp_Wrap .linkBox01 {
    background-color: #168034;
    border-radius: 10px;
    width: 192px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-bottom: 0px !Important;
    padding: 0 5px;
  }

  #head_smp_Wrap .linkBox01 a {
    color: #FFF;
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 1.4;
    text-decoration: none;
  }

  #head_smp_Wrap .linkBox02 {
    border: 2px solid #168034;
    border-radius: 10px;
    width: 148px;
    height: 62px;
    margin-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #head_smp_Wrap .linkBox02 a {
    color: #168b34;
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 1.4;
    text-decoration: none;
  }

  .sideTitle01 {
    display: none;
  }

  .localNav {
    display: none;
  }

  .bnrList {
    margin-top: 80px;
  }

  .sidebnr img {
    width: 100%;
    height: auto;
  }

  .special img {
    width: 100%;
    height: auto;
  }

  .bnrImg {
    padding: 15px 0;
    text-align: center;
  }

  .bnrImg img {
    width: 386px;
    height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }

  .campaign {
    width: 500px;
    margin: 0 auto;
  }

  .link {
    width: 500px;
    margin: 0 auto;
  }


  .bnrImgTxt {
    font-size: 180%;
    line-height: 1.6;
  }

  #shikumiNavBox {
    display: none;
  }

  #naviHowto {
    display: block;
    padding: 23px 0 30px;
  }

  .n_ht_a {
    margin: 14px 27px 27px 0;
  }

  .n_ht_b {
    margin: 14px 0 27px 0;
  }

  .n_ht_c {
    margin: 0 27px 0 0;
  }

  .n_ht_d {
    margin: 0 0 0 0;
  }





  #contentsLeft {
    display: none;
  }

  #contentsRight {
    width: 740px;
    margin: 0 auto;
    float: none;
    text-align: left;
  }

  #contentsMain {
    width: 740px;
    float: none;
    margin: 0 auto;
    text-align: left;
  }






  /*	メイン部 スライド部
-----------------------------------------------------------	*/



  .day_00 {
    width: 624px;
    height: 360px;
    background-repeat: no-repeat;
    position: relative;
  }



  /*	メイン部 スライド部 js用
-----------------------------------------------------------	*/


  #sliderInner {
    position: relative;
    left: 50%;
    width: 1872px;
    margin-left: -936px;
    height: 390px;
    max-height: 390px;
    overflow: hidden;
  }

  #sliderInner li {
    width: 624px;
  }

  #slideFilterL,
  #slideFilterR {
    position: absolute;
    top: 0px;
    width: 624px;
    height: 360px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
    background: #000000;
  }

  #slideFilterL {
    left: 0;
  }

  #slideFilterR {
    right: 0;
  }

  .bx-wrapper {
    margin: 0 auto;
    position: relative;
  }

  .bx-wrapper .bx-pager {
    margin: 0 auto;
    width: 624px;
    background: #ffffff;
  }

  /* コントローラー */
  .bx-wrapper .bx-prev {
    left: 640px;
    background: url(../../common/js/jquery.bxslider/images/controls.png) no-repeat 0 -61px;
  }

  .bx-wrapper .bx-next {
    right: 640px;
    background: url(../../common/js/jquery.bxslider/images/controls.png) no-repeat -43px -61px;
  }

  .bx-wrapper .bx-prev:hover {
    background-position: 0 0;
  }

  .bx-wrapper .bx-next:hover {
    background-position: -43px 0;
  }

  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 150px;
    outline: 0;
    width: 32px;
    height: 60px;
    text-indent: -9999px;
    z-index: 500;
  }

  /* ページャー */
  .bx-wrapper .bx-pager {
    padding-top: 10px;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666666;
  }

  .bx-wrapper .bx-pager .bx-pager-item,
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    outline: 0;
    text-indent: -9999px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    ;
    background: #aaaaaa;
  }

  .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ffffff;
    border: 1px solid #aaaaaa;
  }










  #footBtm {
    background: #71c81a;
    color: #fff;
  }

  #footTopInner,
  #footBtmInner {
    width: 768px;
    margin: 0 auto;
    text-align: left;
  }

  #footBtmInner {
    padding: 10px 0 5px 0;
  }

  .fNavList ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .fNavList ul li {
    background: url(../../images/common/i_arrow02.png) no-repeat 0 50%;
    padding: 2px 0 2px 26px;
    display: inline-block;
    /* 横並びに */
    font-size: 150%;
    line-height: 160%;
    margin-right: 20px;
  }

  .fNavList ul li a {
    color: #fff;
    text-decoration: none;
  }

  .fNavList ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }


  .sp_foot_logo {
    text-align: center;
    padding: 50px 0;
  }


  .copyright {
    border-top: none;
    font-size: 125%;
    text-align: center;
    padding: 10px 0;
    color: #ffffff;
  }

  /* cp
---------------------------------------*/


  .cp_a_wrap {
    padding: 75px 0 0;
    width: 708px;
    margin: 0 auto;
  }

  .cp_a_title {
    font-size: 295%;
    line-height: 100px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 10px;
    color: #71C81A;
    height: 100px;
    border-bottom: 2px solid #71C81A;
  }

  .cp_a_inner {
    padding: 40px 0 0;
    margin-left: -28px;
  }

  .cp_a_btn {
    float: left;
    margin-left: 68px;
    margin-bottom: 48px;
  }




  /* event
---------------------------------------*/


  .event_a_wrap {
    padding: 20px 0 0;
    width: 708px;
    margin: 0 auto;
  }

  .event_a_title {
    font-size: 295%;
    line-height: 100px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 15px;
    color: #71C81A;
    height: 100px;
    border-bottom: 2px solid #71C81A;
  }

  .event_a_inner {
    padding: 40px 0 0;
    margin-left: -24px;
  }

  .event_a_btn {
    float: left;
    margin-left: 44px;
    margin-bottom: 48px;
  }




  /* link
---------------------------------------*/


  .link_a_wrap {
    padding: 20px 0 0;
    width: 708px;
    margin: 0 auto;
  }

  .link_a_title {
    font-size: 295%;
    line-height: 100px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 10px;
    color: #71C81A;
    height: 100px;
    border-bottom: 2px solid #71C81A;
  }

  .link_a_inner {
    padding: 40px 0 0;
    margin-left: -16px;
  }

  .link_a_btn {
    float: left;
    margin-bottom: 48px;
    margin-left: 96px;
  }





  /* mw
---------------------------------------*/

  .mv_a {
    padding-top: 70px;
    font-size: 250%;
    line-height: 180%;
    font-weight: bold;
    letter-spacing: 12px;
    height: 120px;
    color: #FFFFFF;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .mv_b {
    padding-top: 45px;
    font-size: 250%;
    line-height: 180%;
    font-weight: bold;
    letter-spacing: 12px;
    height: 145px;
    color: #FFFFFF;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }



  .mv_how_01 {
    background-image: url(../../images/common/mv/how_01_sp.jpg);
  }

  .mv_how_02 {
    background-image: url(../../images/common/mv/how_02_sp.jpg);
  }

  .mv_how_03 {
    background-image: url(../../images/common/mv/how_03_sp.jpg);
  }

  .mv_gd_01 {
    background-image: url(../../images/common/mv/gd_01_sp.jpg);
  }

  .mv_gd_02 {
    background-image: url(../../images/common/mv/gd_02_sp.jpg);
  }

  .mv_gd_03 {
    background-image: url(../../images/common/mv/gd_03_sp.jpg);
  }

  .mv_ch_01 {
    background-image: url(../../images/common/mv/ch_01_sp.jpg);
  }

  .mv_ch_02 {
    background-image: url(../../images/common/mv/ch_02_sp.jpg);
  }

  .mv_ch_03 {
    background-image: url(../../images/common/mv/ch_03_sp.jpg);
  }

  /* page_btn
---------------------------------------*/
  .page_btn_wrap {
    padding: 60px 0;
    width: 100%;
    margin: 0 auto;
  }

  .page_btn_inner {
    margin-left: 0px;
  }

  .page_btn_inner a {
    float: left;
    display: block;
    margin-left: 0px;
    margin-bottom: 40px;
  }
}

/* Custom CSS */
nav>ul>li {
  width: 16.6666666667%;
  /* padding: 0 10.5px; */
}

nav ul li#gNav06>a:hover,
.award nav ul li#gNav06>a {
  color: #FFFFFF;
  background: url(../../images/common/bg_gnav_line06_on.png) no-repeat 50% 100%;
}

nav>ul li.nv_a>a,
nav>ul li.nv_b>a {
  border-radius: 5px 5px 0 0;
  margin: 0 10px;
}

nav>ul>li>a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 6px;
  border-radius: 5px 5px 0 0;
}

nav>ul>li:nth-child(1)>a::after {
  background-color: #5D9ADF;
}

nav>ul>li:nth-child(2)>a::after {
  background-color: #52ac46;
}

nav>ul>li:nth-child(3)>a::after {
  background-color: #eaaf10;
}

nav>ul>li:nth-child(4)>a::after {
  background-color: #c4b33c;
}

nav>ul>li:nth-child(5)>a::after {
  background-color: #71be1a;
}

nav>ul>li:nth-child(6)>a::after {
  /* background-color: #71be1a; */
  display: none;
  background: rgb(50, 166, 50);
  background: linear-gradient(180deg, rgba(50, 166, 50, 1) 0%, rgba(150, 204, 65, 1) 100%);
}

nav>ul>li .arrow_box {
  left: 50%;
  width: auto;
}

#navi_title_k {
  /* background-color: #bbaa3c; */
  /* border-bottom: 17px solid #ab9a36; */
}

#navi_title_k a::before {
  background-color: #bbaa3c;
}

#navi_title_k a::after {
  background: url('../../images/common/i_menu04.png');
}

#navi_main_k>li {
  background-color: #ffffff;
  /* border-bottom: 2px solid #bbaa3c; */
  text-align: left;
}

#navi_main_k>li.is-active {
  border-bottom: 0;
}

#navi_main_k>li:nth-child(2) {
  background-position: left 14%;
}

#navi_main_k>li>a {
  background-image: url(../../images/common/i_n_arrow_07.png);
  background-repeat: no-repeat;
  background-position: -40px 35px;
}

#navi li .lbl {
  background-color: #e97500;
  border-radius: 5px;
  color: #FFF;
  font-size: 231%;
  font-weight: bold;
  text-align: center;
  line-height: 150%;
  padding: 10px 15px;
  display: inline-block;
  margin-left: 110px;
  margin-bottom: 20px;
}

#navi li .lbl--gray {
  background-color: #969696;
}

/* Add new */
nav ul li#gNav06 .arrow_box:after {
  position: absolute;
  bottom: 100%;
  top: 69px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-width: 10px;
  pointer-events: none;
  content: " ";
  border-top-color: #c4b33c;
}

nav ul li#gNav06 .open_navi_a_wrap {
  border-bottom: 11px solid #c4b33c;
}

.open_navi_a_mega {
  padding-top: 32px;
  padding-bottom: 44px;
}

.open_navi_a_mega .open_navi_a_inner {
  padding-top: 0;
}

.g-navi__sub__list {
  display: flex;
  justify-content: space-between;
}

.g-navi__sub__list li {
  position: relative;
}

.g-navi__sub__list li .float-navi {
  background-color: #e97500;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  padding: 7px 0;
  position: absolute;
  left: 15px;
  right: 15px;
  top: calc(100% - 14px);
  text-align: center;
  z-index: 2;
}

.g-navi__sub__list li .float-navi.float-navi--02 {
  background-color: #969696;
}

.open_navi_banner {
  background: url('../../images/common/g_navi_banner_bg.jpg') no-repeat center / cover;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 17px 0;
}

.open_navi_banner .open_navi_a_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.open_navi_banner .open_navi_banner__txt {
  color: #fff;
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'ＭＳ Ｐゴシック', serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .15em;
  margin-left: 23px;
}

.open_navi__news {
  background-color: #f6f6e9;
  padding: 30px 0;
}

.open_navi__news .open_navi__news_inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  width: 1000px;
}

.open_navi__news .open_navi__news__ttl {
  background-color: #c4b33c;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-right: 33px;
  padding: 4px 5px;
}

.open_navi__news ul li {
  background: url('../../images/common/i_arrow_cat08.png') no-repeat left 10px;
  font-size: 16px;
  float: none;
  line-height: 1.875;
  padding-left: 18px !important;
  position: relative;
  text-align: left;
  width: 100%;
}

.open_navi__news ul li a {
  display: inline !important;
  color: #5330e1 !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none !important;
}

.open_navi__news ul li a.target_blank::after {
  content: '';
  background: url('../../images/common/icon_blank.png') no-repeat center / contain;
  display: inline-block;
  height: 11px;
  width: 14px;
  margin-left: 10px;
}

.open_navi__news ul li a:hover {
  background: none !important;
  text-decoration: underline !important;
}

.sp-header-news {
  background-color: #f6f6e9;
  border-top: 2px solid #bbaa3c;
  display: none;
  padding: 43px 48px 45px;
}

.sp-header-news ul {
  margin-top: 28px;
}

.sp-header-news ul li {
  background: url('../../images/common/i_arrow_cat09.png') no-repeat left 15px;
  background-size: 16px 20px;
  font-size: 30px;
  line-height: 1.6;
  padding-left: 38px;
}

.sp-header-news ul li a {
  color: #5330e1 !important;
  display: inline !important;
  font-size: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sp-header-news ul li a.target_blank::after {
  content: '';
  background: url('../../images/common/icon_blank.png') no-repeat center / contain;
  display: inline-block;
  height: 22px;
  width: 28px;
  margin-left: 10px;
}

.sp-header-news__ttl {
  background-color: #c4b33c;
  color: #fff;
  display: inline;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.25;
  padding: 0 8px;
  text-align: center;
}

.btn-search {
  /* cursor: pointer; */
  border: none;
  overflow: visible;
  position: relative;
  top: -10px;
  height: 34px;
  margin-left: 10px;
}

.btn-search .btn-search__btn {
  border-radius: 3px;
  height: 34px;
  width: 34px;
  background-color: #008000;
  cursor: pointer;
  line-height: 1;
  /* transition: opacity .3s; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-search .btn-search__btn:hover {
  opacity: .3;
}

.btn-search svg {
  fill: #FFFFFF;
}