.news_list1_item {
    margin-top: 33px;
    padding-top: 33px;
    border-top: 1px #cbcbcb solid;
}

.news_list1_item:nth-child(1) {
    margin-top: 0;
    padding-top: 0;
    border: 0;
}

.news_list1_item_section {
    display: flex;
    flex-wrap: nowrap;
}

.news_list1_item_section_box1 {
    width: 285px;
}

.news_list1_item_section_box2 {
    flex: 1;
    margin-left: 45px;
}

.news_list1_item_photo {
    display: block;
    padding-top: 66%;
    position: relative;
}

.news_list1_item_photo_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.news_list1_item_photo img {
    display: none;
}

.news_list1_item_name a {
    font-size: 18px;
    line-height: 1.3;
    color: #015385;
}

.news_list1_item_anons {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.3;
}

.news_list1_item_dop {
    margin-top: 15px;
}

.news_list1_item_dop_item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

.news_list1_item_dop_item:last-child {
    margin: 0;
}

.news_list1_item_date {
    padding-left: 27px;
    position: relative;
    font-size: 15px;
    line-height: 1;
    color: #7d7d7d;
}

.news_list1_item_date:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    background-image: url(../img/news_list1_date.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 17px;
}

.news_list1_item_sea_count {
    padding-left: 27px;
    position: relative;
    font-size: 15px;
    line-height: 1;
    color: #7d7d7d;
}

.news_list1_item_sea_count:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
    background-image: url(../img/news_list1_sea_count.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 10px;
}

.news__list2_photo {
    float: left;
    width: 200px;
    overflow: hidden;
    text-align: center;
}

.news__list2_photo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.news__list2_bl {
    margin-left: 200px;
    padding-left: 28px;
}

.news__list2_name a {
    display: block;
    font-size: 19px;
    line-height: 1.3;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

.news__list2_name a:hover {
    text-decoration: underline;
}

.news__list2_textma {
    margin-top: 8px;
}

.news__list2_textma a {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    color: #414040;
    text-decoration: none;
}

.news__list2_date {
    font-size: 14px;
    color: #666;
    padding-top: 10px;
}

.news__list2_hr {
    line-height: 1px;
    height: 1px;
    background: #ccc;
    margin-top: 15px;
    margin-bottom: 15px;
}

.news__list2_block.photo_no .news__list2_bl {
    margin-left: 0;
}

.news__list3_item {
    float: left;
    text-decoration: none !important;
    vertical-align: top;
    width: 31%;
    padding: 0;
    color: #000;
    margin-right: 3%;
    margin-bottom: 35px;
}

.news__list3_item:nth-child(3n) {
    margin-right: 0;
}

.news__list3_item:nth-child(3n+1) {
    clear: left;
}

.news__list3_photo {
    text-decoration: none;
    padding-top: 65%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.news__list3_photo:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;

    -webkit-transition: all 0.25s ease-out 0.1s;
    -moz-transition: all 0.25s ease-out 0.1s;
    -o-transition: all 0.25s ease-out 0.1s;
    transition: all 0.25s ease-out 0.1s;
}

.news__list3_date {
    font-size: 16px;
    line-height: 1;
    color: #6c6c6c;
    margin: 33px 0 0 0;
}

.news__list3_name {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    text-transform: uppercase;
    min-height: 75px;
}

.news__list3_gorline {
    line-height: 1px;
    height: 1px;
    background: #b7b7b7;
    margin: 12px 0 15px 0;
}

.news__list3_textma {
    font-size: 16px;
    line-height: 1.4;
    color: #4f4f4f;
}

.news__list3_item:hover .news__list3_name {
    text-decoration: underline;
}

.news__list3_item:hover .news__list3_photo:after {
    opacity: 0.3;
}

.news__news_view__action_title {
    margin-bottom: 15px;
}

.news__news_view__action_title h2 {
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
}

.news__view_action_photo-basic {
    margin: 20px 0;
    text-align: center;
}

.news__view_action_photo-basic img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.news__news_view__action_description {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: justify;
}

.news__news_view__action_photo_preview {
    margin-top: 50px;
}

.news__otherlist1 {
    margin-top: 90px;
    font-size: 15px;
    line-height: 1.4;
}

.news__otherlist1 table {
    width: 100%;
}

.news__otherlist1 table td {
    vertical-align: top;
    padding: 3px;
}

.news__otherlist1 .td1 {
    width: 130px;
    text-align: right;
    color: #666;
}

.news__otherlist1.td1 .date {
    white-space: nowrap;
}

.news__otherlist1 .td2 {
    padding-left: 20px;
}

.news__otherlist1 .hr {
    background: #bdbdbd;
    line-height: 1px;
    height: 1px;
    margin-bottom: 30px;
}

.news__news_view__action_theme_column {
    display: flex;
    flex-wrap: nowrap;
}

.news__news_view__action_theme_column_box1 {
    width: 275px;
    position: relative;
    padding-right: 50px;
}

.news__news_view__action_theme_column_box1:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 1px;
    height: 390px;
    background: #c7c7c7;
}

.news__news_view__action_theme_column_box2 {
    flex: 1;
    padding-left: 50px;
    max-width: 720px;
}


.news__news_view__action_date {
    padding-left: 27px;
    position: relative;
    font-size: 17px;
    line-height: 1;
    color: #000;
}

.news__news_view__action_date:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    background-image: url(../img/news_view_date.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 17px;
}

.news__news_view__action_sea_count {
    margin-top: 20px;
    padding-left: 27px;
    position: relative;
    font-size: 17px;
    line-height: 1;
    color: #000;
}

.news__news_view__action_sea_count:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
    background-image: url(../img/news_view_sea_count.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 10px;
}

.news__news_view__action_category {
    margin-top: 20px;
}

.news__news_view__action_category_title {
    font-size: 16px;
    line-height: 1;
    color: #000;
}

.news__news_view__action_category_content {
    margin-top: 4px;
    line-height: 1.3;
}

.news__news_view__action_category_content a {
    font-size: 16px;
    color: #000;
    line-height: 1.3;
    text-decoration: underline;
}