@charset "utf-8";
/* Default ---------------------------------------------------------------- */
html {
  height: 100%;
}

/* Global */
body {
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #231815;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  height: 100%;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

/*title*/
h2 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  font-size: 36px;
  color: #f39800;
  letter-spacing: 0.2rem;
}

h2.tit_second {
  color: #231815;  
  text-align: center;
  margin-bottom: 80px;
}

h2.inline-block {
  display: table;
  margin: 0 auto 80px;
  padding: 15px 50px;
  color: #fff;
}

h2 a.list-btn:hover {
  opacity: 0.7;
}

h2.underline {padding: 0 0.5em; border-bottom: solid 1px #009944;/*下線*/}
h2.black.underline {border-bottom: solid 1px #000000;}
h2.green.underline {border-bottom: solid 1px #009944;/*下線*/}
h2.turquoise.underline {border-bottom: solid 1px #00063a;}
h2.blue.underline {border-bottom: solid 1px #3b459a;}
h2.purple.underline {border-bottom: solid 1px #915da3;}
h2.brown.underline {border-bottom: solid 1px #68421b;}
h2.y_green.underline {border-bottom: solid 1px #4c9f02;}
h2.pink.underline {border-bottom: solid 1px #ec6d81;}
h2.orange.underline {border-bottom: solid 1px #f3981c;}
h2.red.underline {border-bottom: solid 1px #ea2020;}
h2.default.underline {border-bottom: solid 1px #999999;}

h3 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.2rem;
  padding: 0 0.5em;
  background: transparent;/*背景透明に*/
  border-left: solid 5px #f39800;/*左線*/
  margin-bottom: 20px;
}

h3.black {border-left: solid 5px #000000;}
h3.green {border-left: solid 5px #009944;/*左線*/}
h3.turquoise {border-left: solid 5px #00063a;}
h3.blue {border-left: solid 5px #3b459a;}
h3.purple {border-left: solid 5px #915da3;}
h3.brown {border-left: solid 5px #68421b;}
h3.y_green {border-left: solid 5px #4c9f02;}
h3.pink {border-left: solid 5px #ec6d81;}
h3.orange {border-left: solid 5px #f3981c;}
h3.red {border-left: solid 5px #ea2020;}
h3.default {border-left: solid 5px #999999;}

h4 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.2rem;
  margin: 20px 0;
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
}

h4.turquoise:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #00063a; /*アイコン色*/
  font-weight: 900;
}

/* Global ----------------------------------------------------------------- */

body {
  color: #231815;  
  background-color: #fff; 
}
body.home,
body.post-type-archive,
body.search,
body.single,
body.post-template-default,
body.cusutom_post_type_02-template-default,
body.page-template-default,
body.error404 {
}

a {
  transition: 0.3s;
}

a:hover {
  text-decoration: underline;
}

a img {
  transition: 0.5s;
}

a:hover img {
  opacity: 0.7;
}

.black {color: #000000}
.green {color: #009944}
.turquoise {color: #00063a;}
.blue {color: #3b459a;}
.purple {color: #915da3;}
.brown {color: #68421b;}
.y_green {color: #4c9f02;}
.pink {color: #ec6d81;}
.orange {color: #f3981c;}
.red {color: #ea2020}
.default {color: #999999;}

.bg_black {background: #000000}
.bg_green {background: #009944}
.bg_turquoise {background: #00063a;}
.bg_blue {background: #3b459a;}
.bg_purple {background: #915da3;}
.bg_brown {background: #68421b;}
.bg_y_green {background: #4c9f02;}
.bg_pink {background: #ec6d81;}
.bg_orange {background: #f3981c;}
.bg_red {background: #ea2020}
.bg_y_green {background: #4c9f02}
.bg_default {background: #999999;}


.btn_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  display: inline-block;
  background: #f3981e;
  color: #fff;
  width: 240px;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  border: 1px solid #f3981e;
  transition: .3s;
}

.btn.round {  border-radius: 25px;}

.btn:hover {
  background: #fff;
  color: #f3981e;
  border: 1px solid #f3981e;
  text-decoration: none;
}

.btn.black {color: #fff;background: #000000; border: 1px solid #000000;}
.btn.black:hover {color: #000000; background: none;}
.btn.green {color: #fff;background: #009944; border: 1px solid #009944;}
.btn.green:hover {color: #009944; background: none;}
.btn.turquoise {color: #00063a; border: 1px solid #00063a;}
.btn.turquoise:hover {color: #fff;background: #00063a;}
.btn.blue {color: #3b459a; border: 1px solid #3b459a;}
.btn.blue:hover {color: #fff;background: #3b459a;}
.btn.purple {color: #fff;background: #915da3; border: 1px solid #915da3;}
.btn.purple:hover {color: #915da3;background: none;}
.btn.brown {color: #68421b; border: 1px solid #68421b;}
.btn.brown:hover {color: #fff;background: #68421b;}
.btn.y_green {color: #4c9f02; border: 1px solid #4c9f02;}
.btn.y_green:hover {color: #fff;background: #4c9f02;}
.btn.pink {color: #fff;background: #ec6d81; border: 1px solid #ec6d81;}
.btn.pink:hover {color: #ec6d81;background: none;}
.btn.orange {color: #fff;background: #f3981c; border: 1px solid #f3981c;}
.btn.orange:hover {color: #f3981c;background: none;}
.btn.red {color: #fff;background: #ea2020; border: 1px solid #ea2020;}
.btn.red:hover {color: #ea2020;background: none;}
.btn.default {color: #999; border: 1px solid #999;}
.btn.default:hover {color: #fff;background: #999;}

.btn02 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  display: inline-block;
  background:none;
  color: #231815;
  width: 240px;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  border: 1px solid #231815;
  transition: .3s;
}

.btn02.round {  border-radius: 25px;}

.btn02:hover {
  background: #f3981e;
  color: #fff;
  border: 1px solid #f3981e;
  text-decoration: none;
}

.btn02.black {color: #000000; border: 1px solid #000000;}
.btn02.black:hover {color: #fff; background: #000000;}
.btn02.green {color: #009944; border: 1px solid #009944;}
.btn02.green:hover {color: #fff; background: #009944;}
.btn02.turquoise {color: #00063a; border: 1px solid #00063a;}
.btn02.turquoise:hover {color: #fff;background: #00063a;}
.btn02.blue {color: #3b459a; border: 1px solid #3b459a;}
.btn02.blue:hover {color: #fff;background: #3b459a;}
.btn02.purple {color: #915da3; border: 1px solid #915da3;}
.btn02.purple:hover {color: #fff;background: #915da3;}
.btn02.brown {color: #68421b; border: 1px solid #68421b;}
.btn02.brown:hover {color: #fff;background: #68421b;}
.btn02.y_green {color: #4c9f02; border: 1px solid #4c9f02;}
.btn02.y_green:hover {color: #fff;background: #4c9f02;}
.btn02.pink {color: #ec6d81; border: 1px solid #ec6d81;}
.btn02.pink:hover {color: #fff;background: #ec6d81;}
.btn02.orange {color: #f3981c; border: 1px solid #f3981c;}
.btn02.orange:hover {color: #fff;background: #f3981c;}
.btn02.red {color: #ea2020; border: 1px solid #ea2020;}
.btn02.red:hover {color: #fff;background: #ea2020;}
.btn02.default {color: #999; border: 1px solid #999;}
.btn02.default:hover {color: #fff;background: #999;}


/* 初期状態では非表示 */
.fade {
    opacity: 0;
    transition: opacity 1s;
}

/* フェードインクラスが追加されたときに表示 */
.fade-in {
    opacity: 1;
}

/*画像中央合わせ*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

/* Header ----------------------------------------------------------------- */
header {    
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  width: 100%;
  background: #fff;
  box-sizing: content-box;
  position: fixed;
  top:0;
  z-index: 100;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

header #header-inner {
  width: 100%;  
  height: 113px;
  margin: 0 auto;
  position: relative;
}

header #header-inner h1 {
  position: absolute;
  top: 21px;
  left: 15px;
}

header #header-inner h1 img {
  width: 311px;
  height: auto;
}

header #header-inner .address {
  font-size: 14px;
  position: absolute;
  display: flex;
  align-items: center;
  top: 8px;
  right: 15px;
}

header #header-inner .address img {
  width: 298px;
  height: auto;
}

header #header-inner nav {
  position: absolute;
  z-index: 3;
  bottom: 18px;
  right: 5px;
}

header #header-inner nav .gnav {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header #header-inner nav .gnav li {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

header #header-inner nav .gnav li a {
  display: block;
  display: table;
}

header #header-inner nav .gnav li a:hover {
  color: #f39800;
  text-decoration: none;
}

header #header-inner nav .gnav li a span {
  border-right: 1px solid #f39800;
  display: table-cell;
  vertical-align: middle;
  padding:  0 19px;
}

header #header-inner nav .gnav li:first-child a span {
  border-left: none;
}
header #header-inner nav .gnav li:last-child  a span{
  border-right: none;
}

header #header-inner nav.globalMenuSp {
  display: none;
  right: -120%;
}
/**
 * menu
 */
.menu {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  font-size: 16px;
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
  text-align: center;
}

.menu > li {
  border-right: 1px solid #f39800;
  padding: 0 19px;
}
.menu > li .init-bottom {
  padding-right: 10px;
}
.menu > li:last-child {
  border-right: none;
}
.menu > li a {
	display: block;
	color: #231815;
}
.menu > li > a {
	display: block;
	color: #231815;
}

.menu > li a:hover {
	color: #f39800;
  text-decoration: none;
}

.menu__none:hover,
.menu__multi:hover,
.menu__mega:hover,
.menu__single:hover {
  -webkit-transition: .2s ease;
  transition: .2s ease;
  text-decoration: none;
}

.menu__second-level li {
  border-bottom: 1px solid #f4cb93;
	height: 50px;
	line-height: 50px;
}

.menu__second-level li:last-child {
  border-bottom: none;
	height: 50px;
	line-height: 50px;
}

.menu__third-level li {
  border-bottom: 1px solid #f4cb93;
	height: 50px;
	line-height: 50px;
  background: orange;
}

.menu__second-level li a:hover {
  color: #fff;
}

.menu__third-level li a:hover {
}

.init-bottom {
}
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 10px;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
}
.init-bottom:hover:after {
  border-right: 1px solid #f39800;
  border-bottom: 1px solid #f39800;
}
.menu:before,
.menu:after {
  content: "";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}


/**
 * single menu
 */
.menu > .menu__single {
  position: relative;
}

.menu__single .menu__second-level {
  position: absolute;
  left: 0;
  top: 20px;
  width: 250px;
  background: #f3981e;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}

.menu__single:hover > .menu__second-level {
  top: 30px;
  visibility: visible;
  opacity: 1;
}


/**
 * multi menu
 */
.menu > .menu__multi {
  position: relative;
}

.menu__multi .menu__second-level {
  position: absolute;
  left: 0;
  top: 20px;
  width: 250px;
  background: #f3981e;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu__multi:hover .menu__second-level {
  top: 30px;
  visibility: visible;
  opacity: 1;
}

.menu__multi .menu__second-level li {
  position: relative;
}

.menu__multi .menu__second-level li:hover {
  background: #f3981e;
}

.menu__multi .menu__second-level li .menu__third-level {
  position: absolute;
  top:0px;
  left: 100%;
  width: 100%;
  background: orange;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
}

.menu__multi .menu__second-level li:hover .menu__third-level {
  visibility: visible;
  opacity: 1;
}

.menu__multi .menu__second-level li .menu__third-level li {
  position: relative;
}

.menu__multi .menu__second-level li .menu__third-level li:hover {
}

.init-right:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 10px;
  border-right: 1px solid #231815;
  border-top: 1px solid #231815;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 22px;
}
.init-right:hover:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
/* main ---------------------------------------------------------------- */
main {
  width: 100%;
  margin: 113px auto 0;
  z-index: 10;
}

/* #container ---------------------------------------------------------------- */
#container {
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}

#container::after {
    content:'';
    display: block; 
    clear:both;
}

/* .contents ---------------------------------------------------------------- */
#container .contents {
  width: 980px;
  margin: 0 auto;
}

/* Footer ----------------------------------------------------------------- */
footer { 
  text-align: center;
  position: sticky;
  top: 100vh;
  width: 100%;
  background: #f3981e;
  z-index: 3;
}

footer #footer-inner {
  width: 980px;
  margin: 0 auto;
  padding: 30px 0 30px;
}

footer #footer-inner .footer-info {
  display: flex;
  align-items:baseline;
  text-align: left;
  color: #fff;
  font-size: 13px;
}

footer #footer-inner .footer-info .logo-footer {
  width: 311px;
  height: auto;
  margin-right: 20px;
}

footer #footer-inner .footer-link {
  padding: 20px 0; 
}

footer #footer-inner .footer-link ul {
  display: flex;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 10px;
}

footer #footer-inner .footer-link ul li {
  border-left:1px solid #fff;
}

footer #footer-inner .footer-link ul li:first-child {
  border-left:0px solid #fff;
}

footer #footer-inner .footer-link ul li a {
  color: #fff;
  padding: 0 20px;
}

footer #footer-inner .footer-banner {
  display: flex;
  justify-content: center;
}

footer #footer-inner .footer-banner a  {
  margin: 0 20px;
}

footer #footer-inner .footer-banner a img {
  height: 70px;
  width: auto;
}

.copyright {
  background:#8A8888;
  font-family: "Arial", "メイリオ";
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

/* PageTop ----------------------------------------------------------------- */
#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  transition: .3s;
  background-color: orange;
  color: white;
  font-size: 16px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#page-top::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(-45deg);
}

#page-top:hover {
  background-color: white;
  color: orange;
  text-decoration: none;
}

#page-top:hover::before {
  border-top: 2px solid orange;
  border-right: 2px solid orange;
}


/* 1024px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 1024px) {
  /* Global */

    body  {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.7;
    }

    /*title*/
    h2 {
      font-size: 24px;
      color: #f39800;
      letter-spacing: 0.2rem;

    }
  
    h2 a.list-btn:hover {
      opacity: 0.7;
    }
  
    h2.tit_second {
      margin-bottom: 40px;
    }

    h2.inline-block {
      padding: 15px;
    }
  
    h3 {
      font-size: 20px;
    }
  
    h4 {
      font-size: 18px;
    }


    /* Global ----------------------------------------------------------------- */
    .pc {
      display: none;
    }
    .sp {
      display: block;
    }
    .br:after {
      content: '\A';
      white-space: pre;
    }

    .btn_area .btn {
      margin-bottom: 20px;
    }

    /* Header ----------------------------------------------------------------- */

    header {    
      width: 100%;
      background: #fff;
      box-sizing: content-box;
      height: 50px;
      padding: 2px 0;
      position: fixed;
    }

    header #header-inner {
      width: 100%;
      height: 50px;
      margin: 0 auto;
      position: relative;
      box-shadow:none;
    }

    header #header-inner h1 {
      position: absolute;
      left: 10px;
      top:4px;
      font-size: 0;
    }

    header #header-inner h1 img {
      width: 200px;
    }
  
    header #header-inner .address {
      display: none;
    }
   
    /*　ハンバーガーメニューボタン　*/
    .hamburger {
      display : block;
      position: absolute;
      z-index : 50;
      right : 0;
      top   : 4px;
      width : 42px;
      height: 42px;
      cursor: pointer;
      text-align: center;
    }
    .hamburger span {
      display : block;
      position: absolute;
      width   : 30px;
      height  : 2px ;
      left    : 6px;
      background : #f3981e;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition   : 0.3s ease-in-out;
      transition        : 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
      top: 10px;
    }
    .hamburger span:nth-child(2) {
      top: 20px;
    }
    .hamburger span:nth-child(3) {
      top: 30px;
    }

    /* スマホメニューを開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
      top : 20px;
      left: 6px;
      background :#f3981e;
      -webkit-transform: rotate(-45deg);
      -moz-transform   : rotate(-45deg);
      transform        : rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
      top: 20px;
      top: 20px;
      background :#f3981e;
      -webkit-transform: rotate(45deg);
      -moz-transform   : rotate(45deg);
      transform        : rotate(45deg);
    }

    /* メニュー背景　*/
    nav.globalMenuSp {
      display: block;
      min-width: inherit;
      position: fixed;
      z-index : 2;
      top  : 54px;
      right : -120%;
      color: #fff;
      background:#f3981e;
      text-align: center;
      width: 92%;
      transition: all 0.6s;
      height: 100vh;/*表示する高さ*/
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }

    nav.globalMenuSp ul {
      margin: 0 auto;
      padding: 0;
      width: 100%;
      border-bottom: 1px solid #fff;
      text-align: left;
    }

    nav.globalMenuSp ul li {
      width: 100%;
      margin: 0 auto;
      transition: .4s all;
      border-bottom: 1px solid #fff;
    }
  
    nav.globalMenuSp ul li:last-child {
      padding-bottom: 0;
      border-bottom: none;
    }

    nav.globalMenuSp ul li a {
      display: block;
      color: #fff;
      padding: 1em 4%;
      text-decoration :none;
      background: #f3981e;
      font-weight: bold;
      position: relative;
    }

    nav.globalMenuSp ul li a:after {
      content: "▶";
      position: absolute;
      right: 4%;
      font-size: 10px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
    }
  
    #header a {
      color: #fff;
    }

    /* クリックでjQueryで追加・削除 */
    nav.globalMenuSp.active {
      opacity: 100;
      display: block;
      top:54px;
      right: 0;
    }
  
    .icon-tel {
      display: block;
      position: absolute;
      top:4px;
      right: 48px;
      z-index: 50;
    }
  
    .icon-tel i {
      font-size: 42px;
      color: #f3981e;
    }
  
     /* main ---------------------------------------------------------------- */
    main {
      margin: 50px auto 0;
    }

    /* #container ---------------------------------------------------------------- */
    #container {
      width: 100%;
      min-height: 500px;
      margin: 0 auto;
    }

    #container::after {
        content:'';
        display: block; 
        clear:both;
    }

    /* .contents ---------------------------------------------------------------- */
    #container .contents {
      width: 100%;
      padding: 0 2%;
      margin: 0 auto;
    }


    /* Footer ----------------------------------------------------------------- */
    footer {
    }

    footer #footer-inner {
      padding: 30px 0 30px;
      width: 100%;
    }

    footer #footer-inner .footer-info {
      display:inherit;
      text-align: center;
    }

    footer #footer-inner .footer-info .logo-footer {
      width: 311px;
      height: auto;
      margin: 0 auto 20px;
    }

    footer #footer-inner .footer-link {
      padding: 20px 0; 
    }

    footer #footer-inner .footer-link ul {
      display: flex;
      justify-content: center;
      font-size: 13px;
      margin-bottom: 10px;
      white-space: nowrap;
    }

    footer #footer-inner .footer-link ul li {
      border-left:1px solid #fff;
    }

    footer #footer-inner .footer-link ul li:first-child {
      border-left:0px solid #fff;
    }

    footer #footer-inner .footer-link ul li a {
      color: #fff;
      padding: 0 10px;
    }

    footer #footer-inner .footer-banner {
      display: inherit;
    }

    footer #footer-inner .footer-banner a  {
      margin: 0 20px;
    }

    footer #footer-inner .footer-banner a img {
      height: 50px;
      width: auto;
      margin-bottom: 20px;
    }

    .copyright {
      background:#8A8888;
      font-family: "Arial", "メイリオ";
      font-size: 12px;
      line-height: 24px;
      text-align: center;
      color: #fff;
    }

    /* PageTop ----------------------------------------------------------------- */
    #page-top {
      position: fixed;
      bottom: 20px;
      right: 4%;
      z-index: 100;
      transition: .3s;
      background-color: orange;
      color: white;
      font-size: 14px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

    #page-top::before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-top: 2px solid white;
      border-right: 2px solid white;
      transform: rotate(-45deg);
    }

}
