@charset "UTF-8";
/*-------------------------------------------------*/
/*(C) A.C.Planet Inc. All rights reserved.*/
/*--------------------------------------------------*/
/*下層基本設定
--------------------------------------------------*/
/*----- その他基本設定 -----*/
/*表示しない*/
.hidden {
  display: none;
}

/*外部リンクアイコン*/
.icon {
  display: inline;
  vertical-align: -2px;
  margin: 0 2px;
}

/*テーブル設定
--------------------------------------------------*/
table {
  margin: 15px 0;
}

table {
  border-bottom: solid 1px #d8d8d8;
  border-left: solid 1px #d8d8d8;
  border-right: none;
  border-top: none;
  width: 100%;
  border-spacing: 0px;
  line-height: 1.4em;
}

table caption {
  color: #0d4074;
  font-weight: bold;
  text-align: left;
  padding: 0;
  margin-top: 10px;
}

table thead th {
  background-color: #0d4074;
  color: white;
  letter-spacing: 0.084em;
}

table th {
  padding: 10px;
  border-bottom: none;
  border-left: none;
  border-right: solid 1px #d8d8d8;
  border-top: solid 1px #d8d8d8;
  background-color: #d9e9f9;
  color: #003366;
  font-weight: bold;
}

table td {
  padding: 10px;
  border-bottom: none;
  border-left: none;
  border-right: solid 1px #d8d8d8;
  border-top: solid 1px #d8d8d8;
  background: #fff;
}

table tr:nth-child(even) td {
  background: #edf6ff;
}

/*-----ボーダーなし-----*/
.table-none {
  border: 0px;
}

.table-none td {
  border: 0px;
  padding: 0px 0 10px;
}

/*-----ボーダー-----*/
.table-border {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: none;
  width: 100%;
  border-spacing: 0px;
}

.table-border caption {
  color: #0d4074;
  font-weight: bold;
  text-align: left;
  padding: 0;
  margin-top: 10px;
}

.table-border thead th {
  background: #fff;
  color: #0d4074;
  letter-spacing: 0.084em;
}

.table-border th {
  padding: 5px 5px;
  border-bottom: 1px dotted #d8d8d8;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: white;
  color: #003366;
  font-weight: bold;
}

.table-border td {
  padding: 10px 10px;
  border-bottom: 1px dotted #d8d8d8;
  border-left: none;
  border-right: none;
  border-top: none;
  background: #fff;
}

.table-border tr:nth-child(even) td {
  background: #fff;
}

/*テキスト位置設定
--------------------------------------------------*/
.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;
}

/*リスト設定
--------------------------------------------------*/
/*clearfix*/
.list,
.list-s,
.list-f,
.list-fs,
.list-two,
.list-three,
.list-four,
.list-six,
.linklist,
.linklist-s,
.linklist-f,
.linklist-fs,
.linklist-two,
.linklist-three,
.linklist-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

/*-----リスト大-----*/
.list li,
.list-f li,
.list-two li,
.list-three li,
.list-four li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 15px 3px 18px;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.064em;
}

@media screen and (max-width: 1020px) {
  .list li,
  .list-f li,
  .list-two li,
  .list-three li,
  .list-four li {
    font-size: 15px;
  }
}

@media screen and (max-width: 568px) {
  .list li,
  .list-f li,
  .list-two li,
  .list-three li,
  .list-four li {
    font-size: 14px;
  }
}

.list li:before,
.list-f li:before,
.list-two li:before,
.list-three li:before,
.list-four li:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4xNDIiIGhlaWdodD0iMTQuMTQyIiB2aWV3Qm94PSIwIDAgMTQuMTQyIDE0LjE0MiI+CiAgPHJlY3QgaWQ9IumVt+aWueW9ol84NyIgZGF0YS1uYW1lPSLplbfmlrnlvaIgODciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy4wNzEpIHJvdGF0ZSg0NSkiIGZpbGw9IiM2NjhlZDgiLz4KPC9zdmc+Cg==");
  position: absolute;
  top: 4px;
  left: 0;
}

/*-----リスト小-----*/
.list-s li,
.list-fs li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 15px 3px 18px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.064em;
}

