/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/

/* H2スタイル*/
/* CSS Document */
.h2-style01 h2 {
    background-color: #2b2b2b;
    color: #fff;
    border-radius: 2px;
}

@media (max-width: 767px) {
    .h2-style01 h2 {
        font-size: 1.45rem;
        line-height: 2.2rem;
        padding: 13px;
        padding-bottom: 12px;
        margin-top: 1.4rem;
        margin-bottom: 1rem;
        font-weight: 700;
    }
}

@media (min-width: 768px) {
    .h2-style01 h2 {
        font-size: 1.65rem;
        line-height: 2rem;
        padding: 15px;
        padding-bottom: 16px;
        margin-top: 2.6rem;
        margin-bottom: 1.6rem;
    }
}

/* CSS Document */
.h2-style02 h2 {
    position: relative;
    border-bottom: 1px solid #ddd;
    border-left: 5px solid #2b2b2b;
}

@media (max-width: 767px) {
    .h2-style02 h2 {
        font-size: 1.45rem;
        line-height: 1.8rem;
        padding: 10px 10px;
        margin-top: 1.4rem;
        margin-bottom: 1rem;
        font-weight: 700;
    }
}

@media (min-width: 768px) {
    .h2-style02 h2 {
        font-size: 1.65rem;
        line-height: 2rem;
        padding: 15px 12px;
        padding-top: 16px;
        margin-top: 2.6rem;
        margin-bottom: 1.6rem;
    }
}

.h2-style02 h2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.05;
}

/* CSS Document */
.h2-style03 h2 {
    background-color: #2b2b2b;
    color: #fff;
    border-radius: 4px;
    position: relative;
}

@media (max-width: 767px) {
    .h2-style03 h2 {
        font-size: 1.45rem;
        line-height: 1.8rem;
        padding: 12px 13px;
        margin-top: 1.4rem;
        margin-bottom: 1rem;
        font-weight: 700;
    }
}

@media (min-width: 768px) {
    .h2-style03 h2 {
        font-size: 1.65rem;
        line-height: 2rem;
        padding: 13px 15px;
        margin-top: 2.6rem;
        margin-bottom: 1.6rem;
    }
}

.h2-style03 h2:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 98%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 60%, transparent 60%, transparent 100%);
    background-size: 10px 3px;
    top: 5px;
    left: 1%;
    z-index: 999;
}

@media (max-width: 767px) {
    .h2-style03 h2:before {
        width: 96%;
        left: 2%;
    }
}

.h2-style03 h2:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 98%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 60%, transparent 60%, transparent 100%);
    background-size: 10px 3px;
    bottom: 5px;
    left: 1%;
    z-index: 999;
}

@media (max-width: 767px) {
    .h2-style03 h2:after {
        width: 96%;
        left: 2%;
    }
}

/* CSS Document */
.h2-style04 h2 {
    position: relative;
}

@media (max-width: 767px) {
    .h2-style04 h2 {
        font-size: 1.4rem;
        line-height: 1.8rem;
        padding: 13px 0;
        padding-bottom: 14px;
        margin-top: 1.4rem;
        margin-bottom: 1rem;
        font-weight: 500;
    }
}

@media (min-width: 768px) {
    .h2-style04 h2 {
        font-size: 1.8rem;
        line-height: 2.2rem;
        padding: 20px 0;
        padding-bottom: 21px;
        margin-top: 2.6rem;
        margin-bottom: 1.6rem;
        font-weight: 300;
    }
}

.h2-style04 h2:before {
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    background-color: #2b2b2b;
}

@media (max-width: 767px) {
    .h2-style04 h2:before {
        left: -15px;
        width: 5px;
    }
}

@media (min-width: 768px) {
    .h2-style04 h2:before {
        left: -30px;
        width: 3px;
    }
}

/* CSS Document */
.h2-style05 h2 {
    position: relative;
    background-color: #2b2b2b;
    color: #fff;
    border-bottom: none;
    border-radius: 6px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .h2-style05 h2 {
        font-size: 1.3rem;
        line-height: 1.7rem;
        padding: 10px 14px;
        font-weight: 700;
    }
}

@media (min-width: 768px) {
    .h2-style05 h2 {
        font-size: 1.65rem;
        line-height: 2rem;
        padding: 12px 14px;
    }
}

