@charset "UTF-8";
/*
Theme Name: Materialize
Theme URI: 
Description: Materialize
Version: 1
Author: TatsuoAbe
Author URI: 
*/
/*** COLOR ***/
.base-text-color {
  color: rgba(0, 0, 0, 0.6) !important;
}

.accent-text-color {
  color: #00695C !important;
}

.accent-bg-color {
  background-color: #00695C !important;
}

.main-text-color {
  color: #009688 !important;
}

.main-bg-color {
  background-color: #009688 !important;
}

.second-text-color {
  color: #CC9900 !important;
}

.second-bg-color {
  background-color: #CC9900 !important;
}

.third-text-color {
  color: #E0F2F1 !important;
}

.third-bg-color {
  background-color: #E0F2F1 !important;
}

.bg-color-orange {
  background-color: #fc741d;
}

.text-color-orange {
  color: #fc741d;
}

/*** MARGIN ***/
.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

/*** LOGO ***/
.brand-logo {
  height: 100%;
}

@media screen and (max-width: 600px) {
  .brand-logo {
    width: auto;
  }
  .brand-logo img {
    height: 56px;
    width: auto;
    max-width: none;
  }
}

/*** TITLE ***/
.title h1 {
  margin: 0px;
  padding: 20px 0px;
  font-size: 24px;
  color: #fff;
}

@media (max-width: 922px) {
  .title h1 {
    font-size: 16px;
  }
}

.title .row {
  margin: 0px;
}

.title .col {
  padding: 0px;
}

.sub-title {
  font-weight: bold;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 922px) {
  .sub-title {
    font-size: 12px;
  }
}

/*** BREADCRUMB ***/
#breadcrumb li {
  display: inline-block;
  margin-left: 4px;
}

/*** MENU ***/
.hvr-underline-from-left {
  font-weight: bold;
}

.footer-navi li a {
  color: #fff;
}

/*** GRID ***/
/*** BUTTON ***/
/*** CHIP ***/
/*** CARD ***/
.card-bottom-non-radius {
  -webkit-border-bottom-right-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.card-padding-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.card-padding-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.card-top-border-color-main {
  border-top: 4px solid #009688;
}

/*** NEWS ***/
.news .card-title {
  font-size: 16px;
}

/*** BUISINESS ***/
.business-title-1 {
  background: url(assets/images/photo002.jpg) center/cover;
  min-height: 160px;
}

.business-title-2 {
  background: url(assets/images/photo003.jpg) center/cover;
  min-height: 160px;
}

.business-title-3 {
  background: url(assets/images/photo004.jpg) center/cover;
  min-height: 160px;
  position: relative;
}

.business-title-3:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.business .row {
  margin: 0px;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  display: flex;
}

@media (max-width: 922px) {
  .business .row {
    display: inherit;
  }
}

.business .card {
  margin: 0px;
}

.business .col {
  padding: 0px;
}

.business .card-panel {
  padding: 0px;
  overflow: hidden;
}

.business .card-title {
  font-size: 30px;
  display: block;
  margin-bottom: 20px;
}

.business .card-action .material-icons {
  font-size: 13px;
}

/*** CASE ***/
.case-content {
  border-top: 4px solid #009688;
}

.case-content > .row {
  margin-bottom: 0px !important;
}

.case-content .card-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px !important;
}

@media (max-width: 922px) {
  .case-content .card-title {
    font-size: 12px;
  }
}

.case-sub-title {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  border-left: 8px solid #00695C;
}

.case-content table {
  /*border: 1px solid;*/
  margin-bottom: 20px;
}

.case-content blockquote {
  margin-top: 0px;
  font-weight: bold;
}

.case-content ul {
  padding-left: 20px;
}

.case-content li {
  list-style-type: disc;
  margin-bottom: 8px;
}

.case-content .chip {
  text-align: center;
  width: 90px;
}

@media (max-width: 922px) {
  .case-content .chip {
    font-size: 10px;
    width: 80px;
    height: 20px;
    line-height: 20px;
  }
}

