.clear{clear: both;}
/* HEADER SECTION */

.single-blog-header {
   background-color: #FAFAFA;
   padding: 110px 0 50px 0;
   border-top: 1px solid #EEEEEE;
   border-bottom: 1px solid #EEEEEE;
   margin-bottom: 50px;
}

.header-content {
   padding: 0 35px 0 15px;
}

.header-title {
   float: left;
   /*! width: 50%; */
}

.header-title h2 {
   font-size: 36px;
   text-transform: capitalize;
}

.breadcrumb {
 float: left;
 text-align: right;
 margin-top: 10px;
 margin: 0;
}

.breadcrumb-listitem {
   text-transform: capitalize;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   max-width: 150px; /* 適宜調整 */
   /*! float: left; */
   vertical-align: middle;
   display: inline-block;
}

.breadcrumb-listitem:nth-of-type(2):after,
.breadcrumb-listitem:nth-of-type(2):before {
   font-family: 'fontawesome';
   content: "\002F";
   color: #868f9b;
   font-size: 20px;
   font-weight: bold;
   padding: 5px 10px 0;
}

.breadcrumb-listitem:last-of-type {
   color: #868f9b;
}

.breadcrumb-listitem-link {
   color: #6195ff;
}


.breadcrumb-list.lst-none {
 margin: 0;
}

/* SNSボタン */
.sns-share-text {
   font-family: 'Courgette', cursive;
   margin-top: 2em;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   font-weight: bold;
   font-size: 1.6rem;
 }
 
 .sns-share-text::before,
 .sns-share-text::after {
   content: "";
   display: inline-block;
   background-color: var(--Secondary-color);
   width: 1em;
   height: 3px;
   margin: 0.5em;
   border-radius: 1.5px;
 }
 
 .sns-share-text::before {
   transform: rotate(45deg);
 }
 
 .sns-share-text::after {
   transform: rotate(-45deg);
 }
 
 .sns-btns {
   margin: 1em auto;
   display: flex;
   justify-content: space-evenly;
   max-width: 420px;
 }
 
 /* SNSボタン共通スタイル */
 .sns-btn {
   position: relative;
   display: inline-block;
   width: 50px;
   height: 50px;
   line-height: 50px;
   font-size: 1.3rem;
   color: white;
   text-align: center;
   border-radius: 50%;
   box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
   opacity: 0.8;
   transition: all 0.3s;
 }
 
 /* ボタンホバー時のスタイル */
 .sns-btn:hover {
   opacity: 1;
   transform: translate(0, -30%) scale(1.2);
 }
 
 /* ホバー時にボタン下に文字表示 */
 .sns-btn:hover::before {
   text-align: center;
   position: absolute;
   display: inline-block;
   font-size: 0.6rem;
   bottom: -2.3rem;
   right: 50%;
   transform: translate(50%, 0);
   width: 130px;
   color: var(--Primary-color);
 }
 
 /* 各SNSボタンの個別スタイル */
 .sns-btn.btn-hatena {
   background-color: #00a4de;
 }
 
 .sns-btn.btn-hatena:hover::before {
   content: "はてなブックマーク";
 }
 
 .sns-btn.btn-facebook {
   background-color: #1778f2;
 }
 
 .sns-btn.btn-facebook:hover::before {
   content: "Facebookでシェア";
 }
 
 .sns-btn.btn-twitter {
   background-color: #1ba1f3;
 }
 
 .sns-btn.btn-twitter:hover::before {
   content: "Twitterでシェア";
 }
 
 .sns-btn.btn-pocket {
   background-color: #ef4155;
 }
 
 .sns-btn.btn-pocket:hover::before {
   content: "Pocketに保存";
 }
 
 /* はてブアイコンスタイル */
 .hatena_bkm {
   padding: 0.1em;
   display: inline-block;
   font-family: "Tahoma";
   letter-spacing: 0.05em;
   text-align: center;
   color: #00a4de;
   font-size: 0.8em;
   font-weight: bold;
   background-color: white;
   width: 1.2em;
   height: 1em;
   line-height: 1.2em;
   border-radius: 2px;
 }


 /* SNSボタン全体 */
