/*
 Theme Name: eases5
 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: eases5
*/
@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;
	scroll-behavior: smooth; }

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%; }

body.sp-menu { overflow: hidden; }


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 {
	margin-bottom:20px;
	padding-left: 30px; }

.enry-post li { padding-left: 5px; }

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

img { vertical-align: top; }

:focus { outline: 0; }/* remember to define focus styles! */

::-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%; }

/* リンク aタグ アニメーション */
.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)!important; }
.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;
	overflow: auto; }
	@media screen and (min-width: 1001px) { #wrap > .inner { overflow: inherit; } }

/* ■ ヘッダー
-------------------------------------------------------------- */
#header {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 100%;
	min-width: 320px;
	padding: 5px 10px 0;
	transition: 1s;
	z-index: 99; }

#header.fixed {/*ヘッダ固定の時*/
	position: fixed;
	top: 0;
	max-width: 100%;
	min-width: 320px;
	padding: 0;
	background-color: transparent;
	transition: 1s;
	z-index: 99; }

.description {
	display: block;
	width: var(--es-header-width);
	margin: 0 auto; }

.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; }

#header .hgroup .title {
	display: flex;
	flex-direction: row;
	align-items: center; }

.thbg .hgroup { flex-wrap: nowrap; }

/* ハンバーガーボタン */
.hamburger-menu {
	position: relative;
	width: 60px;
	height:50px;
	cursor: pointer;
	z-index: 9999; }

.hamburger-menu span {
	display: inline-block;
	position: absolute;
	left: 15px;
	width: 40px;
	height: 4px;
	border-radius: 2px;
	background: #fff;
	transition: all .4s; }

.hamburger-menu div {
	position: absolute;
	top: 30px;
	left: 11px;
	font-size: 1.2rem;
	line-height: 1.2; }

.fhbg ~ .mobile-menu .hamburger-menu span { background: #555; }

.hamburger-menu span:nth-of-type(1) { top:6px; }

.hamburger-menu span:nth-of-type(2) { top:18px; }

.hamburger-menu span:nth-of-type(3) { top:30px; }

.hamburger-menu div { top:40px; }

.sp-menu .hamburger-menu span:nth-of-type(1) {
	top: 13px;
	left: 15px;
	width: 40px;
	transform: translateY(6px) rotate(-45deg); }

.sp-menu .hamburger-menu span:nth-of-type(2) { opacity: 0; }

.sp-menu .hamburger-menu span:nth-of-type(3){
	top: 25px;
	left: 15px;
	width: 40px;
	transform: translateY(-6px) rotate(45deg); }

/* infoエリア*/
.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;
			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%;
	max-width: var(--es-main-max-width);
	margin: 0 0 20px;
	padding: 0 10px; }
	@media screen and (min-width: 768px) {
		#main {
			width: 100%;
			padding: 0; } }

#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; }

/* ■ メイン　ブログ記事
-------------------------------------------------------------- */

.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; }


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




/* ブログ 
-------------------------------------------------------------- */
.post-categories ul span[class*="label-"], .post-categories ul a[class*="label-"]{
	border:none;
	background-color: var(--es-categories-color);
	color: var(--es-categories-font-color); }

.post-footer { text-align: center; }

#comment{
	width: 90%;
	margin: 0 auto; }

#index-page,
#single-page { padding: 0 1em; }


/* 記事・カテゴリ共通 */
.entry-post {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto; }

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

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

.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; } 


/* 記事ページ */
.single-page .entry-post p { margin: 0 0 20px!important; }

/* カテゴリーページ */
.category-page section[id^="post-"] {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px dashed #7c7c7c; }

/* カテゴリ　タイトルリスト */
	@media screen and (min-width:560px) {
		.title-list .article-wrap {
			display: flex;
			align-items: flex-end; } }

.title-list .entry-date {
	width: 160px;
	padding: 0 20px 0 5px; }

/* カテゴリ ヘッダリングリスト */
.heading-list .entry-post {
	display: flex; }

.heading-list .post-wrap {
	padding: 0 20px; }

.eyecatch_img_thumbnail img { width: 150px; }




.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; }




/* ■ メイン　ブログ記事一覧
-------------------------------------------------------------- */
/* [esgetpost] */
.news_posts {
	margin: 0px 10px; }

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






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



