#page #selfcheck .question,
#page #selfcheck .result {
    display: none;
}
#page #selfcheck .selfcheck_worp {
    color: #2a2a2a;
    border: 3px solid #92d7fd;
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #f4f4f4 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
    position: relative;
    padding: 15px 15px 0;
}
#page #selfcheck .selfcheck_title {
    height: 48px;
    font-weight: normal;
    background: url(/img/icon/check-board.png) left top no-repeat;
    background-size: auto 45px;
    border-bottom: 1px solid #ccc;
}
#page #selfcheck .selfcheck_title .left {
    font-size: 28px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0 39px;
}
#page #selfcheck .selfcheck_title .right {
    font-size: 20px;
    display: inline-block;
    vertical-align: bottom;
    float: right;
}
#page #selfcheck .selfcheck_title .right .number {
    width: 44px;
    height: 44px;
    color: #fff;
    font-size: 27px;
    font-weight: normal;
    text-align: center;
    line-height: 47px;
    background: #006a8f;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 5px;
}
#page #selfcheck .question .selfcheck_title .right .number {
    font-size: 20px;
    line-height: 45px;
    margin: 0;
}

/* 593px以下用
====================================== */
@media screen and (max-width: 593px) {
    #page #selfcheck .selfcheck_worp {
        padding: 10px 10px 0;
    }
    #page #selfcheck .selfcheck_title {
        height: 32px;
        background-size: auto 28px;
    }
    #page #selfcheck .selfcheck_title .left {
        font-size: 18px;
        margin: 3px 0 0 25px;
    }
    #page #selfcheck .selfcheck_title .right {
        font-size: 14px;
    }
    #page #selfcheck .selfcheck_title .right .number {
        width: 28px;
        height: 28px;
        font-size: 16px;
        line-height: 31px;
        margin: 0 4px;
    }
    #page #selfcheck .question .selfcheck_title .right .number {
        font-size: 12px;
        line-height: 30px;
        margin: 0;
    }
}