.sns-button {
   margin: 3px;
   padding: 0px;
   text-align: center;
   list-style: none;
   overflow: hidden;
   padding: 0;
   float: right;
 }
 .sns-button a {
   text-decoration: none;
 }
 /* 各 SNS ボタンのボックス */
 .sns-button li  {
   display: inline-block; 
   margin: 5px;
   padding: px 0px;
   border-radius: 4px;
   box-shadow:2.8px 2.8px #4c4550;
   width: 70px;
   height: 70px;
   line-hight: 70px;
 }
 
 /* アイコン */
 .sns-button i {
   text-align:center;
   font-size: 30px;
   margin: 0px;
   padding: 15px 0px 0px 0px;
   color: #fff;
 }
 
 /* テキスト */
 .button-text {
   display: inline-block;
   padding: 0px 0px 0px 0px;
   text-align: center;
   font-size: 12px;
   font-weight: solid;
   color: #fff;
 }
 
 /* アイコンホバー */
 .sns-button li:hover{
   opacity: 0.8;
 }
 
 /* ボタンの色 */
 .button_twitter   { background: #1da1f2; }
 .button_facebook  { background: #3b5998; }
 .button_pocket    { background: #ee4056; }
 .button_pinterest { background: #BD081C; }
 .button_line      { background: #6cc755; }
 .button_instagram { background: #CF2E92; }
 .button_tumblr    { background: #39475D; }
 .button_youtube   { background: #DA1725; }
 .button_linkedin  { background: #0e76a8; }
 .button_evernote  { background: #2DBE60; }
 

 @media only screen and (max-width: 768px) {
   .sns-button{
       clear: both;
       float: none;
   }

 }
.button {
   text-decoration: unset;
   font-weight: 600;
   text-transform: uppercase;
   color: #4e4e4e;
   width: 80px;
   text-align: center;
   font-size: 15px;
   line-height: 30px;
   border-radius: 5px;
   background: #f2f4f6;
   display: block;
   margin-bottom: 10px;
   margin-top: 15px;
 }

 .post-thumbnail{
   margin-bottom: 30px;
 }

.read-more {
   text-decoration: unset;
   color: #000;
   font-weight: 600;
 }
.btn-yellow {
   background: #FFE53B;
   color:#FFF;
 }
.btn-sky {
   background: #FD3838;
   color:#FFF;
 }
.btn-dpink {
   background: #FE7439;
   color: #FFF;
 }
.btn-dred {
   background: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%);
   color: #FFF;
 }


 .article-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 2行まで表示 */
    -webkit-box-orient: vertical;
}

#bp-np-wrap p strong{
    color: #222222;
}

.tag-list li a{
    text-decoration: none;
}

a:hover{
    opacity: 0.8;
}



#profile-wrap .card {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 980px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    color: #000000;
    text-align: center;
    padding: 2em;
    margin-top: 15px;
    margin-bottom: 30px;
}

#profile-wrap .profile-name {
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 1px;
    margin-top: 0.5em;
}

#profile-wrap .profile-name::after {
    content: '';
    display: block;
    height: 4px;
    width: 2em;
    background: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%);
    margin: 0.7em auto 0.5em;
    opacity: 0.35;
}

#profile-wrap .profile-position {
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 3px;
    color: #5BCBF0;
    margin-bottom: 2em;
}

#profile-wrap .profile-body {
    font-weight: 300;
    opacity: 0.8;
}

#profile-wrap .profile-image {
    max-width: 125px;
    border-radius: 50%;
    border: 4px solid #FFFFFF;
}

#profile-wrap .social-list {
    display: flex;
    justify-content: space-around;
    list-style: none;
    width: 100%;
    margin: 15px auto;
    padding-left: 0;
}

#profile-wrap .social-link {
    color: #fd3838;
    opacity: 0.5;
    font-size: 15px;
}

#profile-wrap .social-link:hover,
#profile-wrap .social-link:focus {
    opacity: 1;
}

@media (min-width: 600px) {
    #profile-wrap .card {
        flex-direction: row;
    }

    #profile-wrap .profile-main {
        text-align: left;
        margin-left: 2em;
    }

    #profile-wrap .profile-name {
        margin-top: 0;
    }

    #profile-wrap .profile-name::after {
        margin-left: 0;
    }
}

