@charset "utf-8";

/*------------------------------------------
 mainVisual
--------------------------------------------*/
.mainVisual {
    width: 980px;
    height: 277px;
    margin: 0 0 30px;
    background: #fff;
}

.p-page--top__mainimage {
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 40%);
}

.p-page--top__mainimage--img {
    vertical-align: bottom;
}

.p-page--top__mainimage--inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-page--top__mainimage--inner__img {
    margin-left: 70px;
}

.p-page--top__mainimage--text {
    padding: 8px 0;
    width: 750px;
    text-align: right;
    font-size: 100%;
    font-family: Meiryo, Osaka;
    background-color: rgba(255, 255, 255, 0.7);
}

/*------------------------------------------
 contentLeft
--------------------------------------------*/
.contentLeft {
    /* スクロールする際はabosolute */
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    float: left;
    /*text-align: center;*/
    width: 313px;
}

.sideMenu {
    width: 306px;
    margin: 0 auto;
}

.sideMenu a {
    display: block;
    width: 303px;
    height: 42px;
    line-height: 42px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 0 -42px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .5);
    text-decoration: none;
    font-size: 13px;
    font-weight:bold;
    margin:3px 0;
    color: #000;
    border-radius:8px;
    background: #99aee1;
    background: -moz-linear-gradient(top, #fff 0%, #99aee1 100%);
    background: -webkit-linear-gradient(top, #fff 0%,#99aee1 100%);
    background: linear-gradient(to bottom, #fff 0%,#99aee1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#99aee1',GradientType=0 );
}

.sideMenu a::before {
    content: '';
    border-left: 3px solid #3962C2;
    margin: 0 7px 0 10px;
    padding: 2px 0;
}

/*------------------------------------------
 contentRight
--------------------------------------------*/
.contentRight {
    float: right;
    width: 640px;
}

.mainMenu {

}

.mainMenu a {
    float: left;
    margin-right: 10px;
}

.mainMenu a:nth-child(2n) {
    margin-right: 0;
}

/*------------------------------------------
 news
--------------------------------------------*/
.news {
    background:#E1E7F6;
    padding:15px 0;
    border-radius:8px;
}

.newsIcon {
    width: 80px;
    padding: 10px;
    float: left;
}

.newsList {
    width: 530px;
    float: right;
    padding: 10px 10px 10px 0;
}

.newsListItem {
    padding: 5px 0;
    border-bottom: 2px solid #000;
}

.newsListItem:last-child {
    border: none;
}

.newsListItem dt {
    text-align: right;
}