/* スタート
====================================== */
#page #selfcheck .start .main_area {
    font-size: 0;
    display: table;
}
#page #selfcheck .start .main_area .text {
    width: 55%;
    display: table-cell;
    vertical-align: middle;
}
#page #selfcheck .start .main_area .text .top {
    font-size: 25px;
}
#page #selfcheck .start .main_area .text .top .number {
    width: 63px;
    height: 63px;
    color: #fff;
    font-size: 27px;
    font-weight: normal;
    text-align: center;
    line-height: 63px;
    background: #006a8f;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
}
#page #selfcheck .start .main_area .text .center {
    color: #006b9c;
    font-size: 25px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    margin-top: 25px;
}
#page #selfcheck .start .main_area .text .bottom {
    font-size: 19px;
    margin-top: 20px;
}
#page #selfcheck .start .main_area .text .bottom + .bottom {
    margin-top: 10px;
}
#page #selfcheck .start .main_area .text .start_button {
    padding-bottom: 20px;
}
#page #selfcheck .start .main_area .text .start_button a,
#page #selfcheck .result .again_button a {
    height: 50px;
    color: #fff;
    font-size: 18px;    
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    background: #ff923d;
    background: -moz-linear-gradient(top, #ff923d 0%, #ff923d 50%, #f27222 50%, #f27222 100%);
    background: -webkit-linear-gradient(top, #ff923d 0%,#ff923d 50%,#f27222 50%,#f27222 100%);
    background: linear-gradient(to bottom, #ff923d 0%,#ff923d 50%,#f27222 50%,#f27222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff923d', endColorstr='#f27222',GradientType=0 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin-top: 20px;
}
#page #selfcheck .start .main_area .text .start_button a span,
#page #selfcheck .result .again_button a span {
    width: 20px;
    height: 20px;
    background: url(/img/icon/next.png) center no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    margin: 15px 7px 0 0;
}
#page #selfcheck .start .main_area .img {
    width: 45%;
    max-width: 321px;
    display: table-cell;
    vertical-align: bottom;   
}
#page #selfcheck .start .main_area .img img {
    display: block; 
}
/* スタートのレスポンシブ対応
-------------------------------------- */
/* 998px以下用 */
@media screen and (max-width: 998px) {
    #page #selfcheck .start .main_area .text {
        width: 60%;
    }
    #page #selfcheck .start .main_area .img {
        width: 40%;
    }
    #page #selfcheck .start .main_area .text .center {
        font-size: 22px;
        margin-top: 20px;
    }
    #page #selfcheck .start .main_area .text .top {
        font-size: 20px;
        margin-top: 20px;
    }
    #page #selfcheck .start .main_area .text .top .number {
        width: 53px;
        height: 53px;
        font-size: 22px;
        line-height: 53px;
    }
    #page #selfcheck .start .main_area .text .bottom {
        font-size: 17px;
        margin-top: 15px;
    }
}
/* 831px以下用 */
@media screen and (max-width: 831px) {
    #page #selfcheck .start .main_area .text .center {
        font-size: 20px;
        margin-top: 15px;
    }
    #page #selfcheck .start .main_area .text .bottom {
        font-size: 15px;
    }
    #page #selfcheck .start .main_area .text .start_button a,
    #page #selfcheck .result .again_button a {
        font-size: 16px;
    }
    #page #selfcheck .start .main_area .text .start_button a span,
    #page #selfcheck .result .again_button a span {
        width: 18px;
        height: 18px;
        margin: 16px 5px 0 0;
    }    
}
/* 593px以下用 */
@media screen and (max-width: 593px) {
    #page #selfcheck .start .main_area {
        display: block;
    }
    #page #selfcheck .start .main_area .text {
        width: 100%;
        display: block;
    }
    #page #selfcheck .start .main_area .text .top {
        font-size: 20px;
        margin-top: 15px;
    }
    #page #selfcheck .start .main_area .text .top .number {
        width: 45px;
        height: 45px;
        font-size: 20px;
        line-height: 45px;
        margin: 0 4px;
    }
    #page #selfcheck .start .main_area .text .center {
        font-size: 19px;
        margin-top: 15px;
    }
    #page #selfcheck .start .main_area .text .bottom {
        font-size: 16px;
        margin-top: 10px;
    }
    #page #selfcheck .start .main_area .text .start_button a,
    #page #selfcheck .result .again_button a {
        height: 46px;
        font-size: 16px;
        line-height: 46px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
        margin: 0 10px;
        z-index: 1;
    }
    #page #selfcheck .start .main_area .text .start_button a span,
    #page #selfcheck .result .again_button a span {
        width: 18px;
        height: 18px;
        margin: 14px 6px 0 0;
    }
    #page #selfcheck .start .main_area .img {
        width: 90%;
        display: block;
        margin: 5px auto 0;
    }
}

/* 質問
====================================== */
#page #selfcheck .selfcheck_worp.question {
    padding: 15px;
}
#page #selfcheck .question .title_bg {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
    opacity: 0.5;
}
#page #selfcheck .question p {
    width: 70%;
    color: #073c72;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: -5%;
}
#page #selfcheck .question ul {
    font-size: 0;
    position: relative;
    margin: 0 -2% -2% 0;
}
#page #selfcheck .question ul li {
    width: 48%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 2% 2% 0;
}
#page #selfcheck .question ul li a {
    font-size: 18px;
    text-decoration: none;    
    background: #fefefe;
    background: -moz-linear-gradient(top,  #fefefe 0%, #e8e8e8 100%);
    background: -webkit-linear-gradient(top,  #fefefe 0%,#e8e8e8 100%);
    background: linear-gradient(to bottom,  #fefefe 0%,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e8e8',GradientType=0 );
    border: 1px solid #b5d6ff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: relative;
    padding: 15px 0 15px 65px;
    cursor: pointer;
}
#page #selfcheck .question ul li a:hover {
    border: 1px solid #ff992c;
    opacity: 1.0;
}
#page #selfcheck .question ul li a:after {
    content: "";
    width: 51px;
    height: 42px;
    background: url(/img/icon/arrow_04.png);
    background-size: contain;
    position: absolute;
    left: 5px;
    top: 50%;    
    transform: translate3d( 0, -50%, 0 );
}
#page #selfcheck .question ul li a:hover:after {
    background: url(/img/icon/arrow_05.png);
    background-size: contain;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
