
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*----------------------------
reset
----------------------------*/
article ,
aside ,
details ,
figcaption ,
figure ,
footer ,
header ,
hgroup ,
menu ,
nav ,
section {
	display: block;
}
input ,
select {
	vertical-align: middle;
}
*,:after,:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  text-decoration: none;
  color: inherit;
}
img {
	vertical-align: bottom;
}
html { font-size: 62.5%; }
body {
	padding: 0;
	margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  -webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
	background-color: #fff;
  position: relative;
}
@media screen and (min-width:811px) {
  .sp {
    display: none !important;
  }
	a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
	}
	a:hover {
	  opacity: .5;
	}
}
@media screen and (max-width:810px) {
  .pc {
    display: none !important;
  }
}

/* global_head
---------------------------- */
.global_head ul,
.global_head li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.global_head p {
	padding: 0;
	margin: 0;
}
@media screen and (min-width:811px) {
	.global_head_inner {

	}
	.global_head {
		padding: 0;
		position: absolute;
		z-index: 9;
		width: 100%;
		background-color: #fff;
		box-shadow: 0px 0px 15px -5px #999;
	}
	.global_head .global_head_logo {
		padding: 10px 0;
		margin-left: 20px;
		width: 310px;
	}
	.global_head .global_head_logo a {
		display: block;
	}
	.global_head .global_head_logo a img {
		width: 100%;
	}
	.global_head .global_head_btn_tell {
		padding: 0;
		margin: 0;
		position: absolute;
		top: 22px;
		right: 420px;
		width: 232px;
	}
	.global_head .global_head_btn_tell a {
		display: block;
	}
	.global_head .global_head_btn_tell a img {
		width: 100%;
	}
	.global_head .global_head_btn_line {
		padding: 0;
		margin: 0;
		position: absolute;
		top: 22px;
		right: 215px;
		width: 180px;
	}
	.global_head .global_head_btn_line a {
		display: block;
		width: 100%;
		line-height: 50px;
		text-align: center;
		color: #fff;
		background-color: #06c755;
		font-size: 1.6rem;
		border-radius: 25px;
	}
	.global_head .global_head_btn_line a span {
		position: relative;
		padding-left: 30px;
	}
	.global_head .global_head_btn_line a span::before {
	  content: "";
	  display: block;
	  width: 26px;
	  height: 26px;
	  background: url('/assets/img/common/icon_line.png') center center no-repeat;
	  background-size: contain;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: -5px;
	  margin: auto;
	}
	.global_head .global_head_btn_mail {
		padding: 0;
		margin: 0;
		position: absolute;
		top: 22px;
		right: 20px;
		width: 180px;
	}
	.global_head .global_head_btn_mail a {
		display: block;
		width: 100%;
		line-height: 50px;
		text-align: center;
		color: #fff;
		background-color: #e8903a;
		font-size: 1.6rem;
		border-radius: 25px;
	}
	.global_head .global_head_btn_mail a span {
		position: relative;
		padding-left: 30px;
	}
	.global_head .global_head_btn_mail a span::before {
	  content: "";
	  display: block;
	  width: 22px;
	  height: 22px;
	  background: url('/assets/img/common/icon_mail.png') center center no-repeat;
	  background-size: contain;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  margin: auto;
	}
	.global_head .global_head_link {
		background-color: #6f3b09;
		text-align: center;
	}
	.global_head .global_head_link .global_head_link_item {
		display: inline-block;
		vertical-align: top;
	}
	.global_head .global_head_link .global_head_link_item a {
		display: block;
		color: #fff;
		line-height: 60px;
		border-left: 1px solid #855c36;
		position: relative;
		padding: 0 30px;
		letter-spacing: 0em;
		font-size: 1.6rem;
		font-weight: 500;
	}
	.global_head .global_head_link .global_head_link_item:first-child a {
		border-left: none;
	}
	.global_head.fixed {
		position: fixed;
		top: -200px;
		left: 0;
		transition: all .35s ease;
		-webkit-transition: all .35s ease;
	}
	.global_head.fixshow {
		top: 0;
	}
  .global_head.fixed .global_head_logo {
    padding: 10px 0;
    width: 200px;
  }
	.global_head.fixed .global_head_btn_tell {
		top: 10px;
		width: 200px;
	}
	.global_head.fixed .global_head_btn_line {
		top: 10px;
	}
	.global_head.fixed .global_head_btn_mail {
		top: 10px;
	}
}
@media screen and (max-width:810px){
	.global_head {
		padding: 0;
		position: absolute;
		z-index: 9;
		width: 100%;
		height: 155px;
		background-color: #fff;
		box-shadow: 0px 0px 15px -5px #999;
	}
	.global_head .global_head_logo {
		display: inline-block;
		padding: 8px 0 0;
		margin-left: 3%;
	}
	.global_head .global_head_logo a {
		display: block;
	}
	.global_head .global_head_logo a img {
		height: 44px;
		width: auto;
	}
	.global_head .global_head_link {
		display: none;
	}
	.global_head .global_head_btn_tell {
		padding: 0;
		margin: 0;
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.global_head .global_head_btn_tell a {
		display: block;
	}
	.global_head .global_head_btn_tell a img {
		width: auto;
		height: 20px;
	}
	.global_head .global_head_btn_line {
		padding: 0;
		margin: 0;
		position: absolute;
		left: 3%;
		top: 100px;
		width: 46%;
	}
	.global_head .global_head_btn_line a {
		display: block;
		width: 100%;
		line-height: 40px;
		text-align: center;
		color: #fff;
		background-color: #06c755;
		font-size: 1.4rem;
		border-radius: 25px;
	}
	.global_head .global_head_btn_line a span {
		position: relative;
		padding-left: 30px;
	}
	.global_head .global_head_btn_line a span::before {
	  content: "";
	  display: block;
	  width: 24px;
	  height: 24px;
	  background: url('/assets/img/common/icon_line.png') center center no-repeat;
	  background-size: contain;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  margin: auto;
	}
	.global_head .global_head_btn_mail {
		padding: 0;
		margin: 0;
		position: absolute;
		right: 3%;
		top: 100px;
		width: 46%;
	}
	.global_head .global_head_btn_mail a {
		display: block;
		width: 100%;
		line-height: 40px;
		text-align: center;
		color: #fff;
		background-color: #e8903a;
		font-size: 1.4rem;
		border-radius: 25px;
	}
	.global_head .global_head_btn_mail a span {
		position: relative;
		padding-left: 30px;
	}
	.global_head .global_head_btn_mail a span::before {
	  content: "";
	  display: block;
	  width: 20px;
	  height: 20px;
	  background: url('/assets/img/common/icon_mail.png') center center no-repeat;
	  background-size: contain;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  margin: auto;
	}
	.global_head.fixed {
		position: fixed;
		top: -200px;
		left: 0;
		height: 50px;
		transition: all .35s ease;
		-webkit-transition: all .35s ease;
	}
	.global_head.fixshow {
		top: 0;
	}
	.global_head.fixed .global_head_logo {
		display: none;
	}
	.global_head.fixed .global_head_btn_tell {
		display: none;
	}
	.global_head.fixed .global_head_btn_line {
		left: 3%;
		top: 6px;
		width: 40%;
	}
	.global_head.fixed .global_head_btn_line a {
		line-height: 36px;
	}
	.global_head.fixed .global_head_btn_line a span {
		position: relative;
		padding-left: 28px;
	}
	.global_head.fixed .global_head_btn_line a span::before {
	  width: 20px;
	  height: 20px;
	}
	.global_head.fixed .global_head_btn_mail {
		right: 15%;
		top: 6px;
		width: 40%;
	}
	.global_head.fixed .global_head_btn_mail a {
		line-height: 36px;
	}
	.global_head.fixed .global_head_btn_mail a span {
		position: relative;
		padding-left: 24px;
	}
	.global_head.fixed .global_head_btn_mail a span::before {
	  width: 16px;
	  height: 16px;
	}

}

/* global_menu_toggle_button
---------------------------- */
@media screen and (min-width:811px) {
	.global_menu_toggle_button {
		display: none;
	}
}
@media screen and (max-width:810px){
	.global_menu_toggle_button {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 12;
	}
	.global_menu_toggle_button .box {
		display: block;
		width: 56px;
		height: 50px;
		padding-top: 15px;
		box-sizing: border-box;
	}
	.global_menu_toggle_button span {
		display: block;
		width: 28px;
		height: 2px;
		background: #6f3b09;
		margin: 7px 0 0 13px;
		transition: all .35s ease;
		-webkit-transition: all .35s ease;
	}
	.global_menu_toggle_button span:first-child {
		margin-top: 0;
	}
	.global_menu_toggle_button span.one {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	.global_menu_toggle_button span.three {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	.global_menu_toggle_button span.two {
		opacity: 1;
	}
	.global_menu_toggle_button span.text {
		display: none;
	}
	#global_menu_toggle.show .global_menu_toggle_button span.one {
		-webkit-transform: translate(0px, 9px) rotate(-45deg);
		transform: translate(0px, 9px) rotate(-45deg);
		margin-left: 13px;
	}
	#global_menu_toggle.show .global_menu_toggle_button span.three {
		-webkit-transform: translate(0px, -9px) rotate(45deg);
		transform: translate(0px, -9px) rotate(45deg);
		margin: 7px 0 0 13px;
	}
	#global_menu_toggle.show .global_menu_toggle_button span.two {
		opacity: 0;
	}
}
/* global_navigation
---------------------------- */
#global_navigation ul,
#global_navigation li,
#global_navigation p,
#global_navigation nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#global_navigation {
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all .35s ease;
	-webkit-transition: all .35s ease;
}
#global_navigation.show {
	right: 0;
	top: 0;
}
#global_navigation .global_navigation_logo {
	padding: 3rem 5% 3rem;
}
#global_navigation .global_navigation_logo img {
	width: 70%;
}
#global_navigation .global_navigation_link {
	margin: 0 0 0;
}
#global_navigation .global_navigation_link li.global_navigation_link_item {
	margin: 0 5%;
	font-size: 1.4rem;
	border-bottom: 1px dashed #ccc;
}
#global_navigation .global_navigation_link li.global_navigation_link_item > a {
	display: block;
	position: relative;
	padding: 1em 0 1em 25px;
	color: #6f3b09;
}
#global_navigation .global_navigation_link li.global_navigation_link_item > a::before,
#global_navigation .global_navigation_link li.global_navigation_link_item > a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#global_navigation .global_navigation_link li.global_navigation_link_item > a::before{
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #6f3b09;
}
#global_navigation .global_navigation_link li.global_navigation_link_item > a::after{
  left: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#global_navigation .global_tell {
	text-align: center;
	margin-top: 20px;
}
#global_navigation .global_tell a {
	position: relative;
	font-size: 2.6rem;
	font-weight: 800;
	color: #e8903a;
	padding: 0 0 0 30px;
}
#global_navigation .global_tell a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url('/assets/img/common/icon_tell.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  margin: auto;
}
#global_navigation .global_tell .global_tell_text {
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: 500;
}
#global_navigation .global_navigation_btn_line {
	padding: 0;
	margin: 20px auto 0;
	width: 80%;
}
#global_navigation .global_navigation_btn_line a {
	display: block;
	width: 100%;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: #06c755;
	font-size: 1.6rem;
	border-radius: 25px;
}
#global_navigation .global_navigation_btn_line a span {
	position: relative;
	padding-left: 30px;
}
#global_navigation .global_navigation_btn_line a span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url('/assets/img/common/icon_line.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#global_navigation .global_navigation_btn_mail {
	padding: 0;
	margin: 15px auto 0;
	width: 80%;
}
#global_navigation .global_navigation_btn_mail a {
	display: block;
	width: 100%;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: #e8903a;
	font-size: 1.6rem;
	border-radius: 25px;
}
#global_navigation .global_navigation_btn_mail a span {
	position: relative;
	padding-left: 30px;
}
#global_navigation .global_navigation_btn_mail a span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url('/assets/img/common/icon_mail.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* mainArea
---------------------------- */
#mainArea {
	position: relative;
	opacity: 1;
	transition: all .35s ease;
	-webkit-transition: all .35s ease;
}
#mainArea.show {
	position: relative;
}
#mainArea.show:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.4);
  z-index: 10;
}
@media screen and (min-width:811px) {
	#mainArea {
		padding-top: 155px;
	}
	.section_inner {
		max-width: 1070px;
	  margin: 0 auto;
	  padding: 0 2.5%;
	}
}
@media screen and (max-width:810px){
	#mainArea {
		padding-top: 155px;
	}
	.section_inner {
	  padding: 0 4%;
	}
}

