@charset "UTF-8";
/*----------このエリアは削除すると正しく動作しない可能性があります----------

Theme Name:   LION MEDIA Child
Theme URI:    http://fit-jp.com/theme/
Description:  FIT(フィット) が制作するメディア用WordPressTHEME「LION MEDIA」の子テーマ
Author:       Kota Naito　@FIT(フィット)
Author URI:   http://fit-jp.com/about/
Template:     lionmedia
Version:      1.2
License:      GNU GENERAL PUBLIC LICENSE
License URI:  http://www.gnu.org/licenses/gpl.html

----------このエリアは削除すると正しく動作しない可能性があります----------*/


/*/////////////////////////////////////////////////
//下記ユーザーカスタマイズエリア
/////////////////////////////////////////////////*/

/*--　2020/07/22 T.Ohta：スクロールテーブル
/////////////////////////////////////////////////*/
.scrollable-table table{
  border-collapse: collapse;
  margin: 2em 0;
  max-width: 100%;
}

.scrollable-table th{
  background-color: #eee;
}

.scrollable-table th,
.scrollable-table td{
  border: solid 1px #ccc;
  padding: 3px 5px;
  white-space: nowrap;
}


.scrollable-table {
  overflow-x: auto;
  margin-bottom: 1em;
/*
	max-width: 770px;
*/
    max-width: 1200px;
}


/*--　2020/11/25 T.Ohta：横幅変更
/////////////////////////////////////////////////*/
/*ラッパー(メイン&サイドバーを囲む要素)*/


.l-wrapper {
	position:relative;
	display: flex;
	width:1300px;
	max-width:95%;
    margin: 0 auto;
}

/*メイン*/
.l-main {
	width: 85%;
	padding:60px 2.5% 60px 0;
}
.l-main.l-main-single {
	width: 1300px;
	max-width:100%;
	padding:30px 0;
/*	
	padding:60px 0;
*/	
	margin: 0 auto;
}

.l-main.l-main-w1380{width: 1380px;}
.l-main.l-main-w1060{width: 1060px;}
.l-main.l-main-w900{width: 900px;}
.l-main.l-main-w740{width: 740px;}
.l-main.l-main-w100{width: 100%;}

/*サイドバー*/
.l-sidebar {
	width: 25%;
	padding:60px 0 60px 2.5%;
}
<div class="copy_btn" data-clipboard-text="<?php the_title();  ?> <?php the_permalink();  ?>">
この記事のURLとタイトルをコピーする
</div>