#page #selfcheck .question ul.long {
    margin: 0 0 -2% 0;
}
#page #selfcheck .question ul.long li {
    width: 100%;
    display: block;
    margin: 0 0 2% 0;   
}
/* 質問のレスポンシブ対応
-------------------------------------- */
/* 768px以下用 */
@media screen and (max-width: 768px) {    
    #page #selfcheck .question ul li a:hover {
        border: 1px solid #b5d6ff;
    }
    #page #selfcheck .question ul li a:hover:after {
        background: url(/img/icon/arrow_04.png);
        background-size: contain;
        opacity: 1.0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
}
/* 593px以下用 */
@media screen and (max-width: 593px) {
    #page #selfcheck .selfcheck_worp.question {
        padding: 10px;
    }
    #page #selfcheck .question p {
        width: 75%;
        font-size: 14px;
        margin-left: -10%;
    }
    #page #selfcheck .question ul li {
        height: auto;
    }
    #page #selfcheck .question ul li a {
        font-size: 13px;
        line-height: 1.3;
        padding: 12px 5px 12px 35px;
    }
    #page #selfcheck .question ul li a:after {
        width: 25px;
        height: 21px;
    }
}

/* 結果
====================================== */
#page #selfcheck .result {
    margin-top: 17px;
}
#page #selfcheck .result h2 {
    width: 100%;
    height: 56px;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    line-height: 56px;
    background: url(/img/title/title_03.png) center no-repeat;
    border-top: 2px solid #7098c7;
}
#page #selfcheck .pro-bar-container {
    height: 40px;
    background: #eee;
    overflow: hidden;
    margin-top: 15px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#page #selfcheck .pro-bar-container .pro-bar {
    height: 40px;
    background: #1a769e;
    overflow: hidden;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#page #selfcheck .pro-bar-container .pro-bar p {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}
