
.video-box {
    position:relative;
    width:100%;
    height:0;
    padding-top:64%;
}
.video-box iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#comments-contents {
    /* padding: 60px 0; */
    /* border-bottom: 4px solid #cccccc; */
}

#comments-contents .section-ttl h2 {
    border-bottom: 2px solid #e7e9ee;
}

#comments-contents .comment-body {
    position: relative;
}

#comments-contents .comment-body-left {
    display: inline-block;
    float: left;
}

#comments-contents .comment-body-left    img {
    width: 48px;
    height: 48px;
    margin: 0 12px 12px 0;
}

#comments-contents .comment-body-right {
    display: inline-block;
    width: 90%;
    word-wrap: break-word;
}

#comments-contents ol {
    display: block;
}

#comments-contents ol li:before {
    counter-increment: none;
    content: none;
}

#comments-contents ol li {
    margin-left: 40px;
    display: block;
}

#comments-contents ol li.depth-1 {
    margin-left: 0;
}

#comments-contents .comment-author .fn {
    font-weight: 700;
    font-size: 1.2rem;
}

#comments-contents .comment-author .says {
    display: none;
}

#comments-contents .reply ,
#comments-contents .reply a.comment-reply-link:visited {
    color: #656c7a !important; 
    font-weight: 500;
    font-size: 1.3rem;
}

#comments-contents .reply {
    margin: 4px 0 0;    
}

#comments-contents .comment-body {
    margin-bottom: 24px;
}

#comments-contents .comment-body p {
    line-height: 30px;
    font-size: 1.5rem;
}

.comment-form-comment label {
    display: none;
}

#respond {
    margin: 20px 0 24px;
    font-size: 1.5rem;
}

#comment {
    background: #fff;
    border: 2px solid #dbdfe4;
    position: relative;
    border-radius: 4px;
    line-height: 30px;
    font-size: 1.5rem;
    padding: 0 5px;
    width: 100%;
    height: 100px;
}

#comments-contents .comment-body::after {
    content: "";
    display: block;
    clear: both;
}

#comments-contents .form-submit {
    position: static;
    top: unset;
    transform: unset;
    right: unset;
    padding-left: 0;
    padding-top: 10px;
}

#comments-contents #comment-more,
#comments-contents #submit {
    display: block;
    background-color: #08107b;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    font-size: 13px;
    font-size: 1.3rem;
    width: 145px;
    height: 40px;
    line-height: 38px;
    border-radius: 40px;
    padding: 0 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
}

#comments-contents #comment-more:hover,
#comments-contents #submit:hover {
    opacity: .5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#main-articles .article #comments-contents ul li{
    padding: 0;
}

#main-articles .article #comments-contents ul li:before{
    content: none;
}

#main-articles .article #comments-contents h3 {
    color: #111111;
    font-size: 100%;
    margin-bottom: 0;
}

#main-articles .article #comments-contents p a {
    display: inline;
    color: #2d16ee;
    border-bottom: none;
}

#comments-contents .logged-in-as {
    display: inline;
    font-size: 1.5rem;
}

#main-articles #comments-contents .comment-author.vcard span {
    font-size: 1.2rem;
}

@media screen and (max-width: 768px){
    .addtoany_share_save_container {
        margin-top: 65px;
    }   
}
