/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
}

.guide h3{
	font-size:16px;
    color:#000;
    font-weight:bold;
}
.guide h3:before{
	display:inline-block;
    content:'';
    background-color:#004d7b;
    width:3px;
    height:14px;
    background-size:100%;
    vertical-align:middle;
}

.guide img{
    width:100%;
}

.guide table{
	border:1px solid #e1e1e1;
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
    margin-top:10px;
    margin-bottom:10px;
    text-align:center;
}
.guide table caption{
	font-size:15px;
    color:#000;
    font-weight:bold;
    margin-bottom:10px;
}

.guide thead tr th{
	border-bottom:1px solid #e1e1e1;
    border-right:1px solid #e1e1e1;
    padding:5px 0 5px 0;
    background-color:#e1f2fc;
    color:#3d3d3d;
    font-size:13px;
}
.guide tbody tr{
	border-bottom:1px solid #e1e1e1;
    height:20px;
    text-align:center;
}

.guide tbody tr td{
	border-right:1px solid #e1e1e1;
    font-size:13px;
    padding:5px 0 10px 0;
}
.guide ul{
	font-size:14px;
    padding:10px;
    margin-bottom:10px;
}
.guide ul li{
    line-height:1.5;
     margin-bottom:5px;
}
.guide ul li:before{
	display:inline-block;
    content:'';
    background-color:#7b7b7b;
    width:3px;
    height:3px;
    background-size:100%;
    border-radius:50%;
    margin-right:5px;
    vertical-align:middle;
}
.guide p{
	font-size:14px;
    line-height:1.3;
    padding:10px;
    text-align:left;
}
.guide p span{
    font-size:18px;
	color:#ee3e00;
    font-weight:bold;
}

.guide strong{
	font-size:16px;
    color:#000;
    font-weight:bold;
    display:block;
    margin-bottom:10px;
    margin-top:20px;
}
.guide strong:before{
	display:inline-block;
    content:'';
    background-color:#2a92c8;
    width:3px;
    height:14px;
    background-size:100%;
    vertical-align:middle;
}

.guide ul{
	font-size:14px;
    padding:10px;
    margin-bottom:10px;
}
.guide ul li{
    line-height:1.3;
     margin-bottom:10px;
}

.guide ul li span{
	font-size:14px;
    line-height:1.5;
    font-weight:bold;
    color:#e87d0b;
}

.guide ul li:before{
	display:inline-block;
    content:'';
    background-color:#7b7b7b;
    width:3px;
    height:3px;
    background-size:100%;
    border-radius:50%;
    margin-right:5px;
    vertical-align:middle;
}