@charset "utf-8";
/*表示しない*/
.hidden {
	display: none;
}
/*見出し
--------------------------------------------------*/
#sub h1 {
     border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
     text-align: left;
    color: #A5252D;
    line-height:1em;
    font-size:1.8rem;
    padding: 16px 8px;
    box-sizing: border-box;
    font-weight: bold;
    margin-bottom:32px;
}
#sub h2 {
position: relative;
font-size:1.4rem;
    color: #000;
    font-weight: bold;
  padding:8px 0;
  border-bottom: 3px solid #ccc;
    margin: 24px 0;
}

#sub h2:before {
  position: absolute;
  bottom:-3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: '';
  background: #A5252D;
}
#sub h3 {
    border-left: 3px #A5252D solid;
	color: #A5252D;
	font-size:1.2rem;
	font-weight: bold;
	margin: 24px 0;
	padding: 3px 10px 3px 14px;
}
#sub h4 {
	background:#eee;
	color: #000;
	font-size:1.1rem;
	font-weight: bold;
	margin: 24px 0;
	padding:8px 16px !important;
    box-sizing: border-box;
}
#sub h5 {
	border-bottom: 1px solid #000;
	color: #000;
    font-weight: bold;
	font-size:1rem;
	margin: 24px 0;
	padding: 5px 10px 0 4px;
}
#sub h6 {
	color: #000;
    font-weight: bold;
	margin: 24px 0;
	padding: 5px 10px 4px 0;
}
#sub h6:before{
    color: #A5252D;
    content: "■";
    display: inline-block;
    font-size:1.2rem;
    margin-right: 5px;
}

/*画像キャプション
--------------------------------------------------*/
.img-caption{
	text-align:center;
	font-size:90%;
}
.img-caption img{
	display:block;
	margin:0 auto 5px;
	max-width:100%;
}

/*テーブル設定
--------------------------------------------------*/
#sub table {
	margin-top: 20px;
}
#sub table {
	border-bottom: solid 1px #BBBBBB;
	border-left: solid 1px #BBBBBB;
	border-right: none;
	border-top: none;
	border-collapse: collapse;
	width: 100%;
}
#sub table caption {
	color: #4b4b4b;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin-top: 10px;
}
#sub table thead th {
	background: #A5252D;
	color: #fff;
	font-weight: bold;
}
#sub table th {
	padding: 5px;
	border-bottom: none;
	border-left: none;
	border-right: solid 1px #BBBBBB;
	border-top: solid 1px #BBBBBB;
	background: #F0F0F0;
	font-weight: bold;
	text-align: center;

}
#sub table td {
	padding: 5px;
	border: solid 1px #BBBBBB;
	background: #fff;
}
.bg-gray{
	background:#999;
}
.scroll-table{
overflow: auto;    /*tableをスクロールさせる*/
	word-break: break-all;
}

