@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;
    position: relative;
    z-index: 10;
}
.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 .cont_inner .inner {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}


/* pro */
.pro {
    margin: 4rem 0;
}

.message h2, .pro h2 {
    color: #488ab2;
    font-weight: 600;
    text-align: center;
    font-size: 1.8rem;
    position: relative;
    margin-bottom: 1.5rem;
}
.pro .proBox {
    float: left;
    width: 50%;
}


.pro .pro_text {
    margin-top: 1rem;
    line-height: 1.5;
    font-size: 14px;
}
.pro .docu_icon, 
.pro .capa_icon, 
.pro .aw_icon {
	fill: #488ab2;
	display: block;
    margin: 0.5rem auto;
}
.pro .docu_icon {
    height: 35px;
    width: 80px;

}
.pro .capa_icon {
    height: 60px;
    width: 110px;
}
.pro .aw_icon {
    height: 50px;
    width: 80px;
}

.pro .name:after {
    /* content: ''; */
    background-image: url(/src/img/top/sign.png);
    display: inline-block;
    width: 92px;
    height: 52px;
    background-repeat: no-repeat;
    background-size: 92px;
}

.tableSet dl {
    display: table;
    width: 100%;
}

.tableSet dl dt, .tableSet dd {
    display: table-cell;
    padding: 1rem;
    line-height: 2;
    border-bottom: #c9cfcf 1px solid;
}

.tableSet {
    background-color: #fff;
    position: relative;
    border-top: #c9cfcf 1px solid;
}

.tableSet dl dt {
    text-align: center;
    width: 18%;
    background-image: url(/src/img/concept/texture.jpg);
}



@media screen and (max-width: 1400px) {
.contents .cont_inner:before {
    top: -3%;
}



}
@media screen and (max-width: 1100px) {
.pro .name {
    /* bottom: -5rem; */
}

}


@media screen and (max-width: 1024px) {
.contents .cont_inner .inner {
    max-width: 95%;
}
.contents .cont_inner:before {
    top: -1%;
}

}

@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 .cont_inner:before {
    right: 0;
    background-size: 150%;
    padding-top: 100%;
    background-position: center left 30%;
}

small.position {
    font-size: 14px;
}

.tableSet dl dt, .tableSet dd {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 0.8rem;
}

.pro {
    margin-top: 2rem;
}


}


@media screen and (max-width: 480px) {
.hero h1 { font-size: 1.5rem; }
.hero .titBox span {margin-top: 0.3rem;}
.contents .cont_inner h2 {
    font-size: 22px;
    padding: 0 0.5rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.contents .cont_inner:before {
    background-size: 150%;
    top: 20px;
    background-position: center left 30%;
}


.pro {
    margin-top: 0.5rem;
}
.contents .cont_inner .pro h2 {
    font-size: 20px;
}

.pro .docu_icon {
    width: 60px;
    height: 30px;
}

.pro .capa_icon {
    width: 90px;
    height: 50px;
}

.pro .aw_icon {
    width: 60px;
    height: 40px;
}

.tableSet dl dt, .tableSet dd {
    padding: 0.5rem;
}


}