.h2-style05 h2:before {
    position: absolute;
    bottom: -12px;
    left: 45px;
    z-index: 90;
    margin-left: -15px;
    border-top: 12px solid;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 0;
    border-top-color: #2b2b2b;
    content: "";
}

/* CSS Document */
.h2-style06 h2 {
    position: relative;
}

@media (max-width: 767px) {
    .h2-style06 h2 {
        font-size: 1.45rem;
        line-height: 1.8rem;
        padding: 13px;
        padding-left: 6px;
        padding-bottom: 8px;
        margin-top: 1.4rem;
        margin-bottom: 1rem;
        font-weight: 700;
    }
}

@media (min-width: 768px) {
    .h2-style06 h2 {
        font-size: 1.65rem;
        line-height: 2rem;
        padding: 15px;
        padding-left: 8px;
        padding-bottom: 10px;
        margin-top: 2.6rem;
        margin-bottom: 1.6rem;
    }
}

.h2-style06 h2:before {
    position: absolute;
    content: "";
    z-index: 0;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(-45deg, transparent 25%, #f4e2de 25%, #f4e2de 50%, transparent 50%, transparent 75%, #f4e2de 75%, #f4e2de);
    background-image: linear-gradient(-45deg, transparent 25%, #f4e2de 25%, #f4e2de 50%, transparent 50%, transparent 75%, #f4e2de 75%, #f4e2de);
    background-size: 6px 6px;
}

/* CSS Document */
.h2-style07 h2 {
    position: relative;
}

@media (max-width: 767px) {
    .h2-style07 h2 {
        font-size: 1.45rem;
        line-height: 1.8rem;
        padding: 13px;
        padding-left: 6px;
        padding-bottom: 8px;
        margin-top: 1.4rem;
        margin-bottom: 1rem;
        font-weight: 700;
    }
}

@media (min-width: 768px) {
    .h2-style07 h2 {
        font-size: 1.65rem;
        line-height: 2rem;
        padding: 15px;
        padding-left: 8px;
        padding-bottom: 10px;
        margin-top: 2.6rem;
        margin-bottom: 1.6rem;
    }
}

.h2-style07 h2:before {
    position: absolute;
    content: "";
    z-index: 0;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 4px;
    border-radius: 1px;
    background: #ccc;
    opacity: 0.5;
}

.h2-style07 h2:after {
    position: absolute;
    content: "";
    z-index: 0;
    bottom: 0;
    left: 0px;
    height: 4px;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
    background: red;
}

@media (max-width: 767px) {
    .h2-style07 h2:after {
        width: 80px;
    }
}

@media (min-width: 768px) {
    .h2-style07 h2:after {
        width: 120px;
    }
}

/* CSS Document */
.h2-style08 h2 {
    position: relative;
    border-bottom: 2px solid #ccc;
}

@media (max-width: 767px) {
    .h2-style08 h2 {
        font-size: 1.45rem;
        line-height: 1.8rem;
        padding: 13px;
        padding-left: 24px;
        padding-bottom: 4px;
        margin-top: 1.4rem;
        margin-bottom: 1rem;
        font-weight: 700;
    }
}

@media (min-width: 768px) {
    .h2-style08 h2 {
        font-size: 1.65rem;
        line-height: 2rem;
        padding: 15px;
        padding-left: 24px;
        padding-bottom: 6px;
        margin-top: 2.6rem;
        margin-bottom: 1.6rem;
    }
}

.h2-style08 h2:before {
    content: "";
    position: absolute;
    background: #fff;
    border: 1px solid;
    border-color: #0094c8;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .h2-style08 h2:before {
        top: 0;
        left: 0.4em;
    }
}

.h2-style08 h2:after {
    content: "";
    position: absolute;
    background-color: #0094c8;
    top: 0.8em;
    left: 0.1em;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

@media (max-width: 767px) {
    .h2-style08 h2:after {
        top: 1em;
        left: 0;
    }
}

/* CSS Document */
.h2-style09 h2 {
    position: relative;
    border-bottom: 3px double #ccc;
}

@media (max-width: 767px) {
    .h2-style09 h2 {
        font-size: 1.45rem;
        line-height: 1.8rem;
        padding: 13px;
        padding-left: 8px;
        padding-bottom: 4px;
        margin-top: 1.4rem;
        margin-bottom: 1rem;
        font-weight: 700;
    }
}

@media (min-width: 768px) {
    .h2-style09 h2 {
        font-size: 1.65rem;
        line-height: 2rem;
        padding: 15px;
        padding-left: 8px;
        padding-bottom: 6px;
        margin-top: 2.6rem;
        margin-bottom: 1.6rem;
    }
}

/* CSS Document */
.h2-style10 h2 {
    position: relative;
}

@media (max-width: 767px) {
    .h2-style10 h2 {
        font-size: 1.45rem;
        line-height: 1.8rem;
        padding: 13px;
        padding-left: 6px;
        margin-top: 1.4rem;
        margin-bottom: 1rem;
        font-weight: 700;
    }
}

@media (min-width: 768px) {
    .h2-style10 h2 {
        font-size: 1.65rem;
        line-height: 2rem;
        padding: 15px;
        padding-left: 8px;
        margin-top: 2.6rem;
        margin-bottom: 1.6rem;
    }
}

.h2-style10 h2:before {
    position: absolute;
    content: "";
    z-index: 0;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 4px;
    border-radius: 4px;
}

.h2-style10 h2:after {
    position: absolute;
    content: "";
    z-index: 0;
    top: 0;
    left: 0px;
    height: 4px;
    border-radius: 4px;
    width: 100%;
}

.cps-post-main p {
    padding-bottom: 2rem;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    line-height: 1.9em;
    font-size: 1em;
}

.cps-post-main ul {
    padding-left: 0px;
    padding-top: 0;
    margin-top: 0em;
    margin-bottom: 1.5em;
}

.cps-post-main ul li {
    position: relative;
    display: block;
    margin-bottom: 2em;
    padding: 0em 0px 0em 25px;
}

/* Image */

.image {
    text-align: center;
}

/* blogroll */

#blogroll-307674 {
  height: 8.3rem !important;
}

#blogroll-307675 {
  height: 8.6rem !important;
}

