/*---------------------------------------------------------
Theme Name: 8beat Style
Template: stinger8
Description: STINGER8専用子テーマ
Author: OGURA
Author URI: 8beat-studio.net/about
Version: 20170825
---------------------------------------------------------*/

/* ================================================
  基本設定
================================================ */
*,
#s,
.post h2,
.post h2 span,
.post h3,
.post h3 span,
.entry-title,
.post .entry-title {
  font-family: 'Roboto Condensed', Lato, 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body {
  color: #444;
  background: #fff;
}

a,
a img {
  color: #363940;
  text-decoration: none;
  transition: all 0.1s ease 0.1s;
}

a:focus, a:hover {
  color: #818592;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

/* ================================================
  レイアウト
================================================ */
.st-main {
  background: none;
}
@media print, screen and (min-width: 960px) {
  .st-main {
    padding-left: 0;
  }
  .single .st-aside {
    margin-top: 30px;
  }
  .home .st-main {
    padding-top: 0;
  }
  #side {padding-top: 20px;}
}

/* ================================================
  ヘッダ
================================================ */
header{
  background-color: #333;
  overflow: hidden;
}
#header-l {
  background-color: #333;
  margin: 0px;
  text-align: center;
}
header .descr {
  color: #c7c7c7;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 960px) {
  #header-l {
    float: none;
  }
  #st-menubox {
		margin-bottom:auto;
	}
}

/* ================================================
  メニュー
================================================ */
/*グローバルメニュー*/
header .smanone ul.menu li.menu-item-has-children a:after {
  font-family: 'fontawesome';
  content: '\f107';
  margin-left: 5px;
}
header .smanone ul.menu li.menu-item-has-children ul.sub-menu a:after {
  content: '';
  margin-left: 0;
}

/*アコーディオンメニュー*/
#s-navi {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background-color: #f5f5f5;
}
#s-navi dt.trigger .op {
  font-family: 'Roboto Condensed';
  float: none;
  max-width: 100%;
  background: none;
  margin-top: 0;
  font-size: 18px;
  letter-spacing: 1px;
  font-size: 100%;
}
#s-navi dt.trigger .op i {
  margin-right: 5px;
}
.acordion_tree .menu {
  background: #f5f5f5;
  padding-bottom: 10px;
}
.acordion_tree ul.menu li, .widget li {
  border-bottom: 1px solid #e2e2e2;
}

.acordion_tree #search {
  margin-bottom: 10px;
}


/* ================================================
  記事一覧（カード型）
================================================ */
.kanren .clearfix dd .kanren-t a, .related .clearfix dd .kanren-t a {
  color: #363940;
}
  .kanren .clearfix dd .kanren-t a:hover, .related .clearfix dd .kanren-t a:hover {
    color: #818592;
  }
