@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/*---------------------------------
グローバルメニュー文字幅
--------------------------------*/
#navi ul{
text-align: center; /*センタリング*/
}
#navi ul li{
width: 210px; /*ここはサイト毎に調整してください*/
}

/*---------------------------------
ウィジェットタイトル中央寄せ
--------------------------------*/
.ad-label{text-align:center;}

/*---------------------------------
画像ホバー時半透明
--------------------------------*/
 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/*---------------------------------
関連記事を線で区切る
--------------------------------*/
#main .entry {
    border-bottom: 1px dotted #333333;
    padding-bottom: 15px;
}
#main .related-entry {
    border-bottom: 1px dotted #333333;
    padding-bottom: 15px;
}


/*---------------------------------
パンクズ
--------------------------------*/
#breadcrumb span.sp {
	display:none;
}
#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] {
  background: #F7F7F7;
  padding: 4px;
  position:relative;
  margin-right:20px;
}

#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:after,
#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:before
{
  content:'';
  position:absolute;
  top: 0;
  bottom: 0;
  width: 1em;
  background: #F7F7F7;
  transform: skew(-10deg);
}


#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:before{
  left: -.6em;
  border-radius: 5px 0 0 5px;
}
#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:after{
  right: -.6em;
  border-radius: 0 5px 5px 0;
}

/*---------------------------------
続きを読む
--------------------------------*/
.entry-read a{
 color:#fff;
 font-size:10px;
 padding:3px 7px 3px 7px;
 background-color:#FF837B;
 border:1px solid #FF837B;
 border-radius:4px;
 padding:3px 7px 3px 7px;
 text-decoration:none;
 }

.entry-read a:hover{
 color:#fff;
 background-color:#FFC3BF;
 border:1px solid #FFC3BF;
}
.entry-read {
  text-align: right;
  margin-right: 5px;
}
.related-entry-read {
  text-align: right;
  margin-right: 5px;
}
.related-entry-read a{
 color:#fff;
 font-size:12px;
 background-color:#FF837B;
 border:1px solid #FF837B;
 border-radius:4px;
 padding:3px 5px 3px 5px;
 text-decoration:none;
 }

.related-entry-read a:hover{
 color:#fff;
 background-color:#FFC3BF;
 border:1px solid #FFC3BF;
}

/* ----------------------------------------------------------------------------
関連記事
----------------------------------------------------------------------------- */
.related-entry-title{
  margin-bottom:5px;
  text-align:left;
  font-size:16px !important;
  line-height: 110%;
}

/* ----------------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------------- */
/* グローバルメニュー位置 ****************************************************** */
#navi {
	width:100%;
	position: fixed;
	z-index: 10;
}
#site-title {
	margin-top: 50px;
}

img.site-title-img {
    max-width: 400px !important;
}

/* ロゴ横メニュー表示 ********************************************************** */
.header-right-wgt {
  position: absolute;
  top: -20px;
  right: 100px;
  width: 600px;
  height: 100px;
}

/* キャッチフレーズ非表示 ******************************************************* */
#site-description{
    display:none;
}

/* ----------------------------------------------------------------------------
フッター
----------------------------------------------------------------------------- */
/* categories */
#footer .widget_categories li{
margin-bottom:20px;
font-size:85%;
}
#footer .widget_categories .cat-item a{
text-decoration:none;
}
#footer .widget_categories h4:before{
margin-right:7px;
font-family:”FontAwesome”;
content:”\f115″;
}

/* pages */
#footer .widget_pages li{
margin-bottom:20px;
font-size:85%;
}
#footer .widget_pages .page_item a{
text-decoration:none;
}
#footer .widget_pages h4:before{
margin-right:7px;
font-family:”FontAwesome”;
content:”\f085″;
}

/* ----------------------------------------------------------------------------
サイドバー
----------------------------------------------------------------------------- */

/*---------------------------------
オススメ
---------------------------------*/
.widget_custom_html h3 {
position: relative;
background: #e9c77b;
padding: 0.25em 0.5em;
border-left: solid 2em #193446;
color: white;
}

.widget_custom_html h3:before {
font-family: FontAwesome;
content: "\f087";
position: absolute;
padding: 0em;
color: white;
font-weight: normal;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

/*---------------------------------
About
---------------------------------*/
.widget_text#text-3 h3 {
position: relative;
background: #e9c77b;
padding: 0.25em 0.5em;
border-left: solid 2em #193446;
color: white;
}