.ad-single .blogroll-channel {
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.textwidget.custom-html-widget .blogroll-channel {
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0px 0px 2px rgba(0,0,0,.18);
}

.blogroll-channel {
  padding: 0.5em !important;
}

.ad-single .blogroll-channel .blogroll-list {
  font-size: 0.8em !important;
  line-height: 2.2em !important;
  height: auto !important;
  padding: 0 0.5em !important;
  border-left: 3px solid #af9493 !important;
}

.blogroll-channel .blogroll-list {
  font-size: 0.8em !important;
  line-height: 2.2em !important;
  height: 28px !important;
  padding: 0 0.5em !important;
  border-left: 3px solid #9997ab !important;
}

.ad-single a.blogroll-link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

a.blogroll-link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.blogroll-channel .blogroll-link-time {
  margin: 0px !important;
}

#home-top-widget .widget_text .textwidget, #post-top-widget .widget_text .textwidget, #post-bottom-widget .widget_text .textwidget {
    padding: 0px !important;
}

/* marker */

.cps-post-main .marker3 {
    background: -webkit-linear-gradient(transparent 60%,#d9e866 0%);
    background: linear-gradient(transparent 60%,#d9e866 0%);
}

.cps-post-main .marker4 {
    background: -webkit-linear-gradient(transparent 60%,#e8b666 0%);
    background: linear-gradient(transparent 60%,#e8b666 0%);
}

/* SNS */

.sns-design-type01 .sns .twitter a,
  .sns-design-type01 .sns-top .twitter a {
    border-color: #AF9493;
    background: #AF9493; }
  .sns-design-type01 .sns .facebook a,
  .sns-design-type01 .sns-top .facebook a {
    border-color: #AF9493;
    background: #AF9493; }
  .sns-design-type01 .sns .hatebu a,
  .sns-design-type01 .sns-top .hatebu a {
    border-color: #AF9493;
    background: #AF9493; }
  .sns-design-type01 .sns .pocket a,
  .sns-design-type01 .sns-top .pocket a {
    border-color: #AF9493;
    background: #AF9493; }
  .sns-design-type01 .sns .line a,
  .sns-design-type01 .sns-top .line a {
    display: block;
    border-color: #AF9493;
    text-align: center;
    background: #AF9493; }