@media screen and (max-width: 568px) {
  .list-s li,
  .list-fs li {
    font-size: 13px;
  }
}

.list-s li:before,
.list-fs li:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4xNDIiIGhlaWdodD0iMTQuMTQyIiB2aWV3Qm94PSIwIDAgMTQuMTQyIDE0LjE0MiI+CiAgPGcgaWQ9IumVt+aWueW9ol84NyIgZGF0YS1uYW1lPSLplbfmlrnlvaIgODciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuMDcxKSByb3RhdGUoNDUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM2NjhlZDgiIHN0cm9rZS13aWR0aD0iMSI+CiAgICA8cmVjdCB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHN0cm9rZT0ibm9uZSIvPgogICAgPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIGZpbGw9Im5vbmUiLz4KICA8L2c+Cjwvc3ZnPgoK");
  position: absolute;
  top: 4px;
  left: 0;
}

/*-----リンクリスト大-----*/
.linklist li,
.linklist-f li,
.linklist-two li,
.linklist-three li,
.linklist-four li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 15px 2px 20px;
  position: relative;
  font-size: 16px;
}

@media screen and (max-width: 1020px) {
  .linklist li,
  .linklist-f li,
  .linklist-two li,
  .linklist-three li,
  .linklist-four li {
    font-size: 15px;
  }
}

@media screen and (max-width: 568px) {
  .linklist li,
  .linklist-f li,
  .linklist-two li,
  .linklist-three li,
  .linklist-four li {
    font-size: 14px;
  }
}

.linklist li:before,
.linklist-f li:before,
.linklist-two li:before,
.linklist-three li:before,
.linklist-four li:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8cGF0aCBpZD0iSWNvbl9pb25pYy1pb3MtYXJyb3ctZHJvcHJpZ2h0LWNpcmNsZSIgZGF0YS1uYW1lPSJJY29uIGlvbmljLWlvcy1hcnJvdy1kcm9wcmlnaHQtY2lyY2xlIiBkPSJNMy4zNzUsMTAuMzc1YTcsNywwLDEsMCw3LTdBNyw3LDAsMCwwLDMuMzc1LDEwLjM3NVptOC4yMjgsMEw4Ljg0Nyw3LjY0NmEuNjUuNjUsMCwwLDEsLjkxOS0uOTE5bDMuMjExLDMuMjIxYS42NDkuNjQ5LDAsMCwxLC4wMi45TDkuODMzLDE0LjAxNmEuNjQ4LjY0OCwwLDEsMS0uOTE5LS45MTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMy4zNzUgLTMuMzc1KSIgZmlsbD0iIzBkNDA3NCIvPgo8L3N2Zz4K");
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.linklist li a,
.linklist-f li a,
.linklist-two li a,
.linklist-three li a,
.linklist-four li a {
  text-decoration: none;
}

/*-----リンクリスト小-----*/
.linklist-s li,
.linklist-fs li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 15px 2px 13px;
  position: relative;
  font-size: 14px;
}

@media screen and (max-width: 568px) {
  .linklist-s li,
  .linklist-fs li {
    font-size: 13px;
  }
}

.linklist-s li:before,
.linklist-fs li:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjgyNyIgaGVpZ2h0PSI4LjY1MyIgdmlld0JveD0iMCAwIDQuODI3IDguNjUzIj4KICA8cGF0aCBpZD0i44OR44K5XzEyMiIgZGF0YS1uYW1lPSLjg5HjgrkgMTIyIiBkPSJNMTgsNy41bDMuNjIsMy42MkwxOCwxNC43MzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNy4yOTMgLTYuNzkzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMGQ0MDc0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgo8L3N2Zz4K");
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*-----横並び-----*/
.list-f li,
.list-fs li,
.linklist-f li,
.linklist-fs li {
  width: auto;
}

/*-----1カラムリスト-----*/
.list li,
.list-s li,
.linklist li,
.linklist-s li {
  width: 100%;
}

/*-----2カラムリスト-----*/
.list-two li,
.linklist-two li {
  width: 50%;
}

/*-----3カラムリスト-----*/
.list-three li,
.linklist-three li {
  width: 33.333%;
}