/* foot_cv
---------------------------- */
.foot_cv {
	padding: 50px 0;
  background: url('/assets/img/common/foot_cv_bg.jpg') center top no-repeat;
  background-size: cover;
}
.foot_cv .foot_cv_content {
  background: rgba(255,255,255,0.7);
  text-align: center;
  padding: 50px 80px 50px;
}
.foot_cv p {
	margin: 0;
	padding: 0;
}
.foot_cv .lead {
	font-size: 2.4rem;
	font-weight: 600;
}
.foot_cv .lead span {
	font-size: 3.4rem;
}
.foot_cv .text {
	font-size: 1.6rem;
}
.foot_cv .cv_tell {
	text-align: center;
	padding-top: 30px;
}
.foot_cv .cv_tell a {
	position: relative;
	font-size: 4.6rem;
	line-height: 1.4;
	font-weight: 800;
	color: #e8903a;
	padding: 0 0 0 50px;
}
.foot_cv .cv_tell a::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url('/assets/img/common/icon_tell.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.foot_cv .cv_tell .cv_tell_text {
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 500;
}
.foot_cv .cv_btn_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 30px;
}
.foot_cv .cv_btn_box .cv_btn_line {
	padding: 0;
	margin: 0;
	width: 48%;
}
.foot_cv .cv_btn_box .cv_btn_line a {
	display: block;
	width: 100%;
	line-height: 90px;
	text-align: center;
	color: #fff;
	background-color: #06c755;
	font-size: 2rem;
	font-weight: 600;
	border-radius: 45px;
}
.foot_cv .cv_btn_box .cv_btn_line a span {
	position: relative;
	padding-left: 50px;
}
.foot_cv .cv_btn_box .cv_btn_line a span::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url('/assets/img/common/icon_line.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.foot_cv .cv_btn_box .cv_btn_mail {
	padding: 0;
	margin: 0;
	width: 48%;
}
.foot_cv .cv_btn_box .cv_btn_mail a {
	display: block;
	width: 100%;
	line-height: 90px;
	text-align: center;
	color: #fff;
	background-color: #e8903a;
	font-size: 2rem;
	font-weight: 600;
	border-radius: 45px;
}
.foot_cv .cv_btn_box .cv_btn_mail a span {
	position: relative;
	padding-left: 40px;
}
.foot_cv .cv_btn_box .cv_btn_mail a span::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url('/assets/img/common/icon_mail.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width:810px) {
	.foot_cv {
		padding: 10vw 0;
	  background: url('/assets/img/common/foot_cv_bg_sp.jpg') center top no-repeat;
	  background-size: cover;
	}
	.foot_cv .foot_cv_content {
	  padding: 10vw 5vw;
	}
	.foot_cv .lead {
		font-size: 1.4rem;
	}
	.foot_cv .lead span {
		font-size: 1.9rem;
	}
	.foot_cv .text {
		padding-top: 5vw;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.foot_cv .cv_tell {
		padding-top: 6vw;
	}
	.foot_cv .cv_tell a {
		font-size: 3rem;
		line-height: 1.4;
		padding: 0 0 0 30px;
	}
	.foot_cv .cv_tell a::before {
	  width: 22px;
	  height: 22px;
	}
	.foot_cv .cv_tell .cv_tell_text {
		font-size: 1.2rem;
	}
	.foot_cv .cv_btn_box {
		padding-top: 6vw;
	}
	.foot_cv .cv_btn_box .cv_btn_line {
		width: 100%;
	}
	.foot_cv .cv_btn_box .cv_btn_line a {
		line-height: 60px;
		font-size: 1.6rem;
		font-weight: 500;
	}
	.foot_cv .cv_btn_box .cv_btn_line a span {
		padding-left: 36px;
	}
	.foot_cv .cv_btn_box .cv_btn_line a span::before {
	  width: 26px;
	  height: 26px;
	}
	.foot_cv .cv_btn_box .cv_btn_mail {
		width: 100%;
		margin-top: 5vw;
	}
	.foot_cv .cv_btn_box .cv_btn_mail a {
		line-height: 60px;
		font-size: 1.6rem;
		font-weight: 500;
	}
	.foot_cv .cv_btn_box .cv_btn_mail a span {
		padding-left: 30px;
	}
	.foot_cv .cv_btn_box .cv_btn_mail a span::before {
	  width: 20px;
	  height: 20px;
	}
}

/* foot
---------------------------- */
#foot {
  width: 100%;
  background: #e8903b;
  color: #fff;
}
#foot ul,
#foot li,
#foot p,
#foot nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
@media screen and (min-width:811px) {
	#foot .foot_content {
		padding: 50px 0 50px;
		text-align: center;
	}
	#foot .foot_content .foot_content_logo {
		width: 200px;
		margin: 0 auto;
	}
	#foot .foot_content .foot_content_logo img {
		width: 100%;
		margin-top: 20px;
	}
	#foot .foot_content .foot_navi {
		font-size: 1.4rem;
		padding-top: 50px;
	}
	#foot .foot_content .foot_navi li {
		display: inline-block;
	}
	#foot .foot_content .foot_navi li a {
		padding: 0 15px;
		border-right: 1px solid #fff;
	}
	#foot .foot_content .foot_navi li:last-child a {
		border-right: none;
	}
}
@media screen and (max-width:810px) {
	#foot .foot_content {
		padding: 10vw 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  align-items: center;
	}
	#foot .foot_content .foot_content_logo {
		width: 45%;
		text-align: center;
	}
	#foot .foot_content .foot_content_logo a img {
		width: 60%;
	}
	#foot .foot_content .foot_navi {
		width: 55%;
		border-left: 1px solid #fff;
		box-sizing: border-box;
		padding-left: 8%;
	}
	#foot .foot_content .foot_navi li {
		padding: 5px 0;
		font-size: 1.4rem;
	}
}

