@charset "UTF-8";
/* CSS Document */
.bgOther{
    background-image: url(../images/bg_service.jpg);
}
.sMapHead::before{
    content: " ";
    background: #005ea1;
    display: inline-block;
    width: 8px;
	height: 17px;
	-webkit-transform: skew(-20deg);
	   -moz-transform: skew(-20deg);
	     -o-transform: skew(-20deg);
            transform: skew(-20deg);
	margin-right: 10px;
}
.sMapHead{
    font-size: 2.0rem;
    margin-bottom: 40px;
}
.sMapList{
    overflow: hidden;
    margin-bottom: 20px;
}
.sMapList li{
    float: left;
    width: 48%;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}
.sMapList li:nth-child(2n){
    float: right;
}
.sMapList .noDotBtm{
    border-bottom: none;
}
.sMapList li span{
    display: block;
    margin-bottom: 10px;
}
.sMapList li a{
    display: block;
    padding: 10px 0;
    position: relative;
}
.sMapList li a{
    color: #000;
    -webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    background: url(/lib/cmn_img/icon_arrow.png) no-repeat 97%;
}
.sMapList li a:hover{
    background: url(/lib/cmn_img/icon_arrow.png) no-repeat 100%;
}
.sMapList .sMapList02 li{
    border-bottom: none;
    float: none;
    width: 100%;
    margin-bottom: 0;
}
.sMapList .sMapList02 li a{
    padding: 5px 0 5px 10px;
}
.sMapList .sMapList02 li a i{
    position: static;
    margin-right: 5px;
    border: none;
    color: #000;
}
.sMapList .sMapList02 li a:hover > i{
    background: #fff;
    color:#000;
}
.sMapList .fltR{
    float: right!important;
}

/*privacy policy*/
.numList li{
    margin-bottom: 30px;
}
.numList li ul li{
    list-style: none;
    text-indent: -1.2em;
    padding-left: 1.2em;
    margin-bottom: 15px;
}
.numList li ul li::before{
    content: "◆";
    
}
/*SP*/
@media only screen and (max-width: 800px) {

.sMapList li{
    float: none;
    width: 100%;
}
.sMapList li:nth-child(2n){
    float: none;
}







}
/*/*/
/*/*/