/*=======================================================*/
/* float解除
/*=======================================================*/
.clearfix {
	zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0.1em; 
line-height: 0; 
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*マージン
---------------------------------------*/
/*マージン設定*/
/*マージン全方向0*/
.margin-0 {
	margin:0 !important;
}
/*マージン全方向10*/
.margin-10 {
	margin:10px !important;
}
/*マージン全方向20*/
.margin-20 {
	margin:20px !important;
}
/*マージン全方向30*/
.margin-30 {
	margin:30px !important;
}
/*マージン左右0*/
.margin-rl0 {
	margin-right:0 !important;
	margin-left:0 !important;
}
/*マージン左右10*/
.margin-rl10 {
	margin-right:10px !important;
	margin-left:10px !important;
}
/*マージン左右20*/
.margin-rl20 {
	margin-right:20px !important;
	margin-left:20px !important;
}
/*マージン左右30*/
.margin-rl30 {
	margin-right:30px !important;
	margin-left:30px !important;
}
/*マージン左右 中央*/
.margin-rlauto {
	margin-right:auto !important;
	margin-left:auto !important;
}
/*マージン上下0*/
.margin-tb0 {
	margin-top:0 !important;
	margin-bottom:0 !important;
}
/*マージン上下10*/
.margin-tb10 {
	margin-top:10px !important;
	margin-bottom:10px !important;
}
/*マージン上下20*/
.margin-tb20 {
	margin-top:20px !important;
	margin-bottom:20px !important;
}
/*マージン上下30*/
.margin-tb30 {
	margin-top:30px !important;
	margin-bottom:30px !important;
}
/*マージン上0*/
.margin-top0 {
	margin-top:0 !important;
}
/*マージン上5*/
.margin-top5 {
	margin-top:5px !important;
}
/*マージン上10*/
.margin-top10 {
	margin-top:10px !important;
}
/*マージン上15*/
.margin-top15 {
	margin-top:15px !important;
}
/*マージン上20*/
.margin-top20 {
	margin-top:20px !important;
}
/*マージン上30*/
.margin-top30 {
	margin-top:30px !important;
}
/*マージン上40*/
.margin-top40 {
	margin-top:40px !important;
}
/*マージン下0*/
.margin-bottom0 {
	margin-bottom:0 !important;
}
/*マージン下5*/
.margin-bottom5 {
	margin-bottom:5px !important;
}
/*マージン下10*/
.margin-bottom10 {
	margin-bottom:10px !important;
}
/*マージン下20*/
.margin-bottom20 {
	margin-bottom:20px !important;
}
/*マージン下30*/
.margin-bottom30 {
	margin-bottom:30px !important;
}
/*マージン左0*/
.margin-l0 {
	margin-left:0 !important;
}
/*マージン左10*/
.margin-l10 {
	margin-left:10px !important;
}
/*マージン左20*/
.margin-l20 {
	margin-left:20px !important;
}
/*マージン左30*/
.margin-l30 {
	margin-left:30px !important;
}
/*マージン右0*/
.margin-r0 {
	margin-right:0 !important;
}
/*マージン右10*/
.margin-r10 {
	margin-right:10px !important;
}
/*マージン右20*/
.margin-r20 {
	margin-right:20px !important;
}
/*マージン右30*/
.margin-r30 {
	margin-right:30px !important;
}

/*パディング0*/
.p0 {
	padding: 0;
}

/*----- 横幅指定 -----*/
.wd1 {width: 1%;}
.wd5 {width: 5%;}
.wd10 {width: 10%;}
.wd13 {width: 13%;}
.wd15 {width: 15%;}
.wd20 {width: 20%;}
.wd25 {width: 25%;}
.wd30 {width: 30%;}
.wd35 {width: 35%;}
.wd37 {width: 37%;}
.wd40 {width: 40%;}
.wd44 {width: 44%;}
.wd45 {width: 45%;}
.wd50 {width: 50%;}
.wd60{width: 60%;}
.wd65 {width: 65%;}
.wd70 {width: 70%;}
.wd75 {width: 75%;}
.wd80 {width: 80%;}
.wd85 {width: 85%;}
.wd90 {width: 90%;}
.wd95 {width: 95%;}
.wd100 {width: 100%;}

/*テキスト位置設定
--------------------------------------------------*/
.txt-c {
	text-align: center;
}
.txt-r {
	text-align: right;
}
.txt-l {
	text-align: left;
}
.txt-m {
	vertical-align: middle;
}
.txt-t {
	vertical-align: top;
}
.txt-b {
	vertical-align: bottom;
}
.text-c{
	text-align:center;
}
.text-r{
	text-align:right;
}
.text-l{
	text-align:left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-middle {
	vertical-align: middle;
}
.text-top {
	vertical-align: top;
}
.text-bottom {
	vertical-align: bottom;
}
td.text-c,
th.text-c{
	text-align:center;
}
td.text-r,
th.text-r{
	text-align:right;
}
td.text-l,
th.text-l{
	text-align:left;
}

/*=======================================================*/
/* テキスト装飾
/*=======================================================*/
.red {
	color:#FF0000;
}
.orange{
	color:#FF7F00;
}
.blue{
	color:#0081BF;
}
.gray{
	color:#666;
}
.f-l{
	font-size:130%;
}
.f-ll{
	font-size:160%;
}
.f-s{
	font-size:75%;
}
.f-en{
	font-size:80%;
}
.f-bold{
	font-weight:bold;
}
.icon{
	    margin-left: 5px;
    margin-top: 6px;
}

/*=======================================================*/
/*  画像位置
/*=======================================================*/
.img_l {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align:left;
}
.img_r {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align:left;
}
@media screen and (max-width:480px){
.img_l img,
.img_r img{
	width: 50%;
}
}

/*リスト以外インデント*/
/*1em*/
.indent-1 {
	text-indent: -1em;
	margin-left: 1em;
}
/*1.1em*/
.indent-1-1 {
	text-indent: -1.1em;
	margin-left: 1.1em;
}
/*1.2em*/
.indent-1-2 {
	text-indent: -1.2em;
	margin-left: 1.2em;
}
/*1.3em*/
.indent-1-3 {
	text-indent: -1.3em;
	margin-left: 1.3em;
}
/*1.4em*/
.indent-1-4 {
	text-indent: -1.4em;
	margin-left: 1.4em;
}
/*1.5em*/
.indent-1-5 {
	text-indent: -1.5em;
	margin-left: 1.5em;
}
/*1.6em*/
.indent-1-6 {
	text-indent: -1.6em;
	margin-left: 1.6em;
}
/*1.7em*/
.indent-1-7 {
	text-indent: -1.7em;
	margin-left: 1.7em;
}
/*1.8em*/
.indent-1-8 {
	text-indent: -1.8em;
	margin-left: 1.8em;
}
/*1.9em*/
.indent-1-9 {
	text-indent: -1.9em;
	margin-left: 1.9em;
}
/*2em*/
.indent-2 {
	text-indent: -2em;
	margin-left: 2em;
}

/*リスト設定
--------------------------------------------------*/
.list-f:after, .list-two:after, .list-three:after, .list-four:after, .list-fs:after, .linklist-f:after, .linklist-two:after, .linklist-three:after, .linklist-four:after, .linklist-fs:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.list-f, .list-two, .list-three, .list-four, .list-fs, .linklist-f, .linklist-two, .linklist-three, .linklist-four, .linklist-fs {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .list-f, * html .list-two, * html .list-three, * html .list-four, * html .list-fs, * html .linklist-f, * html .linklist-two, * html .linklist-three, * html .linklist-four, * html .linklist-fs {
	height: 1%;
}
.list-f, .list-two, .list-three, .list-four, .list-fs, .linklist-f, .linklist-two, .linklist-three, .linklist-four, .linklist-fs {
	display: block;
}
/*---- リストアイコン基本設定 ----*/
.list, .list-f, .list-two, .list-three, .list-four, .list-s, .list-fs {
	margin: 10px 0 0 10px;
}
/*リスト大*/
.list li, .list-f li, .list-two li, .list-three li, .list-four li {
	background-image: url(/cie/assets/images/common/ic_list.png);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding: 1px 0 1px 18px;
}
/*リスト小*/
.list-s li, .list-fs li {
	background-image: url(/cie/assets/images/common/ic_list_s.png);
	background-repeat: no-repeat;
	background-position: 4px 0.6em;
	padding: 1px 0 1px 18px;
}
/*---通常リスト---*/
.list li {
}
/*通常リスト:横並び*/
.list-f li {
	white-space: nowrap;
	float: left;
	padding-right: 20px;
}
/*通常リスト:横並びアイコンナシ*/
.list-ff li {
    background: none;
	white-space: nowrap;
	float: left;
	padding-right: 20px;
}
/*通常リスト:2カラム*/
.list-two li {
	float: left;
	width: 45%;
	margin-right: 1%;
}
/*通常リスト:3カラム*/
.list-three li {
	float: left;
	width: 28%;
	margin-right: 1%;
}
/*通常リスト:4カラム*/
.list-four li {
	float: left;
	width: 21%;
	margin-right: 1%;
}
/*通常リスト:小さめ*/
.list-s li {
}
/*通常リスト:横並び(小さめ)*/
.list-fs li {
	white-space: nowrap;
	float: left;
	padding-right: 20px;
}
/*入れ子にしたとき、画像が出てしまうのを防ぐ*/
.none li {
	background: none;
	padding-left: 0px;
}
/*---- リンクリストアイコン基本設定 ----*/
/* リスト大 */
.linklist, .linklist-f, .linklist-two, .linklist-three, .linklist-four {
	margin: 10px 0 0 10px;
}
.linklist li, .linklist-two li, .linklist-three li, .linklist-four li, p.link {
	background-image: url(/cie/assets/images/common/arrow02.png);
	background-repeat: no-repeat;
	background-position: 0px 0.6em;
	padding: 1px 0 1px 16px;
}
.linklist-f li{
	background-image: url(/cie/assets/images/common/arrow02.png);
	background-repeat: no-repeat;
	background-position: 0px 0.6em;
	padding: 1px 0 1px 12px;
}
/* リスト小 */
.linklist-s, .linklist-fs {
	margin: 10px 0 0 10px;
}
.linklist-s li, .linklist-fs li {
	background-image: url(/cie/assets/images/common/ic_linklist_s.png);
	background-repeat: no-repeat;
	background-position: 6px 0.7em;
	padding: 1px 0 1px 16px;
}
/*---- リンクリスト ----*/
.linklist li {
}
/*リンクリスト：横並び*/
.linklist-f li {
	white-space: nowrap;
	float: left;
	padding-right: 20px;
}
/*リンクリスト：2カラム*/
.linklist-two li {
	float: left;
	width: 45%;
	margin-right: 1%;
}
/*リンクリスト：3カラム*/
.linklist-three li {
	float: left;
	width: 28%;
	margin-right: 1%;
}
/*リンクリスト：4カラム*/
.linklist-four li {
	float: left;
	width: 21%;
	margin-right: 1%;
}
/*リンクリスト:小さめ*/
.linklist-s li {
}
/*リンクリスト：横並び(小さめ)*/
.linklist-fs li {
	white-space: nowrap;
	float: left;
	padding-right: 20px;
}
/*---- 単体リンク ----*/
p.link {
    background-image: url(/cie/assets/images/common/arrow02.png);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
	padding: 1px 0 1px 12px;
}

/*番号リスト:ローマ大文字*/
ol{
    list-style-type: decimal;
    margin-left: 30px;
}
.ollist-ur {
	list-style-type: upper-roman;
}
/*番号リスト:ローマ小文字*/
.ollist-lr {
	list-style-type: lower-roman;
}
/*番号リスト:アルファベット大文字*/
.ollist-ua {
	list-style-type: upper-alpha;
}
/*番号リスト:アルファベット小文字*/
.ollist-la {
	list-style-type: lower-alpha;
}

/*----- 位置設定 -----*/
/*1/2サイズ*/
.half-l,.harf-l {
	float: left;
	width: 49%;
}
.half-r,.harf-r  {
	float: right;
	width: 49%;
}
/*1/3サイズ*/
.three-l {
	width: 32%;
	float: left;
}
.three-c {
	width: 32%;
	float: left;
	padding-left: 10px;
}
.three-r {
	width: 32%;
	float: right;
}
/*フロート左*/
.float-l, .fl {
	float: left;
}
/*フロート右*/
.float-r, .fr {
	float: right;
}
/*画像フロート左*/
.img-l {
	float: left;
	width: auto;
	margin: 0 20px 20px 0;
}
/*フロート右*/
.img-r {
	float: right;
	width: auto;
	margin: 0 0 20px 20px;
}
/*----- カラーボックス -----*/

.box01, .box02, .box03, .box04, p {
	padding-top: 5px;
}
.box01 a {
	text-decoration: underline;
}
.box01, .box02, .box03, .box04 {
	padding:16px;
	margin:10px 0;
}
.box01 {
	border: #666666 1px dashed;
	background: #F3F3F3; /* Old browsers */
}
.box01 .box-midashi {
	border-left: 6px solid #999999;
	color: #333333;
	font-size: 100%;
	line-height: 100%;
	margin: 10px 0px 10px 0px!important;
	padding: 2px 5px 2px 10px;
	font-weight: bold;
	background: none!important;
	border-bottom: none;
}
.box02 {
	border:#FECFCF 1px dashed;
	background: #FEF6F6;
}
.box02 .box-midashi {
	font-size: 100%;
	line-height: 100%;
	color: #000;
	padding: 2px 5px 2px 10px;
	border-left: solid #A5252D 6px;
	margin-bottom: 10px;
	font-weight: bold;
	background: none;
}
.box03 {
	border: #F2A735 1px dashed;
	background: #FDF2E1;
}
.box03 .box-midashi {
	border-left: 6px solid #F2A735;
	color: #000;
	font-size: 100%;
	line-height: 100%;
	margin: 10px 0px 10px 0px!important;
	padding: 2px 5px 2px 10px;
	font-weight: bold;
	background: none!important;
	border-bottom: none;
}
.box04 {
	border: #A5252D 1px dashed;
	background: #fff;
}
.box04 .box-midashi {
	font-size: 100%;
	line-height: 100%;
	color: #A5252D;
	padding: 2px 5px 2px 10px;
	border-left: solid #A5252D 6px;
	margin-bottom: 10px;
	font-weight: bold;
	background: none;
}

/*リスト以外インデント*/
/*1em*/
.indent-1 {
	text-indent: -1em;
	margin-left: 1em;
}
/*1.1em*/
.indent-1-1 {
	text-indent: -1.1em;
	margin-left: 1.1em;
}
/*1.2em*/
.indent-1-2 {
	text-indent: -1.2em;
	margin-left: 1.2em;
}
/*1.3em*/
.indent-1-3 {
	text-indent: -1.3em;
	margin-left: 1.3em;
}
/*1.4em*/
.indent-1-4 {
	text-indent: -1.4em;
	margin-left: 1.4em;
}
/*1.5em*/
.indent-1-5 {
	text-indent: -1.5em;
	margin-left: 1.5em;
}
/*1.6em*/
.indent-1-6 {
	text-indent: -1.6em;
	margin-left: 1.6em;
}
/*1.7em*/
.indent-1-7 {
	text-indent: -1.7em;
	margin-left: 1.7em;
}
/*1.8em*/
.indent-1-8 {
	text-indent: -1.8em;
	margin-left: 1.8em;
}
/*1.9em*/
.indent-1-9 {
	text-indent: -1.9em;
	margin-left: 1.9em;
}
/*2em*/
.indent-2 {
	text-indent: -2em;
	margin-left: 2em;
}
/*リスト用インデント幅*/
/*1em*/
ul.indent-1 li {
	text-indent: -1em;
	margin-left: 1em;
}
/*1.1em*/
ul.indent-1-1 li {
	text-indent: -1.1em;
	margin-left: 1.1em;
}
/*1.2em*/
ul.indent-1-2 li {
	text-indent: -1.2em;
	margin-left: 1.2em;
}
/*1.3em*/
ul.indent-1-3 li {
	text-indent: -1.3em;
	margin-left: 1.3em;
}
/*1.4em*/
ul.indent-1-4 li {
	text-indent: -1.4em;
	margin-left: 1.4em;
}
/*1.5em*/
ul.indent-1-5 li {
	text-indent: -1.5em;
	margin-left: 1.5em;
}
/*1.6em*/
ul.indent-1-6 li {
	text-indent: -1.6em;
	margin-left: 1.6em;
}
/*1.7em*/
ul.indent-1-7 li {
	text-indent: -1.7em;
	margin-left: 1.7em;
}
/*1.8em*/
ul.indent-1-8 li {
	text-indent: -1.8em;
	margin-left: 1.8em;
}
/*1.9em*/
ul.indent-1-9 li {
	text-indent: -1.9em;
	margin-left: 1.9em;
}
/*2em*/
ul.indent-2 li {
	text-indent: -2em;
	margin-left: 2em;
}

/*テキスト設定
--------------------------------------------------*/
/*---- フォントサイズ ----*/
.font-s,.font-pcsp-s {
	font-size: 85%;
	line-height: 1.2em;
}
.font-ss {
	font-size: 60%;
	line-height: 1.2em;
}
.font-l {
	font-size: 115%;
}

/*---- フォントカラー ----*/
.font-red {
	color: #FF0000;
}
.font-blue {
	color: #1552C1;
}
.font-green {
	color: #006565;
}
.font-darkblue {
	color: #084487;
}
.font-white {
	color: #FFFFFF !important;
}
.font-gray {
	color: #666;
}
/*---- ボールド ----*/
.font-bold {
	font-weight: bold;
}
/*---- 太字フォントをノーマルにする ----*/
.font-def {
	font-weight: normal;
}
/*---- イタリック ----*/
.font-italic {
	font-style: italic;
}
/*---- 強調見出し ----*/
p.midashi {
	font-size: 120%;
	margin: 15px 0;
}
p.midashi strong {
	color: #A64E2D;
	font-weight: bold;
}
/*---- 画像用キャプション ----*/
figcaption {
	color: #4b4b4b;
	padding: 0;
	margin-top: 10px;
}
figure {
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
}

/* 強制的な文字の折り返し */
.w-break{
	word-break:break-all;
	display:inline-block;
}
 @media screen and (max-width: 640px) {
.list-f li, .list-two li, .list-three li, .list-four li, .list-fs li, .linklist-f li, .linklist-two li, .linklist-three li, .linklist-four li, .linklist-fs li {
	float: none;
	width: auto;
}
.half-l, .half-r,.harf-l, .harf-r, .three-l, .three-c, .three-r, .float-l, .float-r, .img-l, .img-r, .one-third, .two-third {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}
.img-l, .img-r {
	text-align: center;
	margin: 10px 0;
}
.img-l img, .img-r img{
	margin:10px 0 5px;
}
.half-l img, .half-r img,.harf-l img, .harf-r img{
		margin: 10px 0 5px;
}
.mt-image-right,.mt-image-left{
    float: none !important;
    display: block;
    margin: 20px auto !important;

}

img.ml20,img.mr20{
	margin:0 !important;
}


table thead th ,table th,table td  {
	box-sizing:border-box;
	word-break: break-word;
}

.scroll-table{
overflow: auto;    /*tableをスクロールさせる*/
	word-break: break-all;
}
.scroll-table::-webkit-scrollbar{  /*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll-table::-webkit-scrollbar-track{  /*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll-table::-webkit-scrollbar-thumb {  /*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

}

/* ページネーション */
.pagination {
	margin-top:30px;
	display:block;
}
.pager .pagination li {
  display: inline;
  }
.pagination .current_page{
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
  line-height:50px;
  background: #FEF5F6;
  margin-top:10px;
}
.pagination a{
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height:50px;
    border-radius: 50px;
   border:1px solid #F1C1C0;
   margin-top:10px;
}
.pagination .next a,.pagination .pre a{
	  width: 150px;
	   border-radius:0;
	       background: #F1C1C0;
	       margin: 10px 20px;
}

.pager .pagination {
  text-align: center;
}
@media only screen and (max-width: 767px){
  .pager .pagination li{
    display:block;
  }
/*
.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
}

.pager .pagination li.pre,
.pager .pagination li.next{
  background: #F1C1C0;
    color: #801A1F;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.pager .pagination li.pre a,
.pager .pagination li.next a{
}
.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
  background: #FEF5F6;
  border-radius: 10px;
  border-radius: 50px;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
}
@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }
  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }
  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }
  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }
}
*/