#foot .foot_copyright {
	background-color: #6f3b09;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
@media screen and (min-width:811px) {
  #foot .foot_copyright {
		font-size: 1.1rem;
  }
}
@media screen and (max-width:810px) {
  #foot .foot_copyright {
		font-size: 1.1rem;
  }
}

#foot_pagetop {
	display: none;
}
#foot_pagetop a {
	position: fixed;
	bottom: 10px;
	right: 20px;
	background-color: #6f3b09;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	z-index: 2;
}
#foot_pagetop a::after {
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width:810px) {
	#foot_pagetop a {
		bottom: 5px;
		right: 3%;
		width: 40px;
		height: 40px;
	}
	#foot_pagetop a::after {
	  top: 4px;
	  width: 10px;
	  height: 10px;
	}
}

/* breadcrumbs
---------------------------- */
.breadcrumbs {
	position: absolute;
	top: 90px;
	left: 4%;
	line-height: 1.4;
	z-index: 2;
}
.breadcrumbs ol,
.breadcrumbs li {
	margin: 0;
	padding: 0;
}
.breadcrumbs ol li {
	display: inline-block;
	position: relative;
	font-size: 1.2rem;
	padding-right: 20px !important;
}
.breadcrumbs ol li::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumbs ol li:last-child::after {
  display: none;
}
@media screen and (max-width:810px) {
	.breadcrumbs {
		top: 5px;
		left: 4%;
	}
	.breadcrumbs ol li {
		font-size: 1.1rem;
	}
	.breadcrumbs ol li::after{
		top: 3px;
	  right: 5px;
	  width: 5px;
	  height: 5px;
	}
}