/*
Theme Name: ランキングおまとめテーマ（子）
Template:rankingsummary
Description: ランキングおまとめサイトの子テーマです
Author: 佃亮
Version: 1.0
Tags: ランキング
*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
追加アイコン
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

@font-face {
  font-family: 'icomoon';
  src:  url('asset/fonts/icomoon.eot?daohdm');
  src:  url('asset/fonts/icomoon.eot?daohdm#iefix') format('embedded-opentype'),
    url('asset/fonts/icomoon.ttf?daohdm') format('truetype'),
    url('asset/fonts/icomoon.woff?daohdm') format('woff'),
    url('asset/fonts/icomoon.svg?daohdm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-feedly:before {
  content: "\e900";
}
.icon-hatenabookmark:before {
  content: "\e901";
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
全体
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

body {
    color: var(--base_f_color) !important;
    font-family: 'Noto Sans JP', 'sans-serif', 'ionicons' !important;
    background-color: var(--base_bk_color)  !important;
}

a:link { color:var(--base_f_color); }
a:visited { color:var(--base_f_color) ; }
a:hover {
    color: var(--base_f_color) !important;
    text-decoration: none !important;
    opacity: 0.8;
}

.breadcrumb {
    background-color: transparent !important;
}

@media only screen and (min-width: 960px)
{
	main
	{
		min-height: 50em;
	}
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
タイトル
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

.sb-title {
	position: relative;
	padding: 1.2rem 2rem;
	border: 3px solid #d8d8d8;
	border-radius: 10px;
	background: #f9f9f9;
	margin-bottom: 1.2em;
	font-size: 1.4em;
}

.sb-title:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

.sb-title:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

/* 吹き出し見出し */
.sb-title2 {
	position: relative;
    padding: 0.6em 1em 0.8em 1em;
    color: var(--base_f_color);
    background: #fff;
    margin-top: 40px;
    border-top: var(--base_f_color) solid 3px;
    border-bottom: var(--base_f_color) solid 3px;
    font-size: 1.4em;
    margin-bottom: 1em;
}

.sb-title2:before {
	content: " ";
    position: absolute;
    top: 102%;
    left: 24px;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent;
    border-top-color: var(--base_f_color);
}

.sb-title2:after {
	content: " ";
    position: absolute;
    top: 100%;
    left: 28px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fbfbfb;
    z-index: 1;
}

/* 星なし見出し */
.ribbon-title
{
  position: relative;
  padding: 1rem 2rem 1rem 4em;
  background: #fff;
  border: 1px solid #ad9f9f;
}

.ribbon-title span
{
  position: absolute;
  top: -10px;
  left: 20px;
  display: inline-block;
  width: 52px;
  height: 106px;
  text-align: center;
  background: #fa4141;
}

.ribbon-title span:before,
.ribbon-title span:after
{
  position: absolute;
  content: '';
}

.ribbon-title span:before
{
  right: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d90606;
}

.ribbon-title span:after
{
  top: 64%;
  left: 0;
  display: block;
  height: 50%;
  border: 26px solid #fa4141;
  border-bottom-width: 15px;
  border-bottom-color: transparent;
}

/* 星付き見出し */
.ribbon-s-title
{
  position: relative;
  padding: 1rem 2rem 1rem 4em;
  background: #fff;
  border: 1px solid #ad9f9f;
}

.ribbon-s-title span
{
  position: absolute;
  top: -10px;
  left: 20px;
  display: inline-block;
  width: 52px;
  height: 106px;
  text-align: center;
  background: #fa4141;
}

.ribbon-s-title span:before,
.ribbon-s-title span:after
{
  position: absolute;
  content: '';
}

.ribbon-s-title span:before
{
  right: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d90606;
}

.ribbon-s-title span:after
{
  top: 64%;
  left: 0;
  display: block;
  height: 50%;
  border: 26px solid #fa4141;
  border-bottom-width: 15px;
  border-bottom-color: transparent;
}

.ribbon-s-title span i
{
  position: relative;
  z-index: 1;
  color: #fff100;
  display: block;
  margin-top: 6px;
}

/* 中央にアイコンタイトル */
.cion-title {
  position: relative;
  padding: 0.7em;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
}

.cion-title:before,
.cion-title:after {
  position: absolute;
  content: '';
}

.cion-title:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

