@charset "UTF-8";

/************************************************************
RESET & DEFAULT
************************************************************/

/***************************RESET & DEFAULT*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, button, textarea, select {
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

tr {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  border-width: 0;
  border-style: none;
  vertical-align: bottom;
}
.object-fit-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

input[type="text"], textarea, select {
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
/* IEでのセレクトボタン非表示 */
select::-ms-expand {
  display: none;
}

 button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
-webkit-text-size-adjust: 100%;
}

a:hover{
  text-decoration: none;
  cursor: pointer;
}
/************************************************************
COMMON PARTS
************************************************************/

/***************************H*/

.ttl1_wrap {
  background-color: #00aca0;
    padding: 29px 0;
    margin-bottom: 40px;
}


.ttl1 {
      color: #fff;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
}


.ttl1 .ja,
.ttl1_wrap h1{
  color: #fff;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
}

.ttl1 .en {
  display:none;
  margin-top: 5px;
  color: #cccccc;
  font-size: 10px;
  line-height: 1;
}

.ttl2 {
  margin:40px auto 0 ;
  padding: 7px 5px;
  width: 100%;
  border-left: 20px solid #007851;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
}

.ttl2 span {
  font-size: 16px;
  font-weight: bold;
}

.ttl3 {
  margin:30px auto 0;
  padding: 7px 5px;
  width: 100%;
  border-left: 20px solid #007851;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
}

