@charset "utf-8";
@media screen and (min-width: 769px), print {
  .glyphys-caption {
    text-align: center;
    position: relative;
    margin-bottom: 28px;
  }
  .glyphys-caption:after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background-color: #bee888;
    margin: 0px auto;
  }
  .glyphys-caption span {
    display: inline-block;
    font-size: 3.4rem;
    padding-left: 50px;
    position: relative;
    margin: 0px auto;
    margin-bottom: 22px;
  }
  .glyphys-caption i {
    font-size: 4rem;
    color: #09ba79;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main {
    min-width: 1000px;
  }
  .main .main-image {
    position: relative;
    background-color: #78d3fe;
  }
  .main .main-image:before {
    content: '';
    width: 100%;
    height: 114px;
    background-color: #74c661;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .main .main-image figure {
    display: block;
    background-image: url("../img/index/main_image.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 390px;
    margin: 0px auto;
    position: relative;
  }
  .main .latest-news {
    background-color: #f6f6f6;
    height: 60px;
    position: relative;
    border-bottom: 2px solid #efefef;
  }
  .main .latest-news .view {
    position: relative;
  }
  .main .latest-news dt,
  .main .latest-news dd {
    font-size: 1.6rem;
    display: inline;
  }
  .main .latest-news dl {
    line-height: 60px;
    height: 60px;
    width: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 150px;
  }
  .main .latest-news dl dt:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 1.5em;
    border-left: 4px double #d8d4c5;
    vertical-align: middle;
    margin: 0 1.5em;
  }
  .main .latest-news dl dd a:hover {
    color: #09ba79;
  }
  .main .latest-news a.list {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    text-decoration: underline;
    font-size: 1.4rem;
    color: #09ba79;
    padding-right: 16px;
  }
  .main .latest-news a.list i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.2rem;
  }
  section.overview {
    padding: 80px 0;
    text-align: center;
    min-width: 1000px;
  }
  section.overview h2 {
    color: #f08200;
    font-size: 3.4rem;
    font-weight: bold;
    padding-bottom: 23px;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 30px;
  }
  section.overview h2 span {
    display: inline-block;
  }
  section.overview h2 span:after {
    content: '';
    display: block;
    width: 940px;
    height: 5px;
    background-color: #bee888;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -470px;
  }
  section.overview .catch-text {
    font-size: 1.8rem;
    line-height: 36px;
  }
  section.medical {
    padding: 80px 0;
    background-image: url("../img/index/bg_medical.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    min-width: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.medical ul.medical-list {
    zoom: 1;
    width: 586px;
    margin: 0px auto;
    margin-bottom: 20px;
  }
  section.medical ul.medical-list:before,
  section.medical ul.medical-list:after {
    content: "";
    display: table;
  }
  section.medical ul.medical-list:after {
    clear: both;
  }
  section.medical ul.medical-list li {
    float: left;
    width: 170px;
    height: 94px;
    position: relative;
    padding-top: 18px;
  }
  section.medical ul.medical-list li:nth-of-type(n+2) {
    margin-left: 38px;
  }
  section.medical ul.medical-list li:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  section.medical ul.medical-list li:nth-of-type(n+5) {
    margin-top: 20px;
  }
  section.medical ul.medical-list li:before {
    content: '';
    display: block;
    width: 170px;
    height: 27px;
    background-image: url("../img/folder.svg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
  section.medical ul.medical-list li span {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 170px;
    height: 80px;
    font-size: 2.2rem;
    background-color: #fff;
    border-bottom: 2px solid #dbede7;
  }
  section.medical small {
    display: block;
    width: 900px;
    text-align: right;
    font-size: 1.4rem;
  }
  section.access {
    padding: 80px 0;
  }
  section.access .pull-left {
    width: 430px;
  }
  section.access .pull-left .logo {
    margin-bottom: 16px;
    text-align: center;
  }
  section.access .pull-left .logo img {
    width: 239px;
    height: 66px;
  }
  section.access .pull-left .info {
    margin-bottom: 12px;
    background-color: #f6f6f6;
    border-radius: 4px;
    width: 430px;
    height: auto;
    padding: 10px 16px;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.4rem;
    line-height: 26px;
  }
  section.access .pull-left .info strong {
    color: #ff5a00;
    font-size: 1.8rem;
  }
  section.access .pull-left .info dl +dl {
    margin-top: 15px;
  }
  section.access .pull-left table {
    width: 100%;
    border-left: 1px solid #09ba79;
    border-top: 1px solid #09ba79;
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  section.access .pull-left table td,
  section.access .pull-left table th {
    border-right: 1px solid #09ba79;
    border-bottom: 1px solid #09ba79;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  section.access .pull-left table th {
    font-weight: bold;
  }
  section.access .pull-left table th em {
    color: #09ba79;
    display: inline-block;
    margin-right: 1em;
  }
  section.access .pull-left table td {
    color: #09ba79;
  }
  section.access .pull-left table td.disable {
    color: #3e3939;
  }
  section.access .pull-left table thead th {
    color: #3e3939;
  }
  section.access .pull-left table thead th:nth-last-of-type(1) {
    color: #ff5a00;
  }
  section.access .pull-left table thead th:nth-last-of-type(2) {
    color: #009cff;
  }
  section.access .pull-left dl.tel {
    zoom: 1;
  }
  section.access .pull-left dl.tel:before,
  section.access .pull-left dl.tel:after {
    content: "";
    display: table;
  }
  section.access .pull-left dl.tel:after {
    clear: both;
  }
  section.access .pull-left dl.tel > dt {
    border: 1px solid #09ba79;
    color: #09ba79;
    padding: 4px;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 10px;
  }
  section.access .pull-left dl.tel >dd:nth-of-type(1) {
    float: left;
  }
  section.access .pull-left dl.tel >dd:nth-of-type(2) {
    float: right;
  }
  section.access .pull-left dl.tel >dd.roboto {
    line-height: 1;
    font-size: 3.5rem;
    font-weight: bold;
    position: relative;
    padding-left: 0.6em;
  }
  section.access .pull-left dl.tel >dd.roboto i {
    color: #09ba79;
    font-size: 2.8rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  section.access .pull-left dl.tel >dd dl,
  section.access .pull-left dl.tel >dd dt,
  section.access .pull-left dl.tel >dd dd {
    display: inline-block;
  }
  section.access .pull-left dl.tel >dd dt {
    font-size: 1.3rem;
    width: 70px;
    height: 26px;
    background-color: #e9faf4;
    display: inline-block;
    color: #09ba79;
    text-align: center;
    margin-right: 0.5em;
  }
  section.access .pull-left dl.tel >dd dd {
    font-size: 1.3rem;
  }
  section.access .pull-right {
    width: 540px;
    padding-top: 80px;
  }
  section.access .pull-right .googlemap {
    width: 540px;
    height: 350px;
    background-color: #eef4f5;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 12px;
  }
  section.access .pull-right .row a {
    display: inline-block;
    width: 190px;
    height: 30px;
    background-color: #09ba79;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 5px;
  }
  section.access .pull-right .row a i {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 1rem;
  }
  section.access .pull-right .row p {
    display: inline-block;
    width: auto;
    font-size: 1.4rem;
  }
  aside.related {
    padding: 80px 0;
    background-color: #f5fdfb;
  }
  aside.related h2 span {
    padding-left: 60px;
  }
  aside.related ul {
    zoom: 1;
    width: 1000px;
    margin: 0px auto;
  }
  aside.related ul:before,
  aside.related ul:after {
    content: "";
    display: table;
  }
  aside.related ul:after {
    clear: both;
  }
  aside.related ul li {
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    zoom: 1;
    padding-left: 165px;
    position: relative;
    min-height: 110px;
  }
  aside.related ul li:before,
  aside.related ul li:after {
    content: "";
    display: table;
  }
  aside.related ul li:after {
    clear: both;
  }
  aside.related ul li figure {
    width: 150px;
    height: 110px;
    position: absolute;
    left: 0;
    top: 0;
  }
  aside.related ul li dl dt {
    color: #09ba79;
    font-size: 1.7rem;
    font-weight: bold;
    border-bottom: 3px dotted #d5efe5;
    margin-bottom: 10px;
    padding-bottom: 7px;
  }
  aside.related ul li dl dt a {
    text-decoration: none;
  }
  aside.related ul li dl dt a:hover {
    text-decoration: underline;
  }
  aside.related ul li dl dd {
    font-size: 1.4rem;
  }
  aside.related ul li dl dd span:nth-of-type(n+2) {
    margin-left: 1em;
  }
  aside.related ul li.pause dl dt,
  aside.related ul li.pause dl dd {
    color: #999;
  }
  aside.related ul li:nth-of-type(even) {
    margin-left: 2%;
  }
  aside.related ul li:nth-of-type(odd) {
    clear: both;
  }
  aside.related ul li:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .glyphys-caption {
    text-align: center;
    position: relative;
    margin-bottom: 12px;
  }
  .glyphys-caption:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #bee888;
    margin: 0px auto;
  }
  .glyphys-caption span {
    display: inline-block;
    font-size: 1.7rem;
    padding-left: 1.4em;
    position: relative;
    margin: 0px auto;
    margin-bottom: 12px;
  }
  .glyphys-caption i {
    font-size: 2rem;
    color: #09ba79;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-58%);
    -moz-transform: translateY(-58%);
    -o-transform: translateY(-58%);
    -ms-transform: translateY(-58%);
    transform: translateY(-58%);
  }
  .main .main-image {
    position: relative;
    background-color: #78d3fe;
  }
  .main .main-image:before {
    content: '';
    width: 100%;
    height: 114px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .main .main-image figure {
    display: block;
    background-image: url("../img/index/main_image_sp.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 58%;
    position: relative;
  }
  section.overview {
    padding: 20px 0;
    text-align: center;
  }
  section.overview h2 {
    color: #f08200;
    font-size: 1.7rem;
    font-weight: bold;
    padding-bottom: 11px;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 15px;
  }
  section.overview h2 span {
    display: inline-block;
    line-height: 1.6;
  }
  section.overview h2 span:after {
    content: '';
    display: block;
    width: 90%;
    height: 3px;
    background-color: #bee888;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -45%;
  }
  section.overview .catch-text {
    font-size: 1.4rem;
    padding: 0 10px;
    text-align: left;
  }
  section.overview .catch-text br {
    display: none;
  }
  section.medical {
    padding: 20px 0;
    background-image: url("../img/index/bg_medical.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.medical ul.medical-list {
    zoom: 1;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  section.medical ul.medical-list li {
    width: 22%;
    position: relative;
    padding-top: 2%;
  }
  section.medical ul.medical-list li:nth-of-type(n+2) {
    margin-left: 4%;
  }
  section.medical ul.medical-list li:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  section.medical ul.medical-list li:nth-of-type(n+5) {
    margin-top: 4%;
  }
  section.medical ul.medical-list li:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-top: 15%;
    background-image: url("../img/folder.svg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
  section.medical ul.medical-list li span {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.4rem;
    height: 50px;
    text-align: center;
    background-color: #fff;
    border-bottom: 2px solid #dbede7;
  }
  section.medical small {
    display: block;
    text-align: right;
    font-size: 1.3rem;
  }
  section.access {
    padding: 20px 0;
  }
  section.access >.row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.access >.row >.pull-left {
    float: none !important;
  }
  section.access >.row >.pull-right {
    float: none !important;
  }
  section.access >.row >.pull-right {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 25px;
  }
  section.access >.row >.pull-right .googlemap {
    width: 100%;
    height: 193px;
    background-color: #eef4f5;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 12px;
  }
  section.access >.row >.pull-right .row >.pull-left {
    float: none !important;
  }
  section.access >.row >.pull-right .row >.pull-right {
    float: none !important;
  }
  section.access >.row >.pull-right .row a {
    display: block;
    width: 171px;
    height: 27px;
    line-height: 27px;
    background-color: #09ba79;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: bold;
  }
  section.access >.row >.pull-right .row a i {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 1rem;
  }
  section.access >.row >.pull-right .row p {
    display: block;
    font-size: 1.4rem;
  }
  section.access .pull-left {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }
  section.access .pull-left .logo {
    margin-bottom: 10px;
    text-align: center;
  }
  section.access .pull-left .logo img {
    width: 160px;
    height: 45px;
  }
  section.access .pull-left .info {
    padding: 10px 0;
    margin-bottom: 12px;
    background-color: #f6f6f6;
    border-radius: 4px;
    width: 100%;
    padding: 5px 8px;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.4rem;
  }
  section.access .pull-left .info strong {
    color: #ff5a00;
  }
  section.access .pull-left .info dl +dl {
    margin-top: 10px;
  }
  section.access .pull-left table {
    width: 100%;
    border-left: 1px solid #ddede7;
    border-top: 1px solid #ddede7;
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  section.access .pull-left table td,
  section.access .pull-left table th {
    border-right: 1px solid #ddede7;
    border-bottom: 1px solid #ddede7;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
  }
  section.access .pull-left table th {
    font-weight: bold;
  }
  section.access .pull-left table th em {
    color: #09ba79;
    display: inline-block;
    margin-right: 10px;
  }
  section.access .pull-left table td {
    color: #09ba79;
  }
  section.access .pull-left table td.disable {
    color: #3e3939;
  }
  section.access .pull-left table thead th {
    color: #3e3939;
  }
  section.access .pull-left table thead th:nth-last-of-type(1) {
    color: #ff5a00;
  }
  section.access .pull-left table thead th:nth-last-of-type(2) {
    color: #009cff;
  }
  section.access .pull-left dl.tel >dt {
    border: 1px solid #09ba79;
    color: #09ba79;
    padding: 2px;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 13px;
  }
  section.access .pull-left dl.tel >dd {
    line-height: 1;
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  section.access .pull-left dl.tel >dd i {
    font-size: 1.9rem;
    color: #09ba79;
    margin-right: 5px;
    position: relative;
  }
  section.access .pull-left dl.tel >dd i:before {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  section.access .pull-left dl.tel >dd dt {
    width: 62px;
    height: 22px;
    line-height: 22px;
    background-color: #e9faf4;
    font-size: 1.4rem;
    text-align: center;
    color: #09ba79;
    margin-top: 10px;
  }
  section.access .pull-left dl.tel >dd dd {
    font-size: 1.4rem;
    line-height: 22px;
  }
  section.access .pull-left dl.tel >dd dt,
  section.access .pull-left dl.tel >dd dd {
    display: inline-block;
  }
  aside.related {
    padding: 20px 0;
    background-color: #f5fdfb;
  }
  aside.related h2 span {
    padding-left: 30px;
  }
  aside.related ul {
    zoom: 1;
    margin: 0px auto;
    padding: 0 10px;
  }
  aside.related ul:before,
  aside.related ul:after {
    content: "";
    display: table;
  }
  aside.related ul:after {
    clear: both;
  }
  aside.related ul li {
    zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 100px;
    position: relative;
  }
  aside.related ul li:before,
  aside.related ul li:after {
    content: "";
    display: table;
  }
  aside.related ul li:after {
    clear: both;
  }
  aside.related ul li figure {
    width: 90px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 0;
  }
  aside.related ul li dl dt {
    color: #09ba79;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 3px dotted #d5efe5;
    margin-bottom: 5px;
    padding-bottom: 6px;
    line-height: 1.4;
  }
  aside.related ul li dl dt a {
    text-decoration: none;
  }
  aside.related ul li dl dt a:hover {
    text-decoration: underline;
  }
  aside.related ul li dl dd {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  aside.related ul li dl dd span {
    display: block;
  }
  aside.related ul li.pause dl dt,
  aside.related ul li.pause dl dd {
    color: #999;
  }
  aside.related ul li.pause dl dt br,
  aside.related ul li.pause dl dd br {
    display: none;
  }
  aside.related ul li:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .latest-news {
    background-color: #f6f6f6;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #efefef;
  }
  .latest-news .view {
    position: relative;
  }
  .latest-news dt,
  .latest-news dd {
    font-size: 1.4rem;
    display: block;
  }
  .latest-news dl {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .latest-news dl dt {
    color: rgba(143,143,143,0.7);
  }
  .latest-news dl dd {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .latest-news a.list {
    display: block;
    text-align: right;
    text-decoration: underline;
    font-size: 1.3rem;
    font-weight: bold;
    color: #09ba79;
    padding-right: 8px;
  }
  .latest-news a.list i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 1;
    margin-left: 6px;
    position: relative;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
