/* 使うパーツのみ */
.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.font-sm {
    font-size: 12px;
}
.alert ul{
    margin-bottom: 0px;
}

.close-link{
    text-decoration: underline;
    color:#4b7304;
}
.disabled{
    pointer-events: none;
    opacity: 0.5;
}
.fileInput{
    display: none;
}
#preview{
    width: 120px;
    height: 120px;
}
.p-relative{
    position: relative !important;
}
.link-report{
    cursor: pointer;
}
/* OGP-CARD */
.ogp-card {
    position: relative;
    display: -ms-flexbox;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    box-sizing: border-box;
    margin-top: 10px;
}
.ogp-card a:hover{
    color: #333;
}
.ogp-left{
    padding: 10px;
    width: 15%;
    display: inline-block;
    vertical-align: top;
}
.ogp-left img {
    width: 100%;
}
.ogp-right {
    display: inline-block;
    width: 84%;
    padding: 10px;
    vertical-align: top;
}
.ogp-title{
    font-weight: bold;
    font-size: 18px;
    margin: 0px 0px;
}
.ogp-link{
    color: #337ab7;
    font-size: 14px;
    margin: 2px 0px;
}
.ogp-description {
    font-size: 14px;
    margin: 2px 0px;
}
.img-content {
    max-height: 200px;
    margin: 6px 0px;
}
#ogp-preview *{
    font-size: 12px;
    text-align: left;
}
#ogp-preview .ogp-left{
    width: 20%;
}
#ogp-preview .ogp-right{
    width: 79%;
}

.input-text textarea.profile {
    border: solid 1px #a8a8a8;
    border-radius: 4px;
    padding: 15px;
    width: 100%;
}
.user-link {
    display: flex;
}
.form-check, .talkDetail-content-body, .talkItem-link {
    word-break: break-all;
}
.hide {
    display: none;
}
#loading {
    margin: auto;
}
#alert-msg {
    color: red;
    margin :4px 0px;
    font-size: 16px;
}
.text-green {
    color: #4b7304;
}
.ml-1{
    margin-left: 10px;
}
.mr-2{
    margin-right: 20px;
}
.pointer{
    cursor: pointer;
}
.pointer:hover{
    opacity: 0.8;
}
.flex{
    display: flex;
}
.spOnly{display:none;}
.item-movie {
	position: relative;
	width: 100%;
}
.item-movie iframe {
	top: 0;
	right: 0;
	width: 100% !important;
    aspect-ratio: 3 / 2;
}

.group-image {
    display: flex;
    padding-top: 10px;
}
.group-image img {
    margin-right: 10px;
    width:30%;
}
.group-image img:last-child {
    margin-right: 0;
}
.signuped {
    text-decoration: underline;
    color: #4b7304;
}
.talkDetail-header-category img{
    width: 96px !important;
    height: 96px !important;
}
.categoryList-card > img {
    width: 96px !important;
    height: 96px !important;
}
.talkItem-img {
    width: 96px;
    height: 96px;
}

@media screen and (max-width:769px)
{
    .ogp-left{
        height: 100px;
        width: auto;
    }
    .ogp-left img {
        height: 100%;
    }
    .ogp-right {
        font-size: 14px;
        padding-top: 0px;
        width: 100%;
        margin-top: 0px;
    }
    .pcOnly{display:none !important;}
    .spOnly{display:block !important;}
}