@charset "utf-8";

body {
  max-width: 1920px;
  width: 100%;
  margin: auto !important;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  color: #404040;
}

#root {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.telWrap {
	color: inherit;
}

a, button {
	transition: .3s;
}

p > a, label > a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	color: inherit;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

/*-- TOP --------------------------------------------------------------*/

.coverTxtFrame {
    transform: translateY(-87.9%);
}

.coverTxtBox {
    background: rgb(0,137,55);
    background: -moz-linear-gradient(90deg, rgba(0,137,55,1) 0%, rgba(0,97,40,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,137,55,1) 0%, rgba(0,97,40,1) 100%);
    background: linear-gradient(90deg, rgba(0,137,55,1) 0%, rgba(0,97,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008937",endColorstr="#006128",GradientType=1);
}

.top03Link01:hover .top03LinkIconBox01, .top03Link02:hover .top03LinkIconBox02 {
    background: #fff;
}

.top03Link01:hover .top03LinkIcon, .top03Link02:hover .top03LinkIcon {
    background-image: url(/system_panel/uploads/images/arrow_icon02.svg);
}

.searchInput {
    background: url(/system_panel/uploads/images/search_icon01.svg) 8px center no-repeat #fff;
}

/*-- 共通 --------------------------------------------------------------*/

/*-- 画像制御 --*/

.imgControl {
  position: relative;
  padding: 0 0 100%;
}

.imgControl > img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.imgFit {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

/*-- 下層カバー --*/

.incover {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 230px;
    position: relative;
    overflow: hidden;
}

.incoverBox {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    position: relative;
    z-index: 9;
}

.incoverTit {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3em;
}

.incoverSubTit {
    font-size: 18px;
    font-weight: normal;
    font-family: "Arial", "メイリオ";
    letter-spacing: 0.08em;
    line-height: 1.46em;
    color: #008937;
}

.incoverBgTxt {
    font-size: 7vw;
    font-weight: bold;
    font-family: "Arial", "メイリオ";
    line-height: 1em;
    color: #F7F7F7;
    text-align: center;
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    transform: translateY(-45%);
}

/*-- パンくず --*/

.breadWrap {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    padding: 15px 0;
    line-height: 1.3em;
    font-size: 12px;
    background: #333;
    color: #fff;
}

.breadBox {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.breadLink {
    display: block;
    color: #fff;
}

.breadLink:hover {
    color: #fff;
    text-decoration: underline;
}

/*-- レイアウト --*/

.wrap01 {
    padding: 75px 0;
}

.inner {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    min-height: 30px;
}

.frame01 {
	margin: 30px auto 0;
}

.frame02 {
	margin: 20px auto 0;
}

/*-- タイトル --*/

.tit01 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3em;
}

.tit02 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3em;
}

.tit03 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.28em;
}

.tit04 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.28em;
}

.subEnTit01 {
    font-size: 15px;
    font-weight: normal;
    font-family: "Arial", "メイリオ";
    letter-spacing: 0.08em;
    line-height: 1.46em;
    margin: 2px 0 0;
}

.subEnTit02 {
    font-size: 12px;
    font-weight: normal;
    font-family: "Arial", "メイリオ";
    letter-spacing: 0.08em;
    line-height: 1.16em;
    margin: 5px 0 0;
}

.titDeco01 {
    border-left: solid 4px #008937;
    padding: 6px 7px 5px;
}

.titDeco02 {
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 18px 2% 16px 2%;
    max-width: 750px;
    width: 100%;
    filter: drop-shadow(0 3px 6px rgb(0 0 0 / 16%));
}

.titDeco02:before {
    content: "";
    display: block;
    max-width: 30px;
    width: 100%;
    height: 30px;
    border-top: 2px solid #008937;
    border-left: 2px solid #008937;
    position: absolute;
    top: 0;
    left: -1px;
}

.titDeco02:after {
    content: "";
    display: block;
    max-width: 30px;
    width: 100%;
    height: 30px;
    border-bottom: 2px solid #008937;
    border-right: 2px solid #008937;
    position: absolute;
    bottom: 0;
    right: -1px;
}

.titDeco03 {
    display: flex;
    align-items: center;
}

.titDeco03:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #008937;
    margin: 0 10px 0 0;
}


/*-- テキスト --*/

.txtVertical01 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.indent01 {
    padding-left: 1em;
    text-indent: -1em;
}

.indent02 {
    padding-left: 2em;
    text-indent: -2em;
}

.indent03 {
    padding-left: 3em;
    text-indent: -2.6em;
}

.txt01 {
	line-height: 1.77em;
}