/* ■ サイドバー
-------------------------------------------------------------- */
#sidebar .wp-block-group,
#sidebar .wp-block-group__inner-container { padding: 0; }


/* ■ フッター
-------------------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	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; }

ul#menu-footer_menu li:before {
	content: "\e935"; }


/* スクロールトップ */
#scrolltotop a{
	display: block;
	position: relative;
	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; }

#scrolltotop a:hover {
	border-radius: 5px;
	background-color: #ccc; }

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

#scrolltotop a::after{
	content: '上へ戻る';
	position: absolute;
	top: 45px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 12px;
	text-align: center;
	color: #212121; }


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


/* ■ スマホ用フッター固定メニュー
-------------------------------------------------------------- */
.mobile-menu {
	display: flex;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	min-width: 320px;
	height: 70px;
	padding: 0;
	background-color: #ddd;
	z-index: 999; }
	@media screen and (min-width:1001px) {
		.mobile-menu {
			display: none; } }

.menubox {
	display: flex;
	width: 100%;
	margin: 0 70px 0 0;
	z-index: 9999; }

.fhbg ~ .mobile-menu .menubox { margin-right: 70px; }
	@media screen and (min-width:320px) {
		.fhbg ~ .mobile-menu .menubox { margin-right: 140px; } }

.menubox li { width: 50%; }

.menubox li:first-child { background-color: #252525; }

.menubox li:nth-of-type(2) { background-color: red; }

.menubox li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 70px;
	line-height: 1.6;
	color: white;
	font-size: 1.2rem;
	text-decoration: none; }
	@media screen and (min-width:480px) {
		.menubox li a {
			flex-direction: row;
			font-size: 1.8rem; } }

i:before {
	margin-right: 5px;
	font-size: 2.8rem; }

.icon-home:before {
	content: "\e90a"; }

/* フッターハンバーガーボタン */
.mobile-menu .footer-hbg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 70px;
	padding-top: 10px;
	border-left: 1px solid #888;
	background-color: #ddd; }

/* ドロワーメニュー */
.navi-contents {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	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 ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 250px;
	margin: 40px auto; }
	@media screen and (min-width: 768px) {
		.navi-contents ul {
			width: 80%;
			min-width: 768px;
			margin: 60px auto 0; } }

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

.navi-contents li:before {
	content:'\e901';
	margin-right: 10px;
	color: #555;
	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; }

.navi-contents li a {
	color: #555;
	font-size: clamp(14px, calc( 14px + ((1vw - 4px) * 0.96)), 20px);
	text-decoration: none; }

.navi-contents li a:hover {
	color: black;
	text-decoration: underline; }


.sp-menu .navi-contents { transform: translateX(0); }


/* ■ パンくずリスト
-------------------------------------------------------------- */
.breadcrumb { padding: 20px 0; }

.breadcrumb__list {
	display: block;
	max-width: var( --es-wrap-max-width );
	margin: 0 auto;
	padding: 0; }

.breadcrumb__item { display: inline; }

.breadcrumb__item:nth-last-child( n + 2 )::after {
	content: '';
	display: inline-block;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	vertical-align: 3px; }

.breadcrumb__item a { color: #555; }

.breadcrumb__item a:hover {
	text-decoration: underline;
	opacity: .6; }


/* ■ トップページ
-------------------------------------------------------------- */
.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; }

/* Google maps */
.gmap {
	display: block;
	margin: 0 auto; }

/* WP 標準レイアウトを変更
-------------------------------------------------------------- */
.wp-block-group {
	margin-bottom: 40px;
	padding: 10px; } 
	@media screen and (min-width: 768px) {
		.wp-block-group {
			margin-bottom: 40px;
			padding: 20px; } }

.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: 10px;
	padding-right: 10px; }

.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; }

/* Twitter バナーの高さ設定 */
.wp-block-embed-twitter iframe { height: 500px!important; }

/* youtube バナーの幅設定 */
.wp-block-embed-youtube iframe {
	width: 100%!important; }

/* theme checkプラグインで必須と言われたもの */
.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; }


/* =WordPress Core
-------------------------------------------------------------- */
.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%; /* Image does not overflow the content area */
	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; }

/* Text meant only for screen readers. */
.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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.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;
	/* Above WP toolbar. */ }


/* ページネーション
-------------------------------------------------------------- */
.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; }