.case-content th {
  padding: 2px;
}

.case-content td {
  padding: 2px;
  width: 100%;
}

.case-voice-title {
  font-weight: bold;
  border-top: 4px solid #CC9900;
}

.case-voice-item-title {
  font-weight: bold;
  margin-bottom: 18px;
  padding-bottom: 6px;
  border-bottom: 2px solid #CC9900;
}

.case-solution li {
  display: block;
  border-radius: 4px;
  padding: 10px 20px;
  border: 1px solid #009688;
}

.case-problems-content {
  height: 180px;
  overflow: scroll;
}

@media (max-width: 922px) {
  .case-problems-content {
    height: auto;
  }
}

/*** NEWS ***/
.top-news .card {
  min-height: 240px;
}

/*** MOVIE ***/
.top-movie .card-panel {
  min-height: 240px;
  position: relative;
  background: url(assets/images/movie.jpg) center/cover;
}

.top-movie .btn-floating {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27.75px 0 0 -27.75px;
}

/*** STAFFBLOG ***/
.staff-blog-content {
  border-top: 4px solid #009688;
}

.staff-blog-content img {
  width: 120px;
  height: 120px;
}

.staff-blog-content > .row {
  margin-bottom: 0px !important;
}

.staff-blog-content .collection {
  margin-top: 0px;
  border: none;
}

.staff-blog-content .staff-blog-post-item {
  padding: 2px 10px !important;
}

.staff-blog-content .collection-header {
  font-weight: bold;
}

.staff-blog-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*** ADDRESS ***/
address {
  font-style: normal;
}

/*** SLIDER ***/
/*** TAXONOMY LINKS ***/
.taxonomy-links {
  margin: 0px;
}

.taxonomy-links .btn {
  padding: 4px 12px;
  border-radius: 16px !important;
  height: auto;
  line-height: normal;
  box-shadow: none;
  margin-right: 2px;
  margin-bottom: 8px;
}

/*** PFLINKS ***/
@media (max-width: 922px) {
  .pflinks .col {
    text-align: center;
  }
  .pflinks a {
    float: none !important;
  }
}

/*** BLOGLIST ***/
.bloglist-item {
  display: table;
  padding-top: 6px !important;
  padding-bottom: 4px !important;
}

.bloglist-auther-img {
  width: 40px;
  height: 40px;
  display: table-cell;
}

.bloglist-item a {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
}

/*** NOTICE ***/
.notice-content {
  height: 174px;
  overflow: scroll;
}

.notice-item {
  display: table;
  padding: 10px;
  width: 100%;
}

.notice-date {
  display: table-cell;
  white-space: nowrap;
  padding-right: 10px;
  font-weight: bold;
  width: 120px;
}

.notice-post {
  display: table-cell;
}

/*** BOOK-CM ***/
.book-cm img {
  height: 160px;
}

.book-cm-title p {
  font-weight: bold;
}

.book-cm-title span {
  font-weight: normal;
}

.book-cm-description {
  font-size: 12px;
}

/*** SIDEBAR ***/
.side-bar .btn {
  padding-left: 12px;
  padding-right: 12px;
}

.article h2 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  margin: 0px;
  background-color: #009688;
}

.article p {
  padding: 10px 20px;
}

.article dl {
  margin-top: 0px;
  margin-bottom: 10px;
}

.article dl dt {
  font-weight: bold;
  padding: 10px 20px;
  color: #009688;
}

.article dl dd {
  margin: 0px;
  padding: 10px 20px;
}

.article dl dd:not(:last-child) {
  border-bottom: 1px solid #d1d1d1;
}

.article ul li {
  list-style-type: disc;
  margin-left: 30px;
}

.article strong {
  font-weight: bold;
  color: #009688;
}

.article #map, .article #maptokyo {
  padding: 0px 10px;
  max-width: 100% !important;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.article.faq section.content .card {
  border-top: 4px solid #009688;
  padding: 10px 0px;
}

