<!--
.ui-widget-overlay {
    background: #202020;
}
.counselingDialogClass{
    position: absolute;
    padding: .0em;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border:none;
}
.counselingDialogClass .ui-dialog-title {
    float:none;
    color:#fff !important;
}
.counselingDialogClass .ui-dialog-titlebar {
    font-weight:normal;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    text-align: center;
    background:#000 !important;
	font-size:16px !important;
	padding:15px !important;
}
.counselingDialogClass .ui-dialog-titlebar-close {
    display: none;
}
.counselingDialogClass .ui-dialog-content{
    text-align: left;
    font-size: 16px;
    padding:20px 20px 40px;
}
.counselingQuestion{
    padding:20px 0px;
}
.counselingQuestion p{
    padding-top:10px;
    padding-left:15px;
    border-top: solid 1px #b2b2b2;;
}
.ui-dialog-content .counselingButtonSet{
    text-align: center;
}
.ui-dialog-content .counselingButtonSet li{
    display:inline-block;
    padding:0 10px;
}
.ui-dialog-content .counselingButtonSet a{
    display:inline-block;
    margin-top:30px;
}
.btn-s-01{
	font-weight: bold;
    display: inline-block;
    width: 215px;
    text-decoration: none;
    font-size: 18px;
    border: 2px solid #000;
    color: #000 !important;
    line-height: 1.1 !important;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
    background: url(../../images/smartphone/arrow_btndef02.png) no-repeat center left;
	-webkit-background-size: 20px 20px;
}
.btn-s-02{
	font-weight: bold;
    display: inline-block;
    width: 215px;
    text-decoration: none;
    font-size: 18px;
    border: 2px solid #e9001f;
    color: #e9001f !important;
    line-height: 1.1 !important;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
    background: url(../../images/smartphone/arrow_btndef01.png) no-repeat center right;
    -webkit-background-size: 25px 15px;
}
.must{
	font-weight: bold;
	display: block;
	float: left;
	width: 32px;
	height: 18px;
	text-indent: -9999px;
	background: url(../../images/common/must.gif) 0 0 no-repeat;
}
-->