/*
 Theme Name: eases4
 Description: es標準テーマ
 Version: 1.0
 Tested up to: 1.4
 Theme URI: https://eases.jp
 Author: eases
 Author URI: https://eases.jp
 Requires at least: 5.7.0
 Requires PHP: 7.3
 Tags: one-column, right-sidebar
 License: GNU General Public License v3.0
 License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain: eases4
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?iiomsd');
	src: url('fonts/icomoon.eot?iiomsd#iefix') format('embedded-opentype'),
		 url('fonts/icomoon.ttf?iiomsd') format('truetype'),
		 url('fonts/icomoon.woff?iiomsd') format('woff'),
		 url('fonts/icomoon.svg?iiomsd#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block; }

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

.icon-chevron:before { content: "\e901"; }
.icon-mail:before { content: "\e90f"; }
.icon-up:before { content: "\e91c"; }
.icon-tel:before { content: "\e907"; }
.icon-home:before { content: "\e90a"; }

.icon-home,
.icon-up:before,
.icon-tel:before { font-size: 2.8rem; }

.icon-down:before {
	content: "\e903";
	font-size: 8.2rem; }
.icon-down {
	text-align: center;
	display: block; }


*, *::before, *::after { box-sizing: border-box; }

* { margin: 0; }

html { font-size: 10px; }

html, body {
	height: 100%; }

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	line-height:1.875;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust:100%; }

input, button, textarea, select { font: inherit; }

p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; }

#root, #__next { isolation: isolate; }

#header ul, #header ol,
#sidebar ul, #sidebar ol,
#footer ul, #footer ol,
.mobile-menu ul, .mobile-menu ol,
.enry-post ul, .enry-post ol {
	padding: 0;
	list-style: none; }


.fixed-page #main ul, .fixed-page #main ol,
.single-page #main ul, .single-page #main ol {
	margin-bottom:20px;
	padding-left: 30px; }

.fixed-page #main li, .fixed-page #main li,
.single-page #main li, .single-page #main li {
	padding-left: 5px; }


a {
	text-decoration: none;
	color: var(--es-primary-color); }

img { vertical-align: top; }

:focus { outline: 0; }

::-webkit-scrollbar {
	width: 14px;
	background-color: #f7f7f7; }

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 10px 10px #afafaf;
	border: solid 2px transparent; }

.err404 { text-align: center; }

.err404 h2 {
	width: auto!important;
	background: none!important;
	margin: 0 0 20px!important;
	padding: 0!important;
	border: 1px solid #aaa;
	font-size: 3.2rem!important;
	font-weight: bold!important;
	color: #000!important; }

.err404 img { width: 100%; }

.link-anime a { position: relative; }

.link-anime a::before,
.link-anime a::after {
	content: '';
	position: absolute;
	bottom: -3px;
	display: block;
	width: 0;
	height: 2px;
	background-color: var(--es-primary-color);
	transition: width 0.2s; }

.link-anime a::before { left: 0; }
.link-anime a::after { right: 0; }
.link-anime a:hover { color: var(--es-primary-color); }
.link-anime a:hover::before,
.link-anime a:hover::after { width: 50%; }
.link-anime a:hover::before { left: 50%; }
.link-anime a:hover::after { right: 50%; }


#wrap {
	width: 100%;
	width: calc(100svw - calc(100svw - 100%));
	min-width: 320px;
	margin: 0;
	scroll-behavior: smooth; }

#wrap > .inner { position: relative; }

#header {
	width: 100%;
	min-width: 320px;
	padding: 0;
	background-color: var(--es-header-color);
	color: var(--es-header-font-color);
	transition: 1s;
	z-index: 99; }

.hgroup {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 10px 20px 0;
	z-index: 99; }

.hgroup-inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	z-index: 99; }

@media screen and (min-width: 768px) {
	.hgroup.hamburger { flex-wrap: nowrap; }

	.hamburger-menu { padding: 0 10px; }

	#header-hbg-icon {
		cursor: pointer;
		display: inline-block;
		height: 40px;
		position: relative;
		width: 40px; }

	#header-hbg-icon span {
		background: var( --es-header-hmg-color );
		border-radius: 4px;
		display: block;
		height: 10%;
		left: 0;
		margin: 0;
		position: absolute;
		top: 50%;
		transition: all 0.3s ease-in-out;
		width: 100%; }

	#header-hbg-icon span::before,
	#header-hbg-icon span::after {
		-webkit-transform: rotate(0);
		background: var( --es-header-hmg-color );
		border-radius: 4px;
		content: "";
		display: block;
		height: 100%;
		left: 0;
		margin: 0;
		position: absolute;
		top: 80%;
		transform: rotate(0);
		transition: all 0.3s ease-in-out;
		width: 100%; }

	#header-hbg-icon span::before {
		margin-top: -38%; }

	#header-hbg-icon span::after {
		margin-top: 19%; }

	#hbg-checkbox:checked ~ #header-hbg-icon span {
		background: rgba(51, 51, 51, 0); }

	#hbg-checkbox:checked ~ #header-hbg-icon span::before,
	#hbg-checkbox:checked ~ #header-hbg-icon span::after {
		content: "";
		display: block;
		height: 100%;
		left: 0;
		margin: 0;
		position: absolute;
		top: 50%;
		width: 100%; }

	#hbg-checkbox:checked ~ #header-hbg-icon span::before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg); }

	#hbg-checkbox:checked ~ #header-hbg-icon span::after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg); }
}


.hgroup .information { display: none; }
	@media screen and (min-width: 768px) {
		.hgroup .information {
			display: flex;
			flex-direction: row-reverse;
			color: #fff; } }

.hgroup .information p {
	font-size: 12px; }
	@media screen and (min-width: 768px) {
		.hgroup .information p {
			font-size: 1.4rem; } }

.hgroup .information a {
	display: none; }
	@media screen and (min-width: 768px) {
		.hgroup .information a {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 200px;
			padding: 5px;
			border-radius: 5px;
			background-color: var(--es-primary-color);
			color: #fff;
			text-align: center; } }

.hgroup .information a i {
	padding: 0 5px;
	font-size: 3.6rem }

.hgroup .information a:hover {
	background-color: #fff;
	color: var(--es-header-font-color); }

.hgroup h1 {
	padding: 0;
	font-size: clamp(24px, calc( 24px + ((1vw - 4px) * 1.92307692307692)), 36px);
	line-height: 1; }

#hgroup h1 a { color: var(--es-header-font-color); }

#header .hgroup figure {
	vertical-align: middle;
	display: inline-block;
	margin: 0 0 5px; }

#globalnavi { display: none; }
	@media screen and (min-width: 768px) {
		#globalnavi {
			display: flex;
			flex-wrap: nowrap;
			align-items: center;
			justify-content: flex-end;
			width: 100%; } }

#globalnavi ul {
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	text-align: center;
	_zoom: 1;
	overflow: hidden; }

#globalnavi li {
	font-size: 1.8rem;
	text-align: center; }

#globalnavi li a {
	padding: 0 5px;
	color: #fff;
	text-decoration: none; }

#pagebody {
	position: relative;
	text-align: left; }

#main {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden; }
	@media screen and (min-width: 768px) {
		#main {
			width: 100%; } }

#wrap .entry-meta {
	text-align: center;
	margin-bottom: 50px; }

#main p {
	margin-bottom: 20px;
	padding: 0; }
	@media screen and (min-width: 768px) {
		#main p {
			margin-bottom: 20px;
			padding: 0 20px; } }

#main p:empty {
	display: none; }

.enry-post {
	max-width: 770px; }

.enry-post .post-date {
	margin: 0 0 40px;
	text-align: right; }

.post-categories ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0!important; }

.post-categories li { margin-bottom: 3px; }

.post-categories ul span,
.post-categories ul a {
	display: block;
	margin-right: 5px;
	padding: 2px 10px;
	border: 1px solid #555;
	color: #555;
	font-size: 1.2rem; } 

.post-categories ul span[class*="label-"],
.post-categories ul a[class*="label-"] {
	color: white; }

.post-categories ul span.label-news,
.post-categories ul a.label-news {
	border: 1px solid red;
	background-color: red; }

.post-categories ul span.label-event,
.post-categories ul a.label-event {
	border: 1px solid green;
	background-color: green; }


.enry-post .post-content {
	margin: 0 0 100px; }

.post-eyecatch_img img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	margin-bottom: 40px; }

.post-footer {
	margin-bottom: 40px;
	text-align: right; }

.post-footer nav a {
	color: #fff;
	padding: 15px 20px;
	background-color: var(--es-primary-color); }

.comment-form-comment label { display:block; }

.news_posts {
	margin: 0px 10px; }

.one-colomn .inner {
	width: 100%; }
	@media screen and (min-width: 768px) {
		.one-colomn {
			display: flex;
			flex-direction: column; } }

#index-page {
	max-width: 770px;
	margin: 0 auto 80px; }

.entry-date {
	margin-right: 20px;
	font-size: 1.4rem;  }

#index-page section[id^="post-"] {
	max-width: 100%;
	padding: 20px;
	border-bottom: 1px solid #ddd; }
	@media screen and (min-width: 768px) {
		#index-page section[id^="post-"] {
			width: 100%; } }

#index-page section[id^="post-"] a {
	color: #555; }

.category-page .enry-post {
	display: flex;
	align-items: center; }
	@media screen and (max-width: 500px) {
		.category-page .enry-post { flex-direction: column; } }

.post-wrap { width: 100%; }


#index-page .post-date {
	margin: 0;
	text-align: left; }

#index-page .eyecatch_img_thumbnail {
	width: 100px;
	height: auto;
	margin: 0 20px 10px 0; }
	@media screen and (min-width: 600px) {
		#index-page .eyecatch_img_thumbnail {
			width: 150px;
			margin: 0 20px 0 0; } }

#index-page .eyecatch_img_thumbnail img {
	width: 100px!important; }
	@media screen and (min-width: 600px) {
		#index-page .eyecatch_img_thumbnail img {
			width: 150px!important; } }

#main .post-title p {
	margin: 0;
	padding: 0; }

#sidebar {
	width: 100%; }

#sidebar .wp-block-group,
#sidebar .wp-block-group__inner-container {
	padding: 0; }

#footer {
	width: 100%;
	margin: 0;
	padding: 40px 0 20px;
	background-color: var(--es-footer-color);
	color: var(--es-footer-font-color);
	text-align: left; }

#footer a {
	color: var(--es-footer-font-color);
	text-decoration: none; }

#footer p {
	font-size: 1.6rem; }

footer .wp-block-cover__inner-container > section section {
	margin-bottom: 20px; }


ul#menu-footer_menu {
	 }

ul#menu-footer_menu li {
	margin-bottom: 5px;
	font-size: 1.6rem;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

#page_top.desk_top {  }
	@media screen and (max-width: 767px) {
		#page_top.desk_top { display: none!important; } }
	@media screen and (min-width: 768px) {
		#page_top.desk_top {
			width: 70px;
			height: 70px;
			position: fixed;
			right: 5%;
			bottom: 20px;
			border-radius: 5px;
			box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.6);
			background-color: rgba(255,255,255,0.7);
			opacity: 0.6;
			z-index: 9; } }

#page_top.desk_top a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

#page_top.desk_top a:hover {
	border-radius: 5px;
	background-color: var(--es-primary-color); }

#page_top.desk_top a::before{
	content: "\e91c";
	font-size: 25px;
	color: #212121;
	position: absolute;
	width: 45px;
	height: 45px;
	top: -10px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center; }

#page_top.desk_top a::after{
	content: 'PAGE TOP';
	font-size: 12px;
	position: absolute;
	top: 40px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	color: #212121; }


footer #copyright {
	margin: 20px 0;
	text-align: center;
	line-height: 1.2; }

#footer { padding-bottom: 80px; }
	@media screen and (min-width:768px) {
		#footer { padding-bottom: 20px ; } }

.mobile-menu {
	display: flex;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 10px 0 20px;
	background-color: #ddd;
	z-index: 999; }
	@media screen and (min-width:768px) {
		.mobile-menu {
			display: none; } }

.menubox {
	display: flex;
	width: 100%;
	padding: 10px 0 7px 0; }

.mobile-menu-btn {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	font-size: 10px;
	line-height: 1.2;
	text-align: center; }

.mobile-menu ul > .mobile-menu-hbg {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	line-height: 1.2; }

.mobile-menu-btn > a,
.mobile-menu-btn #page_top > a,
.mobile-menu-hbg a {
	display: block;
	color: var( --es-mobile-menu-color );
	text-decoration: none; }

.mobile-menu-btn span,
.mobile-menu-hbg > span {
	display: block;
	font-size: 10px;
	color: var( --es-mobile-menu-color ); }

.icon-home:before {
	content: "\e90a";
	font-size: 2.8rem; }

.icon-up:before {
	content: "\e91c";
	font-size: 2.8rem; }

#hbg-checkbox,
#drawer-checkbox {
	display: none; }

#drawer-icon {
	cursor: pointer;
	display: inline-block;
	height: 26px;
	position: relative;
	width: 26px; }

#drawer-icon span {
	background: var( --es-mobile-menu-color );
	border-radius: 4px;
	display: block;
	height: 16%;
	left: 50%;
	margin: -8% 0 0 -42%;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease-in-out;
	width: 84%; }

#drawer-icon span::before,
#drawer-icon span::after {
	-webkit-transform: rotate(0);
	background: var( --es-mobile-menu-color );
	border-radius: 4px;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	margin: -8% 0 0 -50%;
	position: absolute;
	top: 50%;
	transform: rotate(0);
	transition: all 0.3s ease-in-out;
	width: 100%; }

#drawer-icon span::before {
	margin-top: -38%; }

#drawer-icon span::after {
	margin-top: 19%; }

#drawer-checkbox:checked ~ #drawer-icon span {
	background: rgba(51, 51, 51, 0); }

#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	margin: -8% 0 0 -42%;
	position: absolute;
	top: 50%;
	width: 100%; }

#drawer-checkbox:checked ~ #drawer-icon span::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); }

#drawer-checkbox:checked ~ #drawer-icon span::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); }

#hbg-close,
#drawer-close {
	display: none;
	position: fixed;
	z-index: 39;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s; }

#hbg-checkbox:checked ~ #hbg-close,
#drawer-checkbox:checked ~ #drawer-close {
	display: block;
	opacity: 0.3; }

.navi-contents {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 70%;
	max-width: 90%;
	height: 100%;
	background: rgba(0,0,0,.9);
	transition: all 0.3s ease-in-out 0s;
	transform: translateX(-100%);
	-webkit-overflow-scrolling : touch;
	line-height: 1.8; }

.navi-contents li {
	border-bottom: 1px solid #000;
	text-align: left; }

.navi-contents .menu li a {
	display: block;
	padding: 10px 10px;
	color: white; }

.navi-contents .menu li a:hover {
	background-color: #4e4e4e; }

.navi-contents .menu li.current_page_item a {
    background-color: #333; }

.navi-contents li i {
	padding-right: 10px; }

#hbg-checkbox:checked ~ .navi-contents,
#drawer-checkbox:checked ~ .navi-contents {
	transform: translateX(0);
	box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16); }

.news_posts {
	margin: 0 20px; }

.news_posts div {  }
	@media screen and (min-width:768px) {
		.news_posts div {
			display: flex; } }

.news_posts div dt { min-width: 150px; }

.news_posts div dd { padding-bottom: 10px; }

.news_posts dd a {
	display: block;
	color: #555; }

.go-news-list a { color: white; }

.wp-block-button a {
	position: relative; 
	overflow: hidden;
	transition-duration: .2s;
	z-index: 2;
}

.wp-block-button a::after {
	background: var(--es-primary-color);
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1); }
 
.wp-block-button a:hover {
	color: #fff!important; }

.wp-block-button a:hover::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: transform .2s ease-in-out; }

.wp-block-group {
	margin-bottom: 40px;
	padding: 20px 0; } 

.wp-block-table table {
    margin-bottom: 30px; }

.navi-contents .wp-block-group,
#footer .wp-block-group {
	margin-bottom: 20px;
	padding: 0; }

#drawermenu .wp-block-group {
	margin-bottom: 20px;
	padding: 20px; } 

#wp-custom-header {
	width: 100%;
	height: 50vh;
	position: relative;
	overflow: hidden; }
@media (min-width: 600px) {
	#wp-custom-header {
		height: calc(100vh - 64px); } }

#wp-custom-header-video {
	-o-object-fit: cover;
	object-fit: cover;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1; }

#wp-custom-header img {
	height: 100%!important; }

#wp-custom-header-video-button {
	display: none; }

.wp-block-cover__inner-container,
.wp-block-group__inner-container {
	max-width: 1024px;
	padding-left: 1em;
	padding-right: 1em; }

.wp-block-cover__inner-container {
	padding-left: 1em;
	padding-right: 1em; }

.widgets_footer .wp-block-group__inner-container {
	padding: 0; }

#drawermenu .wp-block-group__inner-container {
	width: 100%;
	padding: 0;
	color: white; }

.wp-block-embed-twitter iframe { height: 500px!important; }

.wp-block-embed-youtube iframe {
	width: 100%!important; }

.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}

@media screen and (max-width:768px) {
	div[class~="wp-container-"] { display: block; } }

.wp-block-image figcaption {
	font-size: 16px; }

.alignnone {
	margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto; }

.alignright {
	margin-right: 20px!important; }

.alignleft {
	margin-left: 20px!important; }

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px; }

a img.alignnone {
	margin: 5px 20px 20px 0; }

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0; }

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto; }

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center; }

.wp-caption.alignnone {
	margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
	margin: 5px 20px 20px 0; }

.wp-caption.alignright {
	margin: 5px 0 20px 20px; }

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto; }

.wp-caption p.wp-caption-text {
	font-size: 1.1rem;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px; }

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; }

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; }

.pagination {
	margin: 20px 5px!important;
    text-align: center; }

.nav-links .page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none; }
	@media screen and (max-width:400px) {
		.nav-links .page-numbers li:nth-of-type(4),
		.nav-links .page-numbers li:nth-of-type(8) {
			display: none; } }

.nav-links a.page-numbers ,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: white;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #ccc; }

.nav-links a.page-numbers:hover {
    color: white;
    background-color: #999;
    border-color: #999; }

.nav-links .current {
    background: #ccc;
    color: white;
    padding: 0; }

.nav-links a.prev,
.nav-links a.next { position: relative; }

.nav-links .dots {
   	background: transparent;
   	border: none; }
	@media screen and (max-width:400px) {
		.nav-links .dots {
    		width:20px!important; } }

.grecaptcha-badge { bottom: 100px!important; }

ul.sns-button {
	margin: 0 0 20px;
	padding: 0!important;
	text-align: left; }

.sns-button li {
	display: inline;
	background-color: white;
	font-size: 3.2rem; }

.icon-facebook2:before {
  content: "\e971";
  color: #1877f2; }

.icon-x:before {
  content: "\e972";
  color: #000000; }

.icon-line:before {
  content: "\e921";
  color: #06c755;
}

.icon-b:before {
  content: "\e973";
  color: #00a4de; }

.icon-pocket:before {
  content: "\e975";
  color: #ef4154; }

.icon-feedly:before {
  content: "\e974";
  color: #6cc655; }