.cion-title:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.cion-title i {
  font-size: 1em;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.cion-title span {
  position: relative;
  z-index: 1;
}

/* おすすめ内容 */

.rec-c-title {
  position: relative;
  padding: 0.6em 2em;
  text-align: center;
  border: 3px solid #000;
  border-radius: 0 10px 10px 10px;
  font-size: 1.4em;
}

.rec-c-title:before {
  font-size: 15px;
  font-size: 0.8em;
  position: absolute;
  top: -24px;
  left: -3px;
  height: 24px;
  padding: 0 1em;
  content: 'おすすめポイント';
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #000;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
固定ページ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

#page_content h1
{
  font-size: 1.6em;
}

#page_content h2
{
  font-size: 1.5em;
}

#page_content h3
{
  font-size: 1.4em;
}

#page_content h4
{
  font-size: 1.3em;
}

#page_content h5
{
  font-size: 1.2em;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
フッターリンク部分
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

#navbarSupportedFooter
{
  position: relative;
  background:#424242;
}

#navbarSupportedFooter .footer-nav {
  list-style: none;
  margin: 0 auto;
  padding: 4em 0em;
  width: 80%;
}

#navbarSupportedFooter .footer-nav a {
  display: block;
  padding: 0 10px;
  color: #ccc;
}

@media only screen and (min-width: 960px) {

  #navbarSupportedFooter .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #navbarSupportedFooter .footer-nav a {
    border-bottom: 1px solid;
    padding-bottom: 0.2em;
    margin: 0 0.6em;
  }
  #navbarSupportedFooter .footer-nav a:hover {
    color: #d6d6d6 !important;
  }
}

@media only screen and (max-width: 960px) {
  #navbarSupportedFooter {
    text-align: center;
  }
  #navbarSupportedFooter .footer-nav {
    width: 100%;
  }
  #navbarSupportedFooter .footer-nav li {
    border-top: 1px solid #555555;
  }
  #navbarSupportedFooter .footer-nav li:last-child {
    border-bottom: 1px solid #555555;
  }
  #navbarSupportedFooter .footer-nav li a {
    padding: 12px 20px;
    text-align: left;
  }
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
フッタのリスト部分
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

.lk_wrap {
    background-color: #000000;
    width:100%;
}
.lk_area .title, .lk_area li a {
    color: #ededed;
}
.lk_area li::before, .lk_area li:last-child:after {
    background-color: #ededed;
}
.lk_area{
	padding:7.5vw 3.75vw 16.25vw;
}
.lk_area ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding:0;
}
.lk_area li{
	position: relative;
	margin-bottom: 5vw;
}
.lk_area li::before{
	content:'';
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	display: inline-block;
	width:0.15625vw;
	height:2.5vw;
}
.lk_area li:last-child:after{
	content:'';
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	display: inline-block;
	width:0.15625vw;
	height:2.5vw;
}
.lk_area li a{
    font-size: 0.8rem;
    margin: 0 3.75vw;
}

.lk_area li a:hover {
    color: #ededed !important;
}

.lk_area small
{
  color: white;
  text-align: right;
  display: block;
  padding-top: 4em;
}

@media only screen and (min-width: 960px)
{
	.lk_area{
		width:960px;
		/* margin:0 auto; */
		padding:48px 0 40px;
	}
	.lk_area li{
		margin-bottom: 10px;
	}
	.lk_area li::before{
		width:1px;
		height:16px;
	}
	.lk_area li:last-child:after{
		width:1px;
		height:16px;
	}
	.lk_area li a{
	    font-size: 12px;
	    margin: 0 24px;
	}
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
トップに戻る
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ff934d;
  opacity: 0.6;
  border-radius: 15px;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
RANKING対応地域一覧
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*親カテタイトル*/
.ranking_area_list .parent_title{
	width:100%;
	padding: 8px;
	margin-bottom: 32px;
	font-size: 1.8rem;
	border-left:4px solid #ff934d;
	border-bottom:1px solid #ff934d;
}
/*子カテ*/
.ranking_area_list .child_list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	padding:0;
	margin: 0 auto 7.5vw;
}

.ranking_area_list .child_list li{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 25%;
	height: auto;
	color:#ccc;
	font-size: 1.1rem;
	text-align: center;
	padding: 0.625vw 1.25vw;
	margin: 0 0 3.75vw;
	border-left: 1px solid #222222;
}
.ranking_area_list .child_list li:nth-child(4n) {
	border-right: 1px solid #222222;
}
.ranking_area_list .child_list li:last-child {
	border-right: 1px solid #222222!important;
}
.ranking_area_list .child_list li a{
	color:#222222;
}

@media only screen and (min-width: 960px)
{
	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
	RANKING対応地域一覧
	◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	/*親カテタイトル*/
	.ranking_area_list .parent_title{
		width:100%;
		padding: 8px;
		margin-bottom: 32px;
		font-size: 1.8rem;
		border-left:4px solid #ff934d;
		border-bottom:1px solid #ff934d;
	}
	/*子カテ*/
	.ranking_area_list .child_list{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		list-style: none;
		padding:0 15px;
		margin: 0 auto 48px;
	}

	.ranking_area_list .child_list li{
		width: 113px;
		height: auto;
		font-size: 1.4rem;
		text-align: center;
		padding: 4px 8px;
		margin: 0 0 16px;
	}
	.ranking_area_list .child_list li:nth-child(4n) {
		border-right: none;
	}
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
サイドバー - 地域
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

#side_ranking_cat .rank_area_title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5vw;
    line-height: 1.8;
}