.article.faq dt {
  border-bottom: 1px solid #d1d1d1;
}

.article.services section.content .card {
  border-top: 4px solid #009688;
  padding: 10px 0px;
}

.article.services img {
  max-width: 100%;
  height: auto;
}

.article.services img.aligncenter {
  display: block;
  margin: 10px auto;
}

.article.services h2 {
  background-color: #fff;
}

.article.services h2 img {
  max-width: 100%;
  height: auto;
}

.article.services ol + h2 {
  background-color: #009688;
}

.article.services p img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .article.services p img.alignright {
    float: none;
    margin: 0px auto 20px auto;
    display: block;
  }
}

.article.services ol#phase {
  list-style-type: none;
  padding: 0px;
  width: 80%;
  display: block;
  margin: 10px auto 30px auto;
}

.article.services ol#phase > li {
  border: 1px solid #4c80a7;
  border-radius: 2px;
  margin-bottom: 10px;
}

.article.services ol#phase h2 {
  background-color: #4c80a7;
}

.article.services ol#phase > h3 {
  font-size: 16px;
  font-weight: bold;
  color: #4c80a7;
  padding: 10px 20px;
  margin: 0px;
  border-bottom: 1px solid #4c80a7;
}

.article.services ol#phase .list.v1 > li > ul {
  padding: 0px 10px 10px 10px;
}

.article.services .operation {
  width: 90%;
  margin: 10px auto 30px auto;
  border: 1px solid #009688;
  border-radius: 2px;
}

.article.services .operation ul li {
  padding-right: 20px;
}

.article.services .operation h3 {
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  color: #009688;
  border-top: 4px solid #009688;
  border-bottom: 1px solid #009688;
}

.article.services .operation h4 {
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  background-color: #009688;
}

.article.services .profile {
  padding: 20px;
}

.article.services .profile:not(:last-child) {
  border-bottom: 1px solid #d1d1d1;
}

.article.services .profile img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 460px) {
  .article.services .profile img {
    float: none;
    display: block;
    margin: 10px auto;
  }
}

.article.services .profile .name {
  color: #009688;
  font-size: 18px;
}

.article.services .profile .name span {
  font-size: 14px;
}

@media screen and (max-width: 460px) {
  .article.services .profile .name {
    text-align: center;
  }
  .article.services .profile .name span {
    display: block;
  }
}

.article.services .profile .message {
  clear: both;
  padding: 10px 0px;
}

.article.services .profile dl {
  clear: both;
}

.article.blog .entry-title {
  background-color: #fff;
  border-top: 4px solid #009688;
  border-bottom: 1px solid #009688;
  color: #009688;
}

.article.blog .entry-summary .more-link {
  display: block;
  margin-top: 20px;
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
  text-align: center;
}

.article.blog .entry-content {
  padding: 10px 20px;
}

.article.blog .entry-content p {
  margin: 0px;
}

@media screen and (max-width: 560px) {
  .article.blog .entry-content {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 360px) {
  .article.blog .entry-content {
    padding: 0px;
  }
}

.article.blog .postmetadata {
  padding: 10px 20px;
  border-bottom: 1px solid #d1d1d1;
}

.article.blog hr {
  margin: 0px;
  border: 1px solid #009688;
}

.article.blog h3 {
  background-color: #009688;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  margin-top: 0px;
}

.article.blog h4 {
  font-size: 14px;
  border-left: 4px solid #009688;
  padding: 10px;
}

.article.blog ol.commentlist, .article.blog ul.children {
  padding: 0px;
  list-style-type: none;
}

.article.blog ol.commentlist li, .article.blog ul.children li {
  border: 1px solid #009688;
  border-radius: 2px;
  margin: 20px;
  list-style-type: none;
}

.article.blog ol.commentlist li .comment-author, .article.blog ul.children li .comment-author {
  padding: 10px;
  border-top: 2px solid #009688;
  border-bottom: 1px solid #d1d1d1;
}

.article.blog ol.commentlist li .comment-meta, .article.blog ul.children li .comment-meta {
  text-align: right;
  padding: 10px;
  border-bottom: 1px solid #d1d1d1;
}

.article.blog ol.commentlist li .reply, .article.blog ul.children li .reply {
  padding: 10px;
  text-align: right;
}

.article.blog ol.commentlist li .reply .comment-reply-link, .article.blog ul.children li .reply .comment-reply-link {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 2px;
  background-color: #009688;
  color: #fff;
}

.article.blog #commentform label {
  color: #009688;
  margin-bottom: 4px;
}

