@charset "UTF-8";
/* CSS Document */
/*///////////////////////////////////////    人工知能    ////////////////////////////*/
#wrapeer {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 60px;
}
.page_info {
    text-align: center;
    padding: 90px 0px;
}
.page_info p {
    width: 85%;
    margin: auto;
    line-height: 1.8;
}
.info_next {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.info_next p {
    text-align: left;
    color: #fff;
    background: rgba(22,51,89,1.00);
    padding: 58px 28px;
}
h4 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
h4::before {
    content:'';
    display: inline-block;
    background: url(../img/ai/ai_icon.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    margin-right: 0px !important;
}
.page_text {
    margin-bottom: 20px;
}
.page_text p {
    color: #262626;
    font-size: 16px;
    line-height: 1.8;
    background: rgba(233,244,248,1.00);
    padding: 30px;
}
@media screen and (max-width:768px){
	main {
		padding-top:130px;
	}
    .info_next {
        display: block;
    }
}