.ttl3 span a {
  display: inline-block;
  *display:inline;
  *zoom:1;
  color: #e47e24;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
.ttl3 span a:hover{
  opacity: .8;
}

.ttl3 span a .fa {
  color: #e47e24;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.ttl4 {
  margin:20px auto 0;
  padding: 0px 5px;
  width: 100%;
  max-width: 970px;
  border-left: 10px solid #007851;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.ttl4 span a {
  display: inline-block;
  *display:inline;
  *zoom:1;
  color: #e47e24;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.ttl4 span a .fa {
  color: #e47e24;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.ttl5 {
  margin:20px auto 0;
  padding: 0px 5px;
  width: 100%;
  max-width: 970px;
  color: #007851;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.ttl6 {
  margin:20px auto 0;
  padding: 5px;
  width: 100%;
  border-radius: 16px;
  background: #007851;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.ttl6.bgblue {
  background: #0000ff;
}

.ttl7 {
  display: inline-block;
  padding: 20px 5px 0;
  width: 100%;
  max-width: 970px;
  font-size: 20px;
  line-height: 1.4;
  
}
.ttl7 span {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #f4d652 50%);
}
@media screen and (max-width: 480px) {

  .ttl1 .ja,
  .ttl1_wrap h1{
      font-size: 2.2rem;
  }
  .ttl2{
    font-size: 18px;
  }
  .ttl3{
    font-size: 16px;
  }
}

/***************************TEXT*/

.tx_ss {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.tx_ss.nomt {
  margin-top: 0;
}

.tx_s {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.tx_s.nomt {
  margin-top: 0;
}

.tx_std {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
}

.tx_std.nomt {
  margin-top: 0;
}

.tx_l {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
}

.tx_l.nomt {
  margin-top: 0;
}

.tx_ll {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
}

.tx_ll.nomt {
  margin-top: 0;
}

.tx_lll {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.4;
}

.tx_lll.nomt {
  margin-top: 0;
}

.tx_llll {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.4;
}

.tx_llll.nomt {
  margin-top: 0;
}

.tx_ss a,
.tx_s a,
.tx_std a,
.tx_l a,
.tx_ll a,
.tx_lll a,
.tx_llll a {
  color: #e47e24;
}
.tx_ss a:hover,
.tx_s a:hover,
.tx_std a:hover,
.tx_l a:hover,
.tx_ll a:hover,
.tx_lll a:hover,
.tx_llll a:hover {
  opacity: .8;
}

.tx_ss a em,
.tx_s a em,
.tx_std a em,
.tx_l a em,
.tx_ll a em,
.tx_lll a em,
.tx_llll a em {
  color: #e47e24;
}

.tx_ss a .fa,
.tx_s a .fa,
.tx_std a .fa,
.tx_l a .fa,
.tx_ll a .fa {
  color: #e47e24;
}

.green {
  color: #007851;
}

.red,
.red em {
  color: #ff0000;
}

.blue {
  color: #0000ff;
}

.white {
  color: #ffffff;
}

.blue {
  color: #0000ff;
}

.highlight {
  background: #ffff00;
}

p sup {
  font-size: 65%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

p sub {
  font-size: 65%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}
@media screen and (max-width: 480px){
  .tx_std{
    font-size: 14px;
  }
}

/***************************TABLE*/

.table01 {
  width: 100%;
  border: 1px solid #999999;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.4;
}

.table01 th {
  padding: 5px;
  border: 1px solid #999999;
  background: #e6f1ed;
  vertical-align: middle;
}

.table01 td {
  padding: 5px;
  border: 1px solid #999999;
}

.overflow_wrap {
  overflow-x: auto;
  margin:0 auto;
  width: 100%;
  max-width: 960px;
}

.overflow_wrap::-webkit-scrollbar {
  height: 5px;
}
.overflow_wrap::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eeeeee;
}
.overflow_wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666666;
}


/***************************BTN*/

.btn_link {
  margin-top: 20px;
  padding: 15px 0 10px;
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
}

.btn_link.bottomborder {
  margin-top: 0;
  border-top: none;
}

.btn_link li {
  display: inline-block;
  *display:inline;
  *zoom:1;
  margin: 0 10px 5px 0;
  border-radius: 18px;
  background: #e47e24;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.btn_link li.block {
  display: block;
  text-align: center;
}

.btn_link li a {
  display: block;
  padding: 10px 10px;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.btn_link li a span{
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}

.btn_link li a .fa {
  color: #ffffff;
}

.btn {
  display: inline-block;
  *display:inline;
  *zoom:1;
  border-radius: 18px;
  background: #e47e24;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.btn a {
  display: block;
  padding: 8px 15px;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.btn a .fa {
  color: #ffffff;
}

/***************************CONTENTS*/

.contents {
  max-width: 1110px;
    padding: 0 15px;
    margin: 0 auto 80px;
}

.full-wide_contents {
  margin:0 auto;
  padding: 0 5px;
  width: 100%;
}

.full-wide_contents.nobg {
  padding:40px 0 20px;
}

.full-wide_contents.colord {
  padding:40px 0 20px;
  background: #e6f1ed;
}

/***************************COLUMN 1 WITH FRAME*/

.col1_frame {
  padding: 20px;
  width: 100%;
  max-width: 970px;
  border: 1px solid #007851;
  border-radius: 10px;
}

.col1_frame.bgyellow {
  background: #ffff00;
}

.col1_frame.bggray {
  background: #fafafa;
}

/***************************COLUMN 2*/

/* ---------------PC/TB */

.col2_wrap {
  margin:0 auto;
  padding: 0 5px;
  width: 100%;
  max-width: 970px;
}

.col2_list {
  overflow: hidden;
  list-style: none;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.col2_item {
  display: inline-block;
  *display:inline;
  *zoom:1;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 4%;
  vertical-align: top;
}

.col2_item:nth-child(2n) {
  margin-right: 0;
}

.col2_item {
  width: 49%\9;
  margin-right: 1%\9;
}

.col2_item img {
  max-width: 100%;
  width: auto;/* ie8 */
  height: auto;
}

/* ---------------SP-----4>1 */

@media screen and (max-width:480px) {

.col2_item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 4%;
}

.col2_item:nth-child(4n) {
  margin-right: 0;
}

.col2_item:nth-child(2n) {
  margin-right: 0;
}

.col2_item {
  width: 49%\9;
  margin-right: 1%\9;
}

}

/***************************COLUMN 3*/

/* ---------------PC/TB */

.col3_wrap {
  margin:0 auto;
  padding: 0 5px;
  width: 100%;
  max-width: 970px;
}

.col3_list {
  overflow: hidden;
  list-style: none;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.col3_item {
  display: inline-block;
  *display:inline;
  *zoom:1;
  width: 30.5%;
  margin-right: 4.25%;
  margin-bottom: 4%;
  vertical-align: top;
  text-align: center;
}

.col3_item:nth-child(3n) {
  margin-right: 0;
}

.col3_item {
  width: 32%\9;
  margin-right: 1%\9;
}

.col3_item img {
  max-width: 100%;
  width: auto;/* ie8 */
  height: auto;
}

/* ---------------SP-----3>1 */

@media screen and (max-width:480px) {

.col3_item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 4%;
}

.col3_item {
  width: 100%\9;
  margin-right: 1%\9;
}

}

/***************************COLUMN 4*/

/* ---------------PC */

.col4_wrap {
  margin:0 auto;
  padding: 0 5px;
  width: 100%;
  max-width: 970px;
}

.col4_list {
  overflow: hidden;
  list-style: none;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.col4_item {
  display: inline-block;
  *display:inline;
  *zoom:1;
  width: 23.05%;
  margin-right: 2.6%;
  margin-bottom: 2.6%;
  vertical-align: top;
  text-align: center;
}

.col4_item:nth-child(4n) {
  margin-right: 0;
}

.col4_item {
  width: 23.05%\9;
  margin-right: 1.95%\9;
}

.col4_item img {
  max-width: 100%;
  width: auto;/* ie8 */
  height: auto;
}

/* ---------------TB/SP-----4>2 */

@media screen and (max-width:650px) {

.col4_item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 4%;
}

.col4_item:nth-child(4n) {
  margin-right: 2%;
}

.col4_item:nth-child(2n) {
  margin-right: 0;
}

.col4_item {
  width: 49%\9;
  margin-right: 1%\9;
}

}

/* ---------------TB/SP-----4>2>1 */

@media screen and (max-width:480px) {

.col4_item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 8%;
}

.col4_item:nth-child(4n) {
  margin-right: 0;
}

.col4_item:nth-child(2n) {
  margin-right: 0;
}

.col4_item {
  width: 49%\9;
  margin-right: 1%\9;
}

}

/***************************COLUMN 5*/

/* ---------------PC */

.col5_wrap {
  margin:0 auto;
  padding: 0 5px;
  width: 100%;
  max-width: 970px;
}

.col5_list {
  overflow: hidden;
  list-style: none;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.col5_item {
  display: inline-block;
  *display:inline;
  *zoom:1;
  width: 19.2%;
  margin-right:1%;
  margin-bottom: 1%;
  vertical-align: top;
  text-align: center;
}

/* .col5_item:nth-child(5n) {
  margin-right: 0;
} */

.col5_item {
  width: 23.05%\9;
  margin-right: 1.95%\9;
}

.col5_item img {
  max-width: 100%;
  width: auto;/* ie8 */
  height: auto;
}

/* ---------------TB/SP-----5>2 */

@media screen and (max-width:650px) {

.col5_item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 1%;
}

.col5_item:nth-child(5n) {
  margin-right: 2%;
}

.col5_item:nth-child(2n) {
  margin-right: 0;
}

.col5_item {
  width: 49%\9;
  margin-right: 1%\9;
}

}

/***************************COLUMN 6*/

/* ---------------PC */

.col6_wrap {
  margin:0 auto;
  padding: 0 5px;
  width: 100%;
  max-width: 970px;
}

.col6_list {
  overflow: hidden;
  list-style: none;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.col6_item {
  display: inline-block;
  *display:inline;
  *zoom:1;
  width: 14%;
  margin-right: 3.2%;
  margin-bottom: 3.2%;
  vertical-align: top;
}

.col6_item:nth-child(6n) {
  margin-right: 0;
}

.col6_item {
  width: 14%\9;
  margin-right: 2.6%\9;
}

.col6_item img {
  max-width: 100%;
  width: auto;/* ie8 */
  height: auto;
}

/* ---------------TB-----6>4 */

@media screen and (max-width:970px) {

.col6_item {
  width: 23.05%;
  margin-right: 2.6%;
  margin-bottom: 2.6%;
}

.col6_item:nth-child(6n) {
  margin-right: 2.6%;
}

.col6_item:nth-child(4n) {
  margin-right: 0;
}

.col6_item {
  width: 23.05%\9;
  margin-right: 1.95%\9;
}

}

/* ---------------SP-----6>4>2 */

@media screen and (max-width:650px) {

.col6_item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.col6_item:nth-child(6n) {
  margin-right: 2.6%;
}

.col6_item:nth-child(4n) {
  margin-right: 2.6%;
}

.col6_item:nth-child(2n) {
  margin-right: 0;
}

.col6_item {
  width: 49%\9;
  margin-right: 1%\9;
}

}

/************************************************************
COMMON HEADER
************************************************************/

.header_wrap {
  width: 100%;
  background: #FFF;
}

.header {
  display: flex;
  width: 100%;
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

/***************************HEADER LOGO*/

.heder_logo {
  padding:10px 0;
  width: 298px;
  height: 60px;
}

/* ---------------SP */


/***************************HEADER NAVIGATION*/

/* ---------------PC/TB */

.header_nav {
  display: flex;
  align-items: center;
}

.header_nav > div:not(:last-child) {
  margin-right: 40px;
}
.header_nav > div:nth-last-child(2) {
  margin-right: 10px;
}

.header_nav a {
  display: block;
  width: 100%;
  /*height: 100%;*/
  font-size: 16px;
  line-height: 1;
  color: #000;
  text-align: center;
  font-weight: bold;
}

.header_nav a:hover {
  color: #e57f25;
}
.header_nav a span{
  font-size: 10px;
  color: #000;
  display: block;
	 margin-top: 5px;
}
.header_nav a:hover span{
  color: #e57f25;
}

.header_nav a img.hover{
  display: none;
}
.header_nav a:hover img{
  display: none;
}
.header_nav a:hover img.hover{
  display: inline-block;
}


@media screen and (max-width: 869px) {
  .header_nav > div:not(:last-child) {
    margin-right: 20px;
  }
  .header_nav a {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {

/* .header_nav {
  margin: 0 auto;
} */

}
@media screen and (max-width: 480px) {
  .header_nav .nav_fb{
    display: none;
  }
}

/************************************************************
GLOBAL NAVIGATIOIN
************************************************************/

/* ---------------PC */

.wide {
  display: block;
}

.narrow {
  display: none;
}

.gnav_wrap {
  position: relative;
  width: 100%;
  border-bottom: 5px solid #007851;
  background: #ffffff;
  z-index: 999;
}

.gnav_btn {
  display:none;
}

.gnav_list {
  display: flex;
  list-style: none;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.gnav_item {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}

.gnav_item:hover {
  background: #fff2e9;
}

.gnav_item a {
  position: relative;
  display: block;
}

.gnav_item a:hover {
  opacity: 0.8;
}

.nml-header .gnav_item > a:hover:after,
.nml-header .gnav_item.hover > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/nav_hover01.svg) 0 0 / 100% 100% no-repeat;
}
.nml-header .gnav_item:nth-child(2) > a:hover:after,
.nml-header .gnav_item.hover:nth-child(2) > a:after {
  background: url(../img/common/nav_hover02.svg) 0 0 / 100% 100% no-repeat;
}
.nml-header .gnav_item:nth-child(3) > a:hover:after,
.nml-header .gnav_item.hover:nth-child(3) > a:after {
  background: url(../img/common/nav_hover03.svg) 0 0 / 100% 100% no-repeat;
}
.nml-header .gnav_item:nth-child(4) > a:hover:after,
.nml-header .gnav_item.hover:nth-child(4) > a:after {
  background: url(../img/common/nav_hover04.svg) 0 0 / 100% 100% no-repeat;
}
.nml-header .gnav_item:nth-child(5) > a:hover:after,
.nml-header .gnav_item.hover:nth-child(5) > a:after {
  background: url(../img/common/nav_hover05.svg) 0 0 / 100% 100% no-repeat;
}
.nml-header .gnav_item:nth-child(6) > a:hover:after,
.nml-header .gnav_item.hover:nth-child(6) > a:after {
  background: url(../img/common/nav_hover06.png) 0 0 / 100% 100% no-repeat;
}

.gnav_item a img {
  width: 100%;
}

.gnav_item .en {
  color: #cccccc;
  font-size: 10px;
  line-height: 1;
}

.gnav_item .ja {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.gnav_item .fa {
  margin-top: 3px;
  color: #999999;
  font-size: 16px;
  line-height: 1;
}

.gnav_list .gnav_item .gnav_drop {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  /* padding: 24px 0 0; */
  padding: 14px 0 0;
  background: #006948;
  transform: translateY(100%);
}

/*.gnav_list .gnav_item:first-child .gnav_drop {
  display: block !important;
}*/

.gnav_drop ul {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 28px;
  font-size: 0;
  text-align: left;
  flex-wrap: wrap;
  list-style: none;
}

.gnav_drop li.gnav_tit {
  display: block;
  width: 100%;
  margin: 0 0 10px -28px;
  /* margin: 0 0 22px -28px; */
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

.gnav_drop li {
  display: inline-block;
  margin-right: 4%;
  margin-bottom: 16px;
  /* margin-bottom: 24px; */
  vertical-align: middle;
  /* vertical-align: top; */
}

.gnav_drop li.gnav_itema {
  width: 51%;
}

.gnav_drop li.gnav_itemb {
  width: 19.5%;
}

.gnav_drop li.gnav_mr {
  margin-right: 0;
}

.gnav_drop li span {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}

.gnav_drop li span:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 16px;
  height: 3px;
  background: #EF8200;
}

.gnav_drop li .h50 {
  height: 50px;
}
.gnav_drop li .w300 {
  width: 300px;
}


.gnav_drop .gnav_th > li {
  width: 30%;
}

.gnav_drop .gnav_th > li:nth-child(3n+1) {
  margin-right: 0;
}

.gnav_drop .gnav_tw > li {
  width: 47.5%;
}

.gnav_drop .gnav_tw > li:nth-child(2n+1) {
  margin-right: 0;
}

.gnav_drop .gnav_fr > li {
  width: 22%;
}

.gnav_drop .gnav_fr > li:nth-child(4n+1) {
  margin-right: 0;
}

/* .gnav_drop .gnav_inlist {
  margin-top: 48px;
} */

.gnav_drop li span small {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.gnav_drop > ul:not(:last-child) {
  margin-bottom: 10px;
}

.gnav_hidden {
  display: none !important;
}

.gnav_v_hidden {
  visibility: hidden;
}

@media screen and (max-width: 1040px) {
  .gnav_drop li.gnav_tit {
    margin-left: -20px;
  }
}

/* ---------------TB/SP */

@media screen and (max-width: 970px) {

.wide {
  display: none;
}

.narrow {
  display: block;
}

.gnav_btn {
  display:block;
  width: 100%;
  height: 60px;
  background: url('/assets/img/common/gnav_btn_o.png') center center no-repeat;
  font-size: 21px;
  line-height: 1;
  text-align: center;
}

.gnav_btn.x {
  background: url('/assets/img/common/gnav_btn_x.png') center center no-repeat;
}

.gnav_list {
  display: none;
}

.gnav_item {
  display: block;
  *display:block;
  max-width: 100%;
  width: auto;/* ie8 */
  height: auto;
  border-top: 1px solid #007851;
  text-align: left;
}

.gnav_item p {
  padding: 10px 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: #337851;
  text-align: center;
}

.gnav_item a {
  padding-top: 0;
  padding: 5px 5px 8px 5px;
  height: auto;
  font-size: 14px;
  text-align: center;
}

.gnav_item .en {
  display: none;
}

.gnav_item .fa {
  display: none;
}

.gnav_list .gnav_item ul {
  display: block;
}

.gnav_list .gnav_item ul li {
  height: auto;
}

/*.gnav_list .gnav_item ul li a {
  padding-top: 0;
  padding: 8px 10px 8px 16px;
  text-align: center;
}*/

}
/************************************************************
LINK BLOCK
************************************************************/
.link_block{
  padding-top: 70px;
  margin-top: -70px;
}

/************************************************************
BREADCRUMBS
************************************************************/

.breadcrumbs_wrap {
  width: 100%;
  background: #f0f0f0;
}


.breadcrumbs_list {
  list-style: none;
  margin: 0 auto;
  max-width: 1110px;
  padding: 10px 15px;
  font-size: 0;
  line-height: 0;
}

.breadcrumbs_item {
  display: inline-block;
  *display:inline;
  *zoom:1;
  color: #000000;
  padding: 2px 0;
  font-size: 11px;
  line-height: 1;
}

.breadcrumbs_item a:after {
  content: ' > ';
  color: #000000;
}

.breadcrumbs_item a span {
  color: #000000;
}

.breadcrumbs_item a span:hover {
  color: #e57f25;
}

/************************************************************
FOOTER SITEMAP
************************************************************/

.footer_sitemap_wrap {
  width: 100%;
  margin-top: 120px;
  padding: 30px 10px 40px;
  /*background: #000;*/
  border-top: 1px solid #ccc;
}

.footer_nav_wrap {
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  justify-content: space-between;
}

/* .footer_nav {
  display: flex;
  font-size: 12px;
} */

/* 代理店・マイスター店非表示の時 */
.footer_nav {
  display: flex;
  font-size: 12px;
  width: 100%;
  justify-content: space-between;
}

.footer_navitem {
  position: relative;
  margin-right: 15px;
}

.footer_navitem h2 a,
.footer_navitem > a {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.footer_navitem h2 a:hover,
.footer_navitem > a:hover,
.footer_navitem ul a:hover{
  color: #e57f25;
}

.footer_navitem ul {
  display: block;
  margin-top: 36px;
  padding: 6px 0 20px 8px;
  border-left: 1px solid #ccc;
  list-style: none;
  box-sizing: border-box;
}

.footer_navitem ul:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 66%;
  /*background: #333;*/
}

.footer_navitem ul a {
  display: block;
  margin-bottom: 4px;
  color: #000;
  font-weight:bold;
}

.footer_sns {
  max-width: 40px;
}
.footer_sns a:hover{
  opacity: .8;
}

.footer_sns img {
  max-width: 100%;
}

@media screen and (max-width: 1380px) {
  .footer_navitem {
    margin-right: 16px;
  }
} 

@media screen and (max-width: 869px) {
  .footer_sitemap_wrap {
    margin-top: 80px;
  }
  .footer_navitem {
    margin-right: 20px;
  }
  .footer_navitem ul {
    margin-top: 20px;
    padding: 6px 0 12px 6px;
  }
}

@media screen and (max-width: 767px) {
  .footer_nav {
    display: block;
    width: 100%;
  }
  .footer_navitem {
    display: block;
    width: 100%;
    margin: 0 0 12px;
  }
  .footer_navitem ul {
    margin-top: 12px;
    padding: 2px 16px;
  }
  .footer_navitem li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .footer_navitem ul a {
    width: 100%;
    padding: 10px 4px;
    margin: 0;
  }
  .footer_navitem h2:nth-child(2) {
    margin-top: 8px;
  }
}

/************************************************************
COMMON FOOTER
************************************************************/

.footer_warp {
  width: 100%;
  height: 146px;
  background: #ffffff;
}

.footer {
  width: 100%;
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
}

.footer-link {
  display: flex;
  margin: 13px 0;
  justify-content: space-between;
  align-items: center;
}

#footer_logo {
  display: inline-block;
  vertical-align: middle;
}

.company_name {
  display: inline-block;
  *display:inline;
  *zoom:1;
  margin-top: 13px;
  color: #000000;
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
}

.footer-link div a {
  font-size: 12px;
  font-weight: bold;
}
.footer-link div a:hover{
  opacity: .8;
}
.footer-link div a:last-child {
  margin-left: 88px;
}

.copyright {
  margin-top: 20px;
  font-size: 10px;
  line-height: 1;
  color: #707070;
}

#btn_pagetop{
  position:fixed;
  bottom:20px;
  right:20px;
  z-index: 10;
}

@media screen and (max-width: 869px) {
  .footer_warp {
    height: auto;
  }
  .footer-link div a:last-child {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer-link {
    display: block;
  }
  .footer-link > a {
    display: block;
    max-width: 300px;
    margin-bottom: 0 auto 12px;
  }
  .footer-link > div {
    width: 100%;
    text-align: center;
  }
  .copyright {
    text-align: center;
  }
}

/************************************************************
UTILITY
************************************************************/

/***************************CLEARFIX*/

.cf:before,.cf:after { content: " "; display: table;}
.cf:after { clear: both;}
.cf { zoom: 1;}

/***************************FLOAT*/

.f_right {
  float:right;
}

.f_left {
  float:left;
}

.clear {
  clear: both;
}

br.lteie8{
  display: none;
  display: inline\9;
}

/***************************BR*/

/* ---------------PC */

br.pc {
  display: inline;
}

/* ---------------TB/SP */

@media screen and (max-width: 970px) {

br.pc {
  display: none;
}

}

/***************************INLINE-BLOCK*/

.ib {
  display: inline-block;
  *display:inline;
  *zoom:1;
}

/***************************ALIGN*/

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.middle {
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

/***************************BOLD*/

em {
  font-style: normal;
  font-weight: bold;
}

/***************************MARGIN*/
.mt0 {
  margin-top: 0!important;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb05 {
  margin-bottom: 5px;
}

.nomb {
  margin-bottom: 0;
}s

.ml20 {
  margin-left: 20px;
}

.ml10 {
  margin-left: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr10 {
  margin-right: 10px;
}

/***************************FIGURE*/

.fig {
  text-align: center;
}

.fig img {
  max-width: 100%;
  height: auto;
}

.dispray_pc {
  display: block;
}

.dispray_sp {
  display: none;
}

@media screen and (max-width: 640px) {

.dispray_pc {
  display: none;
}

.dispray_sp {
  display: block;
}

}


/* ===============================
  2020年3月追加 
 ================================*/
 .main-wrrap {
   display: flex;
   min-height: 100vh; 
 }
 .left-side {
   width: 25%;
   background: #0f1626;;
 }
 .dashboard-wrrap {
   width: 80%;
   background: #f5f5f5;
 }
 .nav_menu {
  background: #EDEDED;
  border-bottom: 1px solid #D9DEE4;
  height: 5rem;
 }
 .x_panel {
  background: #fff;
  border: 1px solid #999999;
  border-radius: 0.5rem;
  height: auto;
  margin: 2rem;
 }
 .x_panel_in {
   padding: 0 14px;
   margin-bottom: 30px;
 }
 .x_title {
  border-bottom: 1px solid #999999;
  padding: 1px 5px 6px;
  margin-bottom: 1rem;
  color: #999999;
  font-size: 18px !important;
}
.icon {
  text-align: center;
  font-size: 6rem;
}
.icon-wrrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 2rem;
}
.gold {
  color: #ab987a;
}
.nav_menu {
  text-align: right;

}
.logout-text {
  margin-right: 2rem;
  color: #333333;
}
.left-side-admin-menu {
  text-align: center;
  color: #fff;
}
.left-side-list {
  text-align: center;
  color: #fff;
}

.accordion-container {
  position: relative;
  width: 100%;
  border: 1px solid #0079c1;
  border-top: none;
  outline: 0;
  cursor: pointer
}

.accordion-container .article-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #333333;
  cursor: pointer;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
  background-color: #00aaa7;
  color: white;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.article-title{
  position: relative;
}

.article-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #E7E7E7;
  border-right: solid 2px #E7E7E7;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
 /*  display: none; */
 text-align: left;
}

/* CSS for CodePen */
.accordion-container {
  width: 300px;
  margin: 1.875em auto;
}
.admin ul li ul {
  display: none;
}
.spce {
  margin-right: 0.5rem;
}


.article-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: left;
  color: #E7E7E7;
  /* padding-left: 3rem; */
}
.admin-menu-no-open {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #333333;
  text-align: left;
  color: #E7E7E7;
  /* padding-left: 3rem; */
}
.admin-menu-no-open >a{
  color: #E7E7E7;
}
.admin-menu-no-open >a:hover{
  text-decoration: none;
}
.white {
  color: #E7E7E7;
}
/* .accordion-content:before { */
  /* background: #999999; */
    /* bottom: auto; */
    /* content: ""; */
    /* height: 8px; */
    /* left: 23px; */
    /* margin-top: 15px; */
    /* position: absolute; */
    /* right: auto; */
    /* width: 8px; */
    /* z-index: 1; */
    /* border-radius: 50%; */
/* } */
/* .accordion-content::after { */
  /* border-left: 1px solid #999999; */
    /* bottom: 0; */
    /* content: ""; */
    /* left: 27px; */
    /* position: absolute; */
    /* top: 0; */
/* } */
ul.left-side-ul  {
  padding-top: 0;
}
  
.logout-text {
   color:#333333 !important;
   text-decoration: none;
}
.logout-text:hover {
  text-decoration: none;
}

.accordion-content > a {
  color:#e47e24;
  text-decoration: none;
}
.left-side-logo {
  text-align: center;
}
.nav_menu_logout {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.nav_menu > a {
  color: #0f1626;
  font-weight: bolder; 
  font-size: 17px;
}
.login-page {
  background: #F7F7F7;
}
.login-wrrap {
  padding: 120px 0;
}
.login-logo {
    width: 200px;
    height: auto;
    margin: 20px;
}
.login-logo-box {
  background: #0f1626;
  text-align: center;
  margin-bottom: 30px;
}
.login-content {
    width: 280px;
    margin: auto;
    min-height: 100vh;
    
}
.username-password-login-wrrap {
  text-align: center;
}
.username-content {
  margin-bottom: 20px;
}
.password-content {
  margin-bottom: 30px;
}
.login-submit-button {
    background: #0085ba !important;
    border-color: #0073aa #006799 #006799 !important;
    box-shadow: 0 1px 0 #006799 !important;
    text-decoration: none !important;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799 !important;
    color: #fff !important;
    width: 30% !important;
    margin-left: 99px !important;
  }
div > .x_panel-submit-button {
    width: 100%;
    max-width: 180px;
    padding: 7px 5px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #e47e24;
    /* box-shadow: 0 5px 10px 0 rgba(0,0,0,.12), 0 3px 20px 0 rgba(0,0,0,.12), 0 5px 6px -2px rgba(0,0,0,.2); */
   /*  -webkit-tap-highlight-color: transparent; */
    border-radius: 3px;
}
.text-right {
  text-align: right;
}
.input-radius {
  border-radius: 1px !important;
}
.bg-white {
  background: #F7F7F7;
}
.table-bordered {
  border: 1px solid #a0a2a6 !important;
}
.border-collapse {
  border-collapse: collapse !important;
}
.text-center {
  text-align: center;
}
.mg-auto {
  margin: 0 auto !important;
}
.x_panel_submit-button {
  margin-top: 2px;
}
h5 {
  font-size: 14px;
}
.table-parts {
  line-height: 34px !important;
  margin-bottom: 20px !important;
  width: 100% !important;
}
.td-parts {
  padding: 10px !important;
}
.spce-btwn {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}
thead > tr > .black {
  background: #0f1626;
}
@media screen and (max-width: 1144px) {
  .left-side {
    display: none;
  }
  .dashboard-wrrap {
    width: 100%;
  }
}


/************************************************************
CONTENT
************************************************************/
.content-wrap {
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
}


/************************************************************
TITLE
************************************************************/
.green-line {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 56px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.16);
}
.green-line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 800px;
  height: 1px;
  background: #B3B3B3;
  transform: translateX(-50%);
}
.green-line:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 120px;
  height: 7px;
  background: #004A30;
  transform: translateX(-50%)translateY(50%);
}
.green-line.yellow:after {
  background: #FFDB4F;
}
.left-green {
  padding: 8px 16px 4px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: bold;
  border: solid;
  border-width: 0 0 1px 12px;
  border-color: #CCC #006948;
}
@media screen and (max-width: 869px) {
  .green-line {
    padding-bottom: 12px;
    margin-bottom: 32px;
    font-size: 26px;
  }
  .left-green {
    padding: 6px 8px 4px;
    margin-bottom: 24px;
    font-size: 22px;
    border-width: 0 0 1px 6px;
  }
}
@media screen and (max-width: 767px) {
  .green-line {
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .green-line:after {
    width: 80px;
    bottom: 0;
    height: 3px;
  }
  .left-green {
    font-size: 16px;
    padding: 4px 8px;
    border-width: 0 0 1px 4px;
  }
}
@media screen and (max-width: 480px){
  .header_nav a {
    font-size: 12px;
  }
  .green-line{
    font-size: 18px;
  }
}

/************************************************************
SCROLL
************************************************************/

.ps--active-x > .ps__rail-x {
  opacity: 1;
  background: rgb(224, 224, 224);
}
.ps__thumb-x, .ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
  background: #238966;
  height: 10px;
}
.scroll__description {
  font-size: 1.4rem;
  margin: 15px 0;
}

/************************************************************
MODAL
************************************************************/
.modaal-wrapper{
  z-index: 10001;
}
.modaal-overlay{
  z-index: 10000;
  opacity: .9;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background: #f4a452;
}


/************************************************************
HEADER
************************************************************/
/*追跡ヘッダー*/
.scr-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 10000;
  transition: 0.3s;
  pointer-events: none;
}
.scr-header.in {
  opacity: 1;
  /* pointer-events: unset; */
  pointer-events: auto;
}
.scr-header .nav_coct {
  display: none;
}
.scr-header .gnav_wrap {
  background: none;
  border-bottom: 0;
}
.scr-header .header {
  max-width: 1300px;
}
.scr-header .wide {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.scr-header .gnav_list {
  max-width: 1300px;
  padding-left: 400px;
  justify-content: flex-end;
}
.scr-header .gnav_item > a > img {
  visibility: hidden;
}
.scr-header .gnav_item > a {
  position: relative;
  background: #FFF;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
.scr-header .gnav_item:last-child > a {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.scr-header .gnav_item > a:after {
  content: "バッテリーを探す";
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4px 8px;
  color: #000;
  font-size: 15px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -0.5px;
  background: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: bold;
}
.scr-header .gnav_item:nth-child(2) > a:after {
  content: "製品情報";
}
.scr-header .gnav_item:nth-child(3) > a:after {
  content: "販売店を探す";
}
.scr-header .gnav_item:nth-child(4) > a:after {
  content: "バッテリーについて";
}
.scr-header .gnav_item:nth-child(5) > a:after {
  content: "CSR";
}
.scr-header .gnav_item:nth-child(6) > a:after {
  content: "代理店様・\Aマイスター店様限定";
  white-space: pre;
}
.scr-header .gnav_list .gnav_item > a:hover:after,
.scr-header .gnav_list .gnav_item.hover > a:after {
  background: #2d6948;
  color:#FFF;
}
.scr-header .gnav_item > a:hover {
  opacity: 1;
}
.scr-header .gnav_item:hover {
  background: none;
}
.scr-header .heder_logo {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1320px) {
  .scr-header .gnav_list {
    padding-left: 24%;
    padding-right: 10px;
    word-break: break-word;
    background: #FFF;
  }
  .scr-header .gnav_item > a:after {
    font-size: 13px;
  }
}
@media screen and (max-width: 970px) {
  /*.scr-header {
    display: none !important;
  }*/
  .scr-header {
    background: #fff;
    border-bottom: 3px solid #007851;
    opacity: 0;
    transition: ease-out 0.3s;
    overflow: hidden;
    pointer-events: none;
    z-index: 800;
  }
  .scr-header.hide {
    opacity: 1;
    /* pointer-events: unset; */
    pointer-events: auto;
  }
  .scr-header > * {
    display: none;
  }
  .scr-header .sp-gr-nav {
    background: #fff;
    border-top: 1px dotted;
  }
  .scr-header > .header_wrap,
  .scr-header > .sp-gr-nav {
    display: block;
  }
}

/*header*/
@media screen and (max-width: 970px) {
  .heder_logo {
    min-width: 100px;
  }
  .header_nav {
    padding-left: 10px;
    padding-right: 80px;
  }
  .header_nav > div {
    margin: 2px;
  }
  .nav_coct {
    display: none;
  }
  .gnav_btn {
    position: fixed;
    top: 6px;
    right: 10px;
    width: 48px;
    height: 48px;
    background: #FFF;
    border-radius: 4px;
    z-index: 10000;
  }
  .gnav_btn:before,
  .gnav_btn:after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 30px;
    height: 12px;
    border: 2px solid #000;
    border-width: 2px 0 1px;
    box-sizing: border-box;
    transform: translateX(-50%);
    transition: 0.3s;
  }
  .gnav_btn:after {
    top: 50%;
    border-width: 1px 0 2px;
  }
  .gnav_btn.x {
    background: #fff;
    border-radius: 4px;
  }
  .gnav_btn.x:before,
  .gnav_btn.x:after {
    bottom: 47%;
    height: 2px;
    border-width: 2px 0 0;
    transform: translateX(-50%)rotate(45deg);
  }
  .gnav_btn.x:after {
    top: 48%;
    border-width: 0 0 2px;
    transform: translateX(-50%)rotate(-45deg);
  }
  .gnav_btn.off {
    pointer-events: none;
  }
  .gnav_list {
    position: fixed;
    bottom: 0;
    left: 0;
    top:0;
    /* height: 100vh; */
    padding-top: 60px;
    padding-bottom: 120px;
    background: rgba(255, 255, 255, 0.98);
    overflow-y: auto;
    z-index: 1000;
    overflow-y: scroll;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;
  }
  .gnav_list::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
  }
  .gnav_item p {
    padding: 8px 10px;
    color: #fff;
    background: #337851;
  }
  .gnav_list .gnav_item ul li a {
    padding: 12px 10px 12px 30px;;
    text-align: left;
  }
  .gnav_item:hover {
    background: transparent;
  }
  .gnav_list {
    display: block;
    width: 0;
    left: auto;
    right: 0;
    transition: 0.5s;
  }
  .gnav_list > * {
    opacity: 0;
    white-space: nowrap;
  }
  .gnav_list.active {
    width: 270px;
  }
  .gnav_list.active > * {
    opacity: 1;
  }
  .contact-btn {
    display: block;
    width: 90%;
    margin: 12px auto;
    padding: 12px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background: #e47e24;
    /*background: #347850;*/
    border-radius: 4px;
    /*filter: drop-shadow(2px 2px 2px #4e4e4e);*/
  }
  li.sp-snsicon {
    display: flex;
    justify-content: center;
  }
  .contact-btn-sns {
    display: flex;
    /*width: 90%;
    margin: 12px auto;
    padding: 2px 5px;*/
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    /*background: #347850;*/
    border-radius: 4px;
    filter: drop-shadow(2px 2px 2px #4e4e4e);
  }
  a.contact-btn-sns img {
    max-width: 50px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .gnav_gray {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.24);
    opacity: 0;
    transition: 0.2s;
    pointer-events: none;
  }
  .gnav_gray.active {
    opacity: 1;
    /* pointer-events: unset; */
    pointer-events: auto;
  }
  .gnav_gray.off {
    pointer-events: none;
  }
}

.sp-gr-nav {
  display: none;
}
@media screen and (max-width: 970px) {
  .sp-gr-nav {
    display: block;
  }
  .sp-gr-nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sp-gr-nav ul li {
    width: 33.333%;
    text-align: center;
    list-style: none;
  }
  .sp-gr-nav ul li a {
    display: flex;
    height: 40px;
    padding: 0 4px;
    font-size: 14px;
    font-weight: 600;
    border: 1px dotted #347851;
    border-width: 0 1px 1px 0;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
  }
  .sp-gr-nav ul li a:hover {
    color: #fff;
    background: #2d6948;
  }
  .sp-gr-nav ul li:nth-child(3n) a {
    border-right: 0;
  }
  .sp-gr-nav ul li:nth-child(4) a,
  .sp-gr-nav ul li:nth-child(5) a,
  .sp-gr-nav ul li:nth-child(6) a {
    border-bottom: 0;
  }
  .header_nav > div:not(:last-child) {
     margin-right: 6px;
  }
  .header_nav a {
    padding: 20px 6px;
  }
  .header_nav .nav_fb a {
    padding: 9px 6px;
  }
}
@media screen and (max-width: 767px) {
  .gnav_list {
    padding-top: 134px;
  }
}
@media screen and (max-width: 430px) {
  .sp-gr-nav ul li a {
    font-size: 12px;
  }
  .header_nav {
    padding-right: 60px;
  }
}
@media screen and (max-width: 360px) {
  .sp-gr-nav ul li a {
    line-height: 1.2;
  }
  .header_nav > div:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 340px) {
  .sp-gr-nav ul li a {
    padding: 0;
    font-size: 10px;
  }
  .header_nav {
    padding-right: 50px;
  }
  .header_nav a {
    font-size: 10px;
  }
}
.scr-hidden {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.scr-header + .crpb {
  display: none;
}


/************************************************************
HEADER NEW
************************************************************/
.gnav_wrap {
  border-color: transparent;
}
.gnav_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #e1d6b3 , #c9ba82);
}
.gnav_list .gnav_item .gnav_drop {
  height: 55vh;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
.gnav_list .gnav_item .gnav_drop:hover {
  /* display: block !important; */
}
.dorp_left {
  float: left;
  width: 20%;
  height: 100vh;
  padding: 4% 3%;
  background-color: #f3efe1;
}
.drop_list {
  display: flex;
  float: right;
  width: 80%;
  height: 80vh;
  padding: 4% 3% 1%;
  flex-wrap: wrap;
  overflow-y: auto;
}
.dorp_ttl {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #238966;
  border-bottom: 2px solid;
}
.drop_list ul {
  display: flex;
  width: 50%;
  height: 100%;
  margin: 0;
  flex-wrap: wrap;
  flex-direction: column;
}
.drop_list li {
  display: block;
  height: auto;
  padding: 8px 15px 8px 5px;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
.drop_list li a {
  position: relative;
  display: block;
  /*padding: 8px 0 8px 15px;*/
  padding: 0 0 0 15px;
  font-weight: 900;
}
.drop_list li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 5px solid #f6aa00;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.drop_list li .drop_sub {
  width: 100%;
  padding: 0;
}
.drop_list li .drop_sub li {
  padding: 4px 0 4px 15px;
  border: none;
}
.gnav_drop {
  position: relative;
}
.gnav_drop .drop_close {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 35px 15px 3px 15px;
  transition-property: all;
  transition: 0.2s linear;
  cursor: pointer;
}
.gnav_drop .drop_close::before,
.gnav_drop .drop_close::after {
  content: "";
  position: absolute;
  display: block;
  top: 20px;
  left: 0;
  right: 0;
  width: 25px;
  height: 2px;
  margin: auto;
  background: #000;
  transition-property: all;
  transition: 0.2s linear;
}
.gnav_drop .drop_close::before {
  transform: rotate(45deg);
}
.gnav_drop .drop_close::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 970px) {
  .sp-gr-nav {
    display: none;
  }
  .scr-header > .sp-gr-nav {
    display: none;
  }
  .scr-header {
    position: fixed;
    padding-bottom: 3px;
    border: none;
  }
  .scr-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #e1d6b3 , #c9ba82);
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .gnav_list {
    padding-top: 62px;
  }
}
.news_pc {
	display: block;
}

.news_sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.news_sp {
	display: block;
}

.news_pc {
	display: none;
}
}

/*　add_20211021　*/
.search_topics {
  padding: 5px 0 20px;
  font-size: 1.6rem;
}
.messages {
  font-size: 1.6rem!important;
}


/*SP G-nav アコーディオン
-------------------*/

/*アコーディオン全体*/
.menu {}
.menu input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.menu label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative;
  margin: 0 0 10px;
  padding: 13px 10px;
  background: #337851;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
/*開いたときに表示される部分*/
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.menu li {
  height: 0;
  overflow-y: hidden;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
  height: auto;
  padding: 12px 10px 12px 30px;
  text-align: left;
  font-size: 14px;
}

#menu_bar01:checked ~ #links01 li a,
#menu_bar02:checked ~ #links02 li a {
  border-bottom: 1px solid;
}

 /*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child {
  margin-bottom: 20px;
}
/*閉じた状態の矢印描画*/
.menu label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

li.gnav_item a span {
    border-bottom: 1px solid;
}

li.sp-snsicon a {
    padding: 0 10px;
}


/*add*/
sup {
  vertical-align:text-top;
  font-size:small;
}

.caution__carousel a {
  color: #0D54FE;
}