@charset "utf-8";

/** 画像の上に暗い印象をつける **/
#top_move {
    width: 100%;
    height: 250px;
}
.vegas-slide-inner::before {
    content: ' ';
    background-color: rgba(0,0,0,.6);
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mainv2 {
    background-image: url(../img/top/main3.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: -18px;
    width:1024px;
    height: 240px;
    margin: auto;
}

.news_area {
    height: 600px;
    overflow-y : scroll;
    display: block;
    margin : 0;
    width: 766px;
}
.news_article_area {
    margin-left: 30px;
    margin-right: 20px;
    padding-top:20px;
    padding-bottom:20px;
    border-bottom: solid 1px #d3d3d3;
}
.news_article_image {
    float:left;
    margin-right: 10px;
}
.news_article_title {
    font-size: 1.07em;
    font-weight: bold;
    margin-bottom: 0px;
}
.news_article_date {
    text-align:right;
    font-size:1em;
    color: #403f99;
    font-weight: bold;
    margin-bottom: 16px;
}

.top_heading {
    margin-left: 30px;
    padding-top: 16px;
    font-size: 2.8em;
    font-family: 'Yuji Syuku', sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, 2px 0px 0px #fff, -2px 0px 0px #fff, 0px 2px 0px #fff, 0px -2px 0px #fff;
}

.top_title {
    margin-left: 604px;
    margin-top: -30px;
    width: 360px;
    padding: 18px 30px;
    border-radius: 10px 0 0 10px;
    background: rgba(255,255,255,0.85);
}

.top_title h2 {
    margin:initial;
}

.top_title_content {
    margin-top: 0.7em;
}

.top_title h2::before {
    content: '';
    position: absolute;
    width: 10em;
    height: 0.1em;
    background: #403f99;
    margin-top: 24px;
}

.booklet_block{
    display: flex;
    margin: 10px 0;
    align-items: stretch;
    overflow: hidden;
    width: 100%;
}
.booklet_left {
    object-fit: cover;
    margin: 0px 20px 0 25px;
    float:left;
}
.booklet_left h3 {
    padding:6px 6px 0 6px;
    font-size:1.2rem;
    text-align: center;
    margin: 0px;
    color:white;
    letter-spacing: 6px;
    background: linear-gradient(to top, #41409b, #5c5ada);
}
.booklet_left_content {
    padding:0px 10px 10px 10px;
    margin: 0px;
    border: solid 6px #41409b;
    background: #e5e5ef;
}
.booklet_left_content p {
    padding: 10px 0;
    font-size:0.95em;
    text-align:center;
}
.booklet_left_content img {
    border:solid 1px #999;
    width: 340px;
}

.booklet_right {
    width: 46.36%;
    background-color: #eee;
    flex-grow: 1;
    text-align: center;
    margin: 0px;
    margin-right: 1px;
}
.booklet_right h3 {
    padding:28px 0 16px 0;
    font-size:1.4rem;
    text-align: center;
    margin: 0px;
    color:white;
    letter-spacing: 6px;
    background: linear-gradient(to top, #29293f, #838397);
}

.booklet_right_content {
    padding-top: 10px;
    width: 333px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 496px
}
.backnumber_list {
    float:left;
    padding: 10px;
    width: 318px;
}
.backnumber_list a {
    color:#403f99;
    font-weight:bold;
    text-decoration: underline;
}


.pdf_icon {
    margin-left: 6px;
    display: inline-block;
    padding: 4px 6px 2px 6px;
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
}




