@charset "utf-8";
#selfcheck .sr-result {
 padding: 30px 0;
}
.selfcheck {
 margin-top: 0;
 padding-bottom: 100px;
}
#selfCheckBtn {
 cursor: pointer;
}
#selfCheckBtn.disabled {
 pointer-events: none;
}
input {
 -webkit-appearance: none;
 border-radius: 0;
}
label {
 padding-left: 2em;
 padding-right: 2em;
 display: block;
 cursor: pointer;
 position: relative;
 line-height: 20px;
 -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#menopause label{
 padding-right: 1.5em;
}
#menopause label:last-child{
 padding-right: 0;
}
@media screen and (max-width: 320px) {
#menopause label{
 padding-right: 0.5em;
}
}
input {
 position: absolute;
 z-index: -1;
 opacity: 0;
}
.indicator {
 width: 20px;
 height: 20px;
 background: #e6e6e6;
 position: absolute;
 top: 0;
 left: 0;
}
.radio .indicator {
 border-radius: 50%;
}
label:hover input ~ .indicator, label input:focus ~ .indicator {
 background: #ccc;
}
label input:checked ~ .indicator {
 background: #DB8D6B;
}
label:hover input:not([disabled]):checked ~ .indicator {
 background: #DB8D6B;
}
.radio input:checked ~ .indicator {
 background: ##DB8D6B;
}
.radio:hover input:not([disabled]):checked ~ .indicator {
 background: #DB8D6B;
}
label input:disabled ~ .indicator, .radio input:disabled ~ .indicator {
 background: #e6e6e6;
 opacity: 0.6;
 pointer-events: none;
}
.indicator::after {
 content: '';
 display: none;
 position: absolute;
}
label input:checked ~ .indicator::after {
 display: block;
}
.checkbox .indicator::after {
 width: 5px;
 height: 8px;
 border: solid #fff;
 border-width: 0 2px 2px 0;
 left: 8px;
 top: 4px;
 transform: rotate(45deg);
}
.checkbox input:disabled ~ .indicator::after {
 border-color: #7b7b7b;
}
.radio .indicator::after {
 width: 12px;
 height: 12px;
 border-radius: 50%;
 background: #fff;
 top: 4px;
 left: 4px;
}
.radio input:disabled ~ .indicator::after {
 background: #7b7b7b;
}
.area-qa .qa-list {
 display: table;
 width: 100%;
}
.area-qa .qa-list-last {
 border-bottom: 1px dotted #796958;
}
.area-qa .qaHead {
 width: 2.5em;
 vertical-align: top;
 font-size: 20px;
 line-height: 1em;
 display: table-cell;
 font-weight: bold;
}
.area-qa .qaBody {
 vertical-align: top;
 display: table-cell;
 line-height: 1.5;
}
.area-qa .qa-subtxt {
 margin-bottom: 1em;
 line-height: 1.5;
}
.area-qa .qa-list .item-q {
 font-size: 14px;
 font-weight: 400;
 line-height: 1.8571428571;
 letter-spacing: 0.06em;
 position: relative;
 padding-top: 1.5em;
 margin: 0 0 1em 0;
}
.area-qa .qa-list .item-q {
 border-top: 1px dotted #796958;
 border-bottom: 1px dotted #796958;
}
.area-qa .qa-list .item-q:first-child {
 border-bottom: none;
}
.area-qa .qa-list .item-q:last-child {
 border-top: none;
}
.area-qa .qa-list .item-a {
 font-size: 14px;
 font-weight: 400;
 line-height: 1.8571428571;
 letter-spacing: 0.06em;
 position: relative;
 margin-bottom: 1.5em;
}
.area-qa .qa-list .item-a .qaHead {
 visibility: hidden;
}
#menopause.area-qa .qa-list .item-a {
 display: flex;
 justify-content: space-around;
}
#menopause.area-qa .qa-list .item-a .qaHead {
 display: none;
}
.area-qa .qa-list .item-a .qaBody {
 padding-top: 0.5em;
}
.area-qa .qa-list .item-a .qaBody div {
 display: flex;
 align-items: center;
}
.disabled {
 background-color: #cccccc !important
}
.fwb {
 font-weight: 500;
 font-size: 18px;
}
.indent {
 text-indent: -2em;
 padding-left: 2em;
 margin-top: 0.25em;
}