.txtColor01 {
    color: #008937;
}

/*-- フォント --*/

.font01 {
	font-family: "Arial", "メイリオ";
}

/*-- 背景色 --*/

.bgColor01 {
    background: #F2F2F2;
}

/*-- ボタン --*/

.btn01 {
    max-width: 300px;
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #008937;
    box-shadow: 0 5px 10px rgb(0 0 0 / 16%);
    color: #fff;
    padding: 10px 40px;
    font-weight: bold;
    line-height: 1.27em;
    position: relative;
}

.btn01:before {
    content: "";
    display: block;
    background: url(/system_panel/uploads/images/arrow_icon01.svg) no-repeat;
    max-width: 8px;
    width: 100%;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}

.btn01:hover {
    background: #333;
    color: #fff;
}

.btn02 {
    max-width: 300px;
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #008937;
    background: #fff;
    color: #008937;
    padding: 10px 2%;
    font-weight: bold;
    line-height: 1.27em;
    position: relative;
    text-align: center;
}

.btn02:hover {
    background: #008937;
    color: #fff;
}

.btn03 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    max-width: 421px;
    width: 100%;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 1.28em;
    padding: 10px 2% 10px 2%;
}

.btn03:hover {
    background: #333;
    color: #fff;
}

.btn03:hover .icon {
    filter: brightness(0) saturate(100%) invert(93%) sepia(7%) saturate(27%) hue-rotate(53deg) brightness(106%) contrast(106%);
}

.btn05 {
    max-width: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    padding: 10px 2%;
    background: #F2F2F2;
    border-radius: 30px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    color: #404040;
    font-weight: bold;
}

.btn05:hover {
    background: #333;
    color: #fff;
}

/*-- テーブル --*/

.baseTb {
  width: 100%;
  margin: 0 auto;
}

.baseTh {
  padding: 20px 15px;
  border-bottom: solid 2px #008937;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
}

.baseTd {
  padding: 20px 15px;
  border-bottom: solid 1px #DBDBDB;
  line-height: 1.5em;
}

.baseTd > a {
  display: inline-block;
  color: #2B2939;
  text-decoration: underline;
}

.baseTd > a:hover {
	text-decoration: none;
}

/*-- ドロップシャドウ --*/

.dropShadow01 {
    filter: drop-shadow(0 3px 6px rgb(0 0 0 / 16%));
}

/*-- アコーディオン --*/

.accordionBtn {
    cursor: pointer;
}

.accordionContent {
    display: none;
}

.accordionIcon {
	position: relative;
	max-width: 20px;
	width: 100%;
	height: 20px;
	margin-left: 10px;
}
.accordionIcon div {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background-color: #333;
	transition: .5s;
}
.accordionIcon div:nth-of-type(1) {
    top: 50%;
    transform: rotate(0deg);
}
.accordionIcon div:nth-of-type(2) {
    top: 50%;
    transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordionIcon.active div:nth-of-type(1) {transform: rotate(180deg);}
.accordionIcon.active div:nth-of-type(2) {
	top: 50%;
	transform: rotate(180deg);
}

/*-- header --------------------------------------------------------------*/

.gnav.cloned {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    background: #fff;
    padding: 15px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    transition: .5s;
    z-index: 999;
}

.gnav.cloned.is-active {
    top: 0;
}

.hBtn01:hover .icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(341deg) brightness(105%) contrast(101%);
}

/*スマホ時のナビ*/