.card dl, .related dl {
  text-align: center;
  border-bottom: 0;
}
.card dt, .related dt {
  float: none;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.card dt {
  height: 200px;
}
.related dt {
  height: 75px;
}
.card dt img, .related dt img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card dd, .related dd {
  padding-left: 0;
}
.card dd .catlist::before {
  color: #b6babb;
  content: "\f111";
  font-family: "fontawesome";
  font-style: normal;
  margin: 0 5px;
  opacity: 0.5;
}
.card dd .datelist {
  color: #999;
}
.blog_info p a, .blog_info p a:hover{
  color: inherit;
}
.card dd .smanone2 {
  text-align: justify;
}
.card .clearfix dd p {
  line-height: 1.5;
}
.card dd .readmore {
  width: 90%;
  margin: 0 auto;
}
.card dd .readmore a {
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background: #363940;
  border: 1px solid #363940;
  border-radius: 3px;
  padding: 10px 30px;
  margin: 10px auto 0;
  transition-duration: 200ms;
}
.related .clearfix dd .kanren-t a {
  font-weight: normal;
}
.related dl {
  display: inline-block;
  border-bottom: 0;
  vertical-align: top;
  margin-right: 3%;
  margin-bottom: 0;
}
@media only screen and (max-width: 599px) {
  .related dl {
    width: 47.5%;
  }
  .related dl:nth-child(2n){
    margin-right: 0;
  }
}
@media only screen and (min-width: 600px) { /*タブ＆PC（600px以上）*/
  .card dl {
    width: 48%;
    float: left;
    margin-right: 3%;
  }
  .related dl {
    width: 30.5%;
  }
  .card dl:nth-child(2n), .related dl:nth-child(3n) {
    margin-right: 0;
  }
  .related dt {
    height: 115px;
  }
}

/* ================================================
  サイドバー
================================================ */
.widget {
  padding-bottom: 10px;
  margin:0px;
}
.widget ul {
  padding: 0;
}
.widget ul li ul li:last-child {
  border-bottom: 0;
}
.widget li a {
  padding: 10px;
  position: relative;
  display: block;
}
.widget li a:after {
  content: "\f105";
  font-family: "fontawesome";
  right: 10px;
  position: absolute;
}

/* ================================================
  ウィジェット
================================================ */
/*最近のコメント*/
dl.recent-comments {
  width:100%;
  margin: 20px auto;
}
dl.recent-comments dt{
  text-align: left;
  clear: left;
  float: left;
  width: 46px;
  white-space: nowrap;
  margin-top: 3px;
}
dl.recent-comments dd{
  margin-left: 0;
  margin-bottom: 20px;
}
dl.recent-comments dd .recent-comment-author{
  font-weight: bold;
}
dl.recent-comments dd .recent-comment-content{
  font-size:14px;
}

/* ================================================
  フッター
================================================ */
#footer a ,#footer .footerlogo, #footer .copy, #footer .rcopy {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
footer ul, footer ol {
  padding-left: 0;
}
footer .footermenust li {
  padding: 0 5px 0 0;
  border-right: 0;
}

/*トップへ戻る*/
#page-top a {
  background: rgba(51, 51, 51, 0.5);
}


/*記事ページ
----------------------------------------------------*/
/*アイキャッチ*/
.eyecatch img, .eyecatch-caption img {
  width: 100%;
}
.eyecatch-caption {
  position: relative;
}
.eyecatch-caption-text {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background-color: rgba(51,51,51,0.6);
  padding: 5px;
  margin-bottom: 10px;
  font-size: 80%;
}
.eyecatch-caption-text a{
  color: #fff;
  font-weight: bold;
}

/*カテゴリ表示*/
.st-catgroup, .entry-title, .blogbox {
  text-align: center;
}
.blogbox i {
  margin-right: 5px;
}
.blogbox .update_at::before {
  color: #b6babb;
  content: " ● ";
  font-style: normal;
  margin: 0 5px;
  opacity: 0.5;
  font-size: 80%;
}

/*カテゴリ・タグリスト*/
h4.taglist {
  text-align: center;
  margin: 0;
  background: none;
}
.taglist::before {
  background: #e5e5e5 none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 2px;
  margin: 0 auto 40px;
  width: 100px;
}
.tagst::after {
  background: #e5e5e5 none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 2px;
  margin: 40px auto;
  width: 100px;
}
.tagst {
  text-align: center;
  color: #fff;
}
.tagst a {
  background: rgba(253, 231, 25, 0) linear-gradient(transparent 60%, rgba(253, 231, 25, 1) 60%);
  padding: 0 3px;
  text-transform: uppercase;
}
.tagst a:hover, .tagst a:focus {
  background: rgba(253, 231, 25, 1) linear-gradient(transparent 0%, rgba(253, 231, 25, 1) 60%);
  color: #000;
}

.tagst a[rel~="category"] {
  background: rgba(231, 41, 45, 0) linear-gradient(transparent 60%, rgba(231, 41, 45, 1) 60%);
  padding: 0 3px;
  text-transform: uppercase;
}
.tagst a[rel~="category"]:hover, .tagst a[rel~="category"]:focus {
  background: rgba(231, 41, 45, 1) linear-gradient(transparent 0%, rgba(231, 41, 45, 1) 60%);
  color: #000;
}