#side_ranking_cat .rank_area_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5vw;
    border-bottom: 1px solid #dddddd;
    list-style: none;
    padding: 0;
}

#side_ranking_cat .rank_area_list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    text-align: center;
    padding: 0.625vw 3.75vw 0.625vw 0;
    margin: 0 3.75vw 5vw 0;
    border-right: 1px solid;
    position: relative;
}

@media only screen and (min-width: 960px)
{
	#side_ranking_cat .rank_area_title {
	    font-size: 1.2em;
	    margin-bottom: 12px;
	}

	#side_ranking_cat .rank_area_list {
	    margin-bottom: 24px;
	    list-style: none;
    	padding: 0;
	}

	#side_ranking_cat .rank_area_list li {
	    font-size: 1em;
	    text-align: center;
	    padding: 4px 12px 4px 0;
	    margin: 0 12px 16px 0;
	    border-right: 1px solid;
	    position: relative;
	}
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
地域リスト
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

.tax_rank_list {
    list-style: none;
    padding: 0 2.5vw;
    margin: 0 0 15vw;
}

.tax_rank_list li {
    width: 100%;
    margin: 0 0 7.5vw;
}

.tax_rank_list li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tax_rank_list .img_box {
    position: relative;
    width: 30%;
    overflow: hidden;
}

.imgwrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.tax_rank_list .img_box img {
    /*position: absolute;
    top: 0;*/
}

.tax_rank_list .title {
    width: 65%;
    font-size: 1.2rem;
    line-height: 1.6;
}

@media only screen and (min-width: 960px)
{
	.tax_rank_list {
	    display: flex;
	    justify-content: flex-start;
	    flex-wrap: wrap;
	    list-style: none;
	    padding: 0 16px;
	    margin: 0 0 80px;
	}

	.tax_rank_list li {
	    width: 28%;
	    margin: 0 8% 32px 0;
	}

	.tax_rank_list li a {
	    display: flex;
	    align-items: flex-start;
	    justify-content: space-between;
	    align-items: center;
	    flex-wrap: wrap;
	}

	.tax_rank_list .img_box {
	    width: 100%;
	    margin-bottom: 16px;
	}

	.tax_rank_list .title {
	    width: 100%;
	    font-size: 1em;
	    line-height: 1.4;
	}
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
投稿記事
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

.post-content .single_title
{
	color: #1e1e1e !important;
	font-size: 22px;
    line-height: 35px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700;
}

.post-content .blogbox {
    padding: 10px 0;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: dotted 1px #ccc;
    border-bottom: dotted 1px #ccc;
}

.post-content .blogbox span
{
	display: inline-block;
    padding-left: 25px;
}

.post-content .single_to_content ul,
.post-content .single_to_content ol
{
  background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 3px gray;/*線の種類 太さ 色*/
}

.post-content .single_to_content ul li,
.post-content .single_to_content ol li
{
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}


@media only screen and (min-width: 960px)
{
	.post-content .single_title
	{
		font-size: 27px;
	    line-height: 40px;
	    color: #333;
	    margin-bottom: 20px;
	}

}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
投稿記事一覧
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

.article_post_area ul
{
	list-style: none;

}

.article_post_area li
{
	margin-top: 1.4em;
    border-bottom: 1px solid #ddd;
    padding: 1em 0em;
}
@media only screen and (max-width: 960px)
{
  .article_post_area ul
  {
    padding: 0;
  }

  .article_post_area .title
  {
    font-size: 1.6em;
    padding-top: 0.8em;
  }

}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
マイブログ記事
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

#article_myblog .single_text img
{
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
サイドウィジェット
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

.side-category h4
{
  position: relative;
  display: block;
  padding: 15px 0;
  font-weight: normal;
  text-align: center;
  color: inherit;
  text-decoration: none;
  background: #eee;
  border-radius: 3px 3px 0 0;
  font-size: 1.2em;
}

.side-category h4:before
{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

@media print, screen and (min-width: 960px)
{
  .side-category h4
  {
    font-size: 1em;
  }
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
目次部分
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

#toc_container {
    margin-bottom: 40px;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #b9b9b9;
    border-radius: 2px;
    color: #666;
    background-color: #fcfcfc;
}

#toc_container .toc_title {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0px;
    font-size: 1.7em;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}

#toc_container .toc_list {
    list-style-type: none !important;
    counter-reset: li;
    list-style: none;
    list-style-image: none;
}

#toc_container .toc_list > li {
    position: relative;
    margin-bottom: 15px;
    margin-left: 30px;
    line-height: 1.3em;
    font-size: 0.9em;
    margin-top: 10px;
    list-style-image: none;
}

