#new_pillar {
    margin-bottom: 90px;
}
#new_pillar h3 {
    color: #185aa5;
    text-align: center;
    font-size: 24px;
    text-align: center;
    padding-bottom: 30px;
}
#new_pillar ul {
    display: flex;
    justify-content: space-between;
}
#new_pillar ul li {
    background-color: #185aa5;
    color: #fff;
    width: 30%;
    padding: 5px;
    text-align: center;
}
#new_pillar ul li p {
    font-size: 18px;
    padding-bottom: 15px;
}
#new_pillar ul li p.center_target {
    line-height: 64.8px
}
#new_pillar ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
#new_detail {
    margin-bottom: 100px;
}
#new_detail h3 {
    font-size: 21px;
    text-align: center;
    font-weight: normal;
    padding-bottom: 32px;
}
.new_detail_items {
    border-top: solid 1px #cccccc;
}
.new_detail_item {
    display: flex;
    border-bottom: dashed 1px #cccccc;
    padding-top: 35px;
    padding-bottom: 35px;
}
.detail_txt h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.detail_txt ol {
    padding-left: 10px;
}
.detail_txt ol li {
    font-size: 14px;
    padding-left:1em;
	text-indent:-1em;
}
.detail_txt {
    width: 50%;
}
.detail_img {
    width: 50%;
    margin-left: 2%;
}
.detail_img img {
    width: 100%;
}
#new_pdf p {
    font-size: 16px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
}
a.pdf_link {
    font-size: 18px;
    text-decoration: underline;
    font-weight: bold;
}
br.b-768 {
    display: none;
}
@media screen and (max-width:768px) {
    #new_pillar ul {
        display: block;
    }
    #new_pillar ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    #new_pillar ul li img {
        height: 300px;
        object-fit: cover;
        object-position: 50% 70%;
    }
    .new_detail_item {
        display: block;
    }
    .detail_txt {
        width: 100%;
    }
    .detail_img {
        margin-top: 20px;
        margin-left: 0;
    }
    #new_pdf p {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    a.pdf_link {
        display: block;
        text-align: center;
    }
    br.b-768 {
        display: block;
    }
}
@media screen and (max-width:480px) {
    #new_pillar ul li img {
        height: auto;
    }
    .detail_img {
        width: 100%;
    }
    br.b-768 {
        display: none;
    }
}
@media screen and (max-width:375px) {

}