#page #selfcheck .result .result_main {
    background: url(/img/selfcheck/doctor_03.png) left center no-repeat;
    background-size: 50% auto;
    position: relative;
    margin-top: 10px;
    padding-top: 35%;
    overflow: hidden;
}
#page #selfcheck .result .result_main .result_main_text {
    font-size: 20px;
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate3d( 0, -50%, 0 );
}
#page #selfcheck .result .result_main .result_main_text p span {
    color: #ff4e00;
    font-size: 30px;
}
#page #selfcheck .result .result_main .result_main_text p + p {
    margin-top: 10px;
}
#page #selfcheck .result .commentary {
    font-size: 0;
    margin-top: 30px;
}
#page #selfcheck .result .commentary li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#page #selfcheck .result .commentary .demerit {
    padding-left: 3%;
}
#page #selfcheck .result .commentary li dl dt {
    margin-bottom: 16px;
    padding-bottom: 10px;
}
#page #selfcheck .result .commentary li dl dt span {
    width: 100px;
    height: 28px;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    background: #00b7d8;
    display: inline-block;
}
#page #selfcheck .result .commentary .demerit dl dt span {
    background: #ff8766
}
#page #selfcheck .result .commentary li dl dt hr {
    height: 4px;
    background: #00b7d8;
    background: -moz-linear-gradient(left, #00b7d8 0%, #ffffff 90%);
    background: -webkit-linear-gradient(left, #00b7d8 0%,#ffffff 90%);
    background: linear-gradient(to right, #00b7d8 0%,#ffffff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7d8', endColorstr='#ffffff',GradientType=1 );
    border: none;
    margin-top: -16px;
}
#page #selfcheck .result .commentary .demerit dl dt hr {
    background: #ff8766;
    background: -moz-linear-gradient(left, #ff8766 0%, #ffffff 90%);
    background: -webkit-linear-gradient(left, #ff8766 0%,#ffffff 90%);
    background: linear-gradient(to right, #ff8766 0%,#ffffff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8766', endColorstr='#ffffff',GradientType=1 );
}
#page #selfcheck .result .commentary li dl dd {
    font-size: 18px;
    line-height: 1.3;
    position: relative;
    padding: 10px 0 0 13px;
}
#page #selfcheck .result .commentary li dl dd + dd {
    margin-top: 5px;
}
#page #selfcheck .result .commentary li dl dd:after {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-left: 6px solid #00b7d8;
    left: 0;
    top: 14px;
}
#page #selfcheck .result .commentary .demerit dl dd:after {
    border-left: 6px solid #ff8766;
}
#page #selfcheck .result .message {
    background: url(/img/selfcheck/doctor_04.png) right center no-repeat;
    background-size: 30% auto;
    position: relative;
    margin-top: 20px;
    padding-top: 30%;
}
#page #selfcheck .result .message .message_text {
    width: 75%;
    font-size: 16px;
    border: 2px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d( 0, -50%, 0 );
    padding: 15px;
}
#page #selfcheck .result .message .message_text:before {
    content: "";
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: -19px;
    top: 50%;
    transform: translate3d( 0, -50%, 0 );
    z-index: 10;
}
#page #selfcheck .result .message .message_text:after {
    content: "";
    border: 10px solid transparent;
    border-left: 10px solid #aaa;
    position: absolute;
    right: -21px;
    top: 50%;
    transform: translate3d( 0, -50%, 0 );
}
#page #selfcheck .result .end_area {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: url(/img/title/title_04.png) center no-repeat;
    border-bottom: 2px solid #7098c7;
}
#page #selfcheck .result .again_button {
    width: 60%;
    position: relative;
    margin: 0 auto -35px;
}
/* 結果のレスポンシブ対応
-------------------------------------- */
/* 897px以下用 */
@media screen and (max-width: 897px) {
    #page #selfcheck .result .commentary li dl dt span {
        width: 80px;
        height: 26px;
        font-size: 12px;
        line-height: 26px;
    }
    #page #selfcheck .result .commentary li dl dd {
        font-size: 16px;
        padding: 10px 0 0 12px;
    }
    #page #selfcheck .result .commentary li dl dd:after {
        border: 5px solid transparent;
        border-left: 5px solid #00b7d8;
    }

}
/* 593px以下用 */
@media screen and (max-width: 593px) {
    #page #selfcheck .result h2 {
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }
    #page #selfcheck .pro-bar-container {
        height: 30px;
        margin-top: 10px;
    }
    #page #selfcheck .pro-bar-container .pro-bar {
        height: 30px;
    }
    #page #selfcheck .pro-bar-container .pro-bar p {
        font-size: 11px;
        line-height: 30px;
    }
    #page #selfcheck .result .result_main .result_main_text {
        width: 96%;
        font-size: 16px;
        background: rgba(255,255,255,0.7);
        left: 0;
        transform: translate3d( -25%, -50%, 0 );
        padding: 50%;
    }
    #page #selfcheck .result .result_main .result_main_text p span {
        font-size: 20px;
    }
    #page #selfcheck .result .result_main .result_main_text p {
        padding: 0 5px;
    }
    #page #selfcheck .result .result_main .result_main_text p + p {
        margin-top: 0;
    }
    #page #selfcheck .result .commentary {
        margin-top: 0;
    }
    #page #selfcheck .result .commentary li {
        width: 100%;
        display: block;
    }
    #page #selfcheck .result .commentary li dl dt {
        margin-bottom: 5px;
    }
    #page #selfcheck .result .commentary li dl dd {
        padding: 5px 0 0 12px;
    }
    #page #selfcheck .result .commentary li dl dd:after {
        top: 9px;
    }
    #page #selfcheck .result .commentary .demerit {
        padding: 15px 0 0;
    }
    #page #selfcheck .result .message {
        background: url(/img/selfcheck/doctor_04.png) right top no-repeat;
        background-size: 30% auto;
        margin-top: 20px;
        padding-top: 0;
    }
    #page #selfcheck .result .message .message_text {
        width: auto;
        font-size: 14px;
        border: 1px solid #ccc;
        position: relative;
        left: auto;
        top: auto;
        transform: translate3d( 0, 0, 0 );
        padding: 10px;
    }
    #page #selfcheck .result .message .message_text:before,
    #page #selfcheck .result .message .message_text:after {
        display: none;
    }
    #page #selfcheck .result .message .message_text p {
        width: 85%;
    }
    #page #selfcheck .result .again_button {
        padding-top: 0;
    }
    #page #selfcheck .result .again_button a {
        position: relative;
        bottom: 0;
        margin: 20px 0 0;
    }
}
/* 463px以下用 */
@media screen and (max-width: 463px) {
    #page #selfcheck .result .message {
        background: url(/img/selfcheck/doctor_04.png) right center no-repeat;
        background-size: 30% auto;
    }
}