#toc_container .toc_list > li a {
    text-decoration: none !important;
    color: #40a4be;
}

#toc_container .toc_list > li a:hover
{
  text-decoration: underline !important;
}

#toc_container .toc_list > li:after {
    counter-increment: li;
    content: "0"counter(li) " |";
    position: absolute;
    left: -40px;
    top: 0px;
    background: none;
    font-family: "Unica One", cursive;
    font-size: 1.4em;
    letter-spacing: -1px;
    background-color: #fcfcfc;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ランキング記事部分
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

#rank_content_area
{
  margin-top: 3em;
  padding-bottom: 4em;
}

#rank_content_area .rank-content
{
  margin-bottom: 6em;
}

#rank_content_area .rank-content:last-child
{
  margin-bottom: 0em;
}

.rec-list-box
{
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #a9a9a9;
  border-radius: 8px;
}

.rec-list-box .title
{
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #fff;
  color: #171717;
  font-weight: bold;
}

.rec-list-box ul
{
  padding-top: 1em;
  list-style: none;
}

#rank_content_area .rank-block
{
  margin: 5em 0;
}

#rank_content_area .link_box a
{
  width: 100%;
  height: 20vw;
  overflow: hidden;
  border-radius: 10px;
}

#rank_content_area .tel_box
{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 2.5vw;
  background: #ff8d42;
}

#rank_content_area .tel_box .fa
{
  font-size: 2em;
  margin-right: 2.5vw;
}

#rank_content_area .tel_box .tel_txt {
    display: block;
    font-size: 1em;
    margin: 0 0 -1.45vw;
}

#rank_content_area .tel_box .tel_number {
    font-size: 1.6em;
    letter-spacing: 1px;
}

#rank_content_area .site_box
{
  background-size: cover;
  background-position: center center;
}

#rank_content_area .site_box .site_txt
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vw;
  color: #fff;
  background: rgb(0 165 50);
  border-radius: 10px;
}

#rank_content_area .site_box .site_txt::before {
    content: '\f35d';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 1.6rem;
    margin-right: 1.25vw;
}

@media only screen and (min-width: 960px)
{
  #rank_content_area .link_box a
  {
    width: 100%;
    height: 88px;
    border-radius: 10px;
  }

  #rank_content_area .tel_box {
      padding: 16px;
  }

  #rank_content_area .tel_box .fa
  {
    font-size: 2em;
    margin-right: 16px;
  }

  #rank_content_area .tel_box .tel_txt {
      font-size: 0.9em;
      margin: 0;
  }

  #rank_content_area .tel_box .tel_number {
      font-size: 1.5em;
  }

  #rank_content_area .site_box .site_txt
  {
    font-size: 1.3em;
    height: 100%;
  }

  #rank_content_area .site_box .site_txt::before
  {
    font-size: 1em;
    margin-right: 8px;
  }

}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ソーシャルボタン
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

#social_area .sa-btn
{
 width: 100%;
}

#social_area .sa-btn a
{
  width: 94%;
}

.btn-twitter
{
  color: #fff !important;
  background-color: #54aceb !important;
  border-color: #54aceb !important;;
}

.btn-facebook
{
  color: #fff !important;
  background-color: #3b5997 !important;
  border-color: #3b5997 !important;
}

.btn-google-plus
{
  color: #fff !important;
  background-color: #de4b39 !important;
  border-color: #de4b39 !important;
}

.btn-hatena
{
  color: #fff !important;
  background-color: #3c7dd1 !important;
  border-color: #3c7dd1 !important;
}

.btn-pocket
{
  color: #fff !important;
  background-color: #ee4258 !important;
  border-color: #ee4258 !important;
}

.btn-feedly
{
  color: #fff !important;
  background-color: #87bd33 !important;
  border-color: #87bd33 !important;
}

@media only screen and (max-width: 960px)
{
  #social_area .sa-btn
  {
    padding-bottom: 1em;
    text-align: center;
  }
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ウィジェット
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

#widget_menu, #widget_menu .widget
{
  list-style: none;
}

#widget_menu
{
  margin: 0;
  padding: 0 0 0 0;
}

#widget_menu .widget
{
  margin-bottom: 1.2em;
}

#widget_menu .widgettitle {
    position: relative;
    display: block;
    padding: 15px 0;
    font-weight: normal;
    text-align: center;
    color: inherit;
    text-decoration: none;
    background: #eee;
    border-radius: 3px 3px 0 0;
    font-size: 1.2em;
}

#widget_menu .widgettitle {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

@media print, screen and (min-width: 960px)
{
  #widget_menu .widgettitle {
      font-size: 1em;
  }
}