/*投稿者プロフィール*/
.authorprofile {
  margin-bottom: 20px;
}
.authorphoto {
  float: left;
}
.authorphoto img {
  min-width: 90px;
  border-radius: 50%;
}
.authorinfo {
  padding-left: 110px;
}
.authorname {
  margin-bottom: 10px;
  font-size: 120%;
}
.authorname a {
  font-weight: bold;
}
.authorlink {
  text-align: center;
  letter-spacing: 1px;
}
.authorlink ul {
  list-style: none;
  padding: 10px 0;
}
.authorlink ul li {
  display: inline-block;
  padding-bottom: 0;
}
.authorlink a {
  padding: 10px;
}
.authorlink a i {
  padding-right: 3px;
}
@media only screen and (max-width: 599px) {
  header .descr {
    font-size: 0.5em;
  }
  .authorphoto img {
    width: 80px;
  }
  .authorinfo {
    padding-left: 100px;
  }
  .authorlink ul li {
    font-size: 15px;
  }
}

/*コメント*/
#comments {
  padding: 10px 0;
}
#comments .commets-list {
  padding-right: 0;
}
#comments .children {
  padding-right: 0;
  padding-left: 10px;
}


/*マークアップ
----------------------------------------------------*/
.mainbox a {
  color: #0f7faf;
}
.mainbox a:hover {
  color: #363940;
}
.alignleft {
  float: left;
  margin: 0 10px 5px 0;
}
.alignright {
  float: right;
  margin: 0 0 5px 10px;
}


/*アドセンス
----------------------------------------------------*/
@media only screen and (max-width: 960px) {
  .adbox .ad2nd {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 600px) { /*タブ＆PC（600px以上）*/
  .adbox {
    display: table;
    margin: 0 auto;
  }
  .adbox div {
    display: table-cell;
  }
  .adbox .ad2nd {
    padding-left: 10px;
  }
}





/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {

/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {

/*-- ここまで --*/
}


/*　TOC+全体設定*/
#toc_container {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 1;
  margin: 36px auto;
}

/*目次のタイトル*/
#toc_container .toc_title {
  text-align: center;
  margin-top: 0 0 0 35px;
  padding: 0.4em 0;
  font-size: 2em;
  border-bottom: 2px solid #dedede;
}

/*ul全体の設定*/
#toc_container ul {
    list-style: none;
    margin-bottom: 0;
}

/*小見出し*/
#toc_container ul a {
	display: inline-block;
	text-decoration: none;
	color: #444;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
}

/*大見出し*/
#toc_container .toc_list > li > a {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}

/*大見出しのアイコン*/
#toc_container .toc_list > li > a:before {
    font-family: FontAwesome;
    content: '\f02c';
    color: #b22222;
    font-size: 100%;
    padding-right: 5px;
}

/*小見出しのアイコン*/
#toc_container li li > a:before {
    font-family: FontAwesome;
    content: '\f02c';
    color: #0f9e44;
    font-size: 100%;
    padding-right: 5px;
}

/*　TOC+全体設定ここまで*/

/* FontAwesomeの設定 */

h2:before,h3:before,h4:before,h5:before,h6:before{
    content: "\f0c1\00a0";
    font-family: 'FontAwesome';
    color: #b22222;
}
.post .amazonjs_info h4:before {
    content: "";
}

/* FontAwesomeの設定ここまで */

/* 記事内画像の枠 */

/*
.post img {
    border: solid 3px #808080;
    box-shadow: 10px 10px 10px 0px #808080;
}
.post .amazonjs_image img {
    border: none;
    box-shadow: none;
}
*/

/* 記事内画像の枠ここまで */

/* embed */
.wp-embedded-content {
    width: 100%;
}
/* embedここまで */

/* オーバーライド */

#headbox {
	padding: 0;
	margin:0 auto;
}

#gazou-wide{
  background-color: #f5f5f5;
}

.post ul.toc_list, .post .toc_list ul {
	padding-right: 1em;
	padding-left: 1em;
}

.post .maruck {
    position: relative;
    margin: 2em 0;
    padding: 15px 10px 7px;
    border: solid 2px #333;
}
.post .maruck .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #333;
    color: #ffffff;
    font-weight: bold;
}

