/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

/* デバイス幅が768px以上の場合にカード型レイアウトを3カラムにする */
@media only screen and (min-width: 780px) {
 .post-list-card .post-list{
 width:31.333%;
 }
}

/* 3カラムのmarginの設定 */
.column-wrap {
    margin-top: 1em;
}

/* flex boxの設定 */
.look1 {
  display: flex;
  flex-wrap: wrap;
}
.look2 {
  width: calc(50% - 10px);
  margin: 10px 5px;
  display: flex;
  flex-wrap: wrap;
}
.card {
  width: calc(50% - 10px);
  margin: 10px 5px;
  box-shadow: 0 0 5px #aaa;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 780px) {
.look2,
.card {
  width: calc(100% - 10px);
}
}

/* ショートコードボタンのリンク色 */
.btn-wrap a:hover{
	color:#fff !important; 
	text-decoration:none;
}

/* カテゴリーごとのランキングリスト周り */
.widget ul li {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 0.5em 0em 0.25em 0em;
}

.widget ul li a:hover {
	color:#E69B9B; 
	text-decoration:underline;
}

/* フォント周り */
/* 色設定 */
.red{
  color:#D7141A;
}

.blue-big{
  color:#3b5998;
	font-size:20px;
	font-weight: bold;
}

.lblue-big{
  color:#1BB4D3;
	font-size:20px;
	font-weight: bold;
}

.blue{
  color:#3b5998;
}

.gray{
  color:#8A8A8A;
}

/* awesomeアイコン用 色 */
.fb-blue{
	color: #3b5998;
	font-size: 1.25em;
	width: 1.25em;
	margin-left: 0.3em;
}
.tw-blue{
	color: #1da1f2;
	font-size: 1.25em;
	width: 1.25em;
}
.fa-arrow-circle-o-down,
.fa-arrow-circle-down{
	color: #999999
}
.fa-angle-right{
	font-size: 1.25em;
	width: 1.25em;
}

/* マーカー黄色 太字 */
.highlight {
    background: linear-gradient(transparent 40%, #ffff66 0%);
    line-height: 1.3em;
    font-weight: bold;
}

/* マーカー黄色 */
.highlight-y {
    background: linear-gradient(transparent 40%, #ffff66 0%);
    line-height: 1.3em;
}

/* マーカー桃色 太字 */
.highlight-pp {
    background: linear-gradient(transparent 40%, #ffccff 0%);
    line-height: 1.3em;
    font-weight: bold;
}

/* マーカー桃色 */
.highlight-p {
    background: linear-gradient(transparent 40%, #ffccff 0%);
    line-height: 1.3em;
}

/* マーカー水色 太字 */
.highlight-bb {
    background: linear-gradient(transparent 40%, #99ffff 0%);
    line-height: 1.3em;
    font-weight: bold;
}

/* 注釈 */
p.kome {
    font-size: 0.75em;
    color: #8A8A8A;
    text-align: left;
}

.kome {
    font-size: 0.8em;
    color: #8A8A8A;
}

/* 単なる太字の設定 */
.bold{
    font-weight:bold;
}

/* 単なるデカ字の設定 */
.font-big{
    font-size:20px;
}

/* 画像説明 awesome下矢印 */
.gazou-setsumei {
    margin:4em 0 1em 0;
}
.gazou-setsumei:before { 
    position: relative;
    font-family: FontAwesome;
    display: inline-block;
    font-size: 1.75em;
		width: 1.25em;
    color: #1BB4D3;
	  content:"\f13a";
	  margin-left: 0.25em;
}

/* h2の設定 */
.entry-content h2{
  font-size:1.6em;
  margin-top: 4em;
}

/* h3の設定 */
.entry-content h3{
  border-left: 0;
  border-top: 3px solid #50b4de;
  border-bottom: 3px solid #50b4de;
  padding: .5em 0;
  margin-top: 4em;
}

/* h4の設定 */
.entry-content h4{
  border-left:3px solid #50b4de;
  padding: .1em 0 .1em .8em;
  margin-top: 4em;
}

/* h5の設定 */
.entry-content h5{
  font-size:1.1em;
  margin-top: 4em;
}

/* 枠 */
.waku{
  border: 1px solid #ddd;
  position: relative;
  margin: 2em 0.5em;
  padding: 1em 0.75em 1em 1em;
	font-size:.95em;
}

/* 枠（注意） */
.note{
  background: #FFD1D9;
  border: 1px solid #ddd;
  position: relative;
  margin: 2em 0em 2em 0em;
  padding: 1em 0.75em 1em 2.5em;
  font-size:.95em;
}
.note::before{
  position: absolute;
  top: 0.4em;
  left: 0.5em;
  font-family: FontAwesome;
  content: '\f06a';
  color: #454545;
  font-size: 150%;
}

/* 枠（関連） */
.reference{
  background: #FFFFCC;
  border: 1px solid #ddd;
  position: relative;
  margin: 2em 0em 2em 0em;
  padding: 1em 0.75em 1em 2.5em;
	font-size:.95em;
}
.reference::before{
  position: absolute;
  top: 0.4em;
  left: 0.5em;
  font-family: FontAwesome;
  content: '\f002';
  color: #454545;
  font-size: 150%;
}

/* 枠（補足） */
.question{
  background: #F0FFFF;
  border: 1px solid #ddd;
  position: relative;
  margin: 2em 0em 2em 0em;
  padding: 1em 0.75em 1em 2.5em;
	font-size:.95em;
}
.question::before{
  position: absolute;
  top: 0.4em;
  left: 0.5em;
  font-family: FontAwesome;
  content: '\f059';
  color: #454545;
  font-size: 150%;
}

/* 枠（判例） */
.ruling {
  background-color: #F4F3EB;
  position: relative;
  padding: 1em;
	font-size:.95em;
}
.ruling::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 0 0 2em 2em;
  border-style: solid;
  border-color: #ccc #fff #fff #ccc;
}

/* グロナビ追従PC */
.header {position: relative;z-index: 2;}
#inner-header{
	position:fixed;
	width:100%;
  height: 60px;
	border-bottom:1px solid #bfbfbf;
	opacity: .9;
}
.header.bg{
	margin-bottom:75px;
}

@media only screen and (max-width: 767px) {
#inner-header{
	padding: 2px 0 0 0;
  height: 55px;
	margin-top: -75px;
}
}

/* スマホメニュー */
@media only screen and (max-width: 767px) {
.menu-sp {
    background: #1BB4D3 !important;
}
}

/* swiper */
.swiper-container {
    width: 100%;
    height: 360px;
}

@media only screen and (max-width: 780px) {
.swiper-container {
    height: 360px;
}
}

/* swiper pagination */
    .swiper-pagination-bullet {
        width: 1em !important;
        height: 1em !important;
        background: #FF903C !important;
}
    .swiper-pagination-bullet-active {
        background: #FF903C !important;
}
/* swiper内を中央揃え */
 .swiper-container {
   text-align: center;
 }
/* swiper内の外部リンクアイコンを消す */
 .swiper-container a[target="_blank"]:after {
 content:none;
 }

/* ボタン */
/* ctaのボタン001 */
.btn-wrap.cta-001 a{
	font-weight: bold;
	position: relative;
	background-color: #00ACED;
	color: #fff;
	border-radius: 0.2em;
	box-shadow: 0 4px 0 #305097;
	border: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .09);
}
.btn-wrap.cta-001 a:hover {
	background: #305097;
	color: #fff;
	box-shadow: 0 1px 0 #305097;
}

/* ctaのボタン002 */
.btn-wrap.cta-002 a{
	position: relative;
	background-color: #FF903C;
	color: #fff;
	border-radius: 0.2em;
	box-shadow: 0 4px 0 #FF6E00;
	border: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .09);
}
.btn-wrap.cta-002 a:hover {
	background: #FF6E00;
	color: #fff;
	box-shadow: 0 1px 0 #FF6E00;
}