.widget_text#text-3 h3:before {
font-family: FontAwesome;
content: "\f29c";
position: absolute;
padding: 0em;
color: white;
font-weight: normal;
left: -1.45em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

/*---------------------------------
カテゴリー
---------------------------------*/
.widget_categories h3 {
position: relative;
background: #e9c77b;
padding: 0.25em 0.5em;
border-left: solid 2em #193446;
color: white;
}

.widget_categories h3:before {
font-family: FontAwesome;
content: "\f03a";
position: absolute;
padding: 0em;
color: white;
font-weight: normal;
left: -1.45em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

/*---------------------------------
アーカイブ
---------------------------------*/
.widget_archive h3 {
position: relative;
background: #e9c77b;
padding: 0.25em 0.5em;
border-left: solid 2em #193446;
color: white;
}

.widget_archive h3:before {
font-family: FontAwesome;
content: "\f187";
position: absolute;
padding: 0em;
color: white;
font-weight: normal;
left: -1.45em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

/*---------------------------------
人気記事
---------------------------------*/
.widget_popular_ranking h3 {
position: relative;
background: #e9c77b;
padding: 0.25em 0.5em;
border-left: solid 2em #193446;
color: white;
}

.widget_popular_ranking h3:before {
font-family: FontAwesome;
content: "\f040";
position: absolute;
padding: 0em;
color: white;
font-weight: normal;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

/* 人気記事: カードスタイル */
.widget_popular_ranking ul li {
    overflow: hidden;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    margin: 14px 0;
}

/* 人気記事: ホバー時アニメ */
.widget_popular_ranking ul li:hover {
    background-color: #f9f9f9;
}
.widget_popular_ranking ul li:hover a {
    color: #ed9b0e;
    text-decoration: underline;
}

/* 人気記事: サムネイル */
.widget_popular_ranking ul li img {
  display:-ms-flexbox;
  display: flex;
  height: 85px;
  width: 85px;
  margin: 0px;
  border-radius: 0%; /* テーマ側で画像を角丸や円形にしている時用 */
}

.widget_popular_ranking ul li:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

/* 人気記事: wppタイトルスタイル */
a.wpp-post-title {
    color: #555555;
    display:-ms-flexbox;
    display: flex;
    height: 75px;
    padding: 5px;
    -ms-align-items: center;
    align-items: center;
}

/* ----------------------------------------------------------------------------
トップページ
----------------------------------------------------------------------------- */
/* 記事を読む **************************************************************** */
/* simplicity2 続きを読む右へ移動 */
.entry-read a{
color:#fff;
font-size:13px;
background-color:#6bbc6e;
border:1px solid #6bbc6e;
border-radius:2px;
padding:3px 10px 3px 5px;
text-decoration:none;
float: right;
}

.entry-read a:hover{
color:#fff;
background-color:#86d9a1;
border:1px solid #86d9a1;
-webkit-transition:all 0.3s;
-moz-transition:all 0.3s;
transition:all 0.3s;
}

.entry-read a::before{
margin-right:5px;
font-family:"FontAwesome";
content:"\f058";
}

/* ----------------------------------------------------------------------------
本文
----------------------------------------------------------------------------- */

/*---------------------------------
タイトル画像
---------------------------------*/
.article img.title-image {
    max-width: 109%;
    height: auto;
    margin: -15px -29px 0px;
}

@media (max-width: 750px) {
    .article img.title-image {
        max-width: 104%;
        margin: -15px -10px 0px;
    }
}

/* フォント ******************************************************** */
body {
font-family : YuGothic, ‘游ゴシック’, sans-serif;
color:#555555 !important;
}

/* mainとsidebarの枠線を消す *************************************** */
#main,#sidebar{
 border:none !important;
}

/*---------------------------------
メタ情報
--------------------------------*/
/* メタ情報の大きさを変更し、右側へ *********************************** */
.post-meta,.entry .post-meta a  {
    font-size: 14px;
    line-height: 160%;
}

.entry .post-meta {
    text-align: right !important;
}

/*---------------------------------
目次
--------------------------------*/
#toc_container{
    margin: 2em 0;
    background: #E8F8F5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    border-radius: 2px;
    width: 90% !important;
    box-sizing: border-box; /* スマホの横揺れ防止 */
    margin-left: auto;
    margin-right: auto;
}

#toc_container .toc_title{
    font-size: 1.2em;
    background: #9aa889;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

/* タイトル前のアイコン */
#toc_container .toc_title:before{
 content: "\f00b";
 font-family: FontAwesome;
 padding-right: 6px;
 color: #FFF;
}