.post .maruck ul li {
  padding:5px 0;
 	margin-bottom:10px;
 	line-height: 23px;
  font-weight: bold;
}

.post .maruck ul li:before {
    content: " \f00c";
    font-family: FontAwesome;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    float: left;
    padding: 0 6px;
    font-size: 70%;
    margin-right: 10px;
    background: #f3f3f3;
    color: #000;
    margin-left: -3em;
}

.post .maruck.info ul li:before {
    color: #00F;
}
.post .maruck.success ul li:before {
    color: #0F0;
}
.post .maruck.warn ul li:before {
    color: #FFA500;
}
.post .maruck.danger ul li:before {
    color: #F00;
}

h2{
  position: relative;
  color: #fff;
  background: #333;
  font-size: 16px;
  line-height: 1;
  margin: 30px -10px 10px -10px;
  padding: 15px 5px 12px 10px;
}
h2:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 20px;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top: 10px solid #333;
}
/*小見出し*/
 .post h3 {
 	font-size: 18px;
 	line-height: 27px;
 	margin: 20px 0;
 	padding: 10px 15px;
  color: #000;
 	line-height: 27px;
  border-left: 6px solid #333;
  border-bottom: 2px dotted #333;
}
.post h4 {
  background-color: transparent;
  font-size: 16px;
  line-height: 27px;
 	margin: 20px 0;
  padding: 10px 15px;
  color: #000;
  line-height: 27px;
  border-left: 6px solid #333;
 }
.post h5 {
  font-size: 14px;
  line-height: 27px;
  margin: 20px 0;
  padding: 10px 15px;
  color: #000;
  line-height: 27px;
  border-bottom: 2px dotted #333;
}

/*タグクラウド*/
.tagcloud a {
	font-size: 13px!important;
	line-height: 1em;
  color: #fff;
  background: #363940;
  border: 1px solid #363940;
	display: inline-block;
	border:1px #1a1a1a solid;
	white-space: nowrap;
	padding: 8px 8px;
	margin-top: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
  opacity: 1;
}
.tagcloud a:hover {
  background: #b22222;
  border: 1px solid #b22222;
  opacity: 1;
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
  #headbox-bg{
    background-color: #333;
  }
  .post h4 {
    background-color: transparent;
 	  font-size: 16px;
 	  line-height: 26px;
 	}

}

/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {
  .post h4 {
  	  background-color: transparent;
  	  font-size: 18px;
  	  line-height: 31px;
  }  
}

.p-navi dt.prev:before{
  font-family: FontAwesome;
  content: '\f060';
  color: #b22222;
  font-size: 100%;
  padding-right: 5px;
}

.p-navi dd.next:after{
  font-family: FontAwesome;
  content: '\f061';
  color: #b22222;
  font-size: 100%;
  padding-right: 5px;
}

footer {
	clear: both;
	padding: 0;
	background-color: #333;
}

#footer .footermenust a {
	padding:0px;
	margin:0px;
	font-size:12px;
	color:#fff;
}

table th {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 13px;
	line-height: 18px;
  color: #fff;
  background: #333;
}

code {
    line-height: 1em;
    font-size: 0.8em !important;
    color: red;
    border: 1px solid #ccc;
    padding: 2px;
    background: #f3f3f3;
    margin: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
/* オーバーライドここまで */

/*内部リンクショートコード*/ 

.blog-card {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #333;
    border-radius: 8px;
}
.blog-card .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #333;
    font-weight: bold;
}
.blog-card p {
    margin: 0; 
    padding: 0;
}

.blog-card .blog-card-thumbnail{ 
  float:left;
  margin-right:10px;
} 
.blog-card .blog-card-thumbnail img {
    border: solid 1px #808080;
    box-shadow: none;
}
.blog-card .blog-card-content{ 
  line-height:120%;
} 
.blog-card .blog-card-title{ 
  margin-bottom:5px;
} 
.blog-card .blog-card-title a{ 
  font-weight:bold;
  color:#111;
  text-decoration: none;
} 
.blog-card .blog-card-title a:hover{ 
  text-decoration: underline;
} 
.blog-card .blog-card-excerpt{ 
  color:#333;
  font-size:90%;
} 
.blog-card .clear{ 
  clear:both;
} 
/*内部リンクショートコードここまで*/ 