.article.blog #commentform textarea {
  border: 1px solid #009688;
  border-radius: 2px;
  padding: 10px;
  height: 8em;
}

.article.blog #commentform .form-submit {
  text-align: center;
}

.article.blog .navigation {
  border-top: 1px solid #d1d1d1;
  padding: 10px;
}

.article.blog .navigation .alignright {
  float: right;
}

@media screen and (max-width: 600px) {
  .article.blog .navigation .alignright {
    display: block;
    float: none;
    padding: 4px;
  }
  .article.blog .navigation .alignleft {
    display: block;
    float: none;
    padding: 4px;
  }
}

.article .side-widget i {
  float: left;
  margin-top: 3px;
}

.article .side-widget h3 {
  color: #fff;
  font-size: 13px;
  margin: 0px;
  background-color: #009688;
  padding: 10px 20px;
  text-align: center;
}

.article .side-widget ul {
  margin: 4px 0px;
}

.article .side-widget ul li {
  padding: 4px 20px;
  margin: 0px;
  list-style-type: none;
}

.article .side-widget ul li:not(:last-child) {
  border-bottom: 1px solid #d1d1d1;
}

.article .side-widget #wp-calendar th, .article .side-widget #wp-calendar td {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.article .side-widget #wp-calendar tfoot {
  border-top: 1px solid #d1d1d1;
}

.article .side-widget select {
  display: block;
}

.article .side-widget .rss {
  padding: 10px;
}

.article .wp-pagenavi {
  text-align: center;
}

.article .wp-pagenavi .pages {
  margin-right: 4px;
  margin-bottom: 4px;
}

.article .wp-pagenavi .extend {
  margin-right: 4px;
}

.article .wp-pagenavi .current, .article .wp-pagenavi .page, .article .wp-pagenavi .previouspostslink, .article .wp-pagenavi .nextpostslink, .article .wp-pagenavi .first, .article .wp-pagenavi .last {
  margin-right: 4px;
  margin-bottom: 4px;
  display: inline-block;
  padding: 0px 6px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
}

.page-submenu {
  background-color: #fff;
  height: 40px;
  line-height: 40px;
}

.page-submenu ul li {
  height: 40px;
}

.page-submenu ul li a {
  color: #009688;
}

.page-submenu-dropdown {
  display: none;
  z-index: 99;
  border: 1px solid #009688;
}

.page-submenu-dropdown li {
  background-color: #fff;
}

.page-submenu-dropdown li a {
  display: block;
  padding: 16px 20px;
}

.page-submenu-dropdown-button {
  width: 100%;
  border-radius: 0px;
}

.page-submenu-dropdown-button i {
  float: left;
}

ul.link-list {
  list-style-type: none;
}

ul.link-list li {
  list-style-type: none;
  margin-left: 0px;
  margin-bottom: 10px;
  padding: 10px 0px;
  border: 1px solid rgba(0, 150, 136, 0.2);
}

ul.link-list li a {
  position: relative;
  display: block;
  padding: 0px 20px 0px 10px;
}

ul.link-list li a i {
  position: absolute;
  display: block;
  top: 50%;
  right: 4px;
  height: 18px;
  font-size: 18px;
  line-height: 0px;
  float: right;
}

@media screen and (max-width: 320px) {
  ul.link-list li {
    font-size: 0.8em;
  }
}