#toc_container .toc_list {
    padding: 15px 35px;
    margin: 0;
}

#toc_container .toc_list > li a {
    text-decoration: none !important;
}

#toc_container .toc_list > li a:hover {
    text-decoration: underline !important;
}

#toc_container ul{
 counter-reset:number; /*目次番号が増えるよう設定*/
 list-style:none !important;      /*目次番号以外の記号は表示させない*/
}

#toc_container ul li{
 line-height: 1.25em;  /*項目の高さ*/
 margin-bottom: 0.8em; /*項目間の幅*/
 margin-left:16px;     /*目次の各項目の始まりを左端から離す*/
}

#toc_container ul li:before{
 counter-increment: number; /*項目の始めの数字をつける*/
 content: counter(number);
 font-weight: bold;
 color: #193446;
 padding-right:12px; /*数字と目次項目の幅を広げたいときはここを調整*/
 margin-left:-20px;
}

#toc_container ul li a{
 font-weight: bold; /*目次項目の文字を太字に*/
 color: #193446;    /*目次項目の文字の色*/
}

#toc_container ul ul{
 margin-top: 0.5em; /*2レベル目の項目の上スペース幅の設定*/
}

#toc_container ul ul li{
 line-height: 1.25em; /*2レベル目の項目の高さ*/
 margin-bottom: 0.6em; /*2レベル目の項目の下の幅*/
}

#toc_container ul ul li:before{
    content: "\f054";
    font-family: FontAwesome;
    padding-right: 6px;
    margin-left:0px;
    color: #193446;
    margin-left:-65px; /*2レベル目を左からどこに配置するのか*/
}

#toc_container ul ul li a{
    color: #363636;      /*2レベル目の項目の文字色*/
    font-weight: normal; /*2レベル目の項目の文字は太字にしない*/
    padding-right:6px;   /*2レベル目の項目を右端から離す*/
}

/*---------------------------------
見出し設定
--------------------------------*/
.article h2{
    color: #193446;
    border: none !important;
    padding: 0.5em 0.5em 0.5em 0em !important;
    font-size:32px !important;
}

.article h3,
#comment-area h3{
    color: #193446;
    border-bottom: dotted 2px #193446;
    font-size:23px;
}

.article h4 {
    color: #193446;
    border-left: 15px solid #e9c778 !important;
    border-bottom: 2px solid #e9c778;
    padding: 5px 0 5px 10px;
    margin-bottom: 30px;
}

/*---------------------------------
画像のキャプション設定
--------------------------------*/
.wp-caption {
     border: 1px solid #ffffff; /*枠線のサイズと色*/
    border-radius: 3px;        /*角の丸み*/
    background-color: #ffffff; /*背景色*/
    text-align: center;        /*画像を中心にする*/
}

.wp-caption-text{
    font-size: 80%; /*文字サイズの調整*/
    text-align: left; /*文字の位置を左寄せにする（leftをrightにすると右寄せ）*/
    margin-top:8px; /*文字の上の余白を調整*/
    line-height: 100%; /*文字の要素サイズの調整*/
}

