
.white-wrap{
    width: 100%;
}
.gray-wrap{
    width: 100%;
    background: #F2F2F2;
}
.blog_wrap{
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 10px;
}
.title{
    font-size: 32px;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #376b6e;
}
.title-type{
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-top: 30px;
}
.line{
    height: 1px;
    display: block;
    width: 100%;
    background: url("https://www.aetina.com/wp-content/uploads/PR_News/img/dot_line.gif") repeat-x;
}

img.photo{
    width: 70%;
    margin: 0 auto 50px !important;
}
img.banner{
    width: 100%;
    margin: 0 auto 20px !important;
}
.photo-box img.photo{
    margin: 0 auto 0px !important;
}
.article{
    padding-top: 30px;
}
.article p{
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.photo-box p{
    text-align: center;
    font-size: 13px;
    letter-spacing: normal;
}
.article h2{
    font-size: 22px;
    font-weight:bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #2C3C43;
}
.article h3{
    font-size: 18px;
    font-weight:bold;
    letter-spacing: 1px;
}
.about{
    padding-bottom: 30px;
}
.about .title{
    font-size: 24px;
    line-height: 26px;
    text-align: left;
    color: #333333;
    font-weight: 700;
    letter-spacing: 1px;
}
.about p{
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    letter-spacing: 1px;
}
.link{
    color: #A5CD38;
    position: relative;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
}
.ck_zone a::before {
    display: none !important ;
}
.height10{
    height: 10px;
    display: block;
}
.height20{
    height: 20px;
    display: block;
}
.height40{
    height: 40px;
    display: block;
}
.article-list-wrap{
    color: #A5CD38;
}
.article-list{
    font-size: 18px;
    font-weight: bold;
    list-style: disc;
    margin-bottom: 35px;
}
.article-list h3{
    margin-bottom: 5px;
    position: relative;
}
.article-list h3::before{
    content: "●";
}
.article-list p{
    padding-left: 20px;
}
.article p.text-i{
    color: #697D87;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    border-top: 1px solid #697D87;
    border-bottom: 1px solid #697D87;
    padding: 20px 0 ;
    font-weight: bold;
}
.polnt-list{
    font-size: 16px;
    letter-spacing: 1px;
    color: #333;
    padding-left: 20px;
}
.polnt-list li{
    list-style: disc;
    line-height: 2;
    margin-bottom: 10px;
}
.logo-box .logo{
    max-width: 180px;
    margin: 0;
}

.Success_box {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    position: relative;
}
.Success_box .list {
    width: 45%;
}
.Success_box .list ul {
    padding-left: 20px;
}
.Success_box .list li {
    list-style: disc;
    margin-bottom: 20px;
}
.Success_box::before {
    content: "";
    display: inline-block;
    background: #ccc;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
}
.icon_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #376b6e;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 20px;
}

.icon_title .icon {
    width: 30px;
}
.icon_title span{
    width: calc( 100% - 30px - 10px );
}

.list-decimal{
    padding-left: 30px;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    font-weight: 400;
    letter-spacing: 1px;
}
.list-decimal li{
    list-style: decimal;
    margin-bottom: 30px;
}
.list-decimal h3{
    color: #A5CD38;
}


.DaxBot_flex{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.DaxBot_flex img{
    width: 250px;
}
.DaxBot_flex p{
    width: calc( 100% - 250px );
}

.Spec_form {
    font-size: 15px;
    line-height: 1.7em;
    width: 100%;
    border-collapse: collapse;
}

.Spec_form tr {
    border-bottom: 1px solid #ccc;
}

.Spec_form td {
    padding: 10px 10px;
}

.Spec_form .form_title {
    font-weight: bold;
    color: #A5CD38 ;
}

.Spec_form .rigtt_border {
    border-right: 1px solid #ccc;
}




@media only screen and (max-width: 700px) {
    .article p{
        text-align: left;
    }
    img.photo{
        width: 100% !important;
    }
    .about p{
        text-align: left;
    }
}