/* ボタン 青（無料相談）*/
.btn01{
	width: 100%;
	padding: 3px 5px;
	background: #00ACED;
	color: #fff;
	font-size:1.25em;
	text-align: center;
	border-radius: 5px;
	line-height: 1.3;
	text-decoration: none;
}
.btn01:hover{
	color: #fff;
	background: #009CD4;
	text-decoration: none;
}

/* ボタン 橙（弁護士一覧）*/
.btn02{
	width: 100%;
	padding: 3px 5px;
	background: #FF903C;
	color: #fff;
	font-size:1.25em;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
}
.btn02:hover{
	color: #fff;
	background: #E68337;
	text-decoration: none;
}

/* ボタン 都道府県選択  */
.btn03 {
	display: inline-block;
	width: 13%;
	height: 50px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: transparent;
	border: 1px solid #FF903C;
	margin: 2px;
	color: #FF903C !important;
	line-height: 50px;
}
.btn03::before,
.btn03::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn03,
.btn03::before,
.btn03::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn03:hover {
	background-color: rgba(255, 144, 60, .2);
}
@media only screen and (max-width: 780px) {
.btn03{
	width: 23%;
	height: 45px;
	line-height: 42px;
}
}

/* ボタン 小 */
.btn04{
	width: 40%;
	padding: 2px 0;
	margin: 1em 0.5em 0 0;
	float: right;
	background: #FF903C;
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	line-height: 1.3;
}
.btn04:hover{
	text-decoration: none;
	color: #fff;
}
@media only screen and (max-width: 780px) {
.btn04{
	width: 60%;
	margin: 0.5em 0.25em 0.5em 0;
}
}

/* 会話 */
.tweet-box {
    width: 100%;
    height: auto;
    overflow: hidden; /*floatの解除*/
    margin-bottom: 20px;
}
.tweet-face {
    float: left;
    margin-right: -120px;
}
.tweet-face img{
    width: 100px;
    height: 100px;
}
.tweet-area {
    width: 100%;
    float: right;
    text-align: left;
}
.tweet-serihu {
    display: inline-block; /*コメントの文字数に合わせて可変*/
    padding: 15px 20px;
    margin-left: 120px;
    margin-top: 10px;
    color: #080404;
}
@media only screen and (max-width: 480px) {
.tweet-face img{
    width: 70px;
    height: 70px;
}
.tweet-serihu {
    margin-left: 70px;
    margin-top: 5px;
    padding: 15px 15px 15px 5px;
}
}
/* table横スクロール */
.table{
 width:100%;
 word-break:keep-all;
}
.tscroll{
overflow: auto;
white-space: nowrap;
}
.tscroll::-webkit-scrollbar{
 height: 5px;
}
.tscroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.tscroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

/* footerフローティング */
#footer_ban {
margin: 0 auto;
width: 100%;
overflow: hidden;
position: fixed;
bottom: -1.2em;
background: rgba(213, 237, 237, 0.7);
border-top:1px solid #bfbfbf;
z-index: 9999;
line-height:1;
}