.privacypolicy{ margin: 5% auto; max-width: 1520px; width: 100%; } .privacypolicy h2 { width: 100%; font-size: 28px; line-height: 44.8px; color: #222; font-weight: 700; padding-bottom: 21px; position: relative; margin-bottom: 32px; } .privacypolicy h2::after { position: absolute; content: ''; bottom: 0; left: 0; height: 3px; width: 100%; background-color: #dde2e6; z-index: 1; } .privacypolicy h2::before { position: absolute; content: ''; bottom: 0; left: 0; height: 3px; width: 80px; background-color: #0068b7; z-index: 2; } .privacypolicy a.button { margin-left: 0; background: #e8edf1; border: 1px solid #e8edf1; display: inline-block; text-align: center; padding: 14.5px 20px; border-radius: 0; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; -webkit-box-sizing: border-box; box-sizing: border-box; min-width: 400px; font-size: 18px; line-height: 25.2px; color: #222; font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif; font-weight: 700; max-width: 400px; position: relative; } .privacypolicy a.button:hover{ background: #fff; border: 1px solid #0068b7; color: #0068b7; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .privacypolicy a.button::before { position: absolute; content: ''; top: 50%; right: 20px; background-image: url(/wp-content/themes/ccwebeasy/assets/img/vecter-blue.svg); background-size: cover; background-repeat: no-repeat; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 20px; height: 6px; } .privacypolicy h3{ font-size: 20px; margin-bottom: 20px; font-weight: 500; font-weight: bold; color: #000; } .kobelco-product-detail{ margin-bottom: 50px; } .privacypolicy p{ color: #000; font-size: 16px; margin-bottom: 15px; } .privacypolicy ul { padding-left: 33px; list-style: none; margin-bottom: 15px; } .privacypolicy ul li { font-size: 16px; line-height: 32px; color: #222; font-weight: 400; margin-bottom: 10px; } @media screen and (max-width: 1200px) { .privacypolicy{ width: 90%; margin: 0 auto; padding-bottom: 50px; } .privacypolicy h2{ font-size: 20px; } .privacypolicy h3{ font-size: 17px; } .privacypolicy a.button{ font-size: 16px; min-width: 100% } .kobelco-product-detail { margin-bottom: 20px; } .pbanner{ margin-bottom: 50px; } .pbanner .pic img { height: 225px !important; width: auto !important; position: relative; display: block; left: 50%; transform: translate(-50%, 0); } } .pbanner .pic { -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); } @-webkit-keyframes scaleUpDown { from { -webkit-transform: scale(1.08); transform: scale(1.08); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @keyframes scaleUpDown { from { -webkit-transform: scale(1.08); transform: scale(1.08); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } }