/*#col-right {
  float: right;
  width: 30%;
  position: relative;
  z-index: 2;
  padding: 15px 0 15px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

#col-right h2 img {
  max-width: 25px !important; }

#col-right .post li:before {
    background-image: url('/images/ico-arrow-orange.svg');
}

#col-right .post li a {
    color: #f8831c;
}

*/
/****************************************************************              PC              ***********************************************/
/*
@media screen and (max-width: 1218px) {
  .bg-pattern {
    margin: 0 0 0 135px; }

  #col-right {
    float: right;
    width: 37%;
    position: relative;
    z-index: 2;
    padding: 40px 10px 40px 25px; }

  #col-right .tabz .tab-content .jspPane > div {
    padding: 0; } }

    */
/****************************************************************              TABLET              ***********************************************/

/*
@media screen and (max-width: 977px) {
  #col-right:before, #col-right:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fdfdfd url(/images/pattern.png);
    content: '';
    top: 0;
    border-top: 1px solid #fafafa; }

  #col-right:before {
    left: 0;
    margin: 0 0 0 -100%; }

  #col-right:after {
    left: 100%; }

  #col-right {
    position: relative;
    padding: 40px 0;
    width: 100%;
    float: none;
    background: #fdfdfd url(/images/pattern.png);
    border: 1px solid #fafafa;
    margin: 1px 0 0 0; }

  .bg-pattern {
    display: none; }

  .right-content {
    text-align: justify; }

  .right-content:after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: ''; }

  .right-content .post {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 45%; } }

    */
/****************************************************************              MOBILE Landscape             ***********************************************/

/*
@media screen and (max-width: 747px) {
  .right-content .post {
    display: block;
    position: static;
    width: 100%; } }
*/