ul.post-list {
  list-style-type: none;
  padding: 0px;
}

ul.post-list li {
  list-style-type: none;
  margin: 0px 20px 10px 20px;
  padding: 0px;
}

ul.post-list li article {
  border-top: 1px solid #009688;
  border-bottom: 1px solid #009688;
}

ul.post-list li article h1 {
  font-size: 16px;
}

ul.post-list li article .date {
  text-align: right;
}

ul.post-list li article .more-link {
  display: block;
  width: 180px;
  margin-left: auto;
  margin-top: 20px;
  background-color: #009688;
  padding: 10px;
  color: #fff;
  border-radius: 4px;
}

ul.post-list li article .more-link:after {
  font-family: 'Material Icons';
  content: "";
  float: right;
}

.list.v1 > li {
  list-style-type: none;
  margin: 0px;
}

.list.v1 > li:not(:first-child) {
  border-top: 1px solid #4c80a7;
}

.list.v1 > li h1, .list.v1 > li h2, .list.v1 > li h3, .list.v1 > li h4, .list.v1 > li h5, .list.v1 > li h6 {
  font-size: 16px;
  font-weight: bold;
  color: #4c80a7;
  padding: 10px 20px;
  margin: 0px;
}

.list.round-num li {
  position: relative;
  list-style-type: none;
}

.list.round-num li .icon {
  position: absolute;
  top: 0px;
  left: -18px;
}

#top-notice .nav {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d1d1d1;
}

.rc-tabs-nav {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.rc-tabs-nav li {
  display: inline-block;
  padding: 0px 6px;
  text-align: center;
  cursor: pointer;
  color: #009688;
  border-left: 1px solid rgba(128, 128, 128, 0.5);
}

.rc-tabs-nav li:last-child {
  border-right: 1px solid rgba(128, 128, 128, 0.5);
}

.rc-tabs-nav li.current {
  cursor: default;
  color: grey;
}

.rc-tab-contents {
  display: none;
}

.rc-tab-contents.visible {
  display: block;
}

.card.v1 .card-title-content {
  position: relative;
  padding: 54px 0px;
  border-top: 4px solid #009688;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  overflow: hidden;
  background-image: url("./assets/images/cp_case_simple_list_header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card.v1 .card-title-content:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

.card.v1 .card-title-content.glossary {
  background-image: url("./assets/images/glossary_header.jpg");
}

.card.v1 .card-title {
  position: relative;
  width: 280px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #fff;
  margin: 0px auto;
  background-color: rgba(0, 150, 136, 0.2);
  z-index: 2;
}

.card.v1 .notice-item {
  padding-left: 0px;
}

.card.v1 .notice-date {
  background-color: #009688;
  border-radius: 2px;
  padding: 2px 8px;
  color: #fff;
  font-weight: normal;
}

.card.v1 .notice-post {
  padding-left: 8px;
}

.card.glossary .entry-title {
  border-bottom: none;
}

.card.glossary .entry-title a {
  display: block;
  position: relative;
}

.card.glossary .entry-title a i {
  position: absolute;
  top: calc( 50% - 12px);
  right: 0px;
  vertical-align: top;
}

.card.glossary .card-content p {
  margin-bottom: 20px;
}

.archive-description {
  padding: 0px !important;
  margin-bottom: 30px;
}

#contract .card {
  padding-bottom: 30px;
}

#contract .contract-list {
  margin-left: 20px;
  margin-bottom: 30px;
}

#contract .fee-table {
  width: 300px;
  margin-left: 20px;
  margin-top: 20px;
  border: 1px solid #009688;
}

#contract .fee-table caption {
  text-align: left;
  font-weight: bold;
}

#contract .fee-table th {
  border-right: 1px solid #009688;
}

#contract .fee-table th, #contract .fee-table td {
  border-bottom: 1px solid #009688;
}

#contract #flow {
  padding: 0px;
  width: 90%;
  margin: 30px auto;
  list-style-type: none;
}

