@charset "utf-8";
/* CSS Document */

.hero {
	background-image: url(/src/img/common/com_tit_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	border-top: #dae6ed 1px solid;
	border-bottom: #e4ebef 1px solid;
	margin-top: 130px;
}
.hero .titBox {
    padding: 5rem 0 4rem 0;
    text-align: center;
    letter-spacing: 2px;
}
.hero h1 {
    color: #666666;
    font-weight: 600;
    font-size: 2rem;
    }

.hero .titBox span {
    color: #488ab2;
    font-weight: normal;
    font-size: 1rem;
    display: inline-block;
    margin-top: 0.5rem;
}

.hero .titBox span:after {
    content: '';
    background-color: #488ab2;
    width: 100%;
    height: 3px;
    display: block;
    margin-top: 0.1rem;
}

.contents {
    border-bottom: #d4d6d7 1px solid;
}

.contents main .inner {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    padding-bottom: 10rem;
}
.sm_block ul li {
    border-bottom: #c5c4c4 1px solid;
    line-height: 5;
    width: 49%;
    float: left;
    padding-left: 1rem;
}
.sm_block ul li:nth-child(odd) {
    margin-left: 2%;
}
.sm_block ul li:first-child {
    width: 100%;
    margin-left: 0;
}

.sm_block ul {
    overflow: hidden;
}

.sm_block ul li a {
    font-weight: 600;
    color: #666666;
}



.sm_block ul li a:before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #488ab2;
	border-right: 2px solid #488ab2;
	transition: all 0.3s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
}

.sm_block ul li a:hover {
    padding-left: 0.5rem;
}





@media screen and (min-width: 1025px) {

}


@media screen and (max-width: 1024px) {
.hero {
    margin-top: 80px;
}
.contents main .inner {
    max-width: 90%;
}
.sm_block ul li {
    line-height: 4;
}



}

@media screen and (max-width: 750px) {
.hero h1 {
    font-size: 1.8rem;
}
.hero .titBox {
    padding: 3.5rem 0 3rem 0;
}

.hero .titBox span {
    font-size: 0.8rem;
}

.hero .titBox span:after {
    height: 2px;
}

.contents main .inner {
    padding-bottom: 8rem;
}
.sm_block ul li a {
    font-size: 14px;
}
.sm_block ul li {
    width: 100%;
    float: none;
}

.sm_block ul li:nth-child(odd) {
    margin-left: 0;
}

.sm_block ul li {
    line-height: 3.5;
}



}


@media screen and (max-width: 480px) {
.hero h1 { font-size: 1.5rem; }
.hero .titBox span {margin-top: 0.3rem;}
.contents main h2 {
    font-size: 1.1rem;
    padding: 0 0.5rem;
}
.sm_block ul li a:before {
    width: 5px;
    height: 5px;
}


}