@charset "utf-8";

/* commom===================================== */

*{
    margin: 0 ;
    padding: 0 ;
}
a:hover,
a:focus{
    text-decoration: none ;
    outline: none ;
}
body{
    font-size: 15px ;
    color: #333 ;
    line-height: 1em ;
    font-family: "Hiragino Sans","Hiragino Kaku Gothic Pro","YuGothic","Yu Gothic","游ゴシック","メイリオ","Meiryo",erdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif ;
	font-weight: bold ;
}
@media (max-width: 991px){
    body{
        font-size: 12px ;
    }
}
.clearfix{
    zoom:1;
}
.clearfix:after {  
    content: ".";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
    overflow: hidden;/* 隙間対応 */
    font-size: 0.1em;/* 隙間対応 */
    line-height: 0;/* 隙間対応 */
}
.glyphicon{
    padding: 0 0.3em ;
}
p{
    line-height: 1.5em ;
}
button:focus,
button:active{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.img-responsive{
    max-width: 100% ;
    display: inline-block ;
}
.fa{
    padding: 0 0.3em ;
}
.sp-image-container a{
	display: block ;
}

/* banner==================================== */

#banner{
    background-color: #f1f1f1 ;
    border-top: #ccc 1px solid ;
    padding: 65px 0 20px 0 ;
}
.bannercategory{
    margin-bottom: 60px ;
}
.bannercategory a{
    display: block ;
    transition: all 0.2s !important ;
	position: relative ;
}
.bannercategory a::before{
	position: absolute ;
	left: 0 ;
	top: 0 ;
	width: 100% ;
	height: 100% ;
	content: " " ;
	border: rgba(35, 121, 201, 0) 2px solid ;
	transition: all 0.2s ;
	z-index: 100 ;
}
.bannercategory a:hover::before{
	border-color: #2379c9 ;
}
.banner_noslide{
    list-style-type: none ;
    text-align: center ;
}
.banner_noslide li{
    display: inline-block ;
}
#banner .sp-arrow{
    width: 30px ;
    height: 30px ;
}
#banner .sp-horizontal .sp-previous-arrow,
#banner .sp-horizontal .sp-previous-arrow:before{
    content: " " !important;
    display: block ;
    background: url(../images/btn_slidearrow_sm.png) no-repeat left top ;
    left: -10px ;
}
#banner .sp-horizontal .sp-next-arrow,
#banner .sp-horizontal .sp-next-arrow::before{
    content: " " !important;
    display: block ;
    background: url(../images/btn_slidearrow_sm.png) no-repeat left top ;
    right: -10px ;
}



/* footer============================================ */

#footer{
    padding: 30px 0 ;
    background-color: #2379c9 ;
}
.img_footerlogo{
    padding: 10px 0 ;
    text-align: center ;
    margin-bottom: 10px ;
}
.ul_snsshare{
    padding: 10px ;
    text-align: center ;
    list-style-type: none ;
}
.ul_snsshare li{
    display: inline-block ;
}
.ul_sitemap{
    list-style-type: none ;
}
.ul_sitemap li a{
    color: #fff ;
    display: block ;
    width: 100% ;
    padding: 10px 0 10px 20px ;
    position: relative ;
    line-height: 1.3em ;
}
.ul_sitemap li a:before{
    content: "\e072" ;
    font-family: "Glyphicons Halflings";
    color: rgba(255, 255, 255, 0.5) ;
    position: absolute;
    left: 0 ;
    top: 50% ;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.ul_company{
    list-style-type: none ;
    padding: 0 ;
    margin-bottom: 0 ;
}
.ul_company li{
    padding: 5px ;
}
.ul_company li a{
    display: block ;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3) ;
    background-color: #fff ;
    border-radius: 3px ;
    height: 80px ;
    width: 100% ;
    padding-top: 15px ;
    text-align: center ;
    transition: all 0.2s ;
}
.ul_company li a:hover{
    opacity: 0.7 ;
}
#address{
    background-color: #1763aa ;
}
address{
    text-align: center ;
    color: #fff ;
    padding: 10px 0 ;
    margin-bottom: 0 ;
}

.fotter_tb a{
display: block;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
background-color: #fff;
border-radius: 3px;
/*height: 80px;*/
width: 100%;
/*padding-top: 15px;*/
text-align: center;
transition: all 0.2s;
}

.fotter_tb a:hover{
    opacity: 0.7 ;
}

.p_fotter {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
}

/* pagetop========================= */

#pagetop{
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 555 ;
}
#pagetop a {
    display: block;
    background-color: #2379c9 ;
    text-align: center;
    color: #fff ;
    font-size: 23px ;
    text-decoration: none;
    padding: 18px ;
    border-radius: 5px ;
    transition: all 0.2s ;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3) ;
}
#pagetop a:hover{
    background-color: #fff ;
	color: #2379c9 ;
}
#pagetop a .glyphicon{
    padding: 0 ;
}
@media (max-width: 767px){
    #pagetop a{
        display: none ;
    }
}

/* colona=============================================== */

.colona-common{
    text-align: center ;
    border: #00b786 2px solid ;
    max-width: 1050px ;
    margin: 20px auto 30px auto ;
    padding: 35px 25px 25px 25px ;
    background-color: #daf4ed ;
    border-radius: 15px ;
    position: relative ;
    font-size: 1.8rem ;
}
.colona-common p strong{
    color: #dd1515 ;
}
.colona-common p.title{
    background-color: #00b786 ;
    color: #fff ;
    display: inline-block ;
    padding: 5px 20px ;
    margin-bottom: 15px ;
    border-radius: 20px ;
    position: absolute ;
    top: -15px ;
    left: 50% ;
    transform: translateX(-50%) ;
}
.colona-common a{
    padding: 13px ;
    background-color: #333 ;
    color: #fff ;
    display: block ;
    max-width: 300px ;
    width: 100% ;
    margin: 0 auto ;
    margin-top: 15px ;
}

@media (max-width: 991px){
    .colona-common{
        font-size: 1.3rem;
        padding: 30px 15px 15px 15px;
        border-radius: 10px ;
        margin-bottom: 25px ;
    }
    .colona-common br{
        display: none ;
    }
}