/*-----4カラムリスト-----*/
.list-four li,
.linklist-four li {
  width: 25%;
}

/*-----6カラムリスト-----*/
.list-six li {
  width: 16.666%;
}

/*---- 単体リンク ----*/
p.link {
  background: url(/educate/las/img/common/ic_linklist.png) no-repeat 0 0.5em;
  padding: 1px 0 1px 21px;
  margin-left: 10px;
}

.linklist-s li:hover:before,
.linklist-fs li:hover:before {
  left: 2px;
}

.linklist li:hover:before,
.linklist-f li:hover:before,
.linklist-two li:hover:before,
.linklist-three li:hover:before,
.linklist-four li:hover:before,
p.link:hover:before {
  left: 2px;
}

@media screen and (max-width: 568px) {
  .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 {
    width: 100%;
  }
}

/*番号リスト
----------------------------------------*/
/*-----ローマ大文字-----*/
.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;
}

/*入れ子にしたとき、画像が出てしまうのを防ぐ*/
.none li {
  background: none;
  padding-left: 0px;
}

/*----- 位置設定 -----*/
/*1/2サイズ*/
.harf-l {
  float: left;
  width: 49%;
}

.harf-r {
  float: right;
  width: 49%;
}

/*1/3サイズ*/
.three-l {
  width: 33%;
  float: left;
}

.three-c {
  width: 32%;
  float: left;
  padding-left: 10px;
}

.three-r {
  width: 32%;
  float: right;
}

/*1/3、2/3サイズ*/
.one-third {
  width: 33%;
  float: left;
}

.two-third {
  width: 65%;
  float: right;
}

/*フロート左*/
.float-l {
  float: left;
  width: auto;
  margin-right: 5px;
}

/*フロート右*/
.float-r {
  float: right;
  width: auto;
  margin-left: 5px;
}

/*画像フロート左*/
.img-l {
  float: left;
  width: auto;
  margin: 0 20px 20px 0;
}

/*フロート右*/
.img-r {
  float: right;
  width: auto;
  margin: 0 0 20px 20px;
}

@media screen and (max-width: 568px) {
  .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;
  }
}

/*----- カラーボックス -----*/
/*グレー*/
.box01 {
  background: #fff;
  border: 1px solid #d8d8d8;
  padding: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 568px) {
  .box01 {
    padding: 15px;
    margin-bottom: 15px;
  }
}

/*ブルー*/
.box02 {
  background: #e6ecf4;
  padding: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 568px) {
  .box02 {
    padding: 15px;
    margin-bottom: 15px;
  }
}

/*グリーン*/
.box03 {
  background: #e6f4ee;
  padding: 20px;
  margin-bottom: 20px;
}

/*レッド*/
.box04 {
  background: #f4e8e6;
  padding: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 568px) {
  .box04 {
    padding: 15px;
    margin-bottom: 15px;
  }
}

/*ボックス用見出し*/
.box-midashi {
  border: none;
  margin: 0 0 15px !important;
  background: inherit;
  font-weight: bold;
  color: #333;
  padding: 0px;
  font-size: 120%;
}

.box04 .box-midashi {
  color: #990000;
}

/*マージン
---------------------------------------*/
/*マージン設定*/
/*マージン全方向０*/
.m0 {
  margin: 0 !important;
}

/*マージン全方向10*/
.m10 {
  margin: 10px !important;
}

/*マージン全方向20*/
.m20 {
  margin: 20px !important;
}

/*マージン全方向30*/
.m30 {
  margin: 30px !important;
}

/*マージン左右０*/
.mrl0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/*マージン左右10*/
.mrl10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

/*マージン左右20*/
.mrl20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

/*マージン左右30*/
.mrl30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

/*マージン左右　中央*/
.mrlauto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/*マージン上下０*/
.mtb0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/*マージン上下10*/
.mtb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/*マージン上下20*/
.mtb20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/*マージン上下30*/
.mtb30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/*マージン上０*/
.mt0 {
  margin-top: 0 !important;
}

/*マージン上5*/
.mt5 {
  margin-top: 5px !important;
}

/*マージン上10*/
.mt10 {
  margin-top: 10px !important;
}

