header {
	background: url("../image/security/security_top_img.jpg") no-repeat center center;
	background-size: cover;
}

header .title {
    background-color: rgba(12, 80, 33, 0.685);
}

main {
    width: 900px;
    padding: 0 20px;
    margin: auto;
}
main p {
    margin-top: 25px;
}
.message p, .privacy-body p {
    text-indent: 1em;
}

.message h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #1D3156;
    margin-bottom: 20px;
}

.privacy-body {
    margin-top: 80px;
}
.privacy-sub-title{
    text-align: center;
}
.privacy-sub-title .inner {
    display: inline-block;
}
.privacy-sub-title .inner h2{
  text-align: left;
}
.privacy-sub-title .inner h2,
.privacy-body h2 {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    padding: 0 30px;
    font-size: 1.5rem;
    font-weight: bold;
}
.privacy-sub-title .inner h2::before,
.privacy-body h2::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 10px;
    background: url(../image/common/frame_s.png) no-repeat 0 0;
    background-size: contain;
}
.privacy-sub-title .inner h2::after,
.privacy-body h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 10px;
    background: url(../image/common/frame_e.png) no-repeat 0 0;
    background-size: contain;
}
.privacy-body h3{
    display: inline;
    margin-bottom: 0;
    padding: 0 10px;
    background: linear-gradient(transparent 70%, #D9EAF5 70%);
    color: #1D3156;
    font-size: 1.3rem;
    font-weight: bold;
}

.privacy-body ul {
    padding-left: 2em;
}
.privacy-body ul li::before {
    content: "■";
    padding-right: 5px;
}
.privacy-body ul.no-list-square{
    margin: 25px 0 1rem;
    padding-left: 1em;
}
.privacy-body ul.no-list-square li::before{
  content: none;
}

.contact-bottom {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #007855;
    border-bottom: 1px solid #007855;
}
.contact-bottom h2 {
    font-size: 1.5rem;
    color: #007855;
}

@media (max-width: 767px) {
    main {
        width: 100%;
    }
}
