@charset "UTF-8";

body {
    font-size: 14px;
    color: #333;
}

html, body {
    height: 100%;
}

/* fontStyle */
tt, i, b, u, s, strike, big, small,
    /* phrase */
em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym,
    /* special */
a, img, applet, object, font, basefont, br, script, map, q, sub, sup, span, bdo, iframe,
    /* formctrl */
input, select, textarea, label, button,
    /* document */
address, div,
p, h1, h2, h3, h4, h5, h6, pre, blockquote, ins, del, dl, dt, dd, ul, ol, li, dir, menu, form, option, fieldset, legend, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

hr {
    margin: 0px;
}

img {
    font-size: 1%;
    line-height: 1;
    border: 0;
    vertical-align: top;
}

ul, ol, li {
    list-style: none;
}
dl {
    margin: 0 !important;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
    background: transparent;
    vertical-align: top;
    cursor: pointer;
}

a {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

p {
    margin: 0 !important;
}

input, button, textarea {
    outline: none;
}

a:link, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-size: 12px;
    line-height: 1.5;
}

.none {
	display:none;
}

.notice-list {
    padding-bottom: 1px;
}

.notice-list li {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
}

.list-title {
	display:table;
	cursor:pointer;
    width:100%;
}
.list-title dt {
	display:table-cell;
	font-size:30px;
	vertical-align:middle;
	color:#aaa;
    width: 10px;
    text-align: center;
    padding: 20px 20px 20px 0;
}
.list-title dd {
	display:table-cell;
	vertical-align:middle;
    padding: 15px;
}

.list-contents {
	border-top:1px solid #ebebeb;
    padding: 20px;
    background: #fafafa;
    font-size: 16px;
    line-height: 27px;
    color: #000;
    word-break: keep-all;
    white-space: pre-wrap;
}
.list-button-wrap {
    display: inline-block;
}

.list-button-wrap > span {
    border: solid 1px #8a8a8a;
    padding: 4px 7px;
    cursor: pointer;
    margin-right: 10px;
    font-size: 13px;
}

.list-contents2 {
    width: 100%;
    padding: 10px;
    text-align: right;
    background: #fafafa;
    font-size: 16px;
    line-height: 27px;
    color: #000;
}
.list-contents p {
    padding:10px 0;
}
.list-contents img {
    max-width: 100%;
}

.notice-list li .profile-img {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.profile-img img {
    width: 100%;
}

.notice-list .writer {
    display: block;
    margin-top: 3px;
    font-weight: bold;
}

.notice-list .survey-period {
    font-size: 0.7rem;
    color: #888;
}

.notice-list li .title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px !important;
}
.notice-list li .date {
    font-size: 14px;
    letter-spacing: 0;
    color: #888;
}

.notice-list li .contents {
    clear: both;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.2rem;
    padding-top: 10px;
}

.thumb {
    width: 100%;
    margin: 8px 0;
}

.survey-detail-head {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #bebebf;
    padding: 12px 15px;
}

.survey-detail-head .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.2rem;
    font-weight: 600;
}

.survey-detail .survey-period {
    display: block;
    font-size: 0.7rem;
    color: #888;
}

.survey-detail .contents {
    padding: 20px;
    margin-bottom: 50px;
}

.contents .notice-link {
    display: block;
    color: #73879C;
    text-decoration: underline;
}

.btn-participate {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #242b38;
    color: #fff;
}

.btn-go-back {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: rgba(250,250,250,.6);
    border: 1px solid #ccc;
    padding: 8px 10px;
}

.btn-move-to {
    float: right;
    background: rgba(250,250,250,.6);
    border: 1px solid #ccc;
    padding: 8px 10px;
    margin-right: 17px;
}

.btn-go-back .fa {
    margin-right: 5px;
    vertical-align: text-top;
}
.no-data {
    padding:100px 0;
}

.text-center {
    text-align:center;
}

.popup-comp {
    text-align: center;
    padding: 20px;
}

.popup-comp .title {
    font-size: 2em;
    margin-top: 10px;
}

.popup-comp .contents {
    font-size: 1rem;
    margin-top: 25px;
}

.popup-comp .contents img {
    width:100%;
}

.popup-comp .btn-link {
    background: darkcyan;
    display: block;
    height: 50px;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    line-height: 50px;
    font-size: 1.2rem;
}

.webview-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.column-title {
    padding: 20px;
    font-size: 18px;
    font-weight:600;
    border-bottom: 2px solid #ddd;
}
.column-image {
    border-bottom: 1px solid #ddd;
    background: #ebebeb;
}
.column-text {
    padding: 20px;
    font-size: 18px;
    line-height: 28px;
}

.faq-category {
    width: 90%;
    margin: 20px auto;
    display: block;
    height: 42px;
    line-height: 1.42857143;
    color: #262626;
    font-size: 14px;
    border-bottom: 1px solid #e0e4ea;
    border-radius: 2px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0 15px;
}
