/* ----- トップページ ----- */
.jpro-index-main{
    position: relative;
    padding-bottom: 125px;
    padding-top:4.5rem;
}
@media (min-width: 992px) {
    .jpro-index-main{
       padding-bottom: 67px;
       padding-top: 0;
    }
}

.newslist dt {
    padding: 10px 10px 10px 0px;
    width: 250px;
    float: left;
    clear: left;
}

.newslist dd {
    padding: 10px 0px 10px 120px;
    margin-left: 140px;
}
/*写真を全体に広げる*/
.jumbotron {
    /* margin:5px 10px 10px 10px; */
    margin: 5px 5px 10px 5px;
    background: url(/img/jpro-top-img01.jpg) center no-repeat;
    /*background: url(../img/jpro-top-img01.jpg) center no-repeat;*/
    background-size: cover;
    /*background-position: 50%;*/
    background-position:center 60%
}
.jumbotron h2{
    margin-top:30px;
}

/*この画面専用のCSS*/

.home-content .card-outline{
    /*
    background-color: white;
    border: 3px solid #ffcf8c;
    padding:3rem;
    */
}
.card {
    margin-top:  1em;
    margin-bottom: 1em;
    margin-left:  0.75em;
    margin-right: 0.75em;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.home-content .card-header{
    border-top: 2px solid #ffcf8c;
    border-left: 2px solid #ffcf8c;
    border-right: 2px solid #ffcf8c;
    /* border-bottom: 1px solid #ffcf8c;
    */
    height: auto;
    padding-bottom:  2em;
}

@media (min-width: 992px) {
    .home-content .card-header{
       height: 63px;
       vertical-align: middle;
    }
}

.home-content .card-body{
    padding-left: 1em;
    border-top: 2px solid #ffcf8c;
    border-left: 2px solid #ffcf8c;
    border-right: 2px solid #ffcf8c;
    border-bottom: 2px solid #ffcf8c;
    height: auto;
}

.home-content .card-body2{
    padding-left: 1em;
    border-top: 2px solid #000080;
    border-left: 2px solid #000080;
    border-right: 2px solid #000080;
    border-bottom: 2px solid #000080;
    height: auto;
}
/*
@media (min-width: 992px) {
    .home-content .card-body{
        height: 10em;
    }
}
*/

@media (min-width: 992px) {
    .home-content .height-10em{
        height: 10em;
    }
}

/* 会社別登録件数Card */
.home-content .count-card-body{
    /*padding: 1.5rem 3rem;*/
    border: 3px solid #ffcf8c;
    height: auto;
}

.fa{
    vertical-align: baseline;
}

.fa-2x{
    vertical-align: middle;
}

.home-content .color-pink{
    color: pink;
}
.home-content .color-orange{
    color: orange;
}
.home-content .color-blue{
    color: blue;
}
.text-black{
    color: black;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.mb-1em {
    margin-bottom: 1em;
}

.ml-1em {
    margin-left: 1em;
}

.pl-2em {
    padding-left: 2em;
}

.pl-3em {
    padding-left: 3em;
}


.row {
    /*
    margin-top: 2em;
    margin-bottom: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
*/
}
/*
a[class^="card"]:hover{
    background-color: rgba(127, 103, 70, 0.5);

}
*/
a.card:hover{
    background-color: rgba(127, 103, 70, 0.5);
    color: white;
}

/*リンク*/
.card[title^="newslist"]  a:link { color: #0000ff; }
.card[title^="newslist"]  a:visited { color: #000080; }    
.card[title^="newslist"]  a:hover { color: #ff0000; }
.card[title^="newslist"]  a:active { color: #ff8000; }

/* 更新リンクがクリックされた時の表示 */
/* 検索フォームの入れ物 */
#top-search-wrapper{
    background-color: rgba(255,207,140, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1900;
}
/* 検索のフォーム */
#top-search-form {
    position:fixed;
    border:3px solid #ffcf8c;
    background-color:#fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
    padding: 40px 35px 30px 30px;
    width: 500px;
}
#top-search-form > div {
    position:relative;
    padding:45px 20px 20px 20px;
}
#search-form-close-button {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 2rem;
    cursor: pointer;
}

/* ブックマークダイアログの表示 */
/* ブックマークダイアログの入れ物 */
#top-bookmark-wrapper{
    background-color: rgba(255,207,140, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1900;
}
/* ブックマークダイアログ */
#top-bookmark-form {
    position:fixed;
    border:3px solid #ffcf8c;
    background-color:#fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
    padding: 40px 35px 30px 30px;
    width: 500px;
}
#bookmark-form-close-button {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 2rem;
    cursor: pointer;
}

/* ----- 一番上の3つのボックスの折りたたみのボタンなど ここから ----- */
.minus-button-active.top-three-box {
    position:absolute;
    top: 1.4rem;
    right: 0.5rem;
    font-size:1.25em;
    cursor: pointer;
}
.minus-button-hidden.top-three-box {
    display:none;
    position:absolute;
    top: 1.4rem;
    right: 0.5rem;
    font-size:1.25em;
    cursor: pointer;
}
.plus-button-active.top-three-box {
    position:absolute;
    top: 1.4rem;
    right: 0.5rem;
    font-size:1.25em;
    cursor: pointer;
}
.plus-button-hidden.top-three-box {
    display:none;
    position:absolute;
    top: 1.4rem;
    right: 0.5rem;
    font-size:1.25em;
    cursor: pointer;
}
h5.top-three-box{
    cursor: pointer;
}
/* ----- 一番上の3つのボックスの折りたたみのボタンなど ここまで ----- */

#magazine-content-wrapper{
    background-color: rgba(255,207,140, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1900;
}
#magazine-content-wrapper > div {
    position:fixed;
    border:3px solid #ffcf8c;
    background-color:#fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
    padding: 40px 35px 30px 30px;
    width: 960px;
    overflow-y: scroll;
}
#magazine-content-wrapper > div > i {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 2rem;
    cursor: pointer;
}