/* 独自 */
.textNowrap{
  white-space: nowrap
}

.st-main ol.numberList{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  border: solid 2px #b22222;
}
.st-main ol.numberList li{
  border-bottom: dashed 1px #b22222;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}
.st-main ol.numberList li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #b22222;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.st-main ol.numberList li:last-of-type{
  border-bottom: none; /*最後のliの線だけ消す*/
}
  
.card dd .readmore a {
  text-align: center;
  border: 1px solid #fff;
  cursor: pointer;
  letter-spacing: 2px;
  position:relative;
  overflow:hidden;
  margin: 0 20px;
}

.card dd .readmore a:before {
  content: "";
  position: absolute;
  height: 150px;
  width: 50px;
  background : #fff;
  left: -55px;
  top: -40px;
  transform: rotate(37deg);
  transition: all .3s;
  opacity: 0.3;
}

.card dd .readmore a:hover {
  background: #b22222;
}

.card dd .readmore a:hover:before {
  left:95%;
}

a:hover img {
	-moz-opacity: unset !important;
  opacity: unset !important;
	/* opacity: 0.8; */
}

#side img.wp-post-image {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#side img.wp-post-image:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

#side div.widget ul li a {
  cursor: pointer;
  letter-spacing: 2px;
  position:relative;
  overflow:hidden;
}

#side div.widget ul li a:hover {
  color: #b22222;
}

#side div.widget ul li a:before {
  content: "";
  position: absolute;
  width: 0;
  background : #b22222;
  left: 0;
  height: 2px;
  bottom: 0;
  transition: all .3s;
}

#side div.widget ul li a:hover:before {
  width: 100%;
  left:0;
}

/* ダウンロードボタン */
.mainbox a.downloadBtn {
  position: relative;
  display: block;
  width: 160px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #b22222;
  border:1px solid #fff;
  overflow: hidden;
}
.mainbox a.downloadBtn:after {
  margin: 0 0 0 0.5em;
  content: "\f019";
  font-family: "fontawesome";
  font-style: normal;
}

.mainbox a.downloadBtn:before {
  content:"";
  position: absolute;
  top: 0px;
  left: -110%;
  height: 100%;
  width: 100%;
  background : #fff;
  opacity: 0.3;
  color: #fff;
  transition: .4s;
}
.mainbox a.downloadBtn:hover:before {
  left:0;
}

/* ダウンロードボタンここまで */

/* 引用 */
article .entry-content blockquote {
    position: relative;
    padding: 35px 15px 10px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #666;
    color: #ccc;
    border-left: 4px solid #b22222;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
    border-radius: 15px;
}

article .entry-content blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #b22222;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

article .entry-content blockquote img {
    width: 100%;
    background-color: white;
}

article .entry-content blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

article .entry-content blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

article .entry-content blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

article .entry-content blockquote cite:before {
content: "引用 : ";
}

/* 引用ここまで */

/* 姉妹ブログアイコンここから */
img.sister_blog_icon{
  height: 2em;
}
/* 姉妹ブログアイコンここまで */

/* keyboard */
span.keyboardBtn {
	padding: 0 10px;
	margin: 5px 10px;
	background: #EDEDED;
	border-radius: 5px;
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.5);
	color: #808080;
	text-align: center;
}
/* keyboardここまで */



/* Crayonタイトル選択 */
span.crayon-title::selection{
  background: #333 !important;
  color: white !important;
}
/* Crayonタイトル選択 */

.amazonAffiliateBanner iframe{
  display: block;
  margin: auto;
}

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

.pwaNav button {
  color: #FFF;
  border-radius: 7px;
  display: inline-block;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  background: #b22222;
  width: 90%;
  margin: 10px;
}

.pwaNav button .fa-twitter {
  text-shadow: 2px 2px 0px #4287d6;
  font-size: 30px;
}

.pwaNav button span {
  display:inline-block;
  transition: .5s;
}

/* 独自ここまで */

