@charset "utf-8"; /*************************************************************** Page Abuse Checker ****************************************************************/ .cse { border: solid 1px #dfdfdf; background: #eee; border-radius: 3px; padding: 30px; box-sizing: border-box; } .cse-title { margin-bottom: 25px; font-size: 24px; display: flex; align-items: center; } .cse-title__img { margin: 0 15px 0 0; } .cse-content-word { margin-bottom: 15px; } .cse-content-word, .cse-content-site { display: flex; align-items: center; } .cse-content-word__title, .cse-content-site__title { font-weight: bold; min-width: 120px; margin-right: 0.5em; text-align: right; } .cse-content-word__input { border: solid 1px #dfdfdf; height: 40px; width: 100%; font-size: 16px; box-sizing: border-box; border-radius: 3px; padding: 5px 10px; } .cse-content-site-select_wrap-select { padding: 5px 10px; margin-right: 1em; border-radius: 3px; border: solid 1px #dfdfdf; height: 40px; width: 220px; font-weight: bold; background: #fff; } .cse-content-site-select_wrap::after { width: 6px; height: 6px; border-top: 2px solid #000; border-right: 2px solid #000; -webkit-transform: rotate(135deg); transform: rotate(135deg); content: ""; position: absolute; right: 32px; top: 16px; pointer-events: none; } .cse-content-site-select_wrap { position: relative; } .cse-content-site__button { display: inline-block; width: 100%; height: 40px; font-size: 17px; } .cse-content-result { margin-top: 30px; } .csedomain-content-word__title { font-weight: bold; min-width: 120px; margin-right: .5em; text-align: left; } .csedomain-content-word__input { border: solid 1px #dfdfdf; height: 40px; width: 100%; font-size: 16px; box-sizing: border-box; border-radius: 3px; margin: 0 10px; padding: 5px 10px; } .csedomain { margin-top: 40px; margin-bottom: 30px; } .csedomain-content-site__button { width: 75%; height: 40px; font-size: 17px; margin-right: 12px; margin-bottom: 40px; } .csedomain-content-result { font-size: 24px; font-weight: bold; color: #da9d09; border-bottom: solid 1px #dfdfdf; border-top: solid 1px #dfdfdf; margin-bottom: 16px; } @media screen and (max-width: 767px) { .cse { padding: 15px; } .cse-title { align-items: flex-start; } .cse-content-word, .cse-content-site { display: block; } .cse-content-word__title, .cse-content-site__title { text-align: left; margin-bottom: 10px; } .cse-content-site-select_wrap::after { right: 5%; } .cse-content-site-select_wrap-select { width: 100%; } .cse-content-site__button { margin-top: 20px; } }