.cp_h3title{
        padding: 0.1em 0.3em;
        border-left: 5px solid #fd3838;
        font-size: 22px;
        font-weight: bold;
        margin-top: 30px;
}


.balloon-009 {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 0 22px;
	margin: 30px auto;
}

.balloon-009 img {
    max-width: 70px;
    height: 100%;
    border: 3px solid #f2f2f2;
    border-radius: 50%;
}

.balloon-009 p {
    position: relative;
    width: 80%;
    margin: 3px 0 0;
    padding: .8em 1em;
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #333333;
}

.balloon-009 p::before {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 30px;
    background-color: #f2f2f2;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}

.balloon-010 {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 0 22px;
	margin: 30px auto;
}

.balloon-010 img {
    width: 70px;
    height: 70px;
    border: 3px solid #bcfdfe;
    border-radius: 50%;
    object-fit: contain;
    overflow: hidden;
}

.balloon-010 p {
    position: relative;
    width: 80%;
    margin: 3px 0 0;
    padding: .8em 1em;
    border-radius: 5px;
    background-color: #bcfdfe;
    color: #333333;
}

.balloon-010 p::before {
    position: absolute;
    right: -15px;
    width: 15px;
    height: 30px;
    background-color: #bcfdfe;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: '';
}

.heading-17 {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    padding: .5em .7em;
    overflow: hidden;
    border: 2px solid #2589d0;
    border-radius: 5px;
    color: #333333;
	margin: 50px auto 30px auto;
}

.heading-17:before {
    position: absolute;
    top: -50%;
    left: -30px;
    z-index: -1;
    transform: rotate(25deg);
    width: 100px;
    height: 200%;
    background-color: #2589d0;
    content: '';
    font-size: 18px;
}

.heading-17 span {
    margin-right: 1.4em;
    color: #fff;
    font-size: 26px;
    width: 58px;
}

.list-8 {
    position: relative;
    padding: 1.5em 1em 1em 2.5em;
    border: 2px solid #2589d0;
    margin-bottom: 30px;
}

.list-8 > div {
    position: absolute;
    top: -.75em;
    left: 1em;
    padding: 0 .5em;
    background-color: #fff;
    color: #2589d0;
    font-weight: 600;
}

.list-8 ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

.list-8 li {
    padding: .3em .3em .3em 0;
}

.list-8 li::marker {
    color: #2589d0;
    font-size: 1.1em;
}

.box-007 {
    max-width: 400px;
    margin: 0 auto;
    border: 2px solid #ffb36b;
    border-radius: 5px;
    color: #333333;
}

.box-007 div {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #ffb36b;
    font-weight: 600;
    vertical-align: top;
}

.box-007 div::before {
    width: 22px;
    height: 22px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.8995 6.85453L17.1421 11.0972L7.24264 20.9967H3V16.754L12.8995 6.85453ZM14.3137 5.44032L16.435 3.319C16.8256 2.92848 17.4587 2.92848 17.8492 3.319L20.6777 6.14743C21.0682 6.53795 21.0682 7.17112 20.6777 7.56164L18.5563 9.68296L14.3137 5.44032Z' fill='%23ffb36b'%3E%3C/path%3E%3C/svg%3E");
}

.box-007 p {
    margin: 0;
    padding: 0 1.5em 1em;
}

.heading-41 {
    display: flex;
    align-items: center;
    padding: .5em .7em;
    background-color: #f2f2f2;
    color: #333333;
	margin-bottom:40px;
}

.heading-41::before {
    display: inline-block;
    width: 5px;
    height: 1.5em;
    margin-right: .5em;
    background-color: #2589d0;
    content: '';
}

.box-013 {
    margin: 40px auto;
    border: 2px solid #2589d0;
    border-radius: 3px;
}

.box-013 span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
}

.box-013 p {
    margin: 0;
    padding: 1em 1.5em;
    color: #333;
}


.box-011 {
    position: relative;
    margin: 60px auto 40px auto;
    padding: 1em 1.5em;
    border: 2px solid #2589d0;
    border-radius: 3px;
}

.box-011 span {
    position: absolute;
    top: -1.9em;
    left: -2px;
    padding: .2em .8em;
    border-radius: 5px 5px 0 0;
    background-color: #2589d0;
    color: #fff;
}

.box-011 p {
    margin: 0;
    color: #333;
}
