﻿.grid {
    display: -ms-flexbox;
    display: flex;
}
.done {
    width: 49.5%;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 16px;
    text-decoration: none !important;
}
.dleft {
    width: 120px;
    min-width: 120px;
    height: 120px;
    margin-right: 16px;
    float: left;
    margin-bottom: 8px;
    overflow: hidden;
}
.dname {
    line-height: 113%;
    color: #1c1c1c;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: calc(16px + 3 * ((100vw - 360px) / 1560));
}
.dprof {
    font-size: 15px;
    line-height: 113%;
    color: #1c1c1c;
    margin-bottom: 16px;
    text-decoration: none;
}
.dtext {
    font-size: 15px;
    line-height: 113%;
    color: #1c1c1c;
    text-decoration: none;
}
.dleft img {
    border-radius: 2px;
    width: 100%;
}
.dlink {
    text-align: right;
}
.b-warning {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(195,148,53,.6);
    border-radius: 5px;
    color: #fff;
    font-family: Roboto,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
	margin-top: 12px;
}
.b-warning__icon-wrapper {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
}
.b-warning__message {
    padding: 8px 0 8px 16px;
}
.news-box-service {
    line-height: 24px;
    height: 24px;
    margin-bottom: 8px;
}
.news-box-service span {
    line-height: 24px;
}
.news-box-service span {
    font-size: 13px;
    color: #999;
    vertical-align: middle;
    display: inline-block;
    line-height: 12px;
    float: left;
}
.news-box-service span:nth-child(2) {
    float: right;
    padding-left: 6px;
}
.news-box-service span:nth-child(3) {
    float: right;
    padding-left: 6px;
}
.news-box-service .icon {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
.contents .contentstitle {
    font-size: 19px;
    font-style: italic;
}
.wtxt ul, .contents ul {
    margin-left:24px;
}
.wtxt ul li, .contents ul li {
    padding: 3px 0;
    font-size: 16px;
	list-style: none;
}
.wtxt ul li::before, .contents ul li::before {
    content: "\25E6";
    color: #bca056;
    font-size: 28px;
    position: absolute;
    margin-left: -22px;
}
.wtxt ul li a, .contents ul li a {
    text-decoration: underline;
}
.wtxt h2 {
    font-size: 30px;
    margin: 32px 0;
    font-weight: 600;
    color: #111;
    line-height: 1.2;
}

.contents {
	padding:5px 0px 20px;
}