/*---------------------------------
マーカー風強調
--------------------------------*/
strong {
    background: linear-gradient(transparent 60%, #D1E089 50%);
}

.article-body .marker {
    background: linear-gradient(transparent 60%,#D1E089 50%);
}

/* ポイントボックス *********************************************************** */
/*---------------------------------
ポイントボックス
HTMLの例
<div class="point_box">
<div class="point_box_ttl"><i class="fa fa-hand-o-right"></i> ポイント</div>
hoge
</div>
--------------------------------*/
.point_box {
 position: relative;
 border: 3px solid #2fcdb4;　
 border-radius: 4px;
 padding: 1.2em 2em 0;
 margin: 48px auto;
}

.point_box ul {
 padding: 0.2em 2em 1em;
}

.point_box_ttl {
 font-weight:bold;
 font-size: 1.2em;
 color: #000000;
 position: absolute;
 top: -0.6em;
 left: 1em;
 background: #fff;
 padding: 0 8px;
}

.boxReadTogether{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #193446;
    border-bottom: solid 2px #193446;
}
.boxReadTogether:before, .boxReadTogether:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.boxReadTogether:before {left: 10px;}
.boxReadTogether:after {right: 10px;}
.boxReadTogether p {
    margin: 0;
    padding: 0;
}

/* ----------------------------------------------------------------------------
アフィリエイト関連
----------------------------------------------------------------------------- */
/* Amazon 飾りボックス ******************************************************** */
.boxAmazonCheck {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ff8100;
}
.boxAmazonCheck .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #ff8100;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.boxAmazonCheck p {
    margin: 0;
    padding: 0;
}

.amazon_button{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #ff8100;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #E56900;
    border-radius: 3px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.amazon_button:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.general_search_button{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #6441A5;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #533A7F;
    border-radius: 3px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.general_search_button:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

/*---------------------------------
Amazonプロダクトリンク (画像付き)
--------------------------------*/
.amazonProductLinkBox{
    margin:20px auto;
    width: 90%;
    border: 1px solid #dfdfdf;
    padding:10px;
    border-radius: 5px;
    overflow:hidden;
    background-color:#fff;
}

.amazonProductLinkImage {
    float: left;
    text-align:center;
    margin: -20px 0 0 0;
}

.amazonProductLinkImage > a > img {
    max-width: 128px; min-width: 128px;
    height: auto;
}

.amazonProductLinkImage img:hover,.amazonProductLinkName a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
}

.amazonProductLinkInfo {margin: 0 0 0 138px;}

.amazonProductLinkName a {
    color:#363636;
    text-decoration: none;
    font-weight: 700;
    font-size:1.2rem;
}

.amazonProductLinkArea div a {
    display:block;
    padding:8px 0;
    text-align:center;
    line-height:18px;
    font-weight:400;
    font-size:18px;
    text-decoration: none;
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.amazonProductLinkButton {
    background-color:#ff8100;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
}

div.amazonProductLinkButton a:after{
    content:" \f002";
    font-family:"FontAwesome";
}
div.amazonProductLinkButton a:hover {
    background-color: #fff;
    border-radius:3px;
    color:#ff8100;
    border-color:#ff8100;
}

@media (max-width: 780px) {
    .amazonProductLinkBox {width: auto;}
    .amazonProductLinkImage {float: none; width: 100%;}
    .amazonProductLinkInfo {margin: 0;width: 100%;}
    .amazonProductLinkButton {float: none;width: auto; margin-bottom:5px;}
}

/*---------------------------------
ヨメレバ・カエレバ
--------------------------------*/
.kaerebalink-box,.booklink-box {
    margin:20px auto;
    width: 640px;
    border: 1px solid #dfdfdf;
	padding:20px;
	border-radius: 3px;
	overflow:hidden;
	background-color:#fff;
}

.kaerebalink-image,.booklink-image {
    float: left;
	text-align:center;
}

.kaerebalink-image > a > img,.booklink-image > a > img {
	max-width: 128px;min-width: 128px;
    height: auto;
}

.kaerebalink-info,.booklink-info {margin: 0 0 0 138px;}

.kaerebalink-name a,.booklink-name a{
	color:#000;
	text-decoration: none;
    font-weight: 700;
    font-size:1.2rem;
}

.kaerebalink-powered-date,.kaerebalink-powered-date a,.booklink-powered-date,.booklink-powered-date a{
	color:#000;
	margin-top:3px;
	font-size:12px;
}

.kaerebalink-detail,.booklink-detail{
	margin:5px auto;
	color:#000;
}


div[class^="shoplink"] {
  box-sizing:border-box;
  margin: .1em ;
  margin-bottom:4px;
  float: left;
  width: 49%;
  border-radius:3px;
}

.kaerebalink-link1 div a,.booklink-link2 div a {
  display:block;
  padding:8px 0;
  text-align:center;
  line-height:18px;
  font-weight:400;
  font-size:18px;
  text-decoration: none;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.kaerebalink-image img:hover,.kaerebalink-name a:hover,.booklink-image img:hover,.booklink-name a:hover{
  opacity: 0.7;  filter: alpha(opacity=70);  -moz-opacity: 0.7;  -ms-filter: "alpha(opacity=70)";
}


div[class^="shoplink"] a:after{content:" \f002"; font-family:"FontAwesome";}
div[class^="shoplink"] a:hover{background-color: #fff;  border-radius:3px;}
/*Amazon*/
.shoplinkamazon{background-color:#ff8100;}
div.shoplinkamazon a:hover{color:#ff8100;border-color:#ff8100;}
div.shoplinkamazon a{font-family : Arial,sans-serif;}

/*Kindle*/
.shoplinkkindle{background-color:#000;}
div.shoplinkkindle a:hover{border-color:#000;}
div.shoplinkkindle a{
	font-family : Arial,sans-serif;
	text-transform:lowercase;
	color:#f8981c;
}
div.shoplinkkindle a:after{	color:#fff;}
div.shoplinkkindle a:hover:after{	color:#000;}
/*楽天*/
.shoplinkrakuten{background-color:#bf0000;}
div.shoplinkrakuten a:hover{color:#bf0000;border-color:#bf0000;}
/*KOBO*/
.shoplinkrakukobo{background-color:#00bcd8;}
div.shoplinkrakukobo a:hover{color:#00bcd8;border-color:#00bcd8;}
/*7net*/
.shoplinkseven{background-color:#038539;}
div.shoplinkseven a:hover{color:#038539;border-color:#038539;}
/*Yahoo*/
.shoplinkyahoo{background-color:#ff0033;}
div.shoplinkyahoo a:hover{color:#ff0033;border-color:#ff0033;}
/*ベルメゾン*/
.shoplinkbellemaison{background-color:#9ab170;}
div.shoplinkbellemaison a:hover{color:#9ab170;border-color:#9ab170;}
/*セシール*/
.shoplinkcecile{background-color:#624e37;}
div.shoplinkcecile a:hover{color:#624e37;border-color:#624e37;}
/*価格com*/
.shoplinkkakakucom{background-color:#051d93;}
div.shoplinkkakakucom a:hover{color:#051d93;border-color:#051d93;}
div.shoplinkkakakucom a:after{content:" \f002 "; font-family:"FontAwesome";}
/*honto*/
.shoplinkbk1{background-color:#0085cd;}
div.shoplinkbk1 a:hover{color:#0085cd;border-color:#0085cd;}
/*e-hon*/
.shoplinkehon{background-color:#000066;}
div.shoplinkehon a:hover{color:#000066;border-color:#000066;}
/*紀伊國屋*/
.shoplinkkino{background-color:#004097;}
div.shoplinkkino a:hover{color:#004097;border-color:#004097;}
/*図書館*/
.shoplinktoshokan{background-color:#2ab5e8;}
div.shoplinktoshokan a:hover{color:#2ab5e8;border-color:#2ab5e8;}
div.shoplinktoshokan a:after{content:" \f002 "; font-family:"FontAwesome";}

.kaerebalink-box:after,.kaerebalink-link1:after, .booklink-box:after,.booklink-link2:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

div[class^="shoplink"] img {display: none;}

@media (max-width: 780px) {
	.kaerebalink-box,.booklink-box {width: auto;}
    .kaerebalink-image,.booklink-image{float: none;width: 100%;}
	.kaerebalink-info,.booklink-info {margin: 0;width: 100%;}
	div[class^="shoplink"] {float: none;width: auto;
	margin-bottom:5px;}
}


/* ----------------------------------------------------------------------------
SNS関連
----------------------------------------------------------------------------- */
/* プライバシーポリシーでSNS非表示 *********************************************** */
.page-id-65 #sns-group {
 display: none;
}

/*　SNSボタンカスタマイズ ****************************************************** */
/* SNSボタン間の余白を消す */
.sns-group-viral ul.snsb li {
 width: 25%;
 margin: 0px;
}
/* ボタンの角丸を消す */
.sns-group-viral ul.snsb li a {
 border-radius: 0px;
}
/* ボタンの文字を消す */
.sns-group-viral .icon-facebook::after {
content: '';
}
.sns-group-viral .icon-hatena::after {
content: '';
}
.sns-group-viral .icon-pocket::after {
 content: '';
}
.sns-group-viral .icon-twitter::after {
content: '';
}
/* Pocketボタンの色をサーモンピンクにする */
ul.snsbs a.pocket-btn-icon-link{
background: #e8846b;
}

/* ----------------------------------------------------------------------------
ボックスデザイン
----------------------------------------------------------------------------- */
.PointBox {
position: relative;
margin: 2em 0;
padding: 0.5em 1em;
border: solid 3px #00A85A;
border-radius: 8px;
}
.PointBox .box-title {
position: absolute;
display: inline-block;
top: -13px;
left: 10px;
padding: 0 9px;
line-height: 1;
font-size: 19px;
background: #FFF;
color: #00A85A;
font-weight: bold;
}
.PointBox p {
margin: 0;
padding: 0;
}
