@charset "utf-8";
@import url("common.css");

/* メイン部分 */
#main_visual {
    position: relative;
    width: auto;
    height: 300px;
    min-width: 1030px;
    min-height: 300px;
    overflow: hidden;
}

div #title {
    position: absolute;
    display: block;
    top: 0px;
    left: 10%;
    width: 330px;
    height:100%;
    padding:50px 20px 50px;
    color: #ffffff;
    background:rgba(0,0,0,.3);
    /*text-shadow:  0px 0px 1px #666,  0px 0px 5px #666,  0px 0px 6px #666;*/
    /*text-shadow: -1px 1px 0 rgba(0,0,0,1);*/
}

#title p {
    font-size: 1.3rem;
    line-height: .5em;
    font-weight: bold;
    font-family: "arial";
}

#title dt {
    font-size: 2.0em;
    /*margin-left: 5px;*/
    line-height: 1.1em;
}

#title hr {
  border-bottom: 1px solid #fff;
  margin: 10px 0;
}

#title dd {
    /*margin: 5px 0 0 30px;*/
    margin-top: 5px;
    font-size: .8em;
}

div #relatedTags {
    position: absolute;
    display: block;
    bottom: 20px;
    right: 10%;
    width: 230px;
    text-align: right;
}

#relatedTags>a.btn-sm {
    margin-bottom: 3px;
    background: rgba(0,0,0,.3);
    color: #ffffff;
}

#relatedTags>a.btn-sm:hover {
    color: #999966;
}

#relatedTags>.btn-outline-secondary {
    border-color: #ffffff;
}

#relatedTags>.btn-outline-secondary:hover {
    border-color: #999966;
}


/* コンテンツ部分 */


/* pick up部分 */

.card {
    display: block;
    width: 100%;
    padding: 10px 10px 20px;
    background-color: #fafafa;
    /*----- フェードインしながら上へスライド -----*/
    transform: translate3d(0, 10px, 0);
    transition: .8s;
    opacity: 0;
}

/*----- フェードインしながら上へスライド -----*/

.fadeInUp {
    transform: translate3d(0, 0, 0);
    opacity: 1.0;
}

.card-block {
    padding: 10px 0 0;
}

.card-title {
    margin-bottom: 5px;
    line-height: 1.2;
}

.card-text {
    font-size: .7rem;
    margin-bottom: 8px;
}

.read {
  font-family: 'Century Gothic';
  font-weight: bold;
  background-color: #fafafa;
}

.read:hover {
    border-color: #333333;
    background-color: #fafafa;
}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
    -webkit-column-gap: .4rem;
    -moz-column-gap: .4rem;
    -ms-column-gap: .4rem;
    column-gap: .4rem;
}

p.update {
    font-size: .7em;
    padding-bottom: 1px;
    vertical-align: bottom;
    margin: 0;
    float: right;
}
