/*
Theme Name:PORIPU tears for SANGO
Template:sango-theme
Theme Name:sango-theme-poripu
Theme URI:https://oldno07.com/poripu/
Author: マサオカ
Author URI:https://oldno07.com/
Description: SANGOの子テーマです。SANGO親テーマをインストールした状態で、本子テーマを適用してください。使い方は<a href="https://oldno07.com/poripu/">デモサイト</a>を御覧ください。
Version:1.28
/*--------------------------------------
ここから下にCSSを追加してください
--------------------------------------*/

/*--------------------------------------
  全体
--------------------------------------*/
body {
}

/*--------------------------------------
  見出しh1
--------------------------------------*/
h1 {
}

/*--------------------------------------
  見出しh2
--------------------------------------*/

.entry-content h2 {
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
}

.entry-content h2:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------
  見出しh3
--------------------------------------*/

.entry-content h3 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}

/*--------------------------------------
  見出しh4
--------------------------------------*/

.entry-content h4 {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

/*--------------------------------------
  見出しh5
--------------------------------------*/
.entry-content h5 {
}
.entry-content h5 after {
}
.fa5 .entry-content h5:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*--------------------------------------
  見出しおしゃれ
--------------------------------------*/
/*-- 見出し01 --*/
.headline01{
	font-size: 1.2em;
	font-weight: bold;
  border-bottom: solid 3px #cce4ff;
  position: relative;
}

.headline01:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

/*-- 見出し02 --*/
.headline02{
	font-size: 1.2em;
	font-weight: bold;
  border-bottom: solid 3px #ffc778;
  position: relative;
}

.headline02:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px skyblue;
  bottom: -3px;
  width: 20%;
}

/*-- 見出し03 --*/
.headline03{
	font-size: 1.2em;
	font-weight: bold;
  position: relative;/*相対位置*/
  line-height: 1.0;/*行高*/
  margin-bottom: 10px;
  display: inline-block;
}
.headline03:before, .headline03:after { 
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 1.0em;
  color: #23346e;
}
.headline03:before {
  content:"\f053";/*アイコン種類*/
  padding-right: 0.5em
}
.headline03:after {
  content:"\f054";/*アイコン種類*/
  padding-left: 0.5em
}

/*-- 見出し04 --*/
.headline04 {
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
  background: #eff4ff;
  padding: 2px 5px 2px 20px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}
.headline04:before {
  font-family: "Font Awesome 5 Free";
  content: "\f041";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #81a1e4;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #4967b4;
}



/*--------------------------------------
  テーブルのセンタリング
--------------------------------------*/

/*  Width100%  */
.entry-content table.tb-responsive{
	width: 100%;
}

/*  テーブルのTH文字の左寄せ  */
.entry-content .tb-th-left th{
	text-align: left;
}

/*  テーブルのTD文字のセンタリング  */
.entry-content .tb-td-center td{
	text-align: center;
}

/*  テーブルのTD文字を太字に  */
.entry-content .tb-td-bold td{
	font-weight: bold;
}

/*  テーブルの文字を小さく  */
.entry-content .tb-td-font-small th,td{
	font-size: 0.8em;
}

/*  テーブルの文字を普通サイズに  */
.entry-content .tb-td-font-normal th,td{
	font-size: 1em;
}

/*--------------------------------------
  リスト
--------------------------------------*/
/*  リストの文字を太字に  */
.list-font-bold li{
	font-weight: bold;
}


/*--------------------------------------
  ウィジェット-テキスト-original
--------------------------------------*/

.widget .textwidget .original p{
    display: inline-block;
    padding: 2px 5px 2px 5px;
    color: #626262;
    text-decoration: none;
	font-weight: bold;
}

.widget .textwidget .original p.title {
    display: block;
    padding: 2px 5px 0px 5px;
}


.widget .textwidget .original p a{
    color: #4f96f6;
}

/* リスト内のリンク */
.widget .textwidget .original ul{
    margin-top: 0px;
}

.widget .textwidget .original ul li a{
    color: #4f96f6;
	font-weight: bold;
	padding: 5px;
}

/* リスト内のタイトル */

.widget .textwidget .original ul li .listTitle{
	margin-left: 5px;
    color: #626262;
}

/*--------------------------------------
  関連記事(横長)
--------------------------------------*/
/*内部リンク＊記事ページ*/
.entry-content a.linkto.table{
    margin:2em 0;
    border:solid 1px #555;
    background:none;
    transition: .3s;
}
.entry-content a.linkto.table img{
    box-shadow:none;
}
.entry-content a.linkto.table:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0.7 ;
}
.entry-content a.linkto {
    position: relative;
    max-width: 100%;
}
.entry-content a.linkto:before {
    position: absolute;
    content: " ＼check／";
    top: -17px;
    left: 5px;
    display: inline-block;
    width: 75px;
    height: 27px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    font-size: 11px;
    line-height: 28px;
    color: #333;
    letter-spacing: 3px;
    padding-left: 3px;
    border-radius: 0px;
}
.entry-content a.linkto:after {
    position: absolute;
    display: flex;
    height: 15%;
    padding: 2px 15px;
    content: "続きを読む";
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    color: #fff;
    background:#333;
    font-weight:bold;
    text-decoration:none;
    align-items: center;
}
.entry-content a.linkto .tbtext {
    padding: 15px 0px 0px 10px;
    vertical-align: top;
    font-size: 14px!important;
    color:#333;
}



/*--------------------------------------
  外部リンクのデザイン
--------------------------------------*/

.reference .refttl:before {
content: "\f4d8";
color: #6bb6ff;/*左のアイコンの色*/
}
.reference{
border-radius:5px;
color:  rgba(80,80,90,.7);/*文字色*/
background: rgba(214,237,255,.3);/*背景色*/
box-shadow: 0 2px 2px rgba(0,0,0,.15);
border: 3px solid rgba(107,182,255,.3);/*ボーダー色*/
opacity:.95;
padding: 10px 10px 9px 0;
}
.reference .refttl{
border-right: solid 2px rgba(100, 83, 58,.1);
}




/*--------------------------------------
  homepageのみに設定
--------------------------------------*/


/*人気カテゴリー*/
.home ul.popcate{
    background:none!important;/*背景色が必要な場合はどうぞ*/
    padding:0px!important;
    border:none!important;
    display: -webkit-flex;
    display: flex;
    margin:0 auto 0.5em 0!important;
}
.home ul.popcate li{
    margin:0.5em;
    background:none!important;/*背景色が必要な場合はどうぞ*/
    border:none!important;
    list-style: none;
    flex-basis: 30%;
    text-align:center!important;
    letter-spacing:0.1em;
    font-weight: bold;
}

.home ul.popcate a{
    height:150px;
    width:100px!important;
    color:#333!important;
    font-size:100%;
}

.home ul.popcate a:hover{
    opacity: 0.5;
    background:none;/*背景色が必要な場合はどうぞ*/
}

.home ul.popcate img{
    object-fit: cover;
    height:100px;
    width:100%!important;
    border-radius:5px;
}