/*マージン上15*/
.mt15 {
  margin-top: 15px !important;
}

/*マージン上20*/
.mt20 {
  margin-top: 20px !important;
}

/*マージン上30*/
.mt30 {
  margin-top: 30px !important;
}

/*マージン上40*/
.mt40 {
  margin-top: 40px !important;
}

/*マージン下０*/
.mb0 {
  margin-bottom: 0 !important;
}

/*マージン下5*/
.mb5 {
  margin-bottom: 5px !important;
}

/*マージン下10*/
.mb10 {
  margin-bottom: 10px !important;
}

/*マージン下20*/
.mb20 {
  margin-bottom: 20px !important;
}

/*マージン下30*/
.mb30 {
  margin-bottom: 30px !important;
}

/*マージン左０*/
.ml0 {
  margin-left: 0 !important;
}

/*マージン左10*/
.ml10 {
  margin-left: 10px !important;
}

/*マージン左20*/
.ml20 {
  margin-left: 20px !important;
}

/*マージン左30*/
.ml30 {
  margin-left: 30px !important;
}

/*マージン右０*/
.mr0 {
  margin-right: 0 !important;
}

/*マージン右10*/
.mr10 {
  margin-right: 10px !important;
}

/*マージン右20*/
.mr20 {
  margin-right: 20px !important;
}

/*マージン右30*/
.mr30 {
  margin-right: 30px !important;
}

@media screen and (min-width: 569px) {
  .mt0-pc {
    margin-top: 0 !important;
  }
}

/*IE8/IE7対応*/
.mt0-pc {
  margin-top: 0\9  !important;
}

/*パディング設定*/
.ptb0 {
  padding: 10px 0 !important;
}

/*インデント幅*/
/*1em*/
ul.indent-1 li,
p.indent-1 {
  text-indent: -1em;
  margin-left: 1em;
}

/*1.1em*/
ul.indent-1-1 li,
p.indent-1-1 {
  text-indent: -1.1em;
  margin-left: 1.1em;
}

/*1.2em*/
ul.indent-1-2 li,
p.indent-1-2 {
  text-indent: -1.2em;
  margin-left: 1.2em;
}

/*1.3em*/
ul.indent-1-3 li,
p.indent-1-3 {
  text-indent: -1.3em;
  margin-left: 1.3em;
}

/*1.4em*/
ul.indent-1-4 li,
p.indent-1-4 {
  text-indent: -1.4em;
  margin-left: 1.4em;
}

/*1.5em*/
ul.indent-1-5 li,
p.indent-1-5 {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

/*1.6em*/
ul.indent-1-6 li,
p.indent-1-6 {
  text-indent: -1.6em;
  margin-left: 1.6em;
}

/*1.7em*/
ul.indent-1-7 li,
p.indent-1-7 {
  text-indent: -1.7em;
  margin-left: 1.7em;
}

/*1.8em*/
ul.indent-1-8 li,
p.indent-1-8 {
  text-indent: -1.8em;
  margin-left: 1.8em;
}

/*1.9em*/
ul.indent-1-9 li,
p.indent-1-9 {
  text-indent: -1.9em;
  margin-left: 1.9em;
}

/*2em*/
ul.indent-2 li,
p.indent-2 {
  text-indent: -2em;
  margin-left: 2em;
}

/*----- 横幅指定 -----*/
.wd1 {
  width: 1%;
}

.wd5 {
  width: 5%;
}

.wd10 {
  width: 10%;
}

.wd15 {
  width: 15%;
}

.wd20 {
  width: 20%;
}

.wd25 {
  width: 25%;
}

.wd30 {
  width: 30%;
}

.wd35 {
  width: 35%;
}

.wd40 {
  width: 40%;
}

.wd45 {
  width: 45%;
}

.wd50 {
  width: 50%;
}

.wd55 {
  width: 50%;
}

.wd60 {
  width: 60%;
}

.wd65 {
  width: 65%;
}

.wd70 {
  width: 70%;
}

.wd75 {
  width: 75%;
}

.wd80 {
  width: 80%;
}

.wd90 {
  width: 90%;
}

/*ライン*/
/*ブロック要素の下にラインがつく*/
.line1 {
  border-bottom: solid 1px #cecece;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.line2 {
  background: url(/educate/las/img/common/li_01.gif) repeat-x bottom;
  padding-bottom: 10px;
  margin-bottom: 10px;
  height: 1px;
}

/*テキスト設定
---------------------------------------------------------------*/
/*---- フォントサイズ ----*/
.font-s {
  font-size: 85%;
  line-height: 1.3em;
}

.font-l {
  font-size: 115%;
}

@media screen and (max-width: 568px) {
  /*スマホのみフォントサイズ小*/
  .sp-font-s {
    font-size: 85%;
    line-height: 1.3em;
  }
}

/*---- フォントカラー ----*/
.font-red {
  color: #dd0000;
}

.font-blue {
  color: #1166bb;
}

.font-darkblue {
  color: #004477;
}

.font-orange {
  color: #d57000;
}

.font-white {
  color: #fff;
}

.font-gray {
  color: #999;
}

/*---- ボールド ----*/
.font-bold {
  font-weight: bold;
}

/*---- 太字フォントをノーマルにする ----*/
.font-def {
  font-weight: normal;
}

/*---- イタリック ----*/
.font-italic {
  font-style: italic;
}

/*---- 強調見出し ----*/
p.midashi {
  font-size: 115%;
}

p.midashi strong {
  color: #cc6600;
}

/*---- 画像用キャプション ----*/
.img-caption {
  font-size: 85%;
  color: #003366;
}

.img-caption img {
  display: block;
  margin-bottom: 5px;
}
/*# sourceMappingURL=common.css.map */

/*新着情報
----------------------------------------*/
#news .articles {
  padding: 4px 0;
}