#contract #flow li {
  position: relative;
  border: 1px solid #009688;
  margin-bottom: 40px;
}

#contract #flow li:not(:last-child):after {
  position: absolute;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  left: calc( 50% - 40px);
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #009688;
  margin-left: auto;
  margin-right: auto;
}

#contract #flow li .form {
  text-align: center;
}

#contract #flow li .attention {
  color: red;
}

#contract #flow li .flow1, #contract #flow li .flow2, #contract #flow li .flow3, #contract #flow li .flow4 {
  position: relative;
  padding-left: 44px;
}

#contract #flow li .flow1:before, #contract #flow li .flow2:before, #contract #flow li .flow3:before, #contract #flow li .flow4:before {
  content: "";
  position: absolute;
  top: -14px;
  left: -10px;
  display: block;
  line-height: 40px;
  width: 44px;
  border-radius: 6px;
  text-align: center;
  color: #009688;
  background-color: #fff;
  border: 2px solid #009688;
}

#contract #flow li .flow1 .label, #contract #flow li .flow2 .label, #contract #flow li .flow3 .label, #contract #flow li .flow4 .label {
  margin-left: 10px;
  border-radius: 6px;
  background-color: red;
  font-size: 0.8em;
  color: #fff;
  padding: 4px;
}

#contract #flow li .flow1:before {
  content: "1";
}

#contract #flow li .flow2:before {
  content: "2";
}

#contract #flow li .flow3:before {
  content: "3";
}

#contract #flow li .flow4:before {
  content: "4";
}

#privacy section .card {
  border: none;
  padding-top: 0px;
}

#message #name {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
}

#message #name .mini {
  font-weight: normal;
  font-size: 0.8em;
}

#message #profile {
  margin: 20px;
  padding: 10px;
  border: 1px solid #009688;
  border-radius: 6px;
  overflow: hidden;
}

#message #profile h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  margin: -10px -10px 0px -10px;
  background-color: #009688;
  color: #fff;
}

#message #profile ul.profile-list {
  list-style-type: disc;
}

#message #profile ul.profile-list li {
  list-style-type: disc;
}

#message #profile table.history th {
  width: 80px;
  vertical-align: top;
}

#column-archive ul.link-list {
  margin-bottom: 30px;
  padding: 0px 20px;
}

#column-archive .wp-pagenavi {
  padding-bottom: 30px;
}

#media-archive ul.link-list {
  margin-bottom: 30px;
  padding: 0px 20px;
}

#media-archive .wp-pagenavi {
  padding-bottom: 30px;
}

#single-column .entry-content a.lipdf {
  display: block;
  width: 200px;
  background-color: #009688;
  padding: 10px;
  color: #fff;
  margin-bottom: 40px;
  border-radius: 4px;
}

#single-column .entry-content a.lipdf:after {
  font-family: 'Material Icons';
  content: "";
  float: right;
}

#single-column .entry-content img {
  max-width: 100%;
  height: auto;
}

#single-media .entry-content img {
  max-width: 100%;
  height: auto;
}

#single-info .entry-content h2 {
  margin-bottom: 20px;
}

#single-info .entry-content h3 {
  margin-top: 30px;
}

.single-cp-case-simple .card-content:after {
  content: '';
  display: block;
  clear: both;
}

.single-cp-case-simple h1 {
  font-size: 18px;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}

.single-cp-case-simple h2, .single-cp-case-simple h3, .single-cp-case-simple h4 {
  font-size: 16px;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}

.single-cp-case-simple h5, .single-cp-case-simple h6 {
  font-size: 14px;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}

.single-cp-case-simple img {
  max-width: 100%;
  height: auto;
}

.single-cp-case-simple img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.single-cp-case-simple img.alignleft {
  float: left;
  padding: 10px 10px 10px 0px;
}

.single-cp-case-simple img.alignright {
  float: right;
  padding: 10px 0px 10px 10px;
}
