.intro_red{
    color: #f00;
    font-weight: bold;
}

.introjs-tooltip{
    max-width: 350px;
    min-width: 250px;
}
.introjsMypage .introjs-tooltipbuttons {
    text-align: center;
}

.introjs-tooltip h6{
    margin:0 0 8px;
    font-size: 16px;
    border-bottom:1px solid #ccc;
}

.introjs-tooltip strong{
    display: inline-block;
    margin:0 0 8px;
}

.introjsMypage .introjs-prevbutton{
    display: none !important;
}
.introjsMypage .introjs-button {
    font-size: 12px;
    text-align: center;
    display:inline-block;
    width: 200px;
}
.introjsMypageMainStep .introjs-skipbutton{
    display: none !important;
}
.introjsMypageLastStep .introjs-nextbutton{
    display: none !important;
}
