@charset "utf-8";
/* CSS Document */

.column_div  {
    margin-top: 30px;
    font-size: 16px;
}

.column_div img {
    height: 100%;
    display: block;
    margin: 30px auto;
    max-width: 100%;
}

.column_div a {
    font-weight: bold;
    text-decoration: underline;
}

.column_div span {
    /*display: inline-block;*/
    /*word-break: break-all;*/
}

.column_div h3 {
    margin-bottom: 30px;
}

.sub-ttl {
    font-weight: bold;
}

.begining-txt {
    margin-top: 20px;
}

.columns-detail blockquote {
    text-overflow: ellipsis;
    overflow: hidden;
}
.columns-detail img{
    max-width: 100%;
    height: auto !important;
    margin: 0 auto 10px auto;
}

ul.clm-with-list li > ul > li{
    width: 100%;
}
ul.clm-with-list li > ul > li.column-cat-cover a{
    position: static;
}
.column-cat-cover{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
ul.clm-recom li .column-cat-cover a {
    position: static;
    /*width: 100%;*/
    /*height: 100%;*/
    /*display: block;*/
    /*z-index: 1;*/
}
.osusume-art-cate-cover .column-cat{
    padding: 0 !important;
}
.clm-recom-li ul li{
    width: 100%;
    margin-bottom: 0 !important;
}

ul.clm-list-one li > ul > li{
    width: 100%;
}
.column-cat-cover a{
    position: static !important;
}
ul.clm-list-one li a {
    font-size: 12px;
}
ul.clm-list-one li li{
    margin-bottom: 0;
}

.column_div p {
    margin-bottom: 1.5em;
    word-break: break-all;
}
.columns-detail div.img-box{
    margin-bottom: 1.5em !important;
}

/* ビュジュアルエディタにタグ挿入機能を追加 */
.columns-detail .colums_editor_add_bg{
    background-color: #f6e3d5;
    padding:30px 40px;
    border-radius:4px;
    margin-bottom:20px;
}
.columns-detail .colums_editor_add_bg a{
    padding:0px 5px;/*上下 左右の余白*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #eb7535;/*左線*/
    color: #268169;
    line-height: 1.8em;
    display: inherit;
    margin-bottom: 5px;
}
.columns-detail span.colums_editor_add_title{
    display: inherit;
    text-align: center;
    border-bottom: solid 2px #ffc27d;
    font-size: 18px;
    font-weight: bold;
    line-height: 2em;
}
.columns-detail span.colums_editor_add_title_green{
    display: inherit;
    text-align: center;
    background-color: #93c036;
    font-size: 18px;
    font-weight: bold;
    line-height: 3em;
    color: #fff;
    margin-bottom:25px;
}
.columns-detail span.colums_editor_add_title_orange{
    display: inherit;
    text-align: center;
    background-color: #eb7535;
    font-size: 18px;
    font-weight: bold;
    line-height: 3em;
    color: #fff;
    margin-bottom:25px;
}
.columns-detail div.colums_editor_add_bg_yellow,.columns-detail div.colums_editor_add_bg_yellow_orange{
    background-color: #fefdd0;
    border: solid #bbbbbb 1px;
    margin: 10px;
    padding-bottom: 15px;
}
.columns-detail .colums_editor_add_bg_yellow a {
    padding: 0px 5px;
    background: transparent;
    border-left: solid 5px #93c036;
    color: #268169;
    line-height: 1.8em;
    display: block;
    width: 85%;
    margin: 10px auto 10px auto;
}
.columns-detail .colums_editor_add_bg_yellow_orange a {
    padding: 0px 5px;
    background: transparent;
    border-left: solid 5px #eb7535;
    color: #268169;
    line-height: 1.8em;
    display: block;
    width: 85%;
    margin: 10px auto 10px auto;
}
.columns-detail .colums_editor_add_bg_yellow a,.columns-detail .colums_editor_add_bg_yellow_orange a {
    /*height: 25px;*/
    margin: 10px auto 35px auto;
}
.columns-detail div.colums_editor_add_bg_yellow,.columns-detail div.colums_editor_add_bg_yellow_orange{
    padding-bottom: 0px;
}
/* ビュジュアルエディタにタグ挿入機能を追加 以上 */


/*メイン画像の表示について修正*/

@media (min-width:769px) {
    .d-main-img-wrapper{
        max-width: 600px !important;
    }
}

.d-main-img-wrapper img {
    width: auto;
}
/*メイン画像の表示について修正　以上*/

@media (max-width: 780px) {
  .column_div  {
    font-size: 17px;
  }

}

/* コラム詳細の公開日・更新日の日付 */
.columns-detail p.column_detail_date {
    font-size: 13px;
    text-align:right;
}