#news .articles article {
  position: relative;
}

#news .articles article:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-image: linear-gradient(to right, #d8d8d8, #d8d8d8 2px, transparent 2px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}

#news .articles article a,#news .articles article div.no-link {
  display: block;
  position: relative;
  padding: 24px 60px 24px 138px;
  text-decoration: none;
  color: #2f2f2f;
}

#news .articles article .date {
  font-size: 13px;
  display: inline-block;
  padding: 2px;
  border: 1px solid #e8e8e8;
  background: #f7f7f7;
  border-radius: 3px;
  color: #696969;
  position: absolute;
  top: 20px;
  left: 16px;
}

#news .articles article  .ttl {
  font-size: 16px;
  line-height: 1.4em;
}

#news .articles article a:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjE0NiIgaGVpZ2h0PSIxMi40OTgiIHZpZXdCb3g9IjAgMCA3LjE0NiAxMi40OTgiPgogIDxwYXRoIGlkPSJJY29uX2lvbmljLWlvcy1hcnJvdy1mb3J3YXJkIiBkYXRhLW5hbWU9Ikljb24gaW9uaWMtaW9zLWFycm93LWZvcndhcmQiIGQ9Ik0xNi4yMzgsMTIuNDQzLDExLjUwOSw3LjcxN2EuODg5Ljg4OSwwLDAsMSwwLTEuMjYxLjkuOSwwLDAsMSwxLjI2NSwwbDUuMzU4LDUuMzU0YS44OTEuODkxLDAsMCwxLC4wMjYsMS4yMzJsLTUuMzgsNS4zOTJhLjg5My44OTMsMCwwLDEtMS4yNjUtMS4yNjFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEuMjQ2IC02LjE5NikiIGZpbGw9IiNkOGQ4ZDgiLz4KPC9zdmc+Cg==");
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -11px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#news .articles article a:hover {
  text-decoration: underline;
  background: #f7f7f7;
}

#news .articles article a:hover:after {
  right: 25px;
}

@media screen and (max-width: 568px) {
  #news .articles article a,#news .articles article div.no-link {
    padding: 12px 35px 12px 12px;
  }
  #news .articles article .date {
    font-size: 11px;
    position: relative;
    top: 0;
    left: 0;
  }
  #news .articles article .ttl {
    margin-top: 5px;
    font-size: 14px;
  }
  #news .articles article a:after {
    right: 15px;
  }
  #news .articles article a:hover:after {
    right: 10px;
  }
}