.spNav {
	max-width: calc(100% - 60px);
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

.spNavArea {
	width: 100%;
	height: 100%;
	display: flex;
	background: #008937;
	border-top: solid 1px #fff;
}

.spNavBlock {
	flex: 1;
	display: flex;
}

.spNavConte-l {
	width: 33.33%;
	border-right: 1px solid #fff;
}

.spNavConte-l:last-child {
    border-right: 0;
}

.spNavLink {
	padding: 5px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.spNavLinkIconBx {
	width: 100%;
	height: 30px;
	position: relative;
}

.spNavLinkIconBx > * {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spFa {
	font-size: 23px;
	color: #fff;
}

.spNavBtnBar {
	max-width: 36px;
	height: 26px;
	width: 100%;
	position: relative;
}

.spNavBtnTxt {
	margin: 5px auto 0;
	font-size: 12px;
	color: #fff;
}

.spNavLinkTxt {
	margin: 5px auto 0;
	font-size: 12px;
	color: #fff;
}

.spNavBtn {
	padding: 10px 5px 5px;
	width: 60px;
	height: 70px;
	position: fixed;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: #333333;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	z-index: 99999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

.spNavBtnBarItem {
	width: 100%;
	height: 3px;
	background: #fff;
	border-radius: 3px;
	position: absolute;
	left: 0;
	transition: ease .5s;
}

.spNavBtnBarItem:nth-of-type(1) {
	top: 0;
}

.spNavBtnBarItem:nth-of-type(2) {
	top: 12px;
}

.spNavBtnBarItem:nth-of-type(3) {
	bottom: 0;
}

.open .spNavBtnBarItem {
	transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
	transform: translateY(13px) rotate(-45deg);
}

.open .spNavBtnBarItem:nth-of-type(2) {
	opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

.spMenu {
	margin: auto;
	padding: 100px 15px;
	max-width: 1920px;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	background: rgb(26 26 26 / 95%);
	z-index: 9999999;
	transition: ease .5s;
}

.spMenu.open {
	right: 0;
}

.spMenuArea {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.spMenuBx {
	display: flex;
	flex-wrap: wrap;
}

.spMenuConte {
	padding: 100px 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.spMenuConte::-webkit-scrollbar {
	display:none;
}

.spMenuLink {
	width: 100%;
	padding: 20px 5px;
	text-align: center;
	display: block;
	color: #fff;
	border-bottom: 1px solid #fff;
	letter-spacing: 0.1em;
}

.spMenuLink:hover {
	color: #fff;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:375px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

body {
	font-size: 15px;
}

/*-- 共通パーツ --------------------------------------------------------------*/

/*-- 改行 --*/
.br768None br {
	display: none;
}

/*-- 下層カバー --*/

.incoverTit {
    font-size: 38px;
}

.incoverSubTit {
    font-size: 22px;
}

.breadWrap {
    font-size: 14px;
}

/*-- タイトル --*/

.tit01 {
    font-size: 26px;
}

.tit02 {
    font-size: 22px;
}

.tit03 {
    font-size: 20px;
}

.tit04 {
    font-size: 18px;
}

/*-- ボタン --*/

.btn03 {
    font-size: 20px;
}

/*-- テーブル --*/

.baseTd {
  border-bottom: solid 2px #DBDBDB;
}
	
/*-- header -----------------------------------------------------------------*/

.spNav {
	display: none;
}

.spNavBtn {
	display: none;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:992px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

body {
	font-size: 16px;
}

/*-- 共通 -----------------------------------------------------------------*/

/*-- 改行 --*/
.br1024None br {
	display: none;
}

/*-- 下層カバー --*/

.incover {
    height: 350px;
}

.incoverTit {
    font-size: 46px;
}

.incoverSubTit {
    font-size: 26px;
}

/*-- レイアウト --*/

.wrap01 {
    padding: 150px 0;
}

.frame01 {
	margin: 60px auto 0;
}

.frame02 {
	margin: 40px auto 0;
}

/*-- タイトル --*/

.tit01 {
    font-size: 32px;
}

.tit02 {
    font-size: 26px;
}

.tit03 {
    font-size: 24px;
}

.tit04 {
    font-size: 20px;
}

.titDeco01 {
    border-left: solid 18px #008937;
    padding: 11px 20px 10px;
}

.titDeco02 {
   padding: 35px 2% 31px 2%;
}

.titDeco02:before {
    max-width: 60px;
    height: 60px;
}

.titDeco02:after {
    max-width: 60px;
    height: 60px;
}

/*-- ボタン --*/

.btn03 {
    font-size: 25px;
}

/*-- アコーディオン --*/

.accordionIcon {
    max-width: 40px;
    height: 40px;;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1100px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1100px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

body {
	font-size: 18px;
}

/*-- 共通パーツ --------------------------------------------------------------*/

/*-- 改行 --*/

.br1200None br {
	display: none;
}

/*-- 下層カバー --*/

.incoverTit {
    font-size: 53px;
}

.incoverSubTit {
    font-size: 32px;
}

/*-- タイトル --*/

.tit01 {
    font-size: 36px;
}

.tit02 {
    font-size: 30px;
}

.tit03 {
    font-size: 28px;
}

.tit04 {
    font-size: 22px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1300px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1300px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1600px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/********************************************
  追従バナー
*********************************************/

.follow_bnr_wrap{
    position: fixed;
    right: 0;
    bottom: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 260px;
    color: #fff;
    gap: 1rem;
    z-index: 5;
}
.follow_bnr_link{
    background: #008937;
}
.follow_bnr_inner {
    text-align: center;
    border: 1px solid #008937;
}
.follow_bnr_img{
    width: 100%;
}
.follow_bnr_text {
    font-size: 0.8rem;
    color: #fff